h2 {
  font-family: crap;
  font-size: 36px;
  color: #766;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  margin-bottom: 25px;
}

h2.largetitle {
  font-size: 48px;
  height: 64px;
  line-height: 48px;
  display: block;
  margin-bottom: 0px;
}


h2.subtitle {
  font-size: 24px;
  padding-left: 150px;
  height: 38px;
  margin-bottom: 20px;
}


H2 LABEL {
   font-size: 18px;
   line-height: 18px;
   position: relative;
   top: 13px;
}


DIV.spalte {
  width: 33%;
  float: left;
  min-height: 50px;
}

DIV.spalten {
  float: left;
  width: 100%;
}

DIV.pagetext {
  width: 500px;
}


DIV.rightcolumn {
  border: 0px solid red;
  float: right;
  width: 240px;
}

DIV.aktuellbox {
  width: 236px;
  position: relative;
  left: 32px;
}

DIV.aktuellbox DIV.header {
  background: url(/localmedia/aktuell-top.gif) top left no-repeat;
  height: 10px;
  line-height: 10px;
  width: 236px;
}



DIV.aktuellbox DIV.body {
  background: url(/localmedia/aktuell-body.gif) top left repeat-y;
  height: auto !important;
  min-height: 100px;
  height: 100px;
  width: 236px;
}

DIV.aktuellbox DIV.body H3 {
  font-family: crap;
  font-size: 18px;
  color: #766;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  line-height: 20px;
  background: url(/localmedia/menulines.gif) center left repeat-x;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  font-weight: normal;
}

DIV.aktuellbox DIV.body DIV.padding {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 10px;

}

DIV.aktuellbox DIV.footer {
  background: url(/localmedia/aktuell-bottom.gif) top left no-repeat;
  height: 10px;
  width: 236px;
}


DIV.shopgallery {
  float: right;
  width: 300px;
  border: 0px solid red;
  text-align: left;
}

DIV.picture_large {
  text-align: center;
  border: 1px solid #EEE;
  width: 284px;
  margin-left: 5px;
  background-color: white;
}

DIV.picture_large IMG {
  width: 200px;
  float: none;
}

DIV.productlistitem {
  width: 180px;
  height: 160px;
  border: 1px solid #EEE;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  margin: 5px;
  text-align: center;
}

DIV.productlistitem DIV.icon {
  height: 110px;
  margin-top: 5px;
}

DIV.productlistitem DIV.icon IMG {
  border: 1px solid #555;
  width: 100px;
  height: 100px;
}


DIV.pricetag {
  background: url(/localmedia/pricetag.gif) top left no-repeat;
  height: 50px;
  width: 108px;
  text-align: center;
  font-family: mono,courier,monospace;
  font-weight: bold;
  font-size: 14px;
  padding-top: 8px;
  float: left;
  margin-right: 7px;
  margin-bottom: 3px;
}

DIV.pricetag DIV.curr {
  font-weight: normal;
  font-size: 9px;
}

DIV.shopdetails DIV.description {
   width: 350px;
}

DIV.shopdetails {
  width: 745px;
  height: auto;
  border: 0px solid red;
}

DIV.breadcrumbbar {
  border: 1px solid #888;
  padding: 3px;
  top: 160px;
  display: block;
  position: absolute;
  width: 745px;
}

.shopdetails .largetitle {
  margin-top: 30px;
}

.shopdetails .subtitle {
  margin-bottom: -30px;
}



DIV.separator {
  clear: left;
  border-bottom: 0px solid yellow;
  height: 1px;
}

DIV.featureicon {
  float: right;
  position: relative;
  left: 25px;
  border: 1px solid #666;
}

DIV.featureicon IMG {
  width: 100px; height: 100px;
}

/* page layout -------------------------------------------- */


html, body {
  margin:0 auto;
  padding:0;
  height: 100%;
}



body, #container {
  background:#121212 url(/localmedia/pagebg.gif) top center repeat-x;
  padding: 0;
  margin: 0;
}

#container {
  text-align: center;
}





#wrap {
  margin:0 auto;
  background: url(/localmedia/middlebg.jpg) top center repeat-y;
  padding: 0;
  width:1083px;
  text-align: left;
  position: relative;
}

#innerwrap {
  margin:0 auto;
  background: url(/localmedia/topbg.jpg) top center no-repeat;
  padding: 0;
  width:1083px;
  text-align: left;
}


#logobar {
  background: url(/localmedia/logo.jpg) top left repeat-y;
  width:1083px;
  height: 195px;
  border: 0px solid green;
}

#menubar {
  margin-left: 27px;
  float: left;
  width: 240px;
  height: 430px;
  min-height: 430px;
  margin-top: -30px;
}


#content {
  margin-right: 25px;
  height: auto !important;
  height: 430px;
  min-height: 430px;
  float: right;
  width: 781px;
  margin-top: -35px;
  border: 0px solid green;
}

#contentpadding {
  margin-left: 15px;
  margin-right: 15px;
  border: 0px solid yellow;
}

#footer {
  background: #121212 url(/localmedia/bottombg.jpg) top left no-repeat;
  color: #555;
  text-align: center;
  font-size: 9px;
  width:1083px;
  border: 0px solid green;
  clear: both;
  padding-top: 35px;
}



/* menu */

#menubar UL, #menubar UL LI {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menubar UL.level2 LI {
   margin-left: 23px;
}

#menubar UL.level2 LI.active {
  font-weight: bold;
}

UL.level1 LI A {
  display: block;
  font-family: crap;
  font-size: 18px;
  color: #766;
  text-transform: uppercase;
  height: 30px;
  line-height: 20px;
  margin-bottom: 4px;
  background: url(/localmedia/menulines.gif) center left repeat-x;
  padding-left: 20px;
}

UL.level1 LI.active A {
  color: #544;
}

UL.level1 LI A:hover {
  background: url(/localmedia/menulines_a.gif) center left repeat-x;
}

UL.level2 LI A {
  background: none;
  font-family: sans;
  text-transform: none;
  font-size: 11px;
  line-height: 13px;
  height: 13px;
}

UL.level2 LI A:hover {
  background: none;
  color: red;
}




