/*######## Basis Style ########*/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 62.5%;
	background-color : #FFF;
	color: #000;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin: 0;
	padding: 0;
}

p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

td{vertical-align:top}
ul{list-style:none}
img,fieldset{border:0}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix{height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear:both;
	height:0;	
}
/*######## Ende Basis Style ########*/

/*######## Container ########*/
div#container {
	padding: 0 1em;
}
div#wrapper {
	padding: 0 170px 0 18em;
}

div#content {
	position: relative;
	float: left;
	width: 100%;
}

 div#searchbar {
	width: 17em;
	position: relative;
	right: 18em;
	float: left;
	margin-left: -100%;
} 
/*
div#searchbar {
	position:absolute;
 left:5px; top:120px; width:17em; height:500px;
}*/

div#google {
	position: relative;
	float: left;
	padding-left: 10px;
	width: 160px;
	margin-right: -170px;
}

/*######## Ende Container ########*/

/*######## Inhalt ########*/

div#content h1 {
	color: #4E4EA7;
	font-size: 1.5em;
	font-weight: bold;
}

div#content h3 {
	color: #00C;
	font-size: 1.3em;
	font-weight: bold;
}

div#content p.anzergebnisse {
	font-size: 1.2em;
	font-weight: bold;
	margin: .2em 0;
}

div#content dl dt {
	background: #E0E0E0;
	font-size: 1.3em;
	padding: .3em .5em;
	text-align: left;
	height: 1%;
}

div#content dl dd {
	background: #F0F0F0;
	font-size: 1.2em;
	padding: .3em .5em .3em 4em;
	text-align: left;
}

div#content dl dd  address{
	font-style: normal;
}

div#content dl dd p{
	margin-top: .4em;
	color: #F90;
	font-size: smaller;
}

/* ---*Formular ------*/

form#filter {
	background: #E0E0E0;
	text-align: left;
}

form#filter p {
	padding: 1em .5em;
	font-size: 1.1em;
	margin: 0;
}
form#filter  fieldset {
	background: #F0F0F0;
	padding: .5em;
}

form#filter  label {
	font-size: 1.1em;
	display: block;
	cursor: pointer;
	margin-top: .3em;
}
form#filter  input, form#filter select {
	font-size: 1.1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
form#filter select {
	margin-bottom: .5em;
}

div#searchbar p {
	color: #FF9900;
	font-size: 1.1em;
	margin: 1em 0;
	line-height: 1.4em;
}

/*######## Ende Inhalt ########*/


