#header              {
	position:absolute;
	width:100%;
	height:100px;
	left: 0px;
	top: 10px;
	text-align:center;
	z-index: 1;
	}

#header_print        { display:none; }

#rahmen              {
	position:relative;
	width:750px;
	top: 30px;
	margin-left:auto;
	margin-right:auto;
	min-height:517px;
	text-align:center;
	background-color:#ffffff;
	background-image: url(../bilder/EBBA_AAEN_bg.jpg);
	background-repeat: no-repeat;
	
}
#navi                {
	position: absolute;
	width:125px;
	left: 0px;
	top: 25px;
	z-index: 1001;
	font-size: 1.2em;
	font-weight:bold;
}

#navi a, #navi a:link, #navi a:active, #navi a:visited
                       { text-decoration:none;
					    color: #gg9900;
					}
					
#navi a:hover
                       { text-decoration:none;
					    color: #ffff00;
						
						
					}
					
#navi ul {
	list-style-type: none;
	text-align: right;
}

#subnavi              {
	font-size: 0.75em;
	color: #333333;
	line-height: 1.75em;
	font-weight: normal;
	background-color: #ededee;
	padding-left:10px;
	margin-top:-5px;
	margin-bottom:20px;
}
#subnavi a, #subnavi a:link, #subnavi a:active, #subnavi a:visited
                       { text-decoration:none;
					    color: #0074bc;
}
#subnavi a:hover
                       { text-decoration:underline;
}


#content             {
	position:static;
	width:500px;
	margin-left: 175px;
	text-align:left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 35px;

}


html, body           {
	font-size: 100.01%;
	font-family: Helvetica, Arial, sans-serif;
	background-repeat: repeat;
	background-color: #517db5;
}
* html #content      { height:595px; } /* Mindesthöhe für IE 5.5 - 6.x */
html + body #content { height:595px; } /* Mindesthöhe für IE 5.0 */
#trenner             { position:relative; width:595px; height:50px; }
#footer              {
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	top: 5px;
	height: auto;
	z-index: 103;
	margin-top:20px;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.8em;
	font-weight: normal;
	background-color: #FFFFFF;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited
                       { text-decoration:none;
					    color: #201d70;
}
#footer a:hover
                       { text-decoration:underline;
                       color: #ff9900;
}

.font_inc				{ font-size: 1.3em; }
.font_dec				{ font-size: 0.85em; }

					   
p, td {
	text-align: left;
	
	font-size: 0.85em;
	color: #000000;
	line-height: 1.85em;
}

ul, ol {
	text-align: left;
	font-size: 0.85em;
	color: #000000;
	line-height: 1.85em;

}

hr {
	margin-top: 0px;
	height: 1px;
    color: #cccccc;
    background-color: #cccccc;
    border: none;
}

h1 {
	text-align: left;
	font-weight: bolder;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.5em;
	
	margin-bottom: 20px;
	page-break-after:avoid;
}

h2 {
	text-align: left;
	
	font-size: 0.9em;
	font-weight: bold;
	color: #414042;	line-height: 1.45em;
	margin-top: 30px;
	page-break-after:avoid;
}

h3 {
	text-align: left;
	
	font-size: 0.75em;
	color: #999999;
	line-height: 1.75em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -6px;
	page-break-after:avoid;

}

h4 {
	text-align: left;
	font-size: 0.75em;
	color: #999999;
	line-height: 1.75em;
	font-weight: bold;
	page-break-after:avoid;
}

tr, td {
	vertical-align:top;
}

table {
	border-spacing:1em;
}

#infotext                {
	background-color: #f1f2f2;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}


.subnavi a, .subnavi a:link, .subnavi a:active, .subnavi a:visited {
	color: #FF0000;
	text-decoration: none;

}
.subnavi a:hover        {
	color: #000000;
}


a, a:link, a:active
                       { text-decoration:underline;
					    color: #201d70;
					}
					
a:hover
                       { text-decoration:underline;
					    color: #ff9900;