/*Základní nastavení stránky*/
#dlmenu {height:10em;}
#menu {list-style-type:none; margin:0 0 10px; padding:0; position:absolute; width:15em; background:#3a536c; z-index:100;}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {background:#3a536c center center; color:white; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl { background:#2586d7;}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {width: 15em; margin: 0; background: #2175bc; cursor:pointer;}
#menu dt {margin:0; padding: 0; font-size: 1.1em; border-top:1px solid #cce;}
#menu dd {margin:0; padding:0; font-size: 1em; text-align:left; }
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; padding:5px 5px 5px 10px; background:#3a536c center center;}
.gallery dd a, .gallery dd a:visited {color:#000; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px; background:#2175bc;}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {background:#2586d7; color:white; }

h1 {color: navy} 
h5 {color: navy} 

/*Základní nastavení stránky*/
html {margin: 0;padding: 0;}
body {
margin: 0;
padding: 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 80%;
background:  #e6e6e6;
text-align: center;
}
 /*Největší div, který obaluje všechny ostatní*/
#hlavni {
width: 800px;
min-height: 2500px;
_height: 2700px;
position: relative;
overflow: hidden;
margin: 0 auto; 
background: white;
line-height: 1.5;

}
#levypruh {
width: 190px;
min-height:2500px;
_height: 2500px;
position: relative;
float: left;
text-align: left;
overflow: hidden;
background:  	#f5f5f5;
border: 1px solid black;
}
#obsah {
width: 596px;
min-height:2500px;
_height: 2500px;
position: relative;
float: right;
text-align: left;
background: white;
padding: 0 0 0px 10px;
border: 1px solid black;
}

 #reklamy {
position: absolute;
top:380px; 
left: 4em;



}

 #paticka {
width: 800px;
height: 30px;
clear: both;
text-align: center;
background: #3a536c;
color: white;
 }
 
  #navimenu {
width: 800px;
height: 18px;
text-align: left;
font-size: 80%;
background: #3a536c;
border: 1px solid black;
padding: 0px 0px 0px 13px;
color:  	white;

 }

a {color: white} 
