body {
background-color: black;
color:white;
font: bold 17px Verdana,Arial,Helvetica,sans-serif;
margin:20px 10px 10px 10px;
}

#hlavicka{
height: 120px;
background: url('images/hlava.jpg') no-repeat;
}

#postrani_lista{
background: url('images/Menu_01.gif') repeat-y;
}

#odkazy {
background-color: black;
border-top: 1px  solid white;
border-bottom:1px solid white;
}

#odkazy a {
background: url(images/blbost.gif) no-repeat;
padding: 0px 23px 15px 13px;
height: 37px;
color: #DD6451;
color: white;
font: bold 18px Arial,Helvetica,sans-serif;
text-decoration: none;
text-align: left;
vertical-align: middle;
}

#odkazy a:hover {
background: url(images/blbost.gif) no-repeat;
padding: 0px 23px 15px 13px;
height: 37px;
color: red;
font: bold 18px Arial,Helvetica,sans-serif;
text-decoration: none;
text-align: left;
vertical-align: middle;
}

#stred{
background: url('images/pozad.jpg') repeat-y;
padding: 10px 10px 0px 10px;
eight: 560px ;
}

#zvyraznene{
font: italic 17px Verdana,Arial,Helvetica,sans-serif;
}


a {
padding: 0px 23px 15px 13px;
height: 37px;
color: red;
font: bold 18px Arial,Helvetica,sans-serif;
text-decoration: underline;
text-align: left;
vertical-align: middle;
}

a:hover {
padding: 0px 23px 15px 13px;
height: 37px;
color: white;
font: bold 18px Arial,Helvetica,sans-serif;
text-decoration: none;
text-align: left;
vertical-align: middle;
}

.blik {
text-decoration: blink
}

#galerka_obr{
border: 1px solid black;
cursor: hand;
text-align: center ;
}


#obdelnik{
border: 2px solid red;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid white;
background-color: black;
}

.mainitems a{
margin-left: 4px;
margin-right: 6px;
text-decoration: none;
}

.subuls{
	color: Silver;
	display: none;
	width: 10em;
	position: relative;
	top: 1.2em;
	left: 0;
	background-color: black;
	border: 1px solid white;
}


.subuls li{
	color: Silver;
	width: 100%;
	z-index: 15;
	background-color: Black;

}


.subuls li a{
	color: Silver;
	text-decoration: underline;
}


#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul {
	/* lists nested under hovered list items */
	display: block;
	text-align: left;
}


#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
