@charset "utf-8";
/* CSS Startseite */

html {
	height: 100.3%;
	font-size: 62.5%;
	background:#000000
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0em 0.0em 0em;
	color: #336699;
}
span.rot {color:#FF0066;}
span.fett {font-weight:bold;}
h1 {
	font-size: 2.2em;
	padding-bottom: 0.4em;
	margin-bottom:0.5;
	font-weight: normal;
}
div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {color: #E3004E; text-decoration: none; font-weight:bold;}
a:link {}
a:visited {}
a:hover {
	color: #FFFF00;
}
a:active {}

div#wrapper {
	width: 1000px;
	margin: 20px auto;
	text-align: left;
	background: #FAFAFA;
}
div#header {
	height: 167px;
	background: #FAFAFA;
	padding: 0px;
}



div#wrap_content {}
div#menu, div#maintext {padding: 20px 15px;}
div#liste{padding-left:10px;}

div#menu {
	float: right;
	width: 230px;
	background-color:#CCCCCC;
	line-height:200%;
	list-style:none;
}
div#menu ul {list-style-type: none; font-weight: bold;}
div#menu ul ul {margin-left: 10px; font-weight: normal;}


div#maintext {
	margin: 0px 0px 0px 0px;
	background: #C0E2FF;
}
div#maintext a {padding-bottom: 1px;}
div#maintext a:link {border-bottom: 1px solid #E3004F;}


div#foot {background-color:#CCCCCC; padding:10px;}

div#foot li{
	display:inline; margin-left:20px; font-weight:bold;
}
