/*
#####################################
css-reset
#####################################
*/
* {margin:0px; padding:0px; border:0px;}


/*
#####################################
html
#####################################
*/
HTML {
	height:100.1%;
	font-size: 62.5%;
}


/*
#####################################
body
#####################################
*/
BODY {
	text-align: center;
	font-size:1.2em;
	line-height:1.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#003871;
}



/*
#####################################
h1 bis h3
#####################################
*/
H1, H2, H3 {
	line-height:2em;
	color: #003871;
	font-size: 1.2em; 
	font-weight: bold;
	margin-top:0px;
}

H1 {
	font-variant: small-caps; 
	font-size: 1.3em; 
	margin-bottom: 1em;
}

H2 {
	margin-bottom: 1em;
	border-bottom:1px dotted #003871;
}


/*
#####################################
Links
#####################################
*/
A {
	color:#003871;
	text-decoration:none;
}

A:link {}
A:visited {}
A:hover {text-decoration:none;}
A:active {}

/*
##################################################
wrapper: zentrierung von 'body' wird aufgehoben
##################################################
*/
DIV#wrapper {
	width:960px;
	margin:20px auto;
	border:2px solid #999999;
	text-align:left;
	background-color:#FFFFFF;
}

/*
#####################################
banner
#####################################
*/
DIV#banner {
	height:200px;
	background: #FFFFFF;
}


/*
#####################################
inhalt
#####################################
*/
DIV#inhalt {
	width:700px;
	float:right;
	padding:0px 20px;
}


/*
#####################################
navi
#####################################
*/
DIV#navi {
	font-size: 11px; color:#003871;
	text-align:left;
	margin:0px 0px;
}

DIV#navi A {
	color:#003871; 
	text-decoration:underline;
}
DIV#navi A:hover {
	text-decoration: none;
}


/*
#####################################
headline
#####################################
*/
DIV#headline {
}


/*
#####################################
main
#####################################
*/
DIV#main {
	line-height:1.8em;
}

DIV#main A {
	font-weight:normal;
	padding-left:15px;
	background-image:url(../grafiken/pfeil_blau.gif);
	background-position:left;
	background-repeat:no-repeat;
}

DIV#main A:hover {
	color:#ECA20E;
	background-image:url(../grafiken/pfeil_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
}

DIV#main A.bild {
	background-image:none;
	padding-left:0px;
}

DIV#main strong, DIV#main b {
	font-weight:bold;
	color:#003072;
}

DIV#main .klein {
	color:#666666;
	font-size:10px;
	line-height:1.3em;
	margin-bottom:5px;
}

DIV#main DIV#rahmen {
	color:#003072;
	font-weight:bold;
	text-align:center;
	background-color:#EEEEEE;
	padding:40px;
	border: 1px dotted #003072;
}

DIV#main A.kein_pfeil {
	background-image:none;
	padding-left:5px;
}


/*
#####################################
main:table
#####################################
*/
div#main table {
	width:680px;
	border:1px solid #003871;
	border-collapse:collapse;
}

div#main table thead th {
	background:#003871;
	color:#FFF;
	line-height:1.8em;
	padding:5px 5px;
}

div#main table tbody tr td {
	line-height:2em;
	border-bottom:1px dotted #CCC;
	padding:3px 5px;
}

div#main table tr td.highlight {
	background-color:#FEE772;
	color:#003072;
	font-size:12px;
	font-weight:bold;
}


/*
#####################################
menu_left
#####################################
*/
DIV#menu_left {
	width:220px;
	float:left;
	padding:20px 0px 0px 0px;
}

DIV#menu_left UL {
	list-style-type:none;
	font-weight:bold;
}

DIV#menu_left A {
	font-size:14px;
	color:#999999;
	display:block;
	margin-left:40px;
	padding-left:20px;
	line-height:2.5em;
	background-image:none;
}

DIV#menu_left A:hover {
	color:#ECA20E;
	background-image:url(../grafiken/pfeil_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
}

DIV#menu_left A.aktiv {
	color:#ECA20E;
	background-image:url(../grafiken/pfeil_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
}

DIV#menu_left UL LI.sub A {
	color:#003072;
	padding-left:30px;
	line-height:2em;
	font-size:11px;
	font-weight:normal;
}

DIV#menu_left UL LI.sub A:hover {
	background-color:#003072;
	color:#FFFFFF;
}

DIV#menu_left UL LI.sub A.aktiv {
	background-color:#DDDDDD;
	color:#003072;
}


/*
#####################################
links
#####################################
*/
DIV#links {
	color:#003871; font-size:11px;
	text-align:right;
	margin:40px 20px 50px 20px;	
	border-top:1px dotted #003871;
}

DIV#links A {
	color:#003871;
	text-decoration:underline;
	padding-left:10px;
	padding-right:10px;
}

DIV#links A:hover {
	text-decoration:none;
}

/*
#####################################
footer
#####################################
*/
DIV#footer {
	clear:both;
	font-size:10px;
	text-align:right;
	color:#003072;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	background-color:#D3E0ED;
}

DIV#footer A {
	color:#003072;
	text-decoration:underline;
}

#footer A:hover {
	text-decoration: none;
}


