body{
	background-color: #FFFFFF;
}

html, body, table, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #336699;
	SCROLLBAR-HIGHLIGHT-COLOR: #99ccff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #99ccff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;

}
.smallfont {
	font-size: 10px;
}

.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}
.non {
	border: none;
}
.must {
	border: 1px solid #000033;
	background-color: #E1E1FF;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000033;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 100px;
	background-image: url(_images/topback.jpg);
	background-repeat: repeat-x;
}
#maincontainer {
	width: 100%;
	float: left;
	height: 100%;
}
#fuss {
	width: 100%;
	float: left;
	position: relative;
	top: auto;
}
#starter { /* Zum Zentrieren der Startseite  */

   position: absolute;
   left: 50%;
   top: 50%;
   width: 800px; /* Breite des Elements */
   height: 535px; /* Höhe des Elements */
   margin-left: -400px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -267px; /* Höhe des Elements geteilt durch zwei! */

}
#nav {
	position:absolute;
	left:0px;
	top:100px;
	width: 10em;
	margin-top: 0.5em;
	clear: none;
}
#nav2 {
	position:absolute;
	left:65em;
	top:100px;
	width: 10em;
	margin-top: 0.5em;
	clear: none;
}

#main {
	position:absolute;
	left:10em;
	top:100px;
	width: 53em;
	margin-left: 0.9em;
	margin-top: 0.5em;
	margin-right: 0.9em;
	margin-bottom: 0px;
	clear: none;
}
#footer {
	width: 800px; 
	float: left;
}

a {
	color: #474885;
	font-weight: normal;
	text-decoration: none;
}

.a_extra {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

.print {
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
a:hover {
	text-decoration: underline;
}
.redtext {
	color: #FF0000;

}
.bigtext{
	font-size: 18px;

}
.bigred{
	font-size: 18px;
	color: #FF0000;

}
.strich{
	text-decoration: line-through;
	color: #c3c3c3;
}
