#body {
	background-image: url(../img/bodybackground.png);
	background-color: #000000;
	background-repeat:repeat-x;
	background-position:top center;
	background-position: 0px -50%;;
	
}

#header {
	background-image: url(../img/header.png);
	background-repeat:no-repeat;
	width: 740px;
	height: 100px;

}

#spalteH {
	background-image: url(../img/leiste.jpg);
	background-repeat:no-repeat;
	width: 740px;
	height: 20px;
	font-size: 12px;
	font-family: Arial;
	color:#546e90;

}

#spalteH a {
	
	text-decoration:none;
	font-size: 12px;
	font-family: Arial;
	color:#546e90;
	margin: 0 0 0px 50px;

}

#spalteH a:hover {
	color:#dc7200;
	
}

#spalteH a:active {
	color:#db0000;
	
}

#contentbg {
	background-image: url(../img/backgr.png);
	background-repeat:repeat;
	border: 1px;
	border-color: #000000;
	border-style:solid;
}

#footer {
	background-image: url(../img/footer.png);
	background-repeat:no-repeat;
	width: 740px;
	height: 30px;

}

#maincontainer {
	margin:auto;
	padding: auto;
	position: absolute;
	height: 600px;
	width: 740px;
	margin-top: 0px;
	margin-left: -370px;
	top: 10px;
	left: 50%;
	z-index: 1;
}

#mheader {

	margin:0;
	padding:0;
	float: left;
	background-image: url(../img/mheader.png);
	background-repeat:no-repeat;
	background-position: 35px 20px;;
}

#menue  {
	margin:0;
	padding:0;
	float: left;
	width: 130px;
	margin-top: 200px;

	}
	
#menue form {

	margin-top: 120px;
	padding:0;
	list-style-type: none; 
	text-align: center;
	font-size:12px;
	
	
}


#menue a {

	display: block;
	padding: 8px 0 0;
	height: 32px;
	background: url(../img/hoverm.png) 0px 0px no-repeat;
	width: 153px;
	color:#546e90;
    font-weight:bold;
	text-decoration:none;
	font-size: 15px;
	font-family: Arial;

}
#menue a:hover {
	background-position: -153px 0px;
	color:#213959;
	
}

#menue a:active {
	background-position: -153px 0px;
	color:#db0000;
	
}

#content  {
	margin:0;
	padding:0;
	float: left;
	width: 500px;
	font-size: 15px;
	font-family: tahoma, geneva, sans-serif;
	color:#69a3df;

}

#content a {
	color:#0069df;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover {

	color:#dc7200;
	
}

#content a:active {

	color:#ff0000;
	
}