body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	background: url(/assets/layout/bgFull.gif) no-repeat top center;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
}
h1 {
	color: #DF021B;
	font-size: 14px;
	margin: 0 0 16px 6px;
	text-transform: uppercase;
}
a.active {
	font-weight: bold;
	color: #DF021B;
}
#container {
	width: 1006px;
	height: 737px;
	margin: 0 auto;
}
#toplink {
	padding: 110px 700px 0 48px;
	text-align: center;
}
#toplink a:link,
#toplink a:visited {
	text-decoration: none;
}
#topad {
	/*display: none;*/
	float: right;
	width: 468px;
	height: 60px;
	background: #fafafa;
	margin: 36px 10px 0 0;
	color: white;
	overflow: hidden;
}
#sidead {
	/*display: none;*/
	float: right;
	margin: 124px 9px 0 20px;
	width: 160px;
	height: 600px;
	background: #fafafa;
	color: white;
}
#topad p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#sidead p {
	text-align: center;
 	font-size: 14px;
	margin-bottom: 20px;
}
#inlineads p {
 	font-size: 12px;
}

#content {
	margin: 29px 0 75px 40px;
/*	margin: 29px 220px 75px 40px;*/
	width: 735px;
	height: 466px;
	overflow: auto;
}
#impress {
	margin: 0 0 11px 54px;
/*	width: 386px; */
	width: 708px;
	text-align: center;
	height: 16px;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 0.02em;
}
#bottomlinks {
}
#bottomlinks a:link,
#bottomlinks a:visited {
	display: block;
	float: left;
	text-align: center;
	width: 143px;
	text-decoration: none;
	font-size: 11px;
}
#bottomlinks a.first {
	margin-left: 51px
}

/*
	suchergebnisse
*/
a.modal {
	display: block;
	font-size: 10px;
	text-decoration: none;
}
#searchResults {
	width: 450px;
	height: 420px;
	overflow: auto;
	margin-left: 6px;
	background-color: white;
}
#searchResults .result {
	border: 1px solid #EEE;
	margin: 0 4px 10px 0;
}
#searchResults p {
	padding: 3px 5px;
}
#searchResults p.provider {
	color: #CCC;
}
#searchResults p.number {
	color: #DF021B;
	float: right;
	font-weight: bold;
}
#searchResults a:link,
#searchResults a:visited {
	display: block;
	color: black;
	font-weight: bold;
	background-color: #EEE;
	text-decoration: none;
	padding: 3px 5px;
	margin-bottom: 4px;
}
#searchResults a:hover {
	color: white;
	background-color: #DF021B;
}
#searchResults a.back:link,
#searchResults a.back:visited {
	display: block;
	color: black;
	font-weight: normal;
	text-align: right;
	background-color: transparent;
	text-decoration: none;
	padding: 3px 5px;
}
a.backtop:link,
a.backtop:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
	float: right;
	margin-right: 40px
}


/*
	formulare
*/
input.F, input.P {
	color: black;
	background-color: #EEE;
	width: 400px;
	border: 1px solid #EEE;
}
input.S {
	color: white;
	font-weight: bold;
	background-color: #DF021B;
	width: auto;
	border: 1px solid #DF021B;
}
input.marked {
	border-color: #DF021B;
}
input.C {
	color: black;
	background-color: transparent;
}
#shadow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
#loading {
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
	text-align: center;
	color: white;
	font-size: 40px
}

#queryTime {
	color: #E51500;
	margin: 16px 0 0 8px;
	display: block;
}