/* Body */
body
{
	background-color: #F1C40F;
	padding-top: 0;
  font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 13px;
}

a{
	color: #EC5E00;
}

a:hover{
	color: #C45230;
}

header{
	background-color: #f39c12;
	height: 110px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	position: relative;
	width: 100%;
	z-index: 3;
}

header .wrapper{
	width: 975px;
	padding: 10px 15px;
	margin: 0 auto;
	position: relative;
}

header .logo{
	position: absolute;
	left: 0;
	top: 0px;
}
header .logo a{
	display: block;
	height: 120px;
}
header .logo a img{
	display: block;
	max-height: 100%;
}

header .font{
	position: absolute;
	left: 150px;
	top: 0;
	width: 520px;
}

header .font a{
	display: block;
	position: absolute;
	top: 35px;
}
header .font span.claim1, header .font span.claim2{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
}
header .font span.claim2{
	top: 85px;
	left: 255px;
}

header .dsj{
	position: absolute;
	right: 0;
	top: 0;
}

#wrapper{
	z-index: 2;
	position: relative;
	border-radius: 0;
	padding: 0;
	top: 10px;
}

#nav-aspects{
	background-color: #f39c12;
	top: 0;
	height: 40px;
}

#nav-aspects li a{
	line-height: 40px;
}

#nav-aspects li.active a, #nav-aspects li:hover a{
	line-height: 40px;
	background-color: #fff;
	color: #EC5E00;
}

.button{
	display: inline-block;
	background: none;
	background-color: #EC5E00;
	border-radius: 0;
	font-weight: 400;
	border-width: 0;
	padding: 5px 10px;
	color: #fff;
}
.button:hover{
	background-color: #DE5800;
	color: #fff;
}

#nav-search{
	top: 9px;
}
.color-available {
	color: #008A01;
}
.color-notavailable {
	color: #b12704;
}

.veranstalter {
	border: 2px solid #F1C40F;
	display: block;
	background-color: #f9f9f9;
}
.veranstalter, .wrapper-termine.termine-angebotsdetails {
	width: 480px;
	margin: 20px 0;
	padding: 20px;
}
.wrapper-termine p.nopad {
	margin-bottom: 0;
}
.termine-angebotsdetails {
	background-color: #f0f0f0;	
}
.fotos2 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F1C40F;
}