﻿/* ----------------- Seitenlayout ------------------- */

body{
	/*background-color:#c28c5d;*/
	padding: 0px;
	margin: 0px;
	background: #f3e2c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 88%, #e9d4b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(88%,#c19e67), color-stop(100%,#e9d4b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 94%,#e9d4b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3e2c7 0%,#c19e67 94%,#e9d4b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3e2c7 0%,#c19e67 94%,#e9d4b3 100%); /* IE10+ */
	background: linear-gradient(top,  #f3e2c7 0%,#c19e67 94%,#e9d4b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}

#wrapper{
	color:black;
	width: 800px;
	height: 100%;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

#kopfbereich {
	width:100%;
	height:195px;
	margin: 40px 0;
	background: #fcd997; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcd997 0%, #77582c 83%, #77582c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd997), color-stop(83%,#77582c), color-stop(100%,#77582c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcd997 0%,#77582c 83%,#77582c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcd997 0%,#77582c 83%,#77582c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcd997 0%,#77582c 83%,#77582c 100%); /* IE10+ */
	background: linear-gradient(top,  #fcd997 0%,#77582c 83%,#77582c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd997', endColorstr='#77582c',GradientType=0 ); /* IE6-9 */

}

#logo{
	position:absolute;
	top:40px;
}



#balken {
	height:40px;
	width:830px;
	margin: 0 auto;

	z-index:10;
	background-color:#a4682d;

}

#mittelbereich {
	position:relative;
	margin-bottom:0px;
	width:100%;
}

#navibereich {
	position: absolute;
	top: 0px;
	margin-left:40px;
}

#inhaltsbereich {
	top:0;
	margin-left: 220px;
	padding-left: 10px;
	border-left: 1px solid black;
}

#fussbereich {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 1px solid black;
	margin: 20px;
}

/* ----------------- Elemente ------------------- */

#iframe {
	width:700px;
	height:525px;
	margin:20px 10px 20px 10px;
	padding:10px;
	border: none;
}

#foto_o_r {
	margin: 0 0 10px 50px;
}

address {
	color: black;
	text-align:center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}



#inhalt_anfahrt {
	overflow:hidden;
}
/* ----------------- Navi-Leiste ------------------- */

#home {
	position:absolute;
	top:70px;
	left:15px;
}

#ueberuns {
	position:absolute;
	top:73px;
	left:65px;
}

#preizei {
	position:absolute;
	top:180px;
	left:24px;
}

#anfahrt {
	position:absolute;
	top:270px;
	left:85px;
}

#kontakt {
	position:absolute;
	top:280px;
	left:33px;
}

#navi_bgr {

}

#inhalt {
	font-family: Century Gothic,Arial,sans-serif;
	font-size: 14px;
	font-weight: 500;
}