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

/*@import url(http://fonts.googleapis.com/css?family=Oxygen);
@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro);*/

@font-face {
	font-family: Scuba;
	src: url(/font/ScubaWeb.eot);
}

@font-face {
	font-family: Scuba;
	src: url(/font/ScubaWeb.woff) format('woff');
}

* {
	margin:0;
	padding:0;
	border:none;
	}

HTML BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px; 
	background-color: #c0c0c0;
	height: 100%;	
	MARGIN: 0px; 
	text-align: center;
	font-family: Scuba, Helvetica, sans-serif;
	font-size: 13px;
}
h2 {
	font-family: Courier New, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

h3 {
	color: #f39800;
	font-weight: bold;
	font-size: 1em;
}		
ul {
	list-style: none;
}
ul li {
	margin: 0 0 5px 0;
}
a {
	color: #f39800;
	text-decoration: none;
}
a:hover {
	color: #684c1a;
}

a.active {
	color: #684c1a;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
	width: 100%;
}	
#page {
	TEXT-ALIGN: left;
	MARGIN: 0 auto;
	WIDTH: 1024px;
	height: 100%;	 
/*	MARGIN-RIGHT: 10%; */
/*	POSITION: absolute; top: 10px; */
	background-color: #ffffff;
	position: relative;
	border: 1px solid #800080;
}
#homeheader {
	width: 100%;
	height: 108px;
	border-bottom: 18px solid #f39801;
}

#header {
	width: 100%;
	height: 259px;
}
#logo {
	padding: 18px 203px 19px 0;
	text-align: right;
}
#headerbild {

}
#homecontainer {
	width: 100%;
	background: #ffffff;
	position: relative;
}
#container {
	width: 100%;
	min-height: 440px;
	background: url(../img/ecke.jpg) left bottom no-repeat;
	position: relative;
}
#homenavigation {
	width: 123px;
	float: left;
	position: relative;
	background: #FFFFFF;
	padding: 45px 4px 45px 84px;
}

#navigation {
	width: 191px;
	float: left;
	position: relative;
	background: #FFFFFF;
	padding: 45px 5px 45px 84px;
}

#navigation  ul li a {
	font-family: Courier New, Times New Roman, Times, serif;
	font-size: 1.3em;
}
#homeinhaltsmatte {
	float:left;
	width: 813px;
	background: #FFFFFF;
	color: #684c1a;
	position: relative;
/*	min-height: 150px;
	height: 340px;*/
}
#willkommensmatte {
	position: absolute; bottom: 0; left: 0;
	width: 281px; height: 216px;
	background: url(../img/ecke.png) left bottom no-repeat;
}
#willkommen {
	position: absolute; top: 65px; left: 46px;
}	
#inhaltsmatte {
	float:left;
	width: 360px;
	background: #FFFFFF;
	color: #684c1a;
	position: relative;
/*	min-height: 150px;
	height: 340px;*/
}

#inhalt {
	margin: 45px 0 20px 56px;
	line-height: 1.4em;
}
.sprechzeiten {
	margin: 45px 0 20px 0px;
	color: #684c1a;	
}
td {padding: 2px 0 2px 0;}

#rechtespalte {
	width: 384px;
	background: #FFFFFF;
	float: left;
	color: #684c1a;	
}
#rechtespalte p {
	line-height: 1.4em;
}

#rechtesbild {
	margin: 45px 20px 20px 40px;
}
#inhalt p {
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	line-height: 1.4em;	
/*	font-weight: 500;*/
}	

#inhalt ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style: disc;
}	

#seitentitel {
	clear: both;
	position: relative; top: -47px;
	margin: 0 0 -27px 15px;
	width: 250px;
}
#seitenbild {
	margin: 0;
}
#nachricht .labeler {
	width: 160px;
	color: #81631c;	
	float: left;
}		
input.text, textarea.text {
	width: 300px;
	background-color: #b4b825;
}
input.check {
	background-color: #b4b825;
}
input.send {
	color: #aab849; /*#81631c;*/
	font-weight: bold;
	margin-top: 10px;
	background-color: #e8e2d5; /*#81631c;*/
}
input#ort {
	width: 240px;
	background-color: #b4b825;	
}
input#plz, input#privat, input#selbst {
		background-color: #b4b825;
}
	
.braun {
	color: #81631c;
	font-size: 1.1em;
	/*font-weight: bold;*/
}
.gruen {
	color: #689a32;
	font-size: 1.1em;
}

.gruentext {
	color: #689a32;
	line-height: 1.5em;
}
	
.floatstopper {
clear: both;
height: 0;
}