@charset "utf-8";
/* CSS Document */


html,body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2A51AE;
	background-color: #EEE;
	background-image: url(../images/bg_top_grafik_s1.jpg);
	background-repeat: repeat-x;
/*  	height: 100%; */ /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	overflow: hidden !important;   */ /* FF Scroll-leiste aus */ 

}


a:link {
	color: #122E92;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #122E92;
}
a:hover {
	text-decoration: underline;
	color: #122E92;
}
a:active {
	text-decoration: none;
	color: #122E92;
}


h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	font-weight:bold;
}


#wrapper {
	background-repeat: no-repeat;
	height: 124px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper2 {
	background-image: url(../images/wrapper_s1.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste aus*/ 

}
#wrapper2 #navigation {
	margin: 0px;
	padding: 0px;
	height: 550px;
	width: 980px;
}

#wrapper2 #navigation table tr td #content {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 580px;
	width: 100%;


