
body {
	position: relative;
	text-align: center;
	border : 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 13px;
	background: url('pics/pagebackground.gif');
	line-height:200%;
}

#wrapper {
	width: 1000px;
	background: url('pics/backgroundmitte.gif');
	min-height: 100%;
	margin: auto;
	text-align: center;
	
}

#head {
	width: 945px;
	height: 170px;
	background : #E8E8E3;
	margin: 0px auto;
	text-align: left;
}

#head ul {
	position:relative;
	display: block;
	float: left;
	width: 511px;
	height: 23px;
	background: url('pics/verlaufkopf.gif') no-repeat;
	margin:10px 0px 0px 0px;
	font-size: 10px;
	padding-left:14px;
	text-transform:uppercase; 
	list-style-type:none;
	line-height:100%;
}

#head li {
	float: left;
	margin-left: 6px;
	margin-top: 4px;
	color: #929292;
}

#head li a {
	text-decoration: none;
	color: #929292;
}

#head li a.active {
	color: #666666;
}

#head img {
	float: right;
	margin-top: 50px;
	margin-right: 35px; 
}
#mainmenu {
	width: 945px;
	height: 23px;
	background : #E8E8E3;
	margin: 0px auto;
	line-height:100%;
	border-top: 1px #FFFFFF;
}

#mainmenu ul {
	position:relative;
	display: block;
	float: right;
	margin: 2px 50px 0px 0px;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase; 
	list-style-type:none;
}

#mainmenu li {
	float: left;
	margin-left: 6px;
	margin-top: 3px;
	color: #626262;
}

#mainmenu li a {
	text-decoration: none;
	color: #626262;
}

#mainmenu li a.active {
	color: #F46F21;
}

#submenu {
	width: 945px;
	height: 26px;
	background : #F46F21;
	margin: 0px auto;
	line-height:100%;
}

#submenu ul {
	position:relative;
	display: block;
	float: right;
	margin: 2px 50px 0px 0px;
	font-size: 12px;
	text-transform:uppercase; 
	list-style-type:none;
}

#submenu li {
	float: left;
	margin-left: 6px;
	margin-top: 3px;
	color: #FFFFFF;
}

#submenu li a {
	text-decoration: none;
	color: #FFFFFF;
}

#submenu li a.active {
	color: #333333;
}



#content {
	width: 945px;
	margin: 14px auto 11px auto;
	text-align: left;
}

#footer {
	width: 945px;
	height: 45px;
	background : #C1C2B4;
	margin: 0px auto;
}

#contentleft {
	position: relative;
	left: 0px;
	top: 0px; 
	width: 260px;
	float: left;
}

#contentright {
	position: relative;
	left: 60px;
	top: 0px; 
	width: 540px;
	float: left;
}

h1 {
	font-size: 22px;
	color: #F46F21;
	font-weigt: bold;
	text-transform:uppercase;
	margin-top: 85px;
	margin-bottom: 30px;
	
}




