/* CSS Document */

body {
	background-color: #EDEEF0;
	margin: 0px;
}

/*** Hintergrundbereich ***/
#bg_footer {
	height: 540px;
	width: 100%;
	margin-top: 205px;
	background-color: #EDEEF0;
	position: absolute;
	background-image: url(../imgs/vs_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
	z-index: 10;
}

/*** Kopfbereich ***/
#head {
	background-image: url(../imgs/head.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 100%;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 10;
	top: 0;
}
/*** logo ***/
#logo {
	position: absolute;
	padding-top: 60px;
	height: 53px;
	width: 230px;
	left: 630px;
}

/*** Navigationsbereich ***/
#navi {
	height: 80px;
	top: 125px;
	position: absolute;
	z-index: 20;
}

#top-navi {
	position: absolute;
		height: 75#;
	background-color: #EFD3D2;
	height: 80px;
	width: 630px;
}
	
/*** Adress-Flaeche ***/
#addr {
	position: absolute;
	height: 80px;
	width: 230px;
	left: 630px;
	background-color: #FFFFFF;
}

/*** Adress-Kasten ***/
#addr_in {
	float: left;
	position: absolute;
	height: 70px;
	width: 220px;
	left: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	margin-top: 16px;
	top: -9px;
}
	
/*** roter Verlauf ***/
#verlauf {
	position: absolute;
	height: 80px;
	width: 200px;
	left: 860px;
	background-image: url(../imgs/vrosa.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
	
/*** Inhaltsbereich ***/	
#content {
	position: absolute;
	height: 400px;
	width: 520px;
	left: 90px;
	top: 227px;
	z-index: 40;
	background: transparent;
	}
/*** Text ***/
.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
}

/*** Newsbalken ***/		
#news {
	position: absolute;
	height: 99%;
	width: 230px;
	left: 630px;
	background-color: #FFFFFF;
	top: 205px;
	z-index: 40;
	background-image: url(../imgs/vs_kasten.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
	
#news_imprint {
	position: absolute;
	height: 200%;
	width: 230px;
	left: 630px;
	background-color: #FFFFFF;
	top: 205px;
	z-index: 40;
	background-image: url(../imgs/vs_kasten.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
	
.box {
	float: left;
	position: relative;
	width: 200px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	margin: 14px 0px 0px 10px;
	padding: 0px 0px 5px 8px;
}
	
/*** hebt alle floats auf ***/
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}


/*** verikaler Keil linke Spalte ***/
.spacer {
	line-height: 29em;
	font-size: 12px;
}

/*** allgemeiner Link gruen und Schriftgroessen ***/
a.rot {
	color: #B72E48;
	text-decoration: none;
}
a.rot:hover {
	text-decoration: underline;
}
/*** allgemeiner Link grau und Schriftgroessen ***/
a.grau1 {
	color: #666666;
	text-decoration: none;
}
a.grau1:hover {
	text-decoration: underline;
}
a.grau2 {
	color: #666666;
	text-decoration: none;
}
a.grau2:hover {
	color: #B72E48;
	text-decoration: underline;
}
/*** Schriften ***/
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #B72E48;
	font-weight: bold;
}
.textImpressum {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
}

