@font-face {
	font-family: "prelo_bold";
	font-style: normal;
	font-weight: bold;
	src:	url("../fonts/prelo-bold-webfont.eot");
	src:	url("../fonts/prelo-bold-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/prelo-bold-webfont.woff") format("woff");
}
/*
@font-face {
	font-family: "prelo_book";
	font-style: normal;
	font-weight: normal;
	src:	url("../fonts/prelo-book-webfont.eot");
	src:	url("../fonts/prelo-book-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/prelo-book-webfont.woff") format("woff");
}
*/
@font-face {
	font-family: "prelo_light";
	font-style: normal;
	font-weight: normal;
	src:	url("../fonts/prelo-light-webfont.eot");
	src:	url("../fonts/prelo-light-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/prelo-light-webfont.woff") format("woff");
}

@font-face {
	font-family: "prelo_semibold";
	font-style: normal;
	font-weight: bold;
	src:	url("../fonts/prelo-semibold-webfont.eot");
	src:	url("../fonts/prelo-semibold-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/prelo-semibold-webfont.woff") format("woff");
}
/*
@font-face {
	font-family: "preloslab_book";
	font-style: normal;
	font-weight: normal;
	src:	url("../fonts/preloslab-book-webfont.eot");
	src:	url("../fonts/preloslab-book-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/preloslab-book-webfont.woff") format("woff");
}
*/
@font-face {
	font-family: "preloslab_semibold";
	font-style: normal;
	font-weight: 700;
	src:	url("../fonts/preloslab-semibold-webfont.eot");
	src:	url("../fonts/preloslab-semibold-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/preloslab-semibold-webfont.woff") format("woff");
}

html, body {
	width: 100%;
	font-family: 'prelo_bold', Verdana, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	line-height: 18px;
}

body {
	background: #B3C7D0;
}

a {
	color: #CC0018;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
	display: inline-block;
	height: 20px;
	padding: 8px 20px;
	background: #CC0018;
	color: #FFF;
	font-family: 'preloslab_semibold', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

b, strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #CC0018;
	font-weight: bold;
}

h1 {
	padding-bottom: 15px;
	font-size: 18px;
}

h2 {
	padding-bottom: 10px;
	font-size: 15px;
}

h3 {
	padding-bottom: 5px;
	font-size: 13px;
}

p {
	padding: 3px 0px;
}

button,
input,
select,
textarea {
	border: 1px solid #B4B4B4;
	font-family: 'prelo_bold', Verdana, sans-serif;
	font-size: 12px;
	height: 25px;
	padding: 1px;
}

select {
	padding-right: 1px !important;
}

button,
input[type="submit"],
input[type="reset"] {
	height: 36px;
	padding: 5px 20px !important;
	border: 0 none;
	background: #CC0018;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: 'preloslab_semibold', Verdana, sans-serif;
	font-size: 16px;
}

hr {
	border: 0px solid #B4B4B4;
	border-top-width: 1px;
	margin: 15px 0px;
}

div#wrap {
	margin: 0 auto;
	width: 998px;
	height: 100%;
}

div#header-container {
	width: 998px;
	height: 304px;
	background-image: url(../../images/headerBg.png);
}

div#header-container div#header {
	position: absolute;
	top: 0px;
	width: 990px;
	height: 300px;
	margin-left: 4px;
}

div#header-container div#navigation {
	width: 830px;
	height: 40px;
	margin-top: 76px;
	margin-left: 121px;
}

div#header-container div#navigation ul {
    position: relative;
}

div#header-container div#navigation > ul > li {
	position: relative;
	float: left;
	height: 40px;
	margin-left: 2px;
	background-image: url(../../images/headNavigationBg.png);
	font-family: 'prelo_light', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0018;
}

div#header-container div#navigation ul li:first-child {
	margin-left: 0px;
}


div#header-container div#navigation ul li a {
	display: block;
	line-height: 30px;
	padding: 4px 8px;
	color: #CC0018;
}

div#header-container div#navigation ul li.aktiv > a {
	text-decoration: underline;
}

div#header-container div#navigation ul li:hover > ul {
	visibility: visible;
}

div#header-container div#navigation ul li ul {
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 99999;
	width: 180px;
}

div#header-container div#navigation ul li ul li {
	clear: both;
	width: 100%;
}

div#header-container div#navigation ul li ul li:first-child {
	margin-top: 2px;
}

div#header-container div#navigation ul li ul li a {
	background-image: url(../../images/headNavigationSubBg.png);
	display: inline-block;
	padding: 4px 8px;
	color: #CC0018;
	width: 164px;
}

div#content-container {
	width: 956px;
	margin-left: 22px;
	padding: 14px 0px 16px 0px;
}

div#content-container #contentHeader {
	width: 956px;
	height: 22px;
	background-image: url(../../images/contentBoxHeader.png);
}

div#content-container #content {
	width: 910px;
	background-image: url(../../images/contentBoxMiddle.png);
	padding: 0px 24px 0px 22px;
}

div#content-container #contentFooter {
	width: 956px;
	height: 22px;
	background-image: url(../../images/contentBoxFooter.png);
}

div#content-container #content .basicBox {
	width: 445px;
}

div#content-container #content .basicBox .address {
	font-size: 16px;
	text-transform: uppercase;
}

div#content-container #content .basicBox .row1 {
	height: 245px;
}

div#content-container #content .basicBox .row1 .col1 {
	float: left;
	width: 210px;
}

div#content-container #content .basicBox .row1 .col2 {
	position: relative;
	width: 196px;
	margin-left: 235px;
	padding: 7px;
	background: #F1F5F7;
	height: 180px;
}

