BODY {
  background: #555;
  margin:0 auto;
  color: #000;
  font-family: helvetica;
  font-size: 13px;
}
 
P {
  font-size: 13px;
}

#centermaker {
  margin:0 auto;
  width: 100%;
  text-align: center;
}


#container {
  margin:0 auto;
  oldwidth: 983px;
  width: 1003px;
  text-align: center;
}


#pagebg {
  background: url(/media/pagebg_1003.gif) top center repeat-y;
  float: left;
  min-height: 500px;
  padding-bottom: 20px;
}


#page {
  background: url(/media/logobar_1003.jpg) top center no-repeat;
  oldwidth: 983px;
  width: 1003px;
  margin:0 auto;
  text-align: left;
  float: left;
}

#topmenu {
  margin-top: 48;
  margin-left: 685px;
  width: 260px;
  height: 30px;
  font-size: 13px;
  text-align: right;
  color: #555;
}

#topmenu A {
  color: #555;
}

#menu, #main {
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

#menu {
  width: 260px;
  float: left;
}

#menubar {
 list-style: none;
  margin: 0; padding: 0;
  margin-top: 100px;
  margin-left: 13px;
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
}

#menubar LI { 
}

#menubar LI A {
  background: url(/media/rbs2_button.gif) top left no-repeat;
  color: #555;
  height: 35px;
  line-height: 35px;
  width: 225px;
  display: block;
}

#menubar LI A SPAN {
  margin-left: 27px;
}

UL.level2 {
  list-style: none;
  margin: 0; padding: 0;
  margin-left: 45px;
}

#menubar UL.level2 LI A {
  background: none;
  height: 20px;
  line-height: 20px;
  color: #555;
}

#menubar UL.level2 LI.active A {
  color: darkblue;
}

#menubar LI.active A {
  color: darkblue;
}

#menubar LI A:hover {
  top: 1px; left: 0px;
  position: relative;
}

#main {
  oldwidth: 720px;
  width: 715px;
  float: left;
}

#content {
  margin-top: 30px;
}

H2 {
  font-size: 20px;
  font-family: arial;
  height: 33px;
}

H2 .subtitle {
  display: block;
  font-size: 16px;
}

A {
  text-decoration: none;
}





DIV.map {
  border: 1px solid gray;
  position: relative;
  top: 10px;
  margin-bottom: 20px;
}

A.maparea {
  border: 1px solid yellow;
  display: block;
  position: absolute;
}

A.maparea:hover DIV {
  background-color: yellow;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}

A.maparea DIV {
  width: 100%;
  height: 100%;
}



A.mappoint {
  position: absolute;
}

A.mappoint DIV {
  background: url(/media/redpin.png); 
  width: 12px;
  height: 16px;
}

A.mappoint SPAN {
  display: none;
}

A.mappoint:hover SPAN {
  display: block;
  top: -10px;
  left: 10px;
  border: 1px solid yellow;
  position: relative;
  background-color: lightyellow;
  padding: 3px;
}

H3.haendler {
  margin-top: 15px;
  border-bottom: 1px solid #CCC;
  clear: both;
  margin-bottom: 8px;
}

DIV.haendler {
  float: left;
  width: 220px;
  font-size: 11px;
  margin-bottom: 15px;
}



/* SHOP DEFINITIONS *****************************/

TABLE.shoptable {
  width: 600px;
  border-collapse: collapse;
}

TABLE.shoptable TD.nomenu  {
  padding-top: 30px;
}

TABLE.shoptable td {
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #555;
  height: 100px;
  line-height: 100px;
}

TABLE.shoptable IMG {
  border: 1px solid #AAA;
  padding: 3px;
  background: white;
  vertical-align: middle;
  margin-top: 10px;
}

TABLE.shoptable TD.price {
  text-align: right;
}

TABLE.shoptable TD.image {
  width: 100px;
}


IMG.shop_img_large {
  float: right;
  padding: 4px;
  border: 1px solid #AAA;
  margin-left: 20px;
  background-color: white;
  height: 320px;
  width: 320px;
}

IMG.shop_img_small {
  padding: 4px;
  border: 1px solid #AAA;
  background-color: white;
  height: 64px;
  width: 64px;
}





/**** Main screen in shop **************/

H3 {
  margin: 0; padding: 0;
}

