*{
	margin: 0;
	padding: 0;
	border: 0;
}
 
html {
}

body {
	background-color:#eeeedc;
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

a{
	color: black;
}

a:hover{
	color: white;
}

td{
	font-size:76.5%;
}


#page {
	width: 940px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
}

#header{
	width:100%;
	height: 250px;
	min-height: 250px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
}
#menu{
	width:270px;
	min-width: 270px;
	height: 234px;
	min-height: 234px;
	float: left;
	background-image: url(images/back_menu.jpg);
}
#subheader{
	width: 670px;
	min-width: 670px;
	height: 234px;
	min-height: 234px;
	float: right;
	background-image: url(images/back_subheader.jpg);
}

#content{
	width:100%;
}

#footer{
	width:100%;
	background-color: #a8bb63;
}

.clear{
	clear: both;
}

#menu a{
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 35px;	
	line-height: 32px;
	display: block;
  	font-size: 150%;
	color: #013b2c;
	text-decoration: none;
	border-bottom: 1px solid #eeeedc;
	width: 200px;
}

#menu a:hover{
	color: white;
}

.uvod{
	width:50%;
	float: left;
}

.inner{
	padding: 25px;
	padding-top:10px;
}

.uvod ul{
	list-style: outside;
}

 .fl{
 	float: left;
 }
 
 hr{
 	 display: block;
	
 }

.fl_bordered{
	float:left;
	width:210px;
}

.nadpis{
	display: block;
	font-weight: bolder;
	font-size: 110%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #b8cb73;
}

.inner table{
	border: 2px solid #bbbbbb;
}
