body {
	font-family: Arial, sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
	background: url(/assets/layout/body_bg.jpg) fixed repeat-x top center;
}
body, td, h1, h2, h3, p, span {
	color: #333;
	font-size: 12px;
	text-align: left;
	margin: 0;
	line-height: 1.5em;
}
h1 {
	color: #DF021B;
	font-size: 18px;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
a:link,
a:visited {
	color: #DF021B;
}
a.active {
	font-weight: bold;
	color: #DF021B;
}
.clearboth {
	clear: both;
}
.centered {
	margin: 0 auto;
	width: 1008px;
}
#header {
	clear: both;
	background: url(/assets/layout/header_bg.png) no-repeat top center;
	width: 1008px;
	height: 112px;
	margin: 0 auto;
}
#topnav {
	margin: 0 44px; 
	padding-top: 10px; 
	clear: right; 
	text-align: right
}
#logo {
	position: absolute;
	margin-top: 50px;
}
#container {
	background: url(/assets/layout/container_bg.png) repeat-y top center;
	width: 1008px;
/*	height: 737px;*/
	margin: 0 auto;
}
#searchengine {
	background: url(/assets/layout/search_bg.png) repeat-x top center;
/*	height: 144px;*/
	margin: 0 24px;
}
#searchengine.extended {
/*	height: 224px;*/
}
#searchengine form {
	padding: 10px 20px 0px 20px;
}
#wait {
	padding: 50px 0 40px 0;
	text-align: center;
}
#divider {
	background: url(/assets/layout/divider_bg.png) repeat-x top center;
	height: 22px;
	margin: 0 24px;
}
#footer {
	background: url(/assets/layout/footer_bg.png) no-repeat top center;
	width: 1008px;
	height: 89px;
	margin: 0 auto;
}
#toplink {
	padding: 110px 700px 0 48px;
	text-align: center;
}
#toplink a:link,
#toplink a:visited {
	text-decoration: none;
}
#topBalken {
	/*display: none;*/
	float: right;
	width: 468px;
/*	height: 60px;*/
	height: 78px;
/*	background: #fafafa;*/
	margin: 4px 24px 0 0;
	color: #666;
	overflow: hidden;
/*	border: 1px solid red;*/
}
#sidead {
	/*display: none;*/
	float: right;
	margin: 10px 44px 10px 0;
	margin: 10px 34px 10px 0;
	width: 160px;
	height: 600px;
	background: #fafafa;
	color: white;
/*	border: 1px solid red;*/
}
#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-left: 44px;
	width: 750px;
	padding: 20px 0;
}
#imprint {
/*	margin: 10px auto;
	width: 386px;*/
	margin: 0 auto;
	width: 960px;
	text-align: right;
/*	height: 16px;*/
	padding: 10px 0;
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #AAA;
}
#imprint a:link,
#imprint a:visited {
	font-size: 10px;
}
#bottomnav {
	margin: 0 44px; 
	padding: 20px 0; 
}
/*
#bottomlinks {
	padding: 20px 0;
}
#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
*/
#searchResults {
/*	width: 450px;
	height: 420px;
	overflow: auto;
	margin-left: 6px;
	background-color: white;*/
}
#searchResults .result {
	background-color: #F9F9F9;
	margin: 0 0 4px 0;
	padding: 8px;
}
#searchResults .result.top {
	background-color: #F3F3F3;
}
#searchResults p {
	margin: 3px 0;
}
#searchResults p.top {
	float: right;
	color: #D70000;
}
#searchResults p.provider {
	color: #CCC;
}
#searchResults p.number {
	color: #DF021B;
/*	float: right;*/
	font-weight: bold;
}
#searchResults .result b,
#searchResults .result a:link,
#searchResults .result a:visited {
	color: #D70000;
	display: block;
	font-weight: bold;
/*	background-color: #EEE;*/
	text-decoration: none;
/*	padding: 3px 5px;*/
	margin-bottom: 4px;
}
#searchResults .result a:hover {
	color: #000;
/*	background-color: #DF021B;*/
}
#searchResults .result.top a:link,
#searchResults .result.top a:visited {
	font-size: 1.2em;
}
a.backtop:link,
a.backtop:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
	float: right;
}
a.backResults:link,
a.backResults:visited,
div.backResults {
	cursor:pointer;
	color: #D70000;
	font-weight: bold;
	padding: 10px 0;
	text-decoration: none;
}

/*
	formulare
*/
td.txt {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	vertical-align: center;
	width: 60px;
	color: #666;
}
a.modal:link,
a.modal:visited {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #666;
}

input.M, input.F, input.P {
	color: black;
	background-color: #EEE;
	width: 380px;
	border: 1px solid #EEE;
}
input.F.grey,
input.P.grey {
	color: #aaa;
}
input.S {
	color: white;
	font-weight: bold;
	background-color: #DF021B;
	width: auto;
	border: 1px solid #DF021B;
}
input.T {
	color: white;
	font-weight: bold;
	background-color: #B6B6B6;
	width: auto;
	border: 1px solid #B6B6B6;
}
input.marked {
	border-color: #DF021B;
}
input.C {
	color: black;
	background-color: transparent;
}
input[disabled] {
	background: #CCC;
	border-color: #BBB;
	color: #666;
	cursor:default;
}
#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;
}
/*
	navigation
*/
ul.navtree {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
ul#navtree2 {
	margin-top: 74px;
}
ul.navtree li {
	margin: 0;
	padding: 0;
	float: left;
}
/*
	alle ebenen : definition der hyperlink styles
*/
ul.navtree a:link,
ul.navtree a:visited {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0 4px 0 4px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	height: 28px;
}
ul.navtree a.inpath:link,
ul.navtree a.inpath:visited {
	color: #000;
}
ul.navtree a.highlight:link,
ul.navtree a.highlight:visited {
	color: #000;
	border-bottom: 2px solid #E51500;
}

.autocomplete-w1 { background:url(/pub/shadow.png) no-repeat bottom right; position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#EEEEEE; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#E20916; }

/*
	tabellen
*/
.tab1 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tab1 thead th {
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0;
/*	border: 1px solid #CCC;
	padding: 4px;*/
}
.tab1 thead td {
	font-weight: bold;
	background-color: #CCC;
	color: #000;
}
.tab1 td {
	border: 1px solid #CCC;
	padding: 4px;
}
/*
	gewinnspiel
*/
#game {
	clear: left;
}
#game p.question {
	color: #E20916;
	font-weight: bold;
	font-size: 20px;
}
#game p.question span {
	color: #E20916;
	font-weight: bold;
	font-size: 50px;
}
#disclaimer {
	margin-top: 40px;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.1em;
}
#linklist {
	margin: 0 auto;
	width: 960px;
}
#linklist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#linklist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#linklist a:link,
#linklist a:visited {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0;
	margin-right: 6px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999;
}
