@charset "utf-8";
/* CSS Document */

body {
	background-color: #b9b9cf
}

a:link {
	font-weight:normal;
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	font-weight:normal;
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	font-weight:normal;
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a:focus {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-family: "Arial Black", Gadget, sans-serif;
}

a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-family: "Arial Black", Gadget, sans-serif;
}

#container {
	position:absolute;
	top:10px;
	width:100%;
	z-index:1;
	background-color: #b9b9cf;
	height: 100%
	}

#kopf {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:1;
	background-image: url(../images/Unbenannt-2.jpg);
}

#menueleft {
	position:absolute;
	left:2px;
	top:135px;
	width:200px;
	height:600px;
	z-index:1;
	background-color: #0c0c59;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	}
	

#menue1 {
	position:absolute;
	left:0px;
	top:100px;
	width:20%;
	height:20px;
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-variant: normal;
	background-color: #b9b9cf;
}

#menue2 {
	position:absolute;
	left:20%;
	top:100px;
	width:20%;
	height:20px;
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

#menue3 {
	position:absolute;
	left:40%;
	top:100px;
	width:20%;
	height:20px;
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

#menue4 {
	position:absolute;
	left:60%;
	top:100px;
	width:20%;
	height:20px;
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-bottom-style: solid;
}
#menue5 {
	position:absolute;
	left:80%;
	top:100px;
	width:20%;
	height:20px;
	z-index:1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

#header {
	position:absolute;
	width:76%;
	height: 1em;
	left: 220px;
	top: 135px;
	z-index: 1;
	background-color: #FFF;
	visibility: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	text-align: center;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	padding-top: 0.25em;
	padding-right: 2.5%;
	padding-bottom: 0.25em;
	padding-left: 2.5%;
}

#inhalt {
	position:absolute;
	width:76%;
	left: 220px;
	top: 199px;
	overflow: visible;
	z-index: 1;
	background-color: #FFF;
	visibility: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	letter-spacing: normal;
	word-spacing: normal;
	float: left;
	padding: 2.5%;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	}

ul#navigation {
	list-style-type: none;
	margin-top:0.5em;
	margin-left:0.5em;
	margin-right:0.5em;
	padding-left:0;
	}
ul#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
ul#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	}

ul#navigation li ul {
	list-style-type: none;
	margin-left:1em;
	margin-right:1em;
	padding-left:0;
	}
ul#navigation li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FC0;	
	}
ul#navigation li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FC0;
	}
