body {
	background-color: #D6D6F5;

	/* fonts `n stuff */
	font-size: 12px;
        font-family :  Arial, 'Lucida Console', Verdana,Tahoma, sans-serif;

	/*IE7 Workaround for horizontal centering.*/
	text-align: center;
}

a {
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}

a:link {
	color: #400080;
	font-size: 12px;
}

a:visited { 
	color: #400080;
	font-size: 12px;
}

a:active {
	color: #FF1F8F;
	font-size: 12px;
}

a:hover {
	color: #FF1F8F;
        text-decoration: underline;
	font-size: 12px;
}

h1,h2,h3 {
	color: #bb1111;
	text-align: left;
}

.content.li {
	color: #FAFAFA;
}

#header {
	/*background-color: #98a7e4;*/
	background-color: #a8b7f4;
	border: 1px solid #FFFFFF;

	position: absolute;

	height: 80px;

	margin: auto;
	top: 15px;
	left: 10px;
	right: 10px;
	
	text-align: center;
	font-size: 18px;
}

#navigation {
	background-color: #FFFFFF;
	border: 1px solid #9999FF;

	position: absolute;
	top: 80px;
	left: 10px;

	width: 140px;

	margin: 25px auto;
	text-align: left;
	padding: 20px;

        min-height: 570px;

	font-size: 18px;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #9999FF;
	
	position: absolute;
	top: 80px;
	left: 200px;
	right: 10px;

	margin: 25px auto;
	text-align: left;
	padding: 30px;

        min-height: 550px;
	font-size: 12px;
}


label {
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 3em;
	display: block;
}

#sternschn {
	color: #FF1F8F;
}

ul
{
list-style-type: square
}
