html {
	padding:0px;
	margin:0px;
}

body {
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	background-image: url(/images/menu-grau.jpg);background-repeat:repeat-y;
}

/*  positioning-layers statisch und absolut */

#header{
	height: 213px;
	margin-top: 0px;
	background-color: #046C1A;
}

#google{
	position: absolute;
	height: 250px;
	margin-left: 680px;
	margin-right: 0px;
	width: 250px;
	top: 9px;
	border:none;
}

#textlogo{
	position: absolute;
	left: 7px;
	top: 34px;
	width: 289px;
	height: 52px;
}

#banner{
	position: absolute;
	left: 75px;
	top: 126px;
	width: 468px;
	height: 60px;
}


#links {
	position: absolute;
	left: 0px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#inhalt {
	margin-top: 0px;
	margin-left:176px;
	width: 436px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 20px;
/* 	border: 1px solid black; */
}

#inhalt_hotels {
	margin-top: 0px;
	margin-left:176px;
	width: 650px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 20px;
/* 	border: 1px solid black; */
}

#bobby{
	position: relative;
	/*left: 608px;
	top: 229px;*/
}

#rechts {
	position: absolute;
	left: 675px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 5px;
}

#rechts2 {
	position: absolute;
	left: 840px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 5px;
}

#rechts_hotels {
	position: absolute;
	left: 842px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 5px;
}

#footer {
	float: left;
	bottom: 0px;
	margin-left: 191px;
	margin-bottom: 15px;
	padding-top: 3px;
/* 	left: 176px; */
	width: 436px;
	border-top: 1px solid black;
}

* html #footer {
	margin-left: 95px;

}

#wechsel a {
    background: url(/images/buchen2.gif) no-repeat;
    display:block; width:244px; /* Linkbereich begrenzen */
}

#wechsel img {
    display:block; width:244px; height:57px; border:0;
}

#wechsel a:hover img {
    visibility: hidden;
}

#wechsel a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
}

* html #wechsel a {
    margin-right:1px;
}

* html #wechsel a:hover {
    width:58px; margin-right:0; /* Workaround fuer IE 5.01 */
  }