html, body {
  font-family:Arial,Verdana,Geneva,Helvetica;
  text-align:center;
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;
  background-image:url(../images/landgasthaus-schwanen-gemuetlich-berau-main-background.gif);
}

#main {
  position:relative;
  margin:auto;
  width:900px;
  min-height:100%;
  background-image:url(../images/landgasthaus-schwanen-gemuetlich-berau-main-background-line.jpg);
  background-repeat:repeat-y;
}

#logo {
  position:absolute;
  top:38px;
  left:95px;
}

#borderMainPic {
  position:absolute;
  top:38px;
  right:13px;
}

#mainPic {
  position:absolute;
  top:46px;
  right:22px;
}

#mainShadowLeft {
  position:absolute;
  bottom:0px;
  left:-3px;
  width:3px;
  height:100%;
}

#mainShadowRight {
  position:absolute;
  bottom:0px;
  right:-3px;
  width:3px;
  height:100%;
}

.shadowLineDark {
  width:1px;
  height:100%;
  float:left;
  background-color:#6F3D00;
  filter:Alpha(opacity=50, finishopacity=50, style=3);
  opacity:0.50;
}

.shadowLineDarkMiddle {
  width:1px;
  height:100%;
  float:left;
  background-color:#8A4E00;
  filter:Alpha(opacity=35, finishopacity=35, style=3);
  opacity:0.35;
}

.shadowLineDarkLight {
  width:1px;
  height:100%;
  float:left;
  background-color:#9A5700;
  filter:Alpha(opacity=15, finishopacity=15, style=3);
  opacity:0.15;
}

#leftGrayLine {
  position:absolute;
  bottom:0px;
  left:2px;
  width:1px;
  height:100%;
  background-color:#333333;
  filter:Alpha(opacity=40, finishopacity=40, style=3);
  opacity:0.40;
}

#rightGrayLine {
  position:absolute;
  bottom:0px;
  right:2px;
  width:1px;
  height:100%;
  background-color:#333333;
  filter:Alpha(opacity=40, finishopacity=40, style=3);
  opacity:0.40;
}

#content {
  position:relative;
  width:900px;
  padding-top:20px;
  background-image:url(../images/landgasthaus-schwanen-gemuetlich-berau-content-background.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  min-height:500px;
  text-align:center;
}

#innercontent {
  position:relative;
  margin:auto;
  margin-bottom:20px;
  width:800px;
  min-height:614px;
  background-image:url(../images/landgasthaus-schwanen-gemuetlich-berau-innermain-background.jpg);
}

#innerBackgroundTop {
  position:absolute;
  top:-20px;
  left:0px;
}

#innerBackgroundTopMiddle {
  position:absolute;
  top:0px;
  left:0px;
}

#innerBackgroundBottomMiddle {
  position:absolute;
  bottom:0px;
  left:0px;
}

#innerBackgroundBottom {
  position:absolute;
  bottom:-20px;
  left:0px;
}

#mainTextColumn {
  position:relative;
  float:left;
  display:block;
  width:565px;
  text-align:left;
  color:#35332E;
  font-size:9pt;
}

#mainTextColumn h1{
  font-size:15pt;
  margin-left:50px;
  width:515px;
  margin-top:40px;
  margin-bottom:30px;
  font-weight:normal;
  color:#35332E;
  padding-bottom:7px;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:0px;
  border-bottom-width:1px;
  border-style:solid;
  border-color:#CCC6B7;
}

#mainTextColumn h2{
  font-size:10pt;
  margin-left:50px;
  text-decoration:underline;
}


#menueColumn {
  position:relative;
  top:-20px;
  float:left;
  display:block;
  margin-left:15px;
  width:205px;
  text-align:left;
  font-size:8pt;
  color:#CF0000;
}

#menueColumn h1 {
  margin:0px;
  padding:0px;
  font-size:8pt;
  font-weight:bold;
  color:#CF0000;
}

#menueColumn a {
  font-size:8pt;
  color:#CF0000;
}

#menueBackTop {
  position:absolute;
  top:0px;
  left:0px;
}

#menueBackBottom {
  position:absolute;
  bottom:-6px;
  left:0px;
}

#innerMenue {
  position:relative;
  margin-top:6px;
  margin-bottom:6px;
  width:205px;
  background-image:url(../images/landgasthaus-schwanen-gemuetlich-berau-menue-background.gif);
  background-repeat:repeat-y;
  padding-top:50px;
  padding-bottom:10px;
}

.subMenueDiv {
  margin-bottom:5px;
}


#footer {
  width:800px;
  margin:auto;
  text-align:left;
  padding-top:5px;
  padding-bottom:10px;
  color:#000000;
  font-size:8pt;
}

#footer a {
  text-decoration:none;
  color:#CF0000;
  font-size:8pt;
}