/* CSS Document */

body {
	background-color: #DCDCDC;
	font-family: Verdana, Tahoma, lucida,"Geneva CE", sans-serif;
	font-size: 90%;
	position: absolute;
	color: Navy;
}

a:link    {color: black}
a:visited    {color: black}
a:active    {color: red}
a:hover {
	background-color: #FFD700;
}

.levy {
	background-color:#DCDCDC;
	left: 10px;
	top: 30px;
	width: 600px;
	position: absolute;
	padding: 10px;
	font-style: normal;
	line-height: 120%;
}

.pravy {
	background-color:#DCDCDC;
	left: 700px;
	top: 30px;
	width: 200px;
	position: absolute;
	padding: 10px;
	font-style: normal;
	line-height: 140%;
}

.fotka {
	
	left: 15px;
	position: absolute;
	padding: 10px;
		
}

.omne {

	left: 180px;
	position: absolute;
	padding: 10px;
	}

.fejeton {
	top:540px;
	left: 15px;
	position: absolute;
	width: 96%;
	padding: 10px;
	}
	
	
