html, body { 
	margin: 0; 
	padding: 0; 
	background-color: #BAC9DC;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	
	SCROLLBAR-FACE-COLOR: #BAC9DC;
	SCROLLBAR-TRACK-COLOR: #BAC9DC;
	SCROLLBAR-ARROW-COLOR: #000033;
	
		SCROLLBAR-HIGHLIGHT-COLOR: #000033;
		SCROLLBAR-3DLIGHT-COLOR: #BAC9DC;
		
		SCROLLBAR-SHADOW-COLOR: #000033;
		SCROLLBAR-DARKSHADOW-COLOR: #BAC9DC;}
	
	
	}
#header {
	width: 100%;
	float: left;
	background-image: url(_images/back.jpg);
	height: 151px;
}
#maincontainer {
	width: 60em;
	float: left;
	height: 100%;
}
#starter {

   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 {
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: url(_images/arrow.gif);
	width: 13em;
	margin-top: 2em;
}
#print {
	float: right;
	margin-left: 3em;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 650px;
	height: 1em;
}
#main {
	float: right;
	margin-left: 3em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 650px;
	height: 100%;
}
#footer {
	width: 800px; 
	float: left;
}

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

#impress {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;

}
#links {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;

}
.Stil1 {
	font-size: 45px;
	font-weight: bold;
}
.Stil2 {font-size: 18px}
.Stil3 {
	font-size: 16px;
	font-weight: bold;
}
input {
	border: 1px solid #000033;
}
textarea {
	border: 1px solid #000033;
}
.active {
	font-weight: bold;
	color: #000033;
}
.block{
	text-align: justify;
}
