/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: url(images/back.png) repeat-x;
	background-color:#BFCDDA;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 990px;
	height: 250px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
	background-color:#A8C1D2;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#header h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #3399FF;
	font-size:48px;
	line-height:50px;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 990px;
	position:absolute; top:232px;
}
#menu2 a, #menu2 a:visited , #menu2 a:active {
	display: block;
	color:#000;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10pt;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-left:0px;
	margin-right:0px;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-top:solid 1px #fff;
	line-height:36px;
	text-align:center;
	filter:alpha(opacity=70); /* IE */
	opacity:0.7; /* allgemein */
	-moz-opacity:0.7; /* Mozilla */
	-khtml-opacity:0.7; /* KTHML */
	-opera-opacity:0.7; /* Opera */
	background-color: #BAD0FE;
}


#menu2 a:hover {
	background-color:#3f6b8e;
	color:#666666;
	font-size:12pt;
	text-decoration:none ;
	border:solid 1px #fff;
}



#menu a:hover {background-color:#3f6b8e;color:#fff; text-decoration:none ;
border:solid 1px #fff;
}
	



/************* CONTENT ************/

#content {
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	background-image:url(images/hintergrund.png);
	background-repeat:repeat-y;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	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 */****/	
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 720px;
	margin: 0px;	
	padding: 20px 10px 0px 20px;
	text-align:left;
}

#right {
    text-align:left;
	float: right;
	width: 220px;
	padding: 10px 10px 10px 10px;
	color: #99CCFF;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 990px;
	margin: 0px auto;
	border:1px solid #666666;
	background-color:#FFFFFF;
	font-size: 9px;
	text-align: center;
	color: #333333;
}
