@charset "utf-8";
body {
scrollbar-arrow-color: #00008B;
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #696969;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #00008B;
scrollbar-darkshadow-color: #00008B;
scrollbar-shadow-color: #FFFFFF;

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 780px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #004896;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
body, td, th {
	color: #333333;
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.3em;
	color:#004896;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #07509D;
	text-indent: 1ex;
}
#navigation {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#004896;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05509B;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#navigation a:link, #navigation a:visited {
	border: 1px solid #F7AEB8;
	text-decoration:none;
	color:#E21932;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 0.9em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	margin: 0px;
}

#navigation a:hover {
	border: 1px solid #E21932;
	color:#BD152B;
}
#foot {
	text-align: center;
	font-style: normal;
	color: #004896;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004896;
}

#foot p {
	margin-top:0px;
}

.jetztmitgliedewerden {
	margin: 20px;
	padding: 10px;
	width: 200px;
	clear: both;
	float: none;
	height: 50px;
	text-align: right;
}
.mBorderRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	padding: 5px;
	height: auto;
	width: 35%;
	border: 2px inset #CC3300;
	clear: both;
	text-align: center;
}
.datum {
	font-size: 0.9em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #07509D;
	text-indent: 1ex;
}

hr {
border:none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #07509D;
}td {
	font-size: 1em;
}
.mdastar {
	list-style-image: url(images/small_mda_star.gif);
	list-style-type: none;
}
.mdastar li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

input, select {
	background-color: #FFFFFF;
	border: 1px solid #004896;
	margin: 0px;
	padding-top: 0px;
	font-size: 12px;
	width: 200px;
}

label {
color: #004896;
font-weight: bold;
}

input#send, input#reset {
	width: 100px;
	color: #004896;
	font-weight: bold;
	font-size: 12px;
}

#submenu
{
float:right;
border:2px #E21932 outset;
padding:5px;
margin:5px;
color:#004896;
font-size:1em;
font-variant:small-caps;
}

#submenu a:link, #submenu a:visited {
text-decoration:none;
color:#990000;
}

#submenu a:hover {
text-decoration:underline;
color:#CC0000;
}

