/* Linke erste Spalte*/
body {
	margin-top:0px;
	background-color:#fff;
	background-image:url(images/design/hg_webseite.jpg);
	background-repeat:repeat-x;
	top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

h1 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	margin-top:10px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#body_center {
	position:absolute;
	left:50%;
	margin-left: -465px;
	width: 950px;
	z-index: 1;

}
#header_top {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:203px;
	z-index:2;
	background-image:url(images/design/hg_schatten_green.jpg);
}
#header_bilder {
	position:absolute;
	left:0px;
	top:203px;
	width:922px;
	height:151px;
	z-index:3;
	padding-left: 14px;
	padding-right: 15px;
	background-image:url(images/design/hg_schatten.jpg);
}
.header_bilder_hg {
	background-color: #000;
	height: 150px;
	padding-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;	
}


#header_menue {
	position:absolute;
	left:0px;
	top:354px;
	width:922px;
	height:35px;
	z-index:4;
	background-image:url(images/design/hg_schatten_green.jpg);
	padding-left: 14px;
	padding-right: 15px;
}
.header_menue_hg {
	background-image:url(images/design/hg_menue_top.jpg);
	background-repeat:repeat-x;
	height: 35px;
	padding-top: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;	
	
}

#content_all {
	position:absolute;
	left:0px;
	top:388px;
	width:920px;
	height:375px;
	z-index:5;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(images/design/hg_schatten.jpg);	
}
#content_main {
	position:absolute;
	left:15px;
	top:0px;
	width:614px;
	height:360px;
	z-index:6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-image:url(images/design/wasserzeichen-lindenhof.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content_main_wide {
	position:absolute;
	left:15px;
	top:0px;
	width:915px;
	height:360px;
	z-index:6;
	background-image:url(images/design/wasserzeichen-lindenhof.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content_right {
	position:absolute;
	left:634px;
	top:0px;
	width:280px;
	height:360px;
	z-index:7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: auto;
}

#footer{
	position:absolute;
	color:#FFF;
	font-size:12px;
	left:0px;
	top:763px;
	width:922px;
	height:40px;
	z-index:5;
	background-image:url(images/design/footer_hg.jpg);
	padding-left: 14px;
	padding-right: 15px;
}
.footer_hg {
	background-image:url(images/design/hg_menue_top.jpg);
	background-repeat:repeat-x;
	height: 35px;
	padding-top: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;	
}
#filmbutton {
	position:absolute;
	left:936px;
	top:210px;
	width:160px;
	height:129px;
	z-index:10;
}

.menue_abstand_left{
	padding-left: 0px;
}

/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0px;padding:0px;}
li.maincat {padding:0px; margin: 0;}

 /*		##########Hauptkategorie ##########		*/
.maincat {
	list-style-type:none;
	margin: 0;
	padding: 0;
	height: 25px;
	
}
.maincat a {
	font-size: 12px;
	color:#fff;
	padding: 5px;
	display: block;
	text-decoration:none;
	font-weight:bold;
}
.maincat a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #36866B;
}


.maincat_aktiv a {
	font-size: 12px;
	color:#fff;
	padding: 5px;
	display: block;
	background-color: #36866B;
	text-decoration:none;
	font-weight:bold;
}


 /*		##########Hauptkategorie ##########		*/
.subcat {
	list-style-type:none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	height: 25px;
	
}
.subcat a {
	font-size: 11px;
	color:#fff;
	padding: 4px;
	display: block;
	background-color: #C33;
	text-decoration:none;
	font-weight:bold;
}
.subcat a:hover{
	background: #df6463; 
	color: #ffffff; 
	text-decoration: none;
}

.subcat_aktiv a {
	font-size: 11px;
	color:#fff;
	padding: 4px;
	display: block;
	background-color: #df6463;
	text-decoration:none;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

/* Halbtranszparenz für Bilder*/ 
 
DIV.galeriebild IMG {
   width:120px;
   border: solid;
   border-color:#fff;
   border-width:1px;
  /* margin: -2px;*/
   display:block;
   position: relative;
/*   top: -3px;
   left: -3px;*/
   -moz-opacity:0.75;
}
DIV.galeriebild:hover IMG {

   -moz-opacity:1;
} 
 
.graufueller
{
	background-color:#A4A4A4;
}

.titelleiste {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size-adjust:0.53;
	padding-top: 8px;

}
.bilderrahmen {
	border: 1px solid #666;
	text-align: center;
}
.speisekartentext {
	font-size: 14px;
}
.div_rahmen {
	border: 1px solid #666;
}
