/*//////////////////////// KAFISCHNAPS //////*/


/*//////////////////////// ALLGEMEIN //////*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
}

p {
	padding: 0 0 12px 0;	
} 
/*//////////////////////// DIV KLASSEN //////*/

#container-page {
  margin: 0 auto;
  width: 506px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  background-image:url(/images/hg.gif);
  background-repeat: no-repeat;
}

#container-head {
  padding-left: 0px;
  height: 278px;
}

#head {
  padding-left: 0px;
}

#container-content {
  padding: 0px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 100%;
  visibility: hidden;
}

#content {
  width: 430px;
  padding: 20px 10px 10px 10px;
}
#news {
    background-color: #EB008B;
    min-height: 62px;
    left: -10px;
  	padding: 10px 20px 10px 10px;
    position: absolute;
    top: 10px;
    width: 450px;
} 
#news p {
    width: 350px;
}    

#newsbildlinks {
    float: left;
    position: absolute;
    left: -150px;
    top: 17px;
    width: 230px;
    height: 325px;
    box-shadow: 1px 1px 30px #000;
    -moz-box-shadow: 1px 1px 30px #000;
    -webkit-box-shadow: 1px 1px 30px #000;
}
#newsbild {
    float: right;
    position: absolute;
    right: -150px;
    top: 17px;
    width: 230px;
    height: 325px;
    box-shadow: 1px 1px 30px #000;
    -moz-box-shadow: 1px 1px 30px #000;
    -webkit-box-shadow: 1px 1px 30px #000;
}

a.newslink:link { color: #231F20; text-decoration: underline;}
a.newslink:visited { color: #231F20; text-decoration: underline;}
a.newslink:hover { color: #FFFFFF; text-decoration: none;}

#news h1 {	margin-bottom: 6px;}

#container-foot {
  width: 460px;
  height: 30px;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  background: #FFFFFF;
}

#foot {
  padding-top: 3px;
  padding-left: 10px;
}

#sprache {
  position: absolute;
  top: 40px;
  right: 23px;

}

#homebild {
  position: relative;
  left: 0px;
  text-align: left;
  float: left;
}

#booking {
  color: #231F20;
  width: 220px;
  height: 210px;
  position: relative;
  text-align: left;
  float: left;
  background-image:url(/images/hg_booking.gif);
  padding: 10px;
}


/*//////////////////////// HEADER KLASSEN //////*/

h1, h2, h3{font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 12px;
	padding: 0px;
	font-weight: normal;
	text-decoration:none; 
	text-transform: uppercase;
}


h1 {font-size: 17px; }
h2 {font-size: 12px; 
	color: #231F20;
}
h3 {font-size: 13px;
	color: #EB008B;
	margin-top: 12px;
	margin-bottom: 3px;
}


/*//////////////////////// FONT KLASSEN //////*/

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
a:link { text-decoration:underline; color: #FFFFFF; border: 0px;}
a:visited { text-decoration:underline; color: #FFFFFF; }
a:hover { text-decoration:none; color: #EB008B; }
a:active  { text-decoration:none; color: #EB008B; }


.footer, .footerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #231F20;
}
a.footer:link { color: #231F20; text-decoration: underline;}
a.footer:visited { color: #231F20; text-decoration: underline;}
a.footer:hover { color: #EB008B; text-decoration: none;}
a.footer:active { color: #EB008B; text-decoration: none;}

.footerbold {
	font-weight: bold;
}
.legende {
	font-size: 10px;
	color: #666;
	line-height:32px;
}

.mitlinks {
  position: relative;
  float: right;
  right: 10px;
  top: 0px;
}
a.mitlinks:link { color: #231F20; text-decoration: underline;}
a.mitlinks:visited { color: #231F20; text-decoration: underline;}
a.mitlinks:hover { color: #EB008B; text-decoration: none;}
a.mitlinks:active { color: #EB008B; text-decoration: none;}

.dropdown, .eingabefeld, .button {
	color: 000000;
	border: 1px #999999;
}

.eingabefeld {
  position: relative;
  float: right;
  right: 96px;
  top:-19px;
}

.button {
  position: absolute;
  right: 190px;
  top: 203px;
}
