
*
{
	font-family:verdana;
	font-size:8pt;
	color:#474747;
}

html
{
	height:100%;
}

body
{
	height:100%;
	margin:0px;
	background-image:url(../bilder/styles/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	background-color:#ffffff;
}

div#logo
{
	position:relative;
	left:50%;
	height:60px;
	margin-left:-450px;
	margin-top:25px;
	width:900px;
}

div#rahmen
{
	position:relative;
	left:50%;
	top:0px;
	margin-left:-450px;
	margin-top:0px;
	width:900px;
	height:450px;
	border:solid 1px #6fd303;
}

div#navi
{
	position:relative;
	left:50%;
	top:0px;
	width:900px;
	height:30px;
	background-color:#ffffff;
	margin-left:-450px;
	margin-top:0px;
	padding-top:5px;
	border-top:solid 0px #6ed400;
	text-align:right;
}

div#navi a
{
	background-color:#ffffff;
	font-size:16px;
	color:#7b7b7b;
	text-decoration:none;
	padding-left:40px;
}

div#navi a:hover
{
	background-color:#ffffff;
	font-size:16px;
	color:#6fd303;
	text-decoration:underline;
	padding-left:40px;
}

div#links
{
	position:relative;
	left:0px;
	top:0px;
	width:450px;
	padding:25px;
	height:400px;
	overflow:auto;
	background-color:#ffffff;
	float:left;
}

div#links_kg
{
	position:relative;
	left:0px;
	top:0px;
	width:850px;
	padding:25px;
	height:400px;
	overflow:auto;
	background-color:#ffffff;
	float:left;
}

div#rechts
{
	position:relative;
	left:0px;
	top:0px;
	width:400px;
	height:450px;
	background-image:url(../bilder/styles/bg_vita.jpg);
	float:left;
}

h1
{
	color:#474747;
}

h2
{
	color:#6fd303;
}

ol
{
	list-style-type:none;
}

li
{
	margin-bottom:5px;
}