html, body{
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif; verdana, arial, helvetica;
    background-image: url(img/body_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #fff;
}

#page{
    background-color: #fff;
}

#pageinnen{
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}

#header, #content, #nav{
    text-align: left;
}

#headline {
    height: 77px; !Höhe Nav-Leiste;
    text-align: left;
}

#headline-inner {
    margin: auto;
    width: 990px;
}

#headline-inner img {
    border: 0;
    padding-top: 5px; !Höhe Logo;
}

#header{
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    height: 31px;
}

#content{
    width: 990px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#advertisement{
	height: 50px;
	width: 475px;
	padding: 25px 15px 0 0;
	float: right;
	color: #fff;
}

#advertisement div {
	width: 478px;
	height: 50px;
	background: #fff url(img/advert.gif) no-repeat scroll left top;
	margin: 0;
	padding: 1px;

}

#advertisement div img {
	padding-top: 0;
	width: 468px;
	height: 50px;
	display: block;
}

/********************NAV****************************/
#topnav{
    margin: 0;
    padding: 0;
    width: 300px;
    display: inline;
    float: left;
}

#topnav .first{
    list-style: none;
    float: left;
    border-top: 1px solid #e8e8f7;
    border-left: 1px solid #e8e8f7;
}

#topnav li{
    font-size: 90%;
    list-style: none;
    float: left;
    border-top: 1px solid #e8e8f7;
    border-right: 1px solid #e8e8f7;
}

#topnav li a{
    text-decoration: none;
    display: block;
    float: left;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    height: 23px;
    color: #fff;
}

#topnav li a:hover, #active{
    background-repeat: repeat-x;
    background-position: left top;
}

/************************************************/
#links{
    /*text-align: justify;*/
    float: left;
    width: 600px;
}

#linksinnen{
    font-size: 90%;
    padding: 10px;
}

#linksinnen p{
    font-size: 90%;
    line-height:125%;
}

/*rechte Spalte**********************************/
#rechts{
    min-height: 590px;
    margin-top: 8px;
    text-align: justify;
    float: left;
    width: 387px;
}

#rechtsinnen{
    font-size: 90%;
    padding: 0px 10px;
}

#rechtsinnen p{
    font-size: 90%;
    line-height:140%;
}

#footer{
    background-color: #960D42;
    height: 40px;
    text-align: center;
}

#footer a{
    padding-top: 12px;
    font-size: 90%;
    color: #fff;
    text-decoration: none;
}

#footerinnen{
    padding-top: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

