/* CSS Document */

body {
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 928px;
    padding: 0;
    background: url(img/bg_main.gif) repeat-y;
}

  
.subnavileiste {
	position: relative;
	height: 28px;
	width: 928px;
	background-image: url(img/bg_dunkelblau.gif);
	z-index: 2;
}

p#Fusszeile {
    clear: both;
    margin: 0; padding: 0;
	height: 42px;
    background: url(img/bg_dunkelblau.gif);
}
  
.fliesstext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333366;
	line-height: 16px;
}

.fliesstext_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333366;
	text-decoration: underlined;
}
.fliesstext_links:visited {
	text-decoration: underlined;
}
.fliesstext_links:hover {
	text-decoration: none;
}
.fliesstext_links:active {
	text-decoration: underlined;
}

.ueberschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333366;
	line-height: 16px;
	font-weight: bold;
}
.bildunterschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333366;
	line-height: 16px;
}
.navi_aktiv {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC00;
}
.subnavi_aktiver_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
.subnavi_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.subnavi_links:visited {
	color: #FFFFFF;
}
a.subnavi_links:hover {
	color: #FFCC00;
}
a.subnavi_links:active {
	color: #FFCC00;
}
.subnavi_trennlinie {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;

}
.subnavi_trennlinie_aktiv {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC00;
	padding-right: 10px;
	padding-left: 10px;

}
a.hauptnavi:link, a.hauptnavi:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;

}

a.hauptnavi:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFCC00;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;

}

a.hauptnavi:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFCC00;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;

}
