/***    Hotel Central - Zeven   ***/
/***       Relaunch 2007        ***/
/***            by              ***/
/***   MouseDesign Medien AG    ***/


* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  height: 100%; 
}


body {
	background-image: url(images/bg_oben.gif);
	background-repeat: repeat-x;
	background-color: #af2126;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 0.2pt;
	line-height:1.4em;
	color: #000000;
	
}

th, td {
	margin:0;
	padding:0;
	
}

h1 {
  font: bold 13px;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 2em 0;
  line-height: 1.3em;
}

a {
  color:#795408;
  font-weight: bolder;
  text-decoration: none;
}

a:hover {
  color: #8E0005;
  text-decoration: underline;
}

a.second_menu	{
	font-size: 0.9em;
	color:#795408;
	font-weight:normal;
	
	}

li {
	margin-left:15px;
	list-style:square;
	}

.footer_text	{
	color:#795408;
	font-size: 0.9em;
	letter-spacing:normal;
	text-align:center;
	font-weight:bold;
	
	}

.spacer	{
	font-size: 1px;
	}

#container_page {
  margin: 0 auto;
  width: 760px;
  background: #F6ECD0; 
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  }

#container-head {
  height:95px;
  background-image:url(images/hotel_central_logo.gif);
  background-position:center;
  background-repeat:no-repeat;
}

#head {
  padding-top: 15px;
}

#top_menu_container	{
	background:#AF2126;
	height:30px;
	width:760px;
	text-align:center;
	}


#top_menu {
	color:#FFFFFF;
	height:30px;
	text-align:center;

}

#top_menu ul {
	display:block;
	padding-top:6px;

}

#top_menu li {
	display:inline;
	list-style:none;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
	border-right:#FFFFFF 1px solid;
	}

#top_menu a	{
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
}

#top_menu a:hover	{
	color:#F2DEAF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

#image_container	{
	width:760px;
	height:257px;

}
#container-content {
  padding: 0 0 0 2em;
}

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

#content_left {
  width: 48%;
  float: left;
  z-index:1;
}


#content_right_top {
  width: 360px;
  padding: 5px;
  height:14px;
  background:#F2DEAF;
  border-bottom:#E9CA7D 6px solid;
  float: right;
  text-align:center;
  z-index:1;
}

#second_menu_container ul	{
	display:inline;
	margin-left:4px;

		}
		
#second_menu_container li {
	display:inline;
	margin-left:4px;
	padding:4px;
	
		}
#second_menu_container a	{
	font-size:0.9em;
}
		
#content_right_main	{
	width:364px;
	float:right;
	margin-top:14px;
	padding: 5px 5px 5px 0px;
	text-align:left;
	
	}


#container_footer {
clear:both;
float:left;
  width: 100%;
	 background: #DCDDDF;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; 
  height: 30px;
  z-index:1;
}

#foot {
  padding: 0 1em;
  line-height: 30px;
}

#bottom_bg	{
}


