	body {text-align:center;
			background-color:#000000;
			color:#FFFF33}
a {color:red}
a:visited {color: orange;}
	#main {width:900;
			position:relative;
			color:yellow
			}
	#anketa {text-align:right;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				position:absolute;
				top:0;
				right:0;
				width:300;
				margin:10px}
	#obsah {position:absolute;
			top:0; left:240;
			width:450;
			text-align:justify;
			margin:10;
			}
	#obsah h1,h2,h3,h4 {text-align:center}
	#menu {text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			position:absolute;
			top:0;
			left:0;
			width:210;
			height:230;
			border:solid #FFBF4A;
			margin:10;
	    text-align:center;
			color:#000000;
			background-color:#FFFF66;
			font-size:1.0em;
			font-weight:bold;}

#menu a {font-size: 1.0em;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	color:#666666;
	display: block;
	background-color: #FEFF68;}
#menu a:hover {
	color: #CC0000;
	background-color: #FFD700;
}

	#aktuality {text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			position:absolute;
			top:240;
			left:0;
			width:210;
			height:230;
			border:solid #FFBF4A;
			margin:10}
	#reklama {position:absolute;
			top:480;
			left:0;
			width:210;
			height:auto;
			margin:10}
	
	#menu .aktivni {background-color:#FF6600;
				color:#000000}
	label {display: block;}
