#main {position: relative; width:750px; height:100%; background:#FF8080; }
#hlavni {position: absolute; top:50px; left: 150px; width: 600px; height:800px; background: white; padding: 10; float: left; overflow: auto;}
#menu {position: absolute; top:50px; left:0px; width:150; height:800px;  background: #FF8080; padding: 10;  }
#nadpis {position: absolute; top:0px; left:0px; width: 750; height:50px; background: #FF8080  }
#pata {position: absolute; top:850px; left:0px; width: 750; height:20px; background: #FF8080  }

body {
	text-align: center;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background : lightgrey;
	scrollbar-face-color: #FF8080;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000 ;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FF8080;
	scrollbar-track-color: lightgrey;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color : #FF8080;
}

.nadpis {
	font-family : Tahoma;
	font-size : 20;
	font-weight : normal;
	text-align : center;
	color : #FFFFFF;
	vertical-align : middle;
				}

.text {
	font-family : Tahoma;
	font-size : 12;
	font-weight : normal;
	text-align : justify;
	color : Black;
}

.popisek {
	font-family : Tahoma;
	font-size : 10;
	font-weight : normal;
	text-align : center;
	color : Black;
}


.menu_text{
	font-family : Tahoma;
	font-size : 12;
	font-weight : normal;
	text-align : left;
	color : Black;
}

.pata_text{
	font-family : Tahoma;
	font-size : 10;
	font-weight : normal;
	text-align : center;
	color : #FFFFFF;
}
A {
	font-weight : bold;
	text-decoration : none;
}
A.menu:hover {
	text-decoration: none;
	color: #000000;
	background-color : White;
}

.menu {
	font-family : Tahoma;
	font-size : 10;
	text-align : left;
	color : white;
}

