@charset "UTF-8";

/* ACN-Homepage by hatscher.digital media GmbH, Duisburg (www.hatscher.com) */

#hinweis {
	position:absolute;
	left:328px;
	top:250px;
	width:300px;
	height:300px;
	z-index:9500;
	visibility: visible;
	background-color: #FFFFFF;
}

#container {
	position:absolute; 
	width: 956px;
	background-color:#FFFFFF;
	z-index:1;
	}
	
#header {
	padding: 0;
	background-image: url(images/page/bgr_banner.jpg);
	height: 113px;
	width: 956px;
}
#navigation {
	padding: 0;
	background-image: url(images/page/bgr_nav_red.gif);
	height: 28px;
	width: 956px;
}

#menue {
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
}

#ballungsraum {
	width: 220px;
	padding-top: 4px;
}
#spacer {
	padding: 0;
	background-image: url(images/page/bgr_middle_darkblue.jpg);
	height: 8px;
	width: 956px;
}
#content {
	padding: 0px;
	margin: 0px;
	height:100%;
	width: 956px;
	background-image: url(images/page/bgr_content_grey.jpg);
}

#content {
	padding: 0px;
	margin: 0px;
	height:100%;
	background-image: url(images/page/bgr_content_grey.jpg);
}

#side-r {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 4px;
	background-image: url(images/page/bgr_sideline.jpg);
	background-repeat: repeat-y;
}
#side-l {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 6px;
	background-image: url(images/page/bgr_sideline_left.jpg);
	background-repeat: repeat-y;
}


#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 79px;
	width: 956px;
	background-image: url(images/page/bgr_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#linkmap a {
	color:#FFFFFF;
	text-decoration: none;
}

#linkmap a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


#linkmap {
	text-align: center;
	padding-top: 24px;
	margin: 0px;
	color:#ffffff;
	font-size:9px;
}

body {
	background-color: #204264;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

tr { 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

tr a, a:visited { color: #23476c;
}

tr a:hover { color: #d11010;
}

hr {
	color:#333333;
	height: 1px;
	}
	
.rowlight {
	background-color:#FF0000;
	color:#FFFFFF;
	}
.biggerfont {
	font-size: 11px;
	color: #d11010;
	font-weight: bold;
	}
.repeat {
	width: 90%;
	margin:auto;
	border-bottom-color:#eeeeee;
	}
.zentrieren {
	width:100%;
	text-align: center;
	
	}
.closebutton {
	font-size: 9px;
	text-align: right;
	width: 90%;
}
.stil1 {font-size: 12px};
.Stil2 {
	color: #23476C;
	font-weight: bold;
}