@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#9F0;
}

div.header {
	width:100%;
	background-color:#e0ff30;
	height:100px;
	text-align:center;
}

div.main {
	background-color:#9F0;
	height:auto;
	float:left;
	width:100%;
}


div.content {
	background-color:#9F0;
	margin:10px;
	float:left;
	width:auto;
}

div.footer {
	background-color:#0FF;
	height:50px;
	float:left;
	width:100%;
}



div.nav {
	float:left;
	background-color:#0FF;
	width:200px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

li.nav {
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	color:#FFF;
	list-style-image:url(Bilder/system/nav_mitte.gif);
}

.nav_main {
	margin-left:10px;
	margin-bottom:10px;
	color:#030;
	font-weight:bold;
	text-decoration:none;
}

.nav_sub {
	margin-left:22px;
	margin-bottom:10px;
	color:#060;
	text-decoration:none;
}

div.nav_hline {
	background-color:#333;
	width:2px;
	float:left;
	margin:8px;
}

div.nav_box {
	background-color:#00F;
	float:left;
}

div.hiddentext {
	border:solid;
	border:#000;
	border-width:thin;
	background-color:#CF0;
	color:#CF0;
	margin-bottom:5px;
}

div.hiddentext2 {
	border:solid;
	border:#000;
	border-width:thin;
	background-color:#CF0;
	color:#CF0;
	margin-bottom:3px;
}

ul.kondit_lernen {
	list-style:square;
	white-space:normal;
}

li.kondit_lernen {
	margin-bottom:15px;
}

.perspro {
	border-style:solid;
	border-width:thin;
}