@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Geneva, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
.container {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}
.header {
	margin-top:50px;
	background-color: #fff;
}
#logo {
	width:170px;
	height:34px;
	background:url(../images/logo.png);
	margin-left:625px;
}
#animiertes-bild {
	background:url(../images/animation-index.gif);
	width:575px;
	height:415px;
	margin-left:225px;
}
#navibox {
	width:225px;
	height:415px;
	background:#fff;
	float:left;
}
.footer {
	padding: 10px 0;
	width:800px;
	height:415px;
	background-color: #fff;
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
}
.navigation {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	color:#2b609e;
	line-height:80px;
}
#navistab-profil {
	position:absolute;
	width:165px;
	height:15px;
	margin:35px 60px;
	background:url(../images/profil-stab-dick.png) no-repeat !important;
}
#navistab-dienstleistungen {
	position:absolute;
	width:65px;
	height:15px;
	margin:115px 160px;
	background:url(../images/service-stab-dick.png) no-repeat !important;
}
#navistab-kontakt {
	position:absolute;
	width:135px;
	height:15px;
	margin:195px 90px;
	background:url(../images/kontakt-stab-dick.png) no-repeat !important;
}
#navistab-impressum {
	position:absolute;
	width:110px;
	height:15px;
	margin:275px 115px;
	background:url(../images/impressum-stab-dick.png) no-repeat !important;
}
#textbackground {
	width:575px;
	height:415px;
	background:url(../images/background-text.png) no-repeat !important;
	margin-left:225px;
}
.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2b609e;
	letter-spacing:1px;
	line-height:20px;
	padding-top:30px !important;
	padding-left:30px !important;
}
a {
	text-decoration:none;
	color:#2b609e;
}
.text-impressum {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#2b609e;
	letter-spacing:1px;
	line-height:14px;
	padding-top:30px !important;
	padding-left:30px !important;
}
#textbackground-scroll {
	width:575px;
	height:415px;
	background:url(../images/background-text.png) no-repeat !important;
	margin-left:225px;
	overflow-y:scroll;
}
#navistab-zurück {
	position:absolute;
	width:145px;
	height:15px;
	margin:35px 80px;
	background:url(../images/profil-stab-dick.png) no-repeat !important;
}
#transparenz {
	width:138px;
	height:26px;
	background:url(../images/tranzparent-logo.png);
	
}
