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

/*Die Standardeinstellungen des Browsers werden zur&uuml;ckgesetzt*/
* {
	margin: 0px;
}

/*Hintergrund des gesamten sichtbaren Bereiches*/
body {
	background: #4f4f4f url(../bilder/backorange.gif) repeat-x scroll;
	background-attachment: ;
	background-attachment: scroll;
	overflow-y: scroll;
}

/*die einzelnen Divs*/
#head {
	background-image: url(../bilder/headorange.gif);
	position: absolute;
	left: 50%;
	margin-left: -404px;
	width: 808px;
	height: 86px;
	z-index: 2;
}
#menu {
	background-color: #fa9007;
	height: 23px;
	width: 808px;
	margin-left: -402px;
	position: fixed;
	top: 62px;
	left: 50%;
	z-index: 3;
}
#container {
	width: 808px;
	height: 650px;
	position:static;
}
#haup2 {
	background-color: #4f4f4f;
	height: 452px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	top: 86px;
	left: 50%;
	padding-top: 23px;
}

#haupstart {
	background-color: #404040;
	height: 452px;
	width: 600px;
	margin-left: 100px;
	position: absolute;
}
#coverpic {
	height: 400px;
	width: 531px;
	left: 50%;
	border:0px;
}

#foot {
	height: 30px;
	width: 808px;
	position: absolute;
	left:50%;
	margin-top: 23px;
	margin-left:-404px;
	bottom: -50px;
	float: left;
}
a {
	color: #4f4f4f;
	(margin-left: -2px;)
	outline: none;
	
}

(
a:link {
	color: #fa9007;
	outline: hidden;
}

a:visited {
	color: #fa9007;
	outline: hidden;
}
)