body {
    margin: 0;
    padding: 20;
	background-image: url(../bilder/hintergruende/bg_parkett.jpg); 
	background-repeat: repeat;
}

#container {
	margin: 50px auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 900px;
	position: relative; /* puts container in front of distance */
}

#rahmen {
	margin: 0px;
	padding:0;
	width: 895px;
	/* height: 595px; */
	position: relative; /* puts container in front of distance */
	float: left;
	border: 5px solid #F4EFE1;
	background-image: url(../img/bg_inhalt.gif);
	background-repeat: repeat-y;
}

#kopf {
	width: 895px;
	height: 305px;
	background-image: url(../img/bg_kopf.gif);
	background-repeat: repeat-x;
}

#logo {
	top: -40px;
	left: -50px;
	width: 600px;
	height: 262px;
	z-index: 99;
	position: absolute;
}

#titelbild {
	top: 70px;
	left: 250px;
	padding: 11px;
	width: 580px;
	height: 190px;
	background-image: url(../img/bg_bild.gif);
	background-repeat: repeat-x;
	position: absolute;
}

#inhalt {
	width: 895px;
}

#spalte1 {
	width: 245px;
	/* height: 325px; */
	padding-top: 10px;
	padding-left: 30px;
	float: left;
}

#spalte2 {
	width: 590px;
	background-color: #ffffff;
	float: left;
}

#location_des_monats {
  width: 280px;
  margin-right: 30px;
  float: left;
  background-color: #fdf5e2;
}

#toplocations {
  width: 280px;
  float: left;
}

#karte {
  width: 278px;
  margin-top: 20px;
  border: 1px solid #7d6a59;
  float: left;
}

#fusszeile {
	width: 895px;
	padding-bottom: 10px;	
	/* background-color: #ff00ff; */
	float: left;
	background-image: url(../img/bg_inhalt.gif);
	background-repeat: repeat-y;
}

/* Locationtabelle */
.tbl_location_tr1 {
  background-color: #fdf5e2;
}

.tbl_location_bez {
  vertical-align: top;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

table.tbl_location { 
  border: 1px solid #cdbe9f; 
}

.div_location_button { 
  height: 105px; 
  width: 117px;
  text-align: center;
  border-right: 1px solid #cdbe9f;
  float: left;
  text-decoration: none;
  padding-top: 15px;
}

.div_location_button:hover { 
  background-color: #cdbe9f;
}

.div_location_button_kl { 
  height: 25px; 
  width: 25px;
  text-align: center;
  border-right: 1px solid #cdbe9f;
  float: left;
  text-decoration: none;
  /* padding-top: 15px; */
}

.div_location_button_kl:hover { 
  background-color: #cdbe9f;
}

.div_location_button a:link, .div_location_button a:visited { 
  text-decoration: none;
}

.div_location_videovorschau { 
  /* height: 105px; */
  width: 117px;
  text-align: center;
  border-right: 1px solid #cdbe9f;
  float: left;
  text-decoration: none;
  padding-top: 15px;
}

.div_location_videovorschau:hover { 
  background-color: #cdbe9f;
}

#impressum {
    position: relative;
	width: 300px;
	padding-left: 35px;
	text-align: left;
	margin: 0px auto;
	float: left
}

/* rheinline */
#rheinline {
    position: relative;
	width: 600px;
	clear: left;
	text-align: right;
	margin: 0px auto;
	float: left
}