div#content-container #content .basicBox .row1 .col2 .envelope {
	position: absolute;
	left: -12px;
	bottom: -20px;
	width: 84px;
	height: 65px;
	z-index: 1;
	background: url("../../images/umschlag.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div#content-container #content .basicBox .row2 {
	min-height: 400px;
	margin-top: 20px;
}

div#content-container #content .basicBox.basicBoxLeft {
	float: left;
}

div#content-container #content .basicBox.basicBoxRight {
	margin-left: 465px;
}

div#emotionBox {
	position: relative;
	width: 636px;
	height: 319px;
	margin-left: 320px;
	background-image: url(../../images/emoShadowBg.png);
}

div#content-container div#contentRow2 {
	margin-top: 4px;
}

div#footer-container {
	background-image: url(../../images/footerBg.png);
	background-repeat: no-repeat;
	width: 950px;
	padding: 11px 24px 24px 24px;
}

div#footerNavi {
	margin-top: 13px;
	width: 950px;
	height: 16px;
}

div#footerNavi ul li {
	float: left;
	border-right: 1px solid #CC0018;
	line-height: 16px;
}

div#footerNavi ul li a {
	display: block;
	line-height: 16px;
	padding: 0px 5px;
}

div#footerNavi ul li:first-child a {
	padding: 0px 5px 0px 0px;
}

div#footerNavi ul li:last-child a {
	padding: 0px 0px 0px 5px;
}

div#footerNavi ul li.aktiv a {
	text-decoration: underline;
}

div#footerNavi ul li:last-child {
	border-right: none;
}

div#content-container div#angebotBig {
	position: relative;
	top: 2px;
	margin: 0px 0px 0px 2px;
	width: 630px;
	height: 315px;
}

div#content-container div#angebotBig div.angebot {
	position: relative;
	top: 25px;
	width: 245px;
	height: 70px;
	margin-left: 355px;
	padding: 10px 15px;
	background-image: url(../../images/angebotBigBg.png);
}

div#content-container div#angebotBig div.angebot a {
	color: #FFF;
}

div#content-container div#angebotBig div.angebot h1 {
	padding-bottom: 0px;
}

div#content-container div#angebotBig div.angebot .price {
	margin-top: 17px;
	font-size: 22px;
}

div#startseiteAngebote {
	width: 636px;
}

div.box {
	background-image: url(../../images/boxBg.png);
	width: 300px;
	height: 115px;
	padding: 7px 9px 9px 7px;
	margin-top: 4px;
}

div.box.boxSpecial {
	width: 280px;
	height: 95px;
	padding: 17px 19px 19px 17px;
}

div.box.angebot {
	float: left;
}

div.box.angebot.angebot1,
div.box.angebot.angebot3 {
	margin-left: 4px;
}

div.box.angebot h1,
div.box.angebot h1 a {
	padding-bottom: 5px;
}

div.box h1,
div.box h1 a {
	padding-bottom: 0px;
	font-size: 18px;
}

div.box.angebot div.preview,
div.box.angebot div.preview img {
	float: left;
}

div.box.angebot div.preview {
	width: 140px;
}

div.box.angebot div.preview .stars {
	position: absolute;
	margin-top: 90px;
	margin-left: 24px;
}

div.box.angebot div.description {
	width: 148px;
	height: 95px;
	margin-left: 150px;
	margin-top: 10px;
}

div.box.angebot div.description ul {
	list-style: disc;
	margin-left: 15px;
	color: #CC0018;
}

div.box.angebot div.description ul li a {
	color: #CC0018;
}

div.box.angebot div.price,
div.box.angebot div.price a {
	color: #CC0018;
	font-size: 22px;
}

iframe#ttFrame {
	width: 100% !important;
}

#travelSearchBig {
	background-image: url(../../images/travelSearchBigBg.png);
	width: 280px;
	height: 285px;
	padding: 17px 19px 19px 17px;
	color: #CC0018;
	font-weight: bold;
}

#travelSearchBig table {
	width: 100%;
}

#travelSearchBig table td {
	padding: 5px;
}

#travelSearchBig input[type="text"],
#travelSearchBig select {
	width: 100%;
}

div.tipp h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

div.tipp div.infos {
	background-color: #B4B4B4;
	padding: 4px;
}

div.tipp div.infos span {
	display: block;
	line-height: 145%;
}

div.tipp img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

div.tipp a {
	color: #000;
}

div.anfragebox,
div.tipp,
div.veranstalter {
	width: 888px;
	min-height: 100px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #B4B4B4;
}

div.anfragebox:first-child,
div.veranstalter:first-child {
	margin-top: 0px;
}

div.veranstalter img {
	float: right;
	margin-left: 5px;
}

form.formular {
	display: block;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

form.formular label {
	display: block;
	width: 270px;
	text-align: right;
	float: left;
	font-weight: bold;
	padding-right: 10px;
}

form.formular div {
	padding: 5px;
}

form.formular div.save {
	border: 0px solid transparent !important;
}

div.captchaInfo {
	margin-top: 15px;
	font-style: italic;
	text-align: center;	
}

.errorText {
	color: #FF0000;
	text-align: center;
}

.image_carousel {
	position: relative;
}

a.prev, a.next {
	background-repeat: none;
	color: #CC0018;
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	top: 100px;
}

a.prev {
	background-image: url(../../images/arrow-left.png);
	left: 10px;
}

a.next {
	background-image: url(../../images/arrow-right.png);
	right: 10px;
}

a.prev span, a.next span {
	display: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
