/*************** styl stranek ***************/

body {
	background-color: #EBDAB5;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #4B2E05;
	margin: 0px;
	}

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #492E03;
	text-align: left;
	line-height: 135%;
	}
	
h2 {
	margin-top: 25px;
	color: #4B2E05;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 22px;
	}
	
h3 {
	margin-top: 10px;
	color: #763F1B;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
	}

p {
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: none;
	}
	
.kostra {
	margin-left: auto;
	margin-right: auto;
	width: 941px;
	height: auto;
	}
	
.stranka {
	float: left;
	width: 941px;
	height: auto;
	}
	
.zahlavi {
	width: 941px;
	height: 224px;
	background-image: url('../images/bg_zahlavi.jpg');
	background-repeat: no-repeat;
	}
	
.vrsek {
	width: 941px;
	height: 242px;
	background-image: url('../images/bg_vrsek.jpg');
	background-repeat: no-repeat;
	}
	
.hlavni {
	float: left;
	width: 941px;
	padding-top: 20px;
	margin-bottom: 10px;
	background-image: url('../images/bg_hlavni.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E8D5B2;
	border-bottom: 2px solid #C7A776;
	}

.obsah {
	float: right;
	width: 876px;
	padding-left: 30px;
	padding-right: 35px;
	margin-bottom: 30px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #392304;
	line-height: 150%;
	}
	
.obsah a:link, .obsah a:visited {
	color: #392304;
	text-decoration: underline;
	}
	
.obsah a:hover {
	color: #930;
	text-decoration: underline;
	}
	
.obsah p {
	margin-bottom: 10px;
	}
	
.obsah li {
	margin-bottom: 10px;
	}
	
.kontakt {
	float: right;
	width: 163px;
	height: 62px;
	margin-right: 10px;
	margin-top: 7px;
	}
	
.menu {
	float: right;
	height: 56px;
	margin-right: 10px;
	margin-top: 92px;
	clear: both;
	}
	
.zapati {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 13px;
	width: 941px;
	font-size: 12px;
	font-weight: bold;
	color: #7A603F;
	text-align: center;
	font-style: normal;
	}
	
#statistiky {
	display: none;
	margin-top: 10px;
	}
	
/*************** emailovy form ***************/

.input {
	background-image: url('../images/bg_input.jpg');
	background-repeat: no-repeat;
	background-color: #E0CAA1;
	width: 200px;
	height: 22px;
	border: 0px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-left: 6px;
	color: #3F2B1D;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.input_spam {
	background-image: url('../images/bg_input_spam.jpg');
	background-repeat: no-repeat;
	background-color: #E0CAA1;
	width: 52px;
	height: 22px;
	border: 0px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
	color: #3F2B1D;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.input_text {
	background-image: url('../images/bg_input_text.jpg');
	background-repeat: no-repeat;
	background-color: #E0CAA1;
	width: 420px;
	height: 140px;
	border: 0px;
	margin-bottom: 4px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #252525;
}

.input_odeslat {
	font-size: 14px;
	padding: 5px 15px 5px 15px;
	color: #493A25;
	font-weight: bold;
}

.hlaska {
	text-align: center;
	background-color: #F9FAFB;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #CA4024;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0px 0px 10px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
}

.ikona-izic {
	float: right;
	width: 121px;
	height: 20px;
	margin-top: -14px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
