@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-image: url(Bilder/bg_content123.png);
	background-position:right bottom;
	background-repeat:repeat-y;
}

#header {
	width:100%;
	height:201px;
	_margin-bottom: -3px; /* IE6 Hack */
}
#wrapper {
	width: 560px;
}
#headline {
	background-image:url(Bilder/headline.png);
	background-repeat:no-repeat;
	height: 41px;
	margin-left: 35px;
	width: 530px;
	padding-top: 37px;
	padding-left: 30px;
	font-weight:bold;
	font-size: 14px;
}

#content {
	margin-left: 35px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	width:530px;
	background-image:url(Bilder/bg_content.png);
	background-repeat:repeat-y;
}

#content_bottom {
	background-image:url(Bilder/footer_content.png);
	width:560px;
	height: 49px;
	margin-left: 35px;
	margin-top: -12px;
}

#navigation {
	float: right;
	width:223px;
	height: 270px;
	background-image:url(Bilder/navigation_footer.png);
	background-repeat:repeat-y;
	background-position:bottom;
}

#footer {
	background-color: #FFFFFF;
	background-image:url(Bilder/footer.png);
	background-repeat:no-repeat;
	width: 850px;
	height: 48px;
	float: left;
	margin-top: -23px;
	padding-top:10px;
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#apDiv1 {
	position: relative;
	top: -90px;
	padding-left: 2px;
	width:155px;
	z-index:4;
}
/*-----------------------------------*/

ul.hauptnavi {
	list-style-image:url(Bilder/ul_hauptnavi-20.gif);
	font-size:15px;
	font-weight:bold;
}
ul.hauptnavi li {
	border-bottom: 2px ridge #D7D7D7;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul.subnavi li {
	list-style-image: none;
	padding: 3px 0px;
	margin: 0px;
	font-size: 22px;
	line-height: 12px;
	list-style: disc;
	border: none;
}

/* gibt allen Absätzen eine feste Länge, wodurch deren Inhalt entsprechend umgebrochen wird
 dadurch kann der Text auch ohne <br> den contentbereich nicht verlassen */
p {
	width: 500px;
}

/*------ Style für Kreditrechner ----------*/

/* Formular */
#kreditformular fieldset{
	border: none;
}
#kreditformular label {
	float: left;
	width: 140px;
	text-align: right;
	margin: 3px 0px 0px 0px;
}
#kreditformular .inputstyle {
	display: block;
	font-size: 12px;
	color: #0000A0;
	margin: 3px 5px 0px 160px;
	background-color: #ffffff;
}
#kreditformular .button {
	display: block;
	font-size: 12px;
	margin: 3px 5px 0px 160px;
}

/* Anbietertabelle */
#anbietertabelle{
	border-collapse: collapse;
	margin-left: -20px;
	width: 520px;
}
#anbietertabelle tr.geradezeile{
	background-color: #E6EDF0;
}
#anbietertabelle tr.ungeradezeile{
	background-color: #F4F8FB;
}
#anbietertabelle th, #anbietertabelle td{
	border: 2px outset #D7D7D7;
}
#anbietertabelle th{
	color: #000000;
	background-color: #9CBCE9;
	font-weight: bold;
	text-align: center;
}
#anbietertabelle td{
	color: #000000;
	font-weight: normal;
	padding: 2px;
	text-align: left;
}
#anbietertabelle a {
	color: #3D2F03;
}
#anbietertabelle a:hover {
	color: #80630A;
}

a img{
	border: none;
}



