/* ///////////////////////////////// GENERAL ///////////////////////////////// */

body, html {
  height: 100%;
}

body {
  background: #f2f2f2 url('../_img/bg_main.gif') top left repeat-y;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;  
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 14px;
  padding: 0px;
  margin: 5px 0px 30px 28px;
  text-transform: uppercase;
}

h2 {
  font-size: 12px;
  padding: 0px;
  margin: 0px 0px -10px 0px;
}

h3 {
  font-size: 12px;
  padding: 2px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #cc0000;
  background: #f2f2f2;
  display: block;
  width: 226px;
  height: 15px;
}


h4 {
  font-size: 11px;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

p {
  margin: 18px 0px 10px 0px;
}

a:link, a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #333333;
  text-decoration: none;
}

h3 a:link, a:visited {
text-decoration: none;
}

img {
  border: none;
}


/* ///////////////////////////////// CONTAINER ///////////////////////////////// */
#wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 982px;
  height: 100%;
}


/* ///////////////////////////////// BANNER ///////////////////////////////// */

#banner {
  float: left;
  width: 982px;
  height: 51px;
  background: transparent url('../_img/bg_banner.jpg') top left no-repeat;
}


/* ///////////////////////////////// HAUPTNAVIGATION ///////////////////////////////// */
 
#mainNav {
  clear: left;
  float: left;
  width: 214px;
  height: auto;
  padding-top: 88px;
  background: transparent url('../_img/bg_mainNav_01.jpg') top left no-repeat;  
}

.mainNavText {
  margin: 15px 10px 15px 20px;
  padding: 0px;
  font-size: 11px;
}

#navi {
  float: left;
  width: 214px;
  background-color: #FFFFFF;
}

#navi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navi li {
  margin-bottom: 4px;
}

#mainNav a:link, #mainNav a:visited {
  color: #333333;
  text-decoration: none;
}

#mainNav a:hover, #mainNav a:active, #mainNav a.active{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

#navi li strong {
  color: #cc0000;
}

#zeiten {
  clear: left;
  float: left;
  width: 214px;
  background: #f2f2f2 url('../_img/bg_mainNav_02.gif') top left no-repeat; 
}

#kontakt {
  clear: left;
  float: left;
  width: 214px;
  background: #e5e5e5 url('../_img/bg_mainNav_03.gif') top left no-repeat; 
}

#bottom {
  clear: left;
  float: left;
  width: 214px;
  background: #d9d9d9 url('../_img/bg_mainNav_04.gif') top left no-repeat; 
}


/* ///////////////////////////////// INHALT ///////////////////////////////// */

#content {
  float: left;
  height: auto;
  width: 535px;
}

.print {
  display: none;
}

#top {
  height: 50px;
  width: 535px;
  background: transparent url('../_img/bg_content_top.jpg') top left no-repeat;   
}

.contentText {	
  margin: 5px 28px 30px 28px;
  border-bottom: 1px dotted #888888;
  height: auto;
}

dl {
  margin: 0px;
}

dt {
  font-weight: bold;
  margin: 10px 0px 1px 0px;
}

dd {
  margin: 0px 0px 5px 10px;
}

dd.preis {
  text-align: right;
}

#mittagsmenue {
  float: left;
  width: 230px;
  
  margin: 0px 0px 30px 28px;
  border-bottom: 1px dotted #888888;
}

*html #mittagsmenue {
  margin: 0px 0px 15px 14px;
}

#mittagsmenue .info {
  font-size: 11px;
  display: block;
  margin-top: 30px;
}

#wochenangebot {
  float: right;
  width: 230px;
  
  margin: 0px 28px 30px 0px;
  border-bottom: 1px dotted #888888;
}

*html #wochenangebot {
  margin: 0px 14px 15px 0px;
}

.beschreibung {
  min-height: 45px;
}

*html .beschreibung {
	height: 45px;
}

/* ///////////////////////////////// SUBNAVIGATION ///////////////////////////////// */

#subNav {
  float: left;
  padding: 10px 0px 0px 20px;
}

.subNavText {
  margin: 0px;
  padding: 10px 0px 0px 2px;
  font-size: 11px;
}

.subNavText a:link, .subNavText a:visited {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

.subNavText a:hover, .subNavText a:active {
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}

#qualitaet {
  width: 200px;
  height: 220px;
  background: transparent url('../_img/bg_qualitaet.jpg') top left no-repeat;
}

#mittagstisch {
  width: 200px;
  height: 220px;
  background: transparent url('../_img/bg_mittagstisch.jpg') top left no-repeat;
}

#angebot {
  width: 200px;
  height: 220px;
  background: transparent url('../_img/bg_angebot.jpg') top left no-repeat;
}
