@charset "UTF-8";
/* CSS Document */

a{
	text-decoration: none;
	color: #9d9d9d;
}

a:hover{
	color: #000;
}

.link{
	font-weight: normal;
	font-style: normal;
}

.link:hover{
	border-bottom: 1px dotted #000000;	
	
}

#navcontainer ul
{
  position:absolute;
  height:236px; 
  width:150px;
  margin:-118px 0px 0px -375px;
  top: 50%; 
  left: 50%;
  list-style-type: none;
  text-align: left;
  text-indent: 1px;
  letter-spacing: 2px;
  overflow: no;
  font: normal 12px/22px Tahoma;
}

* html #navcontainer ul
{
  position:absolute;
  height:236px; 
  width:150px;
  margin:-118px 0px 0px -340px;
  top: 50%; 
  left: 50%;
  list-style-type: none;
  text-align: left;
  text-indent: 1px;
  letter-spacing: 3px;
  overflow: no;
}

#navcontainer ul li a
{
  	padding-left: 15px;
  	text-align: left;
	font: normal 12px/22px Tahoma;
  	text-decoration: none;
  	color: #999;
}

#navcontainer ul li a:hover
{
  color: black;
	text-transform: none;
}

#navcontainer ul li a#current
{
  color: #666;
}

.label{
	text-align: right;
	padding-top: 0px;
	font: bold 12px/22px Tahoma;
	border-bottom: 0px dotted #000000;
	letter-spacing: 2px;
}

#ueberschrift{
	font: normal 10px Tahoma;
}

.datum{
	font: normal 10px Tahoma;
}

#header {
  position:absolute;
  height:47px; 
  width:682px;
  margin:-220px 0px 0px -341px;
  top: 50%; 
  left: 50%;
  text-align: right;
  color: #ffffff;
  padding: 0px;
  background-color: #000000;
  overflow: no;
}

#inhalt {
  	position:absolute;
  	height:265px; 
  	width:500px;
  	margin:-150px 0px 0px -169px;
  	top: 50%; 
  	left: 50%;
  	text-align: left;
  	color: #000000;
  	padding-right: 10px;
  	overflow: auto;
  	background-color: #ffffff;
	font: normal 12px/22px Tahoma;
	letter-spacing: 1px;
}

#food_drinks {
	text-align: right;
	letter-spacing: 4px;
	line-height: 20px;
}

#links {
	text-align: right;
	letter-spacing: 4px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}

#footer {
  	position:absolute;
  	height:47px; 
  	width:682px;
  	margin:+145px 0px 0px -341px;
  	top: 50%; 
  	left: 50%;
  	text-align: right;
  	color: #9d9d9d;
  	padding-top: 15px;
  	border-top: 1px solid;
  	border-top-color: #000000;
  	background-color: #ffffff;
  	letter-spacing: 1px;
	font: normal 11px Tahoma;
  	vertical-align: middle;
  	overflow: no;
}

#catering_logo {
  position:absolute;
  height:40px; 
  width:200px;
  margin:+147px 0px 0px -345px;
  top: 50%; 
  left: 50%;
  text-align: left;
  overflow: no;
  border-bottom: 0px dotted #000000;	
}

#alles {
	font: normal 12px/22px Tahoma;
  	text-align: left;
}

#disclaimer{
	text-align: justify;
	overflow: no;
}

#ambiente{
	text-align: justify;
		font: normal 12px/22px Tahoma;
	letter-spacing: 1px;
	padding: 5px;
}

.floatleft1{
	float: left;
	width: 179px;
	height: 118px;
	margin-top: 15px;
	margin-right: 10px;
	background-image: url(../images/ambiente_1.jpg);
	border: 1px dotted #000;
}

.floatright{
	float: right;
	width: 138px;
	height: 187px;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url(../images/ambiente_2.jpg);
	border: 1px dotted #000;
}

.floatleft2{
	float: left;
	width: 179px;
	height: 117px;
	margin-top: 5px;
	margin-right: 10px;
	background-image: url(../images/ambiente_3.jpg);
	border: 1px dotted #000;
}

.email_eintrag{
	width: 200px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;	
}

.button{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;	
}