TABLE.shopmaintable {
  border-collapse: collapse;
  border: 1px solid #AAA;
  width: 100%;
  margin-top: 20px;
}

TABLE.shopmaintable TD {
  width: 250px;
  text-align: center;
  border: 1px solid #AAA;
  padding: 5px 0px;
  background-color: #EEE;
}


TABLE.shopmaintable TR.header TD {
  background-color: #DDD;
}


TABLE.shopmaintable TD IMG {
  width: 160px; height: 160px;
  border: 1px solid #AAA;
  padding: 4px;
  background-color: #FFF;
  display: inline;
}



LI.pdf {
  list-style: outside square;
  list-style-image:url(/forge/icons/pdf.gif);
  padding-left: 4px;
  margin: 0;
}





/* Login screen **********************************/


#loginbox {
  margin-left: 10px;
}

#loginbox INPUT.login {
   width: 200px;
   border: 1px inset #CCC;
   padding-left: 5px;
}

#loginbox INPUT.login:focus {
   background-color: #DEDEDE;
}

TABLE.loginscreen {
  border: 0;
  border-collapse: collapse;
  margin-top: 15px;
}

TD.signup, TD.login {
  width: 290px;
  padding: 10px;
  border: 0;
}

DIV.signup, DIV.login {
  border: 1px solid #DDD;
  width: 280px;
  height: 200px;
  padding: 10px 20px;
}

DIV.signup P {
    font-size: 11px;
}

#cart {
  float: right;
  height: 20px;
  margin-right: 40px;
}



DIV.newsembed {
  width: 225;
  margin-left: 13px;
  margin-top: 10px;
}

DIV.newsdetails SPAN {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}

DIV.newsdetails SPAN.intro {
  font-style: italic;
}

TABLE.roundnews {
  border-collapse: collapse;
  margin-top: 5px;
}

TABLE.roundnews TR.body TD {
  background: url(/media/rbs2_bg.png);
  padding: 4px;
  padding-left: 15px;
}

TABLE.roundnews TR.top TD {
  background: url(/media/rbs2_news.png);
  height: 27px;
}

TABLE.roundnews TR.bottom TD {
  background: url(/media/rbs2_bottom.png) bottom left no-repeat;
  height: 12px;
}

TABLE.roundnews SPAN.date {
  display: block;
  text-align: right;
  padding-top: 2px;
  padding-right: 8px;
}

SPAN.title {
  font-weight: bold;
}


/* Contact Table   */

TABLE.contact SELECT.short {
  width: 70px;
}

TABLE.contact {
  border-collapse: collapse;
  margin-top: 15px;
}

TABLE.contact TH {
  font-weight: normal;
  text-align: right;
  color: #555;
  vertical-align: top;
}

TABLE.contact TH:after {
  content: ":";
}

TABLE.contact TH.req {
  color: #a55;
}


TABLE.contact INPUT.text, TABLE.contact SELECT {
  border: 1px inset #CB27aa;
  margin-left: 15px;
  background-color: #FFF;
  display: block;
  width: 300px;
  height: 18px;
  font-family: sans;
  font-size: 11px;
}

TABLE.contact INPUT.amount {
  border: 1px inset #CB27aa;
  margin-left: 15px;
  background-color: #FFF;
  display: block;
  float: left;
  width: 60px;
  height: 18px;
  font-family: sans;
  font-size: 11px;
  text-align: right;
}

TABLE.contact INPUT.text:focus, TABLE.contact TEXTAREA:focus {
  background-color: #EFEFFF;
}

TABLE.contact TEXTAREA {
  border: 1px inset #CB27aa;
  margin-left: 15px;
  background-color: #FFF;
  display: block;
  width: 300px;
  height: 60px;
  font-family: sans;
  font-size: 11px;
}



OL.agb LI {
  margin-bottom: 17px;
}



DIV.newsbody {
  background-color: white;
  padding: 10px;
  border: 1px solid #CCC;
}


DIV.linkespalte {
  float: left;
}



DIV.vatnote {
  margin-top: 15px;
  font-size: 11px;
}


DIV.loginnote {
  color: #999;
  font-size: 11px;
  margin-top: 15px;
  width: 600px;
  padding-left: 20px;
  border-left: 3px solid #AAA;
}