#footerinnen .linie{
    color: #fff;
}
/************************************************/
.box{
    margin-bottom: 10px;
    padding-top: 15px;
    width: 370px;
    background-image: url(img/boxtop.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.clickable{
    cursor: pointer !important;
}

.box:hover{
    background-image: url(img/boxtop_hover.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.boxinnen{
    background-color: #e6e6e6;
    background-image: url(img/boxbottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.boxinnen:hover, .box:hover .boxinnen{
    background-color: #afafaf;
    background-image: url(img/boxbottom_hover.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.boxtxt{
    text-align: justify;
    font-size: 80%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.boxtxt img.hotelbild {
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
    border: 0;
}

.boxtxt img.tv-icon {
    border: 0;
    float: right;
    cursor: help;
}

h3{
	margin:0;
	padding:0;
	font-size: 90%;
	color: #960D42;
}

.box p {
    margin: 0;
    padding: 0;
}

/*******Box left*******************/

#linksinnen .box {
	margin-bottom: 10px;
	padding-top: 15px;
	width: 580px;
	background-image: url(img/boxtop_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#linksinnen .box:hover,
#linksinnen .box.selected{
	background-image: url(img/boxtop_hover_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#linksinnen .clickable{
	cursor: pointer !important;
}

#linksinnen .boxinnen{
	background-color: #e6e6e6;
    padding-left:15px;
	background-image: url(img/boxbottom_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#linksinnen .boxinnen:hover,
#linksinnen .box:hover .boxinnen,
#linksinnen .box.selected .boxinnen {
	background-color: #afafaf;
	background-image: url(img/boxbottom_hover_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#linksinnen .boxinnen input.checkbox {
    margin-top:6px;
}

#linksinnen .boxtxt{
    width: 520px;
    float:right;
	/*font-size: 90%;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#linksinnen .boxtxt img.hotelbild {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	border: 0;
}

#linksinnen .boxtxt img.tv-icon {
	border: 0;
	float: right;
	cursor: help;
}

#linksinnen h3{
	margin:0;
	padding:0;
	font-size: 90%;
	color: #960D42;
}

#linksinnen .box p {
	margin: 0;
	padding: 0;
}

/************************************************/
#imagemap {
    border: 0;
}
/************************************************/
.relative {
  position:relative;
}

.floatLeft {
  float:left;
}

.clear{
    clear: both;
}

a{
	color: #960D42;
	text-decoration: underline;
}

a:hover{
	color: #900;
}

h1{
	margin:0;
	padding:0;
	font-size: 100%;
	color: #960D42;
}

h2{
	margin:0;
	padding:0;
	font-size: 95%;
	color: #960D42;
}

.boxtxt h2{
    font-size: 110%;
}



#nav #active a{
	color: #960D42;
}

#content ul{
	color: #960D42;
}

ul.land {
    margin: 0;
    margin-left: 15px;
    padding: 0;
}

table.laender {
    font-size: 100%;
    border: 0;
}

table.laender tr th {
    background-color: transparent;
}

table.laender tr td {
    padding-right: 20px !important;
    padding-bottom: 25px !important;
}

table tr td.last {
    padding-bottom: 0 !important;
}

#videoPlayer {
    width: 580px;
    height: 380px;
}

div.hoteldetails {
    font-weight: bold;
}

small {
    font-size: 100%;
}

table.separated {
    border: 1px solid #797979;
    border-collapse: collapse;
    text-align: left;
}

table.separated tr th {
    background-color: #f9d9d9;
}

.smaller {
    font-size: 90%;
}

.smaller2 {
    font-size: 85%;
}

.anfrage-error td {
    background: #ff6f6f;
}

.headline {
	color: #960D42;
}

#breadcrumb {
    font-size: 70%;
    text-align: left;
    font-weight: bold;
    padding: 10px 10px 0;
}

#breadcrumb a {
}

.citycontent-item {
    margin-bottom: 25px;
}

.citycontent-item .headline {
    color: #000000;
}
.btn, a.btn {
    background: #E42E75 ; /* Old browsers */
    background: -moz-linear-gradient(top,  #E42E75  0%, #960D42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E42E75 ), color-stop(100%,#960D42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E42E75  0%,#960D42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #E42E75  0%,#960D42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #E42E75  0%,#960D42 100%); /* IE10+ */
    background: linear-gradient(top,  #E42E75  0%,#960D42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E42E75 ', endColorstr='#960D42',GradientType=0 ); /* IE6-9 */
    display:block;
    padding:9px 10px 10px 10px;
    margin:8px 0;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    line-height:100%;
    font-size:15px;
    border:0px solid;
    cursor:pointer;
    font-family:  sans-serif;
}
input.btn {
  color: #FFFFFF;
  text-align: center;
  padding:8px 14px;
  font-weight:bold;
  border:1px solid #fff;
  cursor:pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.btnHotelsuche {
    background: #E42E75 ; /* Old browsers */
    background: -moz-linear-gradient(top,  #E42E75  0%, #960D42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E42E75 ), color-stop(100%,#960D42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E42E75  0%,#960D42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #E42E75  0%,#960D42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #E42E75  0%,#960D42 100%); /* IE10+ */
    background: linear-gradient(top,  #E42E75  0%,#960D42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E42E75 ', endColorstr='#960D42',GradientType=0 ); /* IE6-9 */
    display:block;
    padding:9px 10px 10px 10px;
    margin:8px 0;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    line-height:100%;
    font-size:15px;
    border:0px solid;
    cursor:pointer;
    font-family:  sans-serif;
}

/***********************************************/

.boxHotelsuche {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#960D42;
  margin: 10px 0;
  margin-bottom:30px;
  padding: 10px;
  color:#fff;
  text-align:left!important;
  font-size: 120%;

}

.boxHotelsuche .headline {
  color:#fff;
  margin:0 0 8px 0;
}

.boxHotelsuche .input {
    border: 1px solid gray;
    padding: 3px;
    width: 161px;
    margin: 0 0px 5px 0;
}

.boxHotelsuche .reiseziel {
  width: 338px;
}

.boxHotelsuche .auswahl input {
  margin:0 0 10px -2px;
}

.boxHotelsuche input.btn {
  width:146px!important;
  margin-top:8px;
}

.plusicon {
    background: #fff url(../images/calendar.png) no-repeat scroll 98% center;
}

.inputicon {
    border: 0 none;
    height: 17px;
    left: 128px;
    position: absolute;
    top: 4px;
}

.boxHotelsuche .advanced-search {
  margin-top:8px;
}

.boxHotelsuche .advanced-search a {
  font-size:10px;
  color:#fff;
  margin-top:8px;
}

.meetings_groups_elements select{
  padding: 2px;
}
