body {
	color: white;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	background: #002353;
	overflow: scroll;
}

#sprache {
	float: right;
	margin-right: 50px;
	margin-top: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

#sprache p {
	margin-top: 0;
	font-size: 0.7em;
	text-align: center;
}

#sprache img {
	border-style: none;
}

#container {
	background: url(../images/logo.jpg) no-repeat center 50px;
	width: 80%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	padding-top: 135px;
}

#navi {
	width: 49%;
	float: left;
}

#navi img {
	float: right;
	border: double white;
}

#navi h1 {
	text-align: right;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8em;
}

#navi a {
	text-decoration: none;
	color: white;
	text-transform: none;
	font-weight: bold;
}

#navi a:hover {
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

#content {
	width: 49%;
	float: right;
	clear: none;
}

#content h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: 1px solid #0f2150;
	margin: 0 0 10px;
}

#content p {
	margin-top: 0;
	font-size: 0.7em;
}

#content ol {
	font-size: 0.7em;
}

#content ol ul {
	font-size: 1.0em;
	list-style: square;
}

#content ul {
	list-style: circle;
	font-size: 0.7em;
}

#content a {
	text-decoration: underline;
	color: white;
}