/* >>>>>>>>>> IDs <<<<<<<<<< */
#logo-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 818px;
	height: 83px;
	background-color: white;
}

#navi-container {
	position: absolute;
	top: 83px;
	left: 102px;
	width: 716px;
	height: 37px;
	background-color: white;
}

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#navi {
	position: absolute;
	top: 0px;
	left: 10px;
}

#content-container {
	position: absolute;
	top: 120px;
	left: 102px;
	width: 716px;
	height: 410px;
	background-color: white;
}

#content {
	position: absolute;
	top: 0px;;
	left: 0px;
	width: 690px;
	height: 350px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#content-index {
	position: absolute;
	top: 0px;;
	left: 0px;
	width: 690px;
	height: 390px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#punkte {
	position: absolute;
	top: 385px;
	left: 396px;
	width: 150px;
	height: 14px;
	text-align: right;
}

#subnavi {
	position: absolute;
	top: 385px;
	left: 20px;
	font-size: 10px;
}

#globus {
	position: absolute;
	top: 242px;
	left: 553px;
}

/* >>>>>>>>>> Klassen <<<<<<<<<< */
body {
	background-color: #8E959B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-size: 11px;
}

a:link, a:visited, a:active, a:hover {
	color: #000000;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	margin-top: 1px;
	margin-bottom: 1px;
}

h3 {
	color: #EE7040;
}

.bg {
	padding-left: 15px;
	padding-right: 5px;
}

hr {
	color: #EE7040;
	background-color: #EE7040;
	height: 2px;
}