@charset "utf-8";

* {
  margin:0;
  padding:0;
}

body {
  background:#fff url(../images/logo_gsh.gif) no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#666;
  font-size:11px;
  font-style:normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  margin-bottom:10px;
  padding-top:15px;
  color:#a9003b;
  font-style:normal
}

h2 {
  text-align:center;
}

h3, h4 {
  font-size:16px;
}

h4 {
  text-align:center;
}

h5, h6 {
  font-size:20px;
}

h6 {
  text-align:center;
}

em {
  font-style:normal;
}

table {
  border:none;
  margin:0;
}

table tr td {
  padding:3px 0;
  margin:0;
  border:none;
  font-weight:normal;
  font-style:normal
}

.ce_text, p, ul, li {
  margin:0;
  padding:0;
  font-style:normal
}

.ce_text img {
  margin: 6px 10px 6px 0;
  padding:1px;
  border:1px #ccc solid;
}

.ce_download {
  margin-bottom:5px;
}

.mod_article .pdf_link {
  margin-bottom:-10px;
  text-align:right;
}

img {
  border:0;
}

a {
  color:#a9003b;
  text-decoration:none  ;
}

a:hover {
  text-decoration:underline;
}

adress {

}


/* Head
-------------------------------------------------------------- */

#head {
  height:78px;
  margin-left:365px;
  padding:18px 0 0 1px;
  background:url(../images/head_bg.gif) repeat-x;
  font-size:10px;
}

#head ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#head ul li {
  float:left;
  display:inline;
}

#head ul li a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing:1px; 
  font-weight:normal;
  color:#666;
  text-decoration:none;
  background:url(../images/seperator.gif) right 0 no-repeat;
  padding-right:20px;
}

#head ul li.active {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing:1px; 
  font-weight:normal;
  color:#a9003b;
  text-decoration:none;
  background:url(../images/seperator.gif) right 0 no-repeat;
  padding-right:20px;
}

#head ul li a:hover {
  color:#a9003b;
  text-decoration:underline;
}

#head ul li.end a {
  background:none;
  padding-right:0;
}


/* Container
-------------------------------------------------------------- */

#container {
  margin-left:210px;
  background:url(../images/content_bg.gif) repeat-y;
}

#container:after {
  content:"."; 
  clear:both; 
  display:block; 
  height:0; 
  visibility:hidden;
}

/* ----------------------------------------------------------- 
  Holly-Hack als Lösung, falls beim #container keine Breite 
  oder Höhe definiert wurde, so wird der #container ausgeweitet, 
  bis die Inhalte eingeschlossen sind 
-------------------------------------------------------------- */
* html #container {
  height:1%;
}


/* Navigation
-------------------------------------------------------------- */

#container ul {
  float:left;
  list-style-type:none;
  padding:0;
  padding-bottom:10px;
  margin:0;
  margin-top:-2px;
  background:#fff;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:0.9em;
  letter-spacing:1px; 
  font-weight:normal;
}

#container ul li a  {
  display:block;
  border:1px #ccc solid;
  color:#666;
  margin-top:5px;
  text-indent:13px; 
  padding-top:1px;
  height:14px;
  width:140px;
  background:url(../images/btn_bg.gif) no-repeat;
  text-decoration:none;
  font-size:10px;
}

#container ul li p.active  {
  display:block;
  border:1px #a9003b solid;
  color:#fff;
  margin:0;
  margin-top:5px;
  text-indent:13px; 
  padding-top:1px;
  height:14px;
  width:140px;
  background:url(../images/btn_ov.gif) #a9003b no-repeat;
  text-decoration:none;
}


#container ul li a:hover {
  color:#fff;
  border:1px #a9003b solid;
  background:url(../images/btn_ov.gif) #a9003b no-repeat;
}


/* Subnavigation
-------------------------------------------------------------- */

#container ul li ul {
  float:none;
  margin:0;
  padding:0;
  display:none;
}

#container ul li ul li a {
  float:none;
  border:1px #fff solid;
  color:#666;
  height:14px;
}

#container ul li ul li a.active {
  background:#a9003b;
  border:1px #a9003b solid;
  color:#fff;
}

#container ul li.active ul {
  display:block;
}


/* Content
-------------------------------------------------------------- */

#content {
  width:380px;
  margin-left:12px;
  margin-bottom:10px;
  float:left;
}

#content p {
  margin-bottom:10px;
}


/* ----------------------------------------------------------- 
   Holly Hack gegen den Guillotine-Bug der Links mit 
   Hover-Effekten o.ä. für IE
-------------------------------------------------------------- */
* html #content {
  height:1%;
}

#content img {
  float:left;
}


/* Modules
-------------------------------------------------------------- */

#modules {
  margin:2px 0 0 545px;
  background:url(../images/bg_modules.gif) repeat-x;
}


