@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color:#ffffff;
	color:#58585a;
	font-size: 12px;
	font-family:Arial;
	text-align:center; /* horizontal centering for IE Win quirks */
}

img {border: 0px;}

a {color:#a32354; text-decoration:none;}

a:hover {color:#353535; text-decoration:none;}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	}
	
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	}
	
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	}
	
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	}
	
ul {
	margin: 0px 0px 0px 25px
}

#distance {
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-325px; /* half of container's height */
	float:left;
}
#intro {
	position:absolute; 
	top: 0px;
	left: 0px;
	z-index: 10;
	}
	
#intro-content {
	position:absolute; 
	top: 0px;
	left: 0px;
	z-index: 9;}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:652px;
	width:1002px;
	clear:left;
	background-color:#ffffff;
	background-image: url(../images/rahmen.jpg);
	background-repeat: no-repeat;
}

#container img{
	padding:2px;
}

#header {
	width: 1000px;
	height: 335px;
	position: relative;
	}
	
#header img{
	position: absolute; 
	z-index: 1;
	
	}
	
#top_navigation {
	background-image:url(../images/top_nav_bg.png);
	background-repeat:no-repeat;
	width: 940px;
	height: 39px;
	position: absolute;
	right: -2px;
	bottom: 50px;
	z-index: 10;
	padding-left: 60px;
	text-align: right;
	}
	
#top_navigation li{
		list-style-type:none;
		float:left;
		line-height: 39px;
		padding-right: 50px;	}

#top_navigation li a{
		text-decoration:none;
		color: #58585a;
		font-size: 13px;
	}
	
#top_navigation li a:hover{
		text-decoration:none;
		color: #b2b2b2;
		font-size: 13px;
	}
	
#top_navigation li a.active{
		text-decoration:none;
		color: #b2b2b2;
		font-size: 13px;
	}
	
#left_side {
	width: 330px;
	height: 315px;
	float:left;
	position:relative;
	line-height: 20px;
	}
	
#sub_navigation {
	width: 589px;
	height: 39px;
	position: absolute;
	left: 40px;
	bottom: 0px;
	z-index: 10;
	padding-left: 0px;
	}
	
#sub_navigation li{
		list-style-type:none;
		float:left;
		line-height: 39px;
		padding-right: 40px;	}

#sub_navigation li a{
		text-decoration:none;
		color: #58585a;
	}
	
#sub_navigation li a:hover{
		text-decoration:none;
		color: #b2b2b2;
	}
	
#sub_navigation li a.active{
		text-decoration:none;
		color: #b2b2b2;
}

.susantha {
	position:absolute;
	bottom: 60px;
	right: -47px;
	z-index: 1;
	width: 367px;
	height: 250px;
}

.susantha_bild {
	position:absolute;
	bottom: 23px;
	right: 45px;
	z-index: 1;
}
	
#content {
	width: 660px;
	height: 280px;
	float:left;
	line-height: 20px;
	position:relative;
	overflow:hidden;
	margin: 30px 0px 0px 0px;
	}
	
#content p{	
	padding: 0px 20px 0px 80px;
	}
	
	
#scrollLinks .up {	
	position:absolute; 
	z-index: 70; 
	right: 0px; 
	top: 0px;
	}
	
#scrollLinks .down {	
	position:absolute; 
	z-index: 70; 
	right: 0px; 
	bottom: 0px;
	}
	
#galerie_catering {
	float:right;
	margin-top: 30px;
	margin-right: 10px;
}

#galerie_homecooking {
	float:right;
	margin-top: 30px;
	margin-right: 10px;
}

#galerie_private_dinner {
	float:right;
	margin-top: 30px;
	margin-right: 10px;
}

#header_bild {display:none;}

#news {
	width: 290px;
	position:absolute;
	right: -5px;
	top: 100px;
	padding: 20px 30px 20px 20px;
	z-index: 11;
	background-image: url("../images/news_bg.png");
    background-repeat: repeat;
	display:none;
	
	}
	
#news h1 {
	font-size: 14px;
	line-height: 20px;}
