@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(../img/site_bg.jpg);
	background-size: 160%;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	
}
h1,h2, h3, h4, h5, h6{
	line-height: 130%;
	margin-top: -1.5%;
	color: #652520;
	margin: 3% 0% 4%;
	font-weight: normal;
}
h1{
	font-weight: bold!important;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4%;
}
h2{
	
	font-size: 24px;
	margin-bottom: 10px;
}
h3{
	font-size: 20px;
	margin-bottom: 18px;
}
h4{
	font-size: 18px;
	margin-bottom: 5px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 13px;
}

.balken-orange{
	height: 3px;
	width: 100%;
	background-color: #652520;
	margin: 2% 0%;
}
p,ol,ul{
	padding: 6px 0px;
}
p, table, tr, td, div, ul, li, ol{
	/*color: #222222;*/
	/*font-size: 16px;*/
	/*line-height: 26px;
	font-weight: normal;*/
}
a:link, a:visited{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #652520;
}
a:active, a:hover{
}
strong, b{
}
em, i{
}
ol{
	list-style-type: decimal;
	font-weight: bold;
}
ol span{
	font-weight: normal!important;
}
ol,ul{
	list-style-position: outside;
	padding-left: 3%;
}

hr{
	height: 1px;
	border: none;
	color: #DDDDDD;
	background-color: #DDDDDD;
}
/*li{
	list-style: none;
}*/
input, textarea, select{
	border: 1px solid #DDDDDD;
	padding: 3px;
	font-size: 17px;
	/*color: #666666;*/
}
input:hover, textarea:hover, select:hover{
	/*border: 1px solid #666666;*/
}

.wrapper, .wrapper_nav{
	width: 98%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0% 1%;
}

.left{
	float: left;
	width: 48%;
}
.right{
	float: right;
	width: 48%;
}
.clear{
	clear: both;
}
section{
	background-color: #efe7e4;
	padding: 3% 0%;
}
header>a{
	display: block;
	text-align: center;
	margin: 0 auto;
}
/*Logo*/
.logo{
	width: 100%;
	max-width: 342px;
	margin: 2% auto 5%;
	text-align: center;
}
@media only screen and (max-width: 750px){
	body{
		background-size: 200%;
	}
}