/*1150px*/

body {
	background: url(images/hg.gif) repeat-x #fff;
}

#wrap {
	width: 862px;
	position: absolute;
	left: 50%;
	margin-left: -431px;
	top: 0px;
}

header {
	height: 98px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	position: relative;
    z-index: 999;
}

#content {
	float: left;
	height: 500px;
	width: 625px;
}

#content p {
	font-family: Arial;
	font-size: 14px;
	color: #707173;
	margin: 30px 0 40px 40px;
	width: 542px;
	line-height: 18px;
}

.titelbild {
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}

#side {
	background: #f8b333;
	float: right;
	width: 197px;
	height: 750px;
	padding: 20px;
}

#side p {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: 30px;
}

#side a {
	color: #fff;
	text-decoration: none;
}

#side a:hover {
	text-decoration: underline;
}

.impressum {
	position: absolute;
	bottom: 20px;
}

/* Accordion */

#accordion  {
	width: 542px;
	margin-left: 35px;
	margin-top: 40px;
}

#accordion h3 {
	background: url(images/headline.png) no-repeat;
	height: 36px;
	width: 542px;
	font-family: Arial;
	font-size: 16px;
	color: #707173;
	text-indent: 65px;
	line-height: 33px;
	cursor: pointer;
	margin: 0 0 12px 0;
	font-weight: normal;
}

#accordion h3:hover {
	background: url(images/headlinehov.png) no-repeat;
}

#accordion .ui-accordion-header-active {
	font-weight: bold;
}

#accordion .ui-accordion-content {
	overflow: hidden;
	font-family: Arial;
	font-size: 14px;
	color: #707173;
}

#accordion .ui-accordion-content p, #accordion .ui-accordion-content ul {
	margin: 10px 0 25px 0;
}

#accordion .ui-accordion-content ul li {
	margin-bottom: 10px;
	line-height: 18px;
}

.bold {
	font-weight: bold;
}

.dataprotection h3 {
	font-family: Arial;
	font-size: 22px;
	color: #707173;
}

.dataprotection h4 {
	font-family: Arial;
	font-size: 18px;
	color: #707173;
}

.dataprotection p {
	margin: 20px 0 20px 0 !important;
}

.dataprotection ul {
	padding: 16px;
}

.dataprotection ul li {
	font-family: Arial;
	font-size: 14px;
	color: #707173;
}