@charset "utf-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
    }
#F1Titel {
	bottom: 0px;
	font-weight: bold;
}

.BgNoRepeat {
	background-repeat: no-repeat;
}

pre {
	color: #0064AD;
}

h5 {
	font-size: inherit;
	color: #0064AD;
}

    .oneColFixCtr #container {
	width: 940px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
#footBar    {
	background-color: #dddddd;
	text-align: center;
	font-size: 72%;
	font-weight: bold;
}

    .oneColFixCtr #mainContent {

    }
.MailLink {
	font-style: italic;
	font-weight: bold;
	color: #0064AD;
	text-decoration: none;
}
#ContentPos {
	vertical-align: top;
	top: 0px;
}
.ContentTitle {
	font-weight: bold;
	color: #0064AD;
	top: 0px;
	line-height: normal;
}
#BottomImage {
	position: relative;
	top: 144px;
	left: 0px;
}


.NaviTop {
	line-height: 2em;
	background-color: #CCCCCC;
	padding-top:3px;
	text-align: center;
	text-transform: uppercase;
}
.NaviLeft {
	line-height: 1.9em;
	text-align: center;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:link 		{	color: #333333; text-decoration: none;}
a:visited 	{	color: #333333; text-decoration: none;}
a:hover 		{	color: #0064AD; text-decoration: none;}
a:active		{	color: #0064AD; text-decoration: none;}


.active {
	color: #0064AD;
	font-weight: bold;
}
.fontBigger {
	font-size: 110%;
}
.fontSmaller {
	font-size: 80%;
}