/* 
	//////////////////////////////
	//
	// steinhauser
	// stylesheet
	//
	//
	/////////////////////////////
*/


html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
     border: 0;	
                             
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color:#000000;
     background-color: #ecfdeb;
     
     text-align: center;
}

#container {	
     min-height: 99%;  
	width: 750px;
	margin: 0 auto;
	background-image:url(../../bilder/bg_menue.jpg);
	background-repeat: repeat-y;
	border: 1px solid black;
}

#head {
	height: 199px;
	border-bottom: 1px solid black;
}


#navigation {
	text-align:right;
	height:40px;
	font-size:0.7em;
	line-height: 3em;
	margin-right: 10px;
	background-image:url(../../bilder/bg_menue.jpg)
}


#navigation a:link, #navigation a:visited {
	color: #000000;
	background-color:inherit;
	text-decoration: none;
	margin-right: 10px;
}

#navigation a:hover {
	color:#000000;
	background-color:inherit;
	text-decoration: underline;
}

#sidebar { 
	width:255px;
	float:left;
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	
	margin: 0px 20px 10px 270px;
	text-align:left;
	font-size:0.8em;
	
}

#content img{

	border:solid #0000CC 1px;
}


/* links im content */
#content a:link, #content a:visited {
	color:#000000;
	background-color: inherit;
	text-decoration: none;
}
#content a:hover {
	color:#0066FF;
	background-color: inherit;
	text-decoration: underline;
}

/* Google Map */
#googlemap {	
	float:left;
	color:#000000;
	background-color:inherit;
	border:solid 1px #000000;
	margin-bottom: 10px;
}

/* Überschriften */
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a8a6a4;	
	background-color: inherit;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #c51a22;	
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: inherit;
}
/* Anfrage */
.table_1{
	width:450px;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse; 
}

.feld_1{
	color:#990000;
	font-weight: bold;
	background-color: inherit;
}

.form_1{
	background-color: #f6f6f1;
	font-size: 1em;
	border: solid 1px #b6b6b5;
	color: inherit;
}

.drucken {
     float:right;
     font-size:0.8em;
     margin:0.5em 20px 0 0;
}
