/*basics*/

@import url("/css/lightbox.css");

body  {
	font-size: 12px;
	font-family: Verdana, Arial;
	line-height: 17px;
	background-color: #FAEAAC;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#accesskeys {
position: absolute;
top: -400px; 
}

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	text-align: left;
	background-color: #fff;

	}
	
/* links */	

a, a:link, a:visited {
	color: #656565;
}

a:hover {
	color: #000;

}
address {
	font-size: 10px;
	font-style: normal;
	text-align: left; 
}
	
/* schriftformatierungen */

h1, .haupttitel {
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, Arial;
	border-left: 8px #fff600 solid;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
	padding: 2px 0px 3px 8px;
}


h2, h3 {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial;
	color: #000;
	font-weight: bold;
	padding: 0px;
margin-bottom: 0px;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
ul  {
	}
ol {
	}

p	{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 12px;
}
	
table  {
	font-size: 12px;
	font-family: Verdana, Arial;
	line-height: 17px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 }
th  {
	font-weight: bold;
	text-align: left;
	}
td  {
  	vertical-align: top;
  	}

img, a img {
border:none;
}


/* layout */

#shadow{
	background-image: url("/pictures/bg_shadow.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 840px;
}
#shadow_top{
	background-image: url("/pictures/bg_shadow_top.gif");
	margin: auto;
	width: 840px;
	height: 19px;
}

#main {
	background-image: url(/pictures/bg_main.gif);
	width: 804px;
	margin: auto;
}

#main-start {
	background-image: url(/pictures/bg_main_start.gif);
	width: 804px;
	margin: auto;
}

#header {
	background-position: top right;
	background-image: url(/pictures/pic_top.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 142px;
	text-align: center; 
}

#header-restaurant {
	background-position: top right;
	background-image: url(/pictures/pic_top_restaurant.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 142px;
	text-align: center; 
}


#header-start {
	background-position: top right;
	background-image: url(/pictures/pic_top_start.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 215px;
	text-align: center; 
}


#navi {
	float: left;
	width: 166px;
	text-align: left;
	font-weight: bold;
	line-height: 21px;
}

#content {
	margin: 15px 45px 10px 195px;
	text-align: left;
	min-height: 280px;
}

#content-start {
	margin: 15px 15px 10px 175px;
	text-align: left;
	min-height: 280px;
}



#footer {
	background-image: url(/pictures/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-size: 11px;
	height: 23px;
	padding: 0px 0px 2px 195px;
	border-bottom: 1px solid white; 
}

#footer-start {
	background-image: url(/pictures/bg_footer_start.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	font-size: 11px;
	height: 23px;
	padding: 0px 0px 2px 195px;
	border-bottom: 1px solid white; 
}

#shadow_bottom{
	background-image: url("/pictures/bg_shadow_bottom.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: auto;
	height: 18px;
}

.nav-bottom {
	float: left;
}

.invis {
	display: none; 
}
.break {
	clear: both;
}


/* dokumente */

a.pdf  {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf  {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls  {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps  {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip  {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
 a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}
#created {
font-size:11px;
color: #afa88e;
margin-top:-7px;
margin-left: 640px;
}
#created a {
color: #afa88e;
text-decoration:none;
}
#created a:hover {
color: #777468;
text-decoration:underline;
}
