/*Eric Meyer's CSS Reset.*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0;
	padding:0;
	width:100%;
	background: #fff url(img/bgr.gif) repeat-x top left;
	min-width:600px;
	font-size:11px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
a {
	color:#000080;
	font-weight:bold;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}
h1{
background-color:#C00000;
color:#FFFFFF;
font-size:22px;
margin:10px;
padding:5px;
}
h2{
background-color:#808080;
color:#FFFFFF;
font-size:18px;
margin:10px;
padding:5px;
}
h3{
	color: #C00000;
	font-weight: bold;
	margin:.4em 0 .8em 0;
	padding:0;
}
#header {
	float:left;
	width:100%;
	height:115px;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background : url(img/finanzierung_bgr.jpg) repeat-x;
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
 background-color:transparent;
 font-size:55px;
margin:25px 0 0 265px;
}

#colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background: transparent;	
}
#colmid {
	float:left;
	width:200%; 
	position:relative;
	left:190px; 
	background: transparent;	
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background: transparent;  
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 480px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:280px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
}
.searchbox {text-align:center;padding:3px 0 3px 3px; }
.searchfield {	border : 1px solid #808080; 	padding:0px 0px 5px; }
.infobox {
background:#D3D3D3 none repeat scroll 0 0;
border:1px solid #808080;
float:left;
padding:3px 0 3px 3px;
width:245px;
margin:5px 0px 5px 0px;
line-height:1.5;
}
.gotobox {
	background: none repeat scroll 0 0;
	padding: 0;
	width: 165px;
	margin: 5px 0px 5px 0px;
}
.listbox {
	text-align:center;
	margin:5px 5px 0px 2px;
	padding:3px 0 3px 3px;
	overflow : auto;
	height: 405px;
	line-height: 1.15;
	font-size : 13px;
}
.listbox p{
	background:#c0c0c0;
}
.dispa{
	background-color: #D6D6D6;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	width: 45.45%;
	overflow: hidden;
	padding: 3px;
}
.dispb{
 background-color:#D6D6D6;
 color:#000000;
 font-size:16px;
 font-weight:bold;
 width:92.5%;
 text-align:justify;
 padding: 3px;
}
.groupd{
	color: #fff;
	font-weight: bold;
	background-color: #000080;
}
legend{
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}
table p{
	padding:5px;
}
.hilght{
	color: #CC0033;
}
