






h1 {font-family: Verdana; color:green; text-align: center;text-/*decoration: blink;*/}

H3 {font-family: Verdana; color:green; text-align: center;}

p {color: green; font-style: italic; font-size:medium;font-weight: bolder;}

.bolder {font-weight: bolder; font-style: normal; color:black;text-decoration: underline;}

.skrt {font-weight: bolder; font-style: normal; color: black; text-decoration:line-through;}

.red {font-weight: bolder; font-style: normal; color: red;}

a:link {color:gray;}/*font-weight: bolder;*/

/*a:visited {color:black;}*/

a:active {text-decoration:line-through;}

a:hover {color:black;}

ul {list-style-type:circle;font-size:medium;font-weight: bolder;margin:0px 0px 0px 10px;}

ul p {margin:5px 0px ;}

ul ul {list-style-type:disc;font-size:small;font-weight: bolder;margin:0px 0px 0px 0px;}

li {margin:20px 0px 0px 0px;}

ul ul li {margin:0px 0px 0px 25px;}

body {margin:0px; background-color:black;}

#celek {
position:absolute;	/*absolutní pozicování */
top:0px;		/*pozice levého horního rohu */
width:100%;		/*šířka*/
height:100%;		/*výška */
background-color:black;
/*margin:20px;*/
	}

#baner {
position:absolute;	/*absolutní pozicování */
top:10px;		/*pozice levého horního rohu */
left:50%;
margin-left:-400px;
width:800px;		/*šířka*/
height:150px;		/*výška */
/*background-color:blue;*/
/*margin:0px;*/
text-align: center;}

#vodo_menu {
position:absolute;
top:150px;
left:50%;
margin-left:-400px;
width:800px;
height:40px;
background-color:green;
vertical-align:middle;
text-align: right;
padding:0px 0px 0px 0px;
/*margin:0px;*/}
                              
#vodo_menu img {padding-top:0px;}

#vodo_menu a {
color: lightgreen;
/*font-weight: bolder;*/
text-decoration: none;
padding: 0px 30px 0px 30px;}
#vodo_menu a:hover {color:black;}
#vodo_menu a:active {text-decoration:line-through;}

#navigace {
position:absolute;
top:190px;
left:50%;
margin-left:-400px;
width:150px;
height:500px; /*410px;*/
background-color:lightgreen;
border-right: 5px solid green;

/*margin:0px;*/}
#navigace ul {list-style-type:none}
#navigace a:hover {color:black;font-weight: bolder;}


#telo {
position:absolute;
top:190px;
left:50%;
margin-left:-250px;
width:610px;
height:470px; /*410px;*/
background-color: lightgreen;
padding:15px ;
border-left: 10px solid green;
overflow: scroll;
scrollbar-face-color: lightgreen;
	scrollbar-arrow-color: green;
	scrollbar-track-color: lightgreen;
	scrollbar-3dlight-color: lightgreen;
	scrollbar-highlight-color: green;
	scrollbar-shadow-color: green;
	scrollbar-darkshadow-color:lightgreen;
/*margin:0px;*/} 
#telo a {
color: green;
font-weight: bolder;
text-decoration: none;}
#telo a:hover {color:black;}













