* {
	
}

html {
	margin: 0;
	background-color: #87888a;
	font-size: 12px;
}

body {
	width: 750px;
	margin: 0 auto;
}

#header {
	background: url('../images/header.jpg') no-repeat #FFFFFF;
	height: 250px;
	-moz-box-shadow: 2px 2px 0px 1px #777;
	-webkit-box-shadow: 2px 2px 0px 1px #777;
	 box-shadow: 2px 2px 0px 1px #777;	
}

#accordion h3 {
	/*background-color: #58585a;*/
	height: 100px;
	color: #fb9024;
	padding: 20px 120px;
	font-weight: bold;
	margin-top: 20px;	
}

#accordion h3 img.logo {
	float: right;
	position: relative;
	top: -20px;
	left: 120px;
}

#accordion h3 span.level2 {
		color: #ffffff;
		padding-top: 7px;
		display: block;
}

#accordion h3 span.level3 {
		color: #c6c7c9;
		padding: 14px 0px 20px;
		display: block;
		font-weight: normal;
}


#accordion div {
	/*background-color: #c6c7c9;*/
	padding: 15px 120px 10px;
	-moz-box-shadow: 2px 2px 0px 1px #777;
	-webkit-box-shadow: 2px 2px 0px 1px #777;
	 box-shadow: 2px 2px 0px 1px #777;
	 background: url("../images/spitze.png") no-repeat #c6c7c9 120px -1px; 
	 border: none;		
}

