body {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: #f5f5f5;
	text-align: center;
	margin: 0px;
}

#container_main{
	width:800px;
	margin:auto;
}

a,a:visited{
	color:black;
}

a:hover, #vybrmenu{
	color:#828282;
}

#hlavicka{
	width: 100%;
	height: 80px;
	margin-top: 0px;
	text-align:left;
	background-image : url(./img/logo_poz.gif);
}

#logo{
	display: block;
	width: 358px;
	height: 32px;
	background-image: url(./img/logo.gif);
}

#logo span{
	display: none;
}
#container_left{
	float:left;
	width: 150px;
}

#obsah{
	margin-left: 160px;
	text-align: justify;
}

.linky-nadpis{
	color: Red;
	background-color: Yellow;
	border: 3px solid #FFFFCC;
	font-weight: bold;
}

.linky{
	background-color: #FFFFCC;
	font-weight: normal;
}

.nadpis{
   font-size:x-large;
   font-weight:bold;
   text-decoration:underline;
}

.svetla{
	background: #E2E2E2
}

.tmava{
	background: #D2D2D2;
}
