header, footer, article, section, nav, menu, hgroup {  
   display: block;  
} 

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

html{
	background-color: white;
	min-height: 100%;
	height: 100%;
}

body{
	width: 910px;
	padding: 0 25px;
	margin: 0 auto;
	background: #e6d5aa url("./pics/pruh.png") repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
	font-size: 0.95em;
	line-height: 1.3em;
	color: #7d2f30;
	min-height: 100%;
}

nav#menu{
	float: left;
	width: 205px;
	margin: 0 45px 0 20px;
	color: #E6D5AA;
	font-size: 1.2em;
	line-height: 1.5em;
}

nav#menu a{
	text-decoration: none;
}

nav#menu a:hover{
	text-decoration: underline;
}

nav#menu ul{
	list-style: none;
}

nav#menu > ul > li > ul{
	margin-left: 1em;
	font-size: 0.9em;
	line-height: 1.3em;
}

nav#menu a{
	color: #E6D5AA;
}

section#hlavni{
	float: left;
	width: 640px;
}

section#hlavni h1, section#hlavni h2, section#hlavni h3{
	margin-bottom: 0.3em;
	font-weight: bold;
}

section#hlavni h1{
	font-size: 1.65em;
	line-height: 1.4em;
}

section#hlavni h2{
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 0.3em;
}

section#hlavni h3{
	font-size: 1.2em;
	line-height: 1.1em;
	margin-top: 0.3em;
}

section#hlavni ul{
	margin-left: 1.3em;
	margin-bottom: 1em;
}

section#hlavni ol{
	margin-left: 1.4em;
	margin-bottom: 1em;
}

section#hlavni * li ul, section#hlavni * li ol{
	margin-bottom: 0;
}

section#hlavni table, section#hlavni p{
	margin-bottom: 1em;
}

section#hlavni table{
	border-collapse: collapse;
	width: 100%;
}

section#hlavni table tr th{
	border-bottom: 2px solid #7d2f30;
	border-top: 2px solid #7d2f30;
	padding: 2px 5px;
}

section#hlavni table tr td{
	padding: 2px 5px;
	border-bottom: 1px dotted #7d2f30;
}

section#hlavni a{
	color: #7D2F30;
}

header#DIV_HLAVICKA{
	background-color: #E6D5AA;
	border-bottom: 3px solid #7D2F30;
	margin-bottom: 14px;
}

footer#DIV_PATICKA{
	clear: both;
	padding: 0 0 1em 265px;
}


p.zprava{
	background-color: #930065;
	border-radius: 5px;
	font-size: 1.1em;
	padding: 8px;
	color: white;
}
/* shared */

hr{
	clear: both;
	visibility: hidden;
}

p.adminLogout a{
	color: #97bf15;
	font-weight: bold;
}

p.neverejny{
	color: red;
	font-weight: bold;
}

p.id{
	color: transparent;
	margin: 0 !important;
	padding: 0;
	/*float: left;*/
}

/*---Lytebox HTML5---*/
#lbImage.black{
	border-width: 0;
}
/*
#lbBottomNav{
	display: none;
}
*/
#lbOverlay.grey { 
	background-color: black; 
}

div#lbOuterContainer, div#lbBottomContainer{
	background-color: #E6D5AA !important;
}


a.lytebox img{
	margin: 7px;
	border: 2px solid #7D2F30;
}

a.lytebox img:hover{

}

img.text{
	padding: 0px;
	margin: 5px;
}

img.vpravo{
	float: right;
	margin: 0.4em;
}

img.vlevo{
	float: left;
	margin: 0.4em;
}
