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



/* Body */
body,td,th {
	color: #FFFFFF;
}
body {
	
	background-position:top;
	background-attachment:scroll;
	background-color:#d7cfc2;
	background-image:url(images/backbroundrepeat.jpg);
	background-repeat:repeat-x;
	margin-left:0;
	margin-top:0;
}

/* Schriftstile */

.Stil1 {color: #2d2d2d}
h1 {
	font-size: 16px;
	color: #2d2d2d;
	text-decoration: underline;
}

h2 {
	font-size: 10px;
	color: #ffffff;
}
h3 {
	font-size: 14px;
	color: #2d2d2d;
}
	
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Stil3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2d2d2d; }
.Stil4 {font-family: Arial, Helvetica, sans-serif}
.Stil5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #2d2d2d; }
.Stil6 {font-size: 16px}
.Stil7 {font-size: 10px}
.Stil8 {
	color: #6e2213;
	font-weight: bold;
}
.Stil9 {color: #FFFFFF}

.Stil10 {
	color: #990000;
	font-weight: bold;
}

.Stil11 {color: #990000}


.Stil12 {
	color: #000000;
	font-weight: bold;
}
.Stil15 {font-size: 12px}
.Stil19 {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.Stil20 {color: #990000; font-weight: bold; font-style: italic; font-family: Arial, Helvetica, sans-serif; }


/* Container Content */

#main {
	width: 800px;
	height: auto;
	margin: 0 auto;
	
}

#head {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head02_bg.jpg);
	margin-top: 0px;
}


#head_home {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head_home_bg.jpg);
	margin-top: 0px;
}

#head_liveevents {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head02_bg.jpg);
	margin-top: 0px;
}

#head_ausstellungen {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head_austellungen_bg.jpg);
	margin-top: 0px;
}

#head_kueche {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head_kueche_bg.jpg);
	margin-top: 0px;
}

#head_mieten {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head_mieten_bg.jpg);
	margin-top: 0px;
}

#head_gallerie {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head02_bg.jpg);
	margin-top: 0px;
}

#head_kontakt {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background-image:url(images/head_kontakt_bg.jpg);
	margin-top: 0px;
}


#navi {
	width: 800px;
	height: 35px;
	padding: 0;
	background: none;
	
}


#content {
	width: 700px;
	height: auto;
	margin: auto;
	background-color: d7cfc2;
	margin-top: 10px;
	float:left;
	
}

#content_main {
	width: 799px;
	height: auto;
	margin: auto;
	background-color: d7cfc2;
	margin-top: 10px;
	float:left;
	
}

#content_innen_main {
	width: 799px;
	height: auto;
	margin: auto;
	background-color: d7cfc2;
	margin-top: 10px;
	float:left;
	
}

#content_innen {
	width: 545px;
	height: auto;
	margin: auto;
	background-color: d7cfc2;
	margin-top: 10px;
	float:left;
	
}

#content_kueche {
	width: 800px;
	height: auto;
	margin: auto;
	background-color: d7cfc2;
	margin-top: 10px;
	background-image:none;
	
	
}

#content_right {
	width: 250px;
	height: auto;
	margin: auto;

	background-color:#efeae6;
	margin-top: 10px;
	float:right;
	
}



#footerbg {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	float:right;
	background-image:url(images/footer_bg.jpg);
}


/* Navigation */

ul#simple-navi {
  list-style-type: none;
  width: 800px;
  float: left;
  font-family: Verdana ,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0 0 0;
  background-image:url(images/backbroundrepeat_navi.jpg);
     
}

ul#simple-navi li {
display:block;
  float:left;
  margin: 0 0 0 12px;
}
 
ul#simple-navi li a {
  display: block;
  padding: 5px 8px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

{
ul#simple-navi li.active a,
ul#simple-navi li a:hover, 


  background-color: #000;
  color: #ee0e0e;
}