/* Minicalendar
-------------------------------------------------------------- */

div.mod_minicalendar {
  width:250px;
  background:#fff;
  margin-left:-3px;
}

table.minicalendar {
  background:#fff;
  width:240px;
  border-collapse:collapse;
}

table.minicalendar a {
  color:#fff;
  text-decoration:none;
}

table.minicalendar tr th.previous {
  background:#a9003b;
  color:#fff;
  height:1.4em;
  border-right:1px #fff solid;
}

table.minicalendar tr th.current {
  background:#a9003b;
  color:#fff;
  height:1.4em;
}

table.minicalendar tr th.next {
  background:#a9003b;
  color:#fff;
  height:1.4em;
  border-left:1px #fff solid;
}

table.minicalendar tr th.label {
  height:1.4em;
}

table.minicalendar tr td {
  border:1px #ccc solid;
  text-align:center;
  height:1.4em;
}

table.minicalendar tr td.active {
  border:1px #ccc solid;
  text-align:center;
  height:1.4em;
  background:#a9003b;
}


/* Eventliste
-------------------------------------------------------------- */

div.mod_eventlist div.info {
  font-weight:bold;
  margin-bottom:5px;
}


/* Zufallsbild
-------------------------------------------------------------- */

div.image_container {
  margin-bottom:10px;
  margin-left:-3px;
  width:250px;
  background:#fff;
}

div.image_container img {
  width:238px;
  border:1px #ccc solid;
  background:#fff;
  padding:1px;
}


/* Speisekarte
-------------------------------------------------------------- */

#speisekarte table td {
  font-size:11px;
}

#speisekarte table td.col_0 {
  width: 320px;
  padding-right: 12px;
}

#speisekarte table td.col_1 {
  text-align: right;
  vertical-align: top;
  width: 45px;
} 

#salateHeadline,
#kaltevorspeisenHeadline,
#suppenHeadline,
#nudelgerichteHeadline,
#hausgemachtenudelgerichteHeadline,
#nudelgerichteueberbackenHeadline,
#gemuesegerichteueberbackenHeadline,
#fischgerichteHeadline,
#fleischgerichtevomrindHeadline,
#fleischgerichtevomkalbHeadline,
#fleischgerichtevomschweinHeadline,
#bratenHeadline,
#fleischgerichtevomlammHeadline,
#gefluegelgerichteHeadline,
#wildgerichteHeadline,
#dessertsHeadline {
  cursor: pointer;
  padding-top: 0px;
  margin-bottom: 5px;
  font-size: 11px;
  text-decoration: underline;
}

#kaltevorspeisenHeadline {
  padding-top: 15px;
}

#kaltevorspeisenContent,
#salateContent,
#suppenContent,
#nudelgerichteContent,
#hausgemachtenudelgerichteContent,
#nudelgerichteueberbackenContent,
#gemuesegerichteueberbackenContent,
#fischgerichteContent,
#fleischgerichtevomrindContent,
#fleischgerichtevomkalbContent,
#fleischgerichtevomschweinContent,
#bratenContent,
#fleischgerichtevomlammContent,
#gefluegelgerichteContent,
#wildgerichteContent,
#dessertsContent {
  margin-bottom: 15px;
}


/* Footer
-------------------------------------------------------------- */

#footer {
  border-top:1px #ccc solid;
  margin-top:12px;
  margin-left:210px;
  padding:5px 0 0 154px;
  clear:both;
  font-size:10px;
}

#footer ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#footer ul li {
  float:left;
  display:inline;
}

#footer ul li a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing:1px; 
  font-weight:normal;
  color:#666;
  text-decoration:none;
  background:url(../images/seperator.gif) right 0 no-repeat;
  padding-right:20px;
}

#footer ul li.active {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing:1px; 
  font-weight:normal;
  color:#a9003b;
  text-decoration:none;
  background:url(../images/seperator.gif) right 0 no-repeat;
  padding-right:20px;
}

#footer ul li a:hover {
  color:#a9003b;
  text-decoration:underline;
}

#footer ul li.end a {
  background:none;
  padding-right:0;
  padding-bottom:2px;
}

#footer ul li img {
  margin-right:5px;
}

#footer ul li.end a {
  background:none;
  padding-right:0;
}

#footer img.email {
  float:left; 
  margin:1px 4px 0 0;
}

#footer a.email {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing:1px; 
  font-weight:normal;
  color:#666;
  text-decoration:none;
  float:left;
  margin-left:3px;
}

#footer a:hover.email {
  color:#a9003b;
  text-decoration:underline;
}

#footer img.seperator {
  float:left;
  margin-left:4px;
} 


/* Kontaktdaten // Online-Reservierung
-------------------------------------------------------------- */

#onlineReservierung {
	position: absolute;
	left: 0;
	top: 220px;
	width: 200px;
	padding: 0 10px;
}