body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFEDB6;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 0px 10px 0px 0px;
	display:block;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
                 text-align: justify;
	text-indent: 15px;
}
a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
#vrsek{
	height:250px;
	top:10px;
	width:900px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:225px;
	float:left;
}
#middle{
	margin-left:235px;
	margin-right:0px;
	width:650px;
}

/********************* menu ****************************/
.menuvrsek{
	width:225px;
	height:37px;
	background-color: #FFB000;
	display:block;
}
.menucontent{
	width:225px;
	background-color: #FFEDB6;
	padding-top:10px;
}.menuvrsek h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menuspodek{
	width:225px;
	height:15px;
	background-color: #FFEDB6;
	display:block;
}
.postvrsek,.menuvrsek{
	color:#000000;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postvrsek{
	background-color: #FFB000;
	display:block;
	width:650px;
	height:37px;
}
.postvrsek h1{
	padding: 10px 0px 0px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-color: #FFEDB6;
	padding: 5px 0px;
}
.postspodek{
	background-color: #FFEDB6;
	display:block;
	width:650px;
	height:15px;
}
/********************* vrsek ****************************/
#vrsek{
	position:relative;
}
#vrsek ul{
	position:absolute;
	top:200px;
	display:block;
	left:20px;
}
#vrsek ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#vrsek ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#vrsek ul li a:hover{
	text-decoration:underline;
}
/********************* spodek ****************************/
#spodek{
	width:850px;
}
#spodek ul{
	display:block;
	margin-left:190px;
}
#spodek ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#spodek ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#spodek ul li a:hover{
	text-decoration:underline;
}
#spodek span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}

