html {
	width:100%;
	height:100%;
	overflow-y:scroll;
}

body{
	margin: 0px;
	padding: 0px;
	background-image: url(layout/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #b8a47f;
	color: #666666;
	font-family: Georgia, Times New Roman;
	font-size: 13px;
	border: 0;
	text-align: center;
	height: 100%;
}

#wrap{
	height: 100%;
	margin: 0 auto;
	width: 840px;
	background-color: #ffffff;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

img{
	border: none;
}

table{
	font-family: Georgia, Times New Roman;
	font-size: 13px;
	color: #666666;
}

a{
	color: #e95d0f;
}

a:hover{
	color: #4e4538;
}

p{
	font-family: Georgia, Times New Roman;
	font-size: 13px;
	color: #666666;
	line-height: 20px;	
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}

h1{
	color: #b1953c;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: normal;
}

h2{
	color: #b1953c;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: normal;
}

h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	color: #e95d0f;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.clear{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0px;
}

.seite{
	margin: 0 auto;
	width: 840px;
	text-align: left;
}

.header{
	width: 840px;
	height: 178px;
	margin: 0px;
	padding: 0px;
}

.header2{
	width: 840px;
	height: 230px;
	margin: 0px;
	padding: 0px;
}

.bilderwechsel{
	width: 520px;
	height: 230px;	
	margin: 0px;
	padding: 0px;
	float: left;
}

.box_braun{
	margin: 0px;
	padding: 0px;
	/*background-image: url(layout/box_braun_oben.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	background-color: #4e4438;
	width: 320px;
	height: 230px;	
	float: left;
}

.box_braun_inhalt{
	width: 270px;
	margin: 24px;
	color: #fffefb;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
}

#main{
	width: 840px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	line-height: 20px;
	padding-bottom: 95px;
}

.inhalt{
	text-align: left;
	color: #666666;
	margin-top: 40px;
	margin-left: 40px;
	width: 470px;
	float: left;
	display: inline;
}

.rechts{
	color: #666666;
	text-align: left;
	font-size: 12px;
	margin-top: 40px;
	margin-left: 33px;
	width: 260px;
	float: left;
	display: inline;
}

.rechts table{
	color: #666666;
	font-size: 12px;
}

.rechts td{
	font-size: 12px;
}

.rechts p{
	color: #666666;
	text-align: left;
	font-size: 12px;
}

#footer {
	margin: 0 auto;
	width: 840px;
    position: relative;
	margin-top: -95px; /* Negativer Wert der Footer-Höhe */
	height: 95px;
	clear:both;
}

.footer1{
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 61px;	
}

.footer2{
	background-color: #4e4438;
	color: #e9e1ca;
	font-size: 10px;
	width: 840px;
	height: 34px;
}

.footer2_inhalt{
	padding-top: 8px;
	text-align: center;
	font-size: 11px;
	width: 790px;
}

.footer2_inhalt a{
	color: #e9e1ca;
	text-decoration: underline;
}

.footer2_inhalt a:hover{
	color: #ffffff;
}

.kontakt_form{
	font-size: 11px;
	width: 470px;
}

.kontakt_form td{
	padding-bottom: 6px;
}

.input_form{
	border: 1px solid #989896;
	background-color: #f4efe9;
	color: #666666;
	width: 220px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
}

.input_form_breit{
	border: 1px solid #989896;
	background-color: #f4efe9;
	color: #666666;
	width: 470px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
}

.orange{
	color: #e95d0f;
}

.btn_text{
	background-color: transparent;
	border: none;
	color: #e6762a;
	font-size: 11px;
	text-decoration: underline;
}

.btn_text:hover{
	background-color: transparent;
	border: none;
	color: #e6762a;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */
