@charset "utf-8";
body {
	background-color: #736237;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#obal {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #c4b576;
	background-color: #040400;
}
#vrch {
	height: 10px;
}
#hlavicka {
	height: 100px;
	width: 600px;
	margin-top: 0px;
	margin-left: 90px;
	margin-bottom: 0px;
	background-image: url(img/obr_hlavicka.jpg);
	text-align: justify;
}
#lag {
	float: right;
	height: 16px;
	width: 65px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}
#logo {
	font-size: 36px;
	font-weight: bold;
	height: 38px;
	color: #998D5D;
	width: 245px;
	float: left;
	margin-top: 56px;
	padding: 0px;
	margin-left: 5px;
}

#navigace {
	height: 27px;
	width: 600px;
	margin-bottom: 10px;
	margin-left: 90px;
	margin-top: 0px;
	background-color: #2b2e1a;
}
#obsah {
	width: 600px;
	margin-left: 90px;
	margin-bottom: 10px;
	background-color: #2b2e1a;
	padding-top: 5px;
	padding-bottom: 5px;
}
#obsah p {
	padding-top: 8px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #cf8b48;
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #cf8b48;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #cf8b48;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #cf8b48;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


a {
	font-weight: bold;
	color: #c4b576;
	text-decoration: none;
}
img {
	border-bottom-color: #c4b576;
	border-top-color: #c4b576;
	border-right-color: #c4b576;
	border-left-color: #c4b576;
}
img:hover {
	border-top-color: #cf8b48;
	border-right-color: #cf8b48;
	border-bottom-color: #cf8b48;
	border-left-color: #cf8b48;
}


a:hover {
	color: #cf8b48;
}
a.import {
	color: #cf8b48;
}

p {
	margin: 10px;
}


#odkazy {
	height: 30px;
	width: 600px;
	margin-bottom: 20px;
	margin-left: 90px;
}
#odkazy_obr {
	width: 240px;
	height: 30px;
	float: left;
}
#odkazy_text {
	float: right;
	height: 30px;
	background-color: #2b2e1a;
	width: 350px;
	text-align: center;
}


#pata {
	height: 22px;
	background-color: #2b2e1a;
	text-align: center;
	clear: both;
	padding-top: 8px;
}

.obr_pravy {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.obr_levy {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

