@charset "UTF-8";

body  {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: #fff;
	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;
    }
#container {
	text-align: left;
	margin: 0 auto;
	width: 760px;
}
#containerHeader {
	text-align: left;
	margin: 0 auto;
	width: 820px;
}

/*-----------------------*/
/*        spacers        */
/*-----------------------*/
.spacer10 {
	clear:all;height:10px;
}
.spacer20 {
	clear:all;height:20px;
}
.spacer40 {
	clear:all;height:40px;
}
.spacer60 {
	clear:all;height:60px;
}
.spacer10dots {
	clear:all;height:10px;
	border-bottom:#000 1px dotted;
}
.spacer20dots {
	clear:all;height:20px;
	border-bottom:#000 1px dotted;
}
/*-----------------------*/

.navigation {
	width:103px;
}

.navMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#000;
	border-bottom:#000 1px dotted;
	border-left:#000 7px solid;
	text-align:center;
	vertical-align:top;
	width:103px;
	padding-bottom:2px;
}
	.navMain a {
		text-decoration:none;
		color:#000;
	}
	/*.navMain a:visited {
		color:#5e9191;
	}*/
	.navMain a:hover {
		color:#900;
	}
	.navMain a:active {
		color:#900;
	}
	.navMainSelected {
		color:#900;
		font-weight:bold;
	}

.navSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	color:#000;
}

.navSubSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#000;
}
	.navSub a {
		text-decoration:underline;
		color:#000;
	}
	.navSub a:visited {
		color:#5e9191;
	}
	.navSub a:hover {
		color:#900;
	}
	.navSubSubSelected {
		color:#900;
		font-weight:normal
	}
	
		
.h1 {
	font-family: "Courier New", Courier, monospace;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	}
.twoColElsLtHdr  #header {
	background:#fff;
	border-top: dotted #000 1px;
	margin-top: 30px;
    } 
    .twoColElsLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 10px;
	line-height: 13px;
    }
    
    /* Verschiedene wieder verwertbare Klassen */
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #990000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}
.monored {
	font-family: 'Courier New', Courier, mono;
	color:#990000;
}
	.monored:visited {
		color:#5e9191;
	}

	.monored:hover {
		color:#FF6600;
	}	

/*-----------------------*/
/*  inside content       */
/*-----------------------*/

/* default is arial 12/15 black */

#content a {
	text-decoration:underline;
	color:#900;
}
#content a:visited {
	color:#5e9191;
}
#content a:hover {
	background-color:#f90;
	color:#000;
}


.red {
	color:#900;
}
.orange {
	color:#f90;
}


.bold {
	font-weight:bold;
}

.it {
	font-style:italic;
}

.small {
	font-size:9px;
}
.big {
	font-size:15px;
}
.verybig {
	font-size:18px;
}

.mono {
	font-family: 'Courier New', Courier, mono;
}

/*-----------------------*/

#bgGrey {
	background-color:#5e9191;
	color:#fff;
	padding: 2px 5px 2px 5px;
}
#bgGrey a {
	text-decoration:underline;
}
#bgGrey a:visited {
	color:#fff;
}
#bgGrey a:hover {
	background-color:#f60;
	color:#000;
}

#bgRed {
	background-color:#900;
	color:#fff;
	padding: 1px 2px 1px 2px;
}
#bgRed a {
	text-decoration:underline;
}
#bgRed a:visited {
	color:#fff;
}
#bgRed a:hover {
	background-color:#f60;
	color:#000;
}

/*-----------------------*/

#indent {
	margin-left:105px;
	margin-right: 125px;
}
#colLeft {
	float:left;
	width:202px;
}
#colRight {
	margin-left:222px;
}

/*-----------------------*/	
#footer	{
	background-color: #FFFFFF;
	border-top: dotted #000 1px;
	margin-top: 30px;
}

.footerP {
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 10px 0;
}

/*-----------------------*/	

#submitButton {
	width:206px;
	background-color:#900;
	color:#fff;
	padding:3px 2px 3px 4px;
	font-family: 'Courier New', Courier, mono; 
	font-size:15px;
	font-weight:bold;
	line-height:15px;	
	letter-spacing:1px;
}

#submitButton:hover {
	background-color:#f90;
	color:#000;
}

/*-----------------------*/	

.imgQuer {
	border-style:none;
	/*margin-left: 215px;*/
	margin-top:0px;
}

.imgHoch {
	border-style:none;
	/*margin-left: 106px;*/
}

ul {
	margin-top:0px;
	padding-top:0px;
	text-indent:0px;
	margin-left:0px;
	padding-left:12px;
	
	
}

li {
	margin-top:0px;
	padding-top:0px;
}



