body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
#gesamtContainer {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0036AC;
	border-bottom-color: #0036AC;
	border-left-color: #0036AC;
	width: 750px;
	text-align: left;
	margin: auto;
	padding: 0px;
}
#headerBox {
	background-image: url(../pics/backgrounds/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
}
#secNavBox {
	text-align: right;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
}
#secNavBox a {
	color: #FFFFFF;
	text-decoration: none;
}
#secNavBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#headerBox #sloganBox {
	width: 22px;
	height: 205px;
	padding-left: 10px;
	float:left;
}
#logoBox {
	float: right;
	padding-right: 220px;
	padding-top: 58px;
}
#mainNavBox {
	background-color: #E3DFDE;
	width: 245px;
	padding-bottom: 25px;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 2px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0036AC;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}
#mainNavBox a {
	color: #000000;
	text-decoration: none;	
}
#mainNavBox a:hover {
	color: #000000;
	text-decoration: underline;	
}
#mainNavBox ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
#mainNavBox li {
	line-height: 180%;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../pics/nav-punkt.gif);
	font-size: 12px;
}
#mainNavBox li li {
	list-style-type: none;
	line-height: 120%;
	background-image: url(../pics/nav-strich.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	font-size: 12px;
	list-style-image: url(../pics/pixel_trans.gif);
}

#contentBox {
	padding-top: 30px;
	padding-right: 15px;
	float: left;
	width: 485px;
}
#contentBox h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0036AC;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #6099FF;
	padding-left: 5px;
}
#contentBox h2{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
}
#contentBox h3{
	font-size: 13px;
	font-weight: bold;
	color: #6099FF;
	padding-left: 20px;
}
#contentBox p, #contentBox table  {
	padding-left: 20px;
	font-size: 0.8em;
}
#contentBox a {
	color: #3366FF;
	text-decoration: underline;
}
#contentBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
}
#contentBox ul {
	padding-top: 0px;
	list-style-type: disc;
	font-size: 0.8em;
}
#contentBox li {
	padding-bottom: 0.6em;
}
#contentBox li ul {
	font-size: 1em;
;
	list-style-type: circle;
}
#footerBox {
	height: 105px;
	clear: both;
	background-image: url(../pics/backgrounds/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left 42px;
}
#footerLogo {
	width: 85px;
	height: 102px;
	float: left;
	padding-bottom: 3px;
}
#footerText {
	text-align: center;
	padding-top: 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.footerTextSmall {
	font-size: 12px;
	text-transform: uppercase;
}
/*Formularformatierung*/
input:focus {
	background-color: #E1EAFF; 
}
textarea:focus {
	background-color: #E1EAFF; 
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 7em;
	line-height: 160%;
	clear: left;
	font-size: 0.9em;
}
#kfw-form label {
	width: 12em;
}
select {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border: 1px solid #000066;
}
.formInputLong {
	clear: right;
	border: 1px solid #000066;
	margin-top: 0.2em;
	width: 22em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
.formTextarea {
	color: #000000;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 22em;
	clear: right;
	margin-bottom: 0.2em;
	border: 1px solid #000066;
	font-size: 1em;
}
.formInputShort {
	width: 4em;
	border: 1px solid #000066;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
.formInputMedium {
	width: 17em;
	margin-top: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000066;
	clear: right;
	margin-bottom: 0.2em;
}
.formButtonLeft {
	margin-left: 6.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10em;
}
.formButtonRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 10em;
}
#kfw-form .formButtonLeft {
	margin-left: 0em;
}
.formError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
/*Formularformatierung Ende*/
.generationen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 90%;
}
.txt12px {
	font-size: 12px;
}
.picLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.picRight{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.clearBoth {
	clear: both;
}

/* Seite Wohnungsbauprogramme */
table.kfW {
 
}
table.kfW td {
 font-size: 10px;
	padding: 2px 4px;
	vertical-align:top;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
table.kfW td.orange {
 color:#F60;
	font-weight:bold;
}
table.kfW td.noBorder {
 border:none;
}
table.kfW td.notiz {
 font-size: 9px;
}
table.kfW td.heading1 {
 color: #fff;
	text-align:left;
	background-color:#0037ae;
}
table.kfW td.heading2 {
 color: #fff;
	background-color:#6599fe;
}
table.kfW td.even {
	background-color:#CECECE;
}
div.programm {
	border-bottom: dotted 1px #0037ae;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.programm p,ul,h3{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
div.programm li {
 line-height: 120%;
 padding-bottom: 0em
}
.kfw-info-anfordern {
	background: url(../pics/icon-info.gif) no-repeat left center;
	padding: 8px 0 0 35px;
	height: 25px;
	font-size: 0.8em;
	margin-left: 20px; 
}

