body{
	text-align:center;
	width:1000px;
	margin:auto;
	text-align:left;
	font-size:small;
	font-family: Verdana, Arial, Times New Roman;
	}
h1, h2, h3, h4, h5, h6{
	color:#19507b;
}

.header, .mitte, .footer{
	width:1000px;
	border:0px solid #000000;
	margin:auto;
	float:left;
	}
.mitte{
	background-image:url("../images/navi/hintergrund.jpg");
	background-repeat:repeat-y;
	}
.header{
	width:1000px;
	height:192px;
	background-image:url("../images/header/header.jpg");
	}
.logo{
	width:265px;
	height:75px;
	margin-left:17px;
	margin-top:28px;
	float:left;
	}
.navi{
	height:800px;
	width:250px;
	padding-top:40px;
	float:left;
	}
.anschrift, .anschrift_oben, .anschrift_unten{
	width:208px;
	margin-left:6px;
	background-color:#83c5ff;
	float:left;
	}
.anschrift_oben, .anschrift_unten{
	width:228px;
	height:18px;
	}
.anschrift{
	padding-left:10px;
	padding-right:10px;
	}
.anschrift_oben{
	margin-top:30px;
	}

.inhalt{
	float:left;
	width:733px;
	padding-top:29px;
	margin-left:15px;
	border:0px solid;
	background-color:white;
}
.footer{
	height:4px;
	width:1000px;
	background-color:#67e361;
	float:left;
	}
/*************************** referenzen begin ************************************/
.referenzen_name{
	width:100%;
	float:left;
	background-color:#84ff7e;
	margin-top:10px;
	font-weight:bold;
}
.referenzen_beschreibung{
	width:100%;
	float:left;
	background-color:#d6ffd4;
	font-size:small;
}
.referenzen_links, .referenzen_rechts{
	width:45%;
	border:0px solid #000000;
	float:left;
}
.referenzen_links{
	width:50%;
}
.referenzen_rechts{
	text-align:right;
}
td.fett{
	font-weight:bold;
}


/*************************** referenzen ende *************************************/
a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration:none;
}
a:link.navilink, a:visited.navilink, a:hover.navilink, a:active.navilink, a:focus.navilink, a:link.aktuellNavi, a:visited.aktuellNavi, a:hover.aktuellNavi, a:active.aktuellNavi, a:focus.aktuellNavi{
	width:205px;
	height:28px;
	margin-bottom:2px;
	padding-left:35px;
	padding-top:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-image:url("../images/navi/buttonHintergrund.jpg");
	display:block;
	}
a:hover.navilink{
	color:#FFFFFF;
	width:209px;
	background-image:url("../images/navi/buttonHintergrundHoverBlau.jpg");
	}

a:link.aktuellNavi,a:visited.aktuellNavi, a:hover.aktuellNavi, a:active.aktuellNavi, a:focus.aktuellNavi{
	background-image:url("../images/navi/buttonHintergrundActual.jpg");
	}

