@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

@font-face {
    font-family: 'DINWebRegular';
    src: url('../fonts/DINWeb.eot');
    src: url('../fonts/DINWeb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINWeb.woff') format('woff'),
         url('../fonts/DINWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'DINWebRegular';
    src: url('../fonts/DINWeb-Bold.eot');
    src: url('../fonts/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINWeb-Bold.woff') format('woff'),
         url('../fonts/DINWeb-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
	font-family: "DINWebRegular", sans-serif;
	background: #f4f4f4;
	color: #353337;
	font-size: 16px;
	line-height: 14px;
	height: 100%;
}

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

a:hover {
	color: #ced700;
}

a img {
	border: none;
}

h1 {
	font-size: 30px;
	color: #ced700;
	margin-bottom: 30px;
	margin-top: 5px;
}

h2 {
	font-size: 14px;
	margin: 8px 0 15px 0;
}

h3 {
	font-size: 16px;
	color: #ced700;
	background: url('../images/hook-green.png') center left no-repeat;
	padding-left: 22px;
	margin-bottom: 15px;
}

h4 {
	font-weight: normal;
	border-bottom: 1px solid #c3c3c3;
	font-size: 16px;
	width: 120px;
	padding-bottom: 10px;
}

ul {
	list-style-type: none;
}

#frame-bottom {
	height: 292px;
	background: #2c2c2c url('../images/bottom_logo.png') bottom center no-repeat;
	color: #c3c3c3;
	font-size: 12px;
}

#frame-bottom-inner {
	width: 836px;
	margin: 0 auto;
	padding-top: 30px;
}

#frame-banner {
	height: 180px;
	background: url('../images/frame_banner_bg.png');
}

#banner-top {
	height: 36px;
	background: url('../images/banner_top_bg.png');
}

#frame-banner-top {
	width: 836px;
	margin: 0 auto;
	height: 100%;
}

#frame-banner-bottom {
	width: 836px;
	margin: 8px auto 0 auto;
	height: 140px;
}

#frame-content {
	width: 742px;
	min-height: 516px;
	margin: 30px auto;
	background: url('../images/schwarzer_kasten.png') bottom left;
	padding: 24px 47px;
}

#frame-push {
	height: 292px;
}

#frame-main {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -292px 0;
}

.logo {
	margin-top: 10px;
}

.banner-top-logo {
	float: left;
}

.clear-both {
	clear: both;
}

ul#menu-top {
	float: right;
	font-size: 12px;
}

ul#menu-top li {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
}

ul#contact {
	margin-top: 10px;
	line-height: 1.5em;
}

ul#contact li {
	float: left;
	margin-right: 20px;
}

#select-region {
	width: 257px;
	height: 29px;
	background: url('../images/button-dropdownmenu.png') top left;
	float: right;
	clear: right;
	margin-top: 70px;
	cursor: pointer;
	padding-top: 15px;
	position: relative;
}

#select-region:hover {
	background-position: 0 43px;
}

#select-region span {
	margin-left: 40px;
}

#select-region ul {
	position: absolute;
	background: #fff;
	width: 255px;
	top: 43px;
	border: 1px solid #ccc;
	visibility: hidden;
}

#select-region:hover ul {
	visibility: visible;
}

#select-region ul li a {
	display: block;
	color: #353337;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #ccc;
}

#select-region ul li a:hover,
#select-region ul li a.active {
	color: #ced700;
}

/* OFFERS */
.offer-box {
	width: 216px;
	height: 275px;
	background: url('../images/box-offer.png');
	float: left;
	margin-right: 11px;
	margin-top: 10px;
	font-size: 11px;
	padding: 0 10px;
}

.offer-column-left {
	float: left;
	width: 130px;
}

.offer-column-right {
	float: right;
	width: 80px;
	text-align: right;
}

.price {
	color: #ced700;
	font-weight: bold;
}

.spotcosts {
	text-decoration: line-through;
}

.btn-order-offer {
	width: 236px;
	height: 36px;
	background: url('../images/button-order-offer.png');
	float: left;
	margin-right: 11px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn-order-offer:hover {
	background-position: 0 36px;
}

.about-audimark {
	padding-left: 60px;
	font-size: 11px;
	color: #fff;
	background: url('../images/icon_text_audimark_angebotsseite.png') -10px 0 no-repeat;
}

ul#individual-offer {
	margin: 10px 0;
}

ul#individual-offer li {
	list-style-type: square;
	margin-left: 15px;
}

/* START */
.btn-display-offers {
	width: 348px;
	height: 37px;
	background: url('../images/button-order-offer-bg.png');
	float: left;
	margin: 0 0 20px 196px;
}

.btn-display-offers:hover {
	background-position: 0 36px;
}

ul#list-webradio-properties {
	color: #fff;
	font-size: 12px;
}

ul#list-webradio-properties li {
	padding-left: 90px;
	background: url('../images/icon-spotproduction.png') top left no-repeat;
	padding-bottom: 21px;
}

ul#list-webradio-properties li.attention {
	background-image: url('../images/icon-attention.png');
}

ul#list-webradio-properties li.customers {
	background-image: url('../images/icon-germany.png');
	background-position: 10px 0;
}

ul#list-webradio-properties li.freetime {
	background-image: url('../images/icon-clock.png');
	background-position: -5px 0;
}

ul#list-webradio-properties li.potential {
	background-image: url('../images/icon-potential.png');
	background-position: -5px 0;
}

/* FORM */
form {
	background: #fff;
	padding: 20px;
	font-size: 12px;
	margin-bottom:  30px;
}

fieldset {
	border: none;
}

legend {
	font-weight: bold;
}

form p {
	padding: 5px 0 15px 0;
}

label {
	float: left;
	width: 110px;
	margin-top: 10px;
}

input, textarea {
	border: none;
	outline: none;
	margin-bottom: 10px;
}

textarea {
	float:  left;
}

input[type=text],
input[type=email],
input[type=tel] {
	width: 321px;
	height: 37px;
	background: url('../images/contact-input.png');
	padding-left: 10px;
	padding-right: 10px;
	line-height: 2.5;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
	background: url('../images/contact-input-hover.png');
}

input[type=submit] {
	float:  right;
	width: 93px;
	height: 36px;
	background: url('../images/button-send-form.png');
	margin-right:  60px;
	margin-top:  97px;
}

input[type=submit]:hover {
	background-position: 0 36px;
}

textarea {
	margin-left: 4px;
	width: 417px;
	height: 122px;
	background: url('../images/contact-textarea.png');
	padding: 5px 5px;
}

#budget {
	margin-bottom: 0;
}

.error {
	color: red;
}

.booking-advice {
	margin-left:  115px;
	margin-bottom: 15px;
	font-size: 10px;
}