body {
	margin: 0px; 
	padding: 0px;
	background-color: #222222;
	font-size: 12px;
	color: white;
	font-family:Arial, Helvetica, Tahoma;

}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: white;
	
}

h2 {
	font-size: 20px;
}

div#banner {
	width: 1000px;
	height: 150px;
	background-image: url(../Bilder/ffw-Header.png);
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-khtml-border-radius-topleft: 25px;
	-khtml-border-radius-topright: 25px;
	-webkit-border-radius-topleft: 25px;
	-webkit-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

div#top {
	width: 1000px;
	height: 15px;
	background-image: url(../Bilder/top.png);
}

div#bottom {
	width: 1000px;
	height: 15px;
	background-image: url(../Bilder/bottom.png);
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

div#wrapper {
	margin: 10px auto; 	
	width: 1000px;
	-moz-box-shadow: #111 8px 8px 8px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-khtml-border-radius-topleft: 25px;
	-khtml-border-radius-topright: 25px;
	-webkit-border-radius-topleft: 25px;
	-webkit-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomright: 15px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 8px 8px 8px #111;
}

div#navigation {
	position:absolute;
	padding: 20px;
	width: 200px;
	top: 200px;
	color: white; 
	margin-left: -30px;
	background-color: black; 
	text-align: left; 
	border: 5px solid #990000;
	-moz-border-radius:20px;
	-moz-box-shadow: #111 8px 8px 8px;
	-khtml-border-radius:20px;
	-khtml-box-shadow: #111 8px 8px 8px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: #111 8px 8px 8px;
	border-radius: 20px;
	box-shadow: 8px 8px 8px #111;
}


div#content {
	padding: 20px;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 240px;
	background-color: #666666;
	border: 1px solid #666666;
	min-height:440px;
	height:auto !important;
	height:440px;
}

a.navlink:link, a.navlink:visited, a.navlink:hover, a.navlink:active, a.navlink_active_item {
	font-family:Arial, Helvetica, Tahoma;
	font-size: 12pt;
	line-height: 1.3em;
	text-align:left;
	font-weight: normal;
	text-decoration: underline;
	color:white;
	}

a.navlink:hover, a.navlink:active {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #990000;
	}

a.navlink_active_item  {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #990000;
	}

ul.nav_items {
	list-style-image: url(../Bilder/u.png);
}

img.technik {
	border: 2px solid white;
}

.inline {
	color: white;
}


