body {
	padding: 10px;
	padding-top: 30px;
	color: #b6b79b;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #ededee;
	background: url('images/tapeta.jpg');
	}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

#box {
	border: 13px solid white;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	background-color: white;
}

#nadpisbox {
	border: 0px;
	border-top: 1px solid #a7c520;
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
	height: 38px;
	background: url('images/nadpis_pozadie.gif') repeat-x;
}

#nadpisbox h3 {
	font-size: 16px;
	font-family: "Trebuchet MS",Verdana, Arial;
	color: #a7c520;
	margin: 0px;
	padding: 0px;
}

#nadpisbox a {
	text-decoration: none;
	padding-left: 15px;
	background: url('images/sipka.gif') no-repeat 0px 7px;
	color: #949494;
	background-color: #feffe3;
}

#nadpisbox a:hover {
	text-decoration: none;
	padding-left: 15px;
	background: url('images/sipka.gif') no-repeat 0px 7px;
	color: #949494;
	border-bottom: 1px dotted #a7c520;
	background-color: #fdffca;
}


#nadpisbox p {
	margin: 0px;
	padding: 0px;
	}

.opis {
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 16px;
	width: 350px;
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
}

.opis a {
	color: #a7c520;
	text-decoration: none;
	background-color: #feffe3;
}

.opis a:hover {
	border-bottom: 1px dotted #a7c520;
	background-color: #fdffca;
}

#obsah {
	background-color: #f5f6d4;
	margin: 0px;
	padding: 15px;
	border-top: 3px solid #cde855;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

#obsah a {
	text-decoration: none;
	}

#obsah .sipka {
	display: block;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: url('images/sipka.gif') no-repeat 0px 8px;
	color: #949494;
}

#obsah .sipka:hover {
	background: url('images/sipka.gif') #f6f8ba no-repeat 0px 7px;
	color: #333;
}

#obsah .sipkalast {
	display: block;
	padding-left: 15px;
	padding-bottom: 6px;
	background: url('images/sipka.gif') no-repeat 0px 7px;
	color: #949494;
	border-bottom: 1px solid #e0e1b5;
}

#obsah .sipkalast:hover {
	background: url('images/sipka.gif') #f6f8ba no-repeat 0px 7px;
	color: #333;
	border-bottom: 1px solid #e0e1b5;
}

#obsah .nadpis {
	display: block;
	color: #a7c520;
	padding-bottom: 7px;
	padding-top: 5px;
	border-top: 1px solid #e0e1b5;
}

#obsah .nadpis:hover {
	background-color: #f6f8ba;
	color: #737373;
}

#obsah hr {
	color: #a7c520;
	background-color: #a7c520;
	height: 1px;
	border: 0px;
	}

#col {
	float: left;
	margin-right: 20px;
	}

a, img {
	border: 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}