BODY {
  PADDING: 0px;
  FONT-SIZE: 11px; 
  MARGIN: 0px; 
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  COLOR: #333333;
  background-image: 
  url('/images/bg_2.png');
  background-repeat: repeat
  }

DIV.inside_frame {
  PADDING: 0px;
  PADDING-TOP: 0px;
  MARGIN: 0px; 
  background-image: 
  url('/images/pattern_neu.jpg');
  background-repeat: repeat-x;
  background-position: 
  top left; 
}

DIV.maxibanner {
  margin: auto;
  position: absolute;
  top: 10px;
  left: middle;
  width:100px;
  height:117px;
  border: 1px solid black;
}


DIV.logo_ie {
  position: relative;
  top: 0px;
  left: 0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo.png');
  width:280px;
  height:117px;
}

DIV.logo_other[class] {
  position: relative;
  top: 0px;
  left: 0px;
  background-image:url(images/logo.png);
  width:280px;
  height:117px;
}

DIV.footer_left_ie {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/footer_left.png');
  width:133px;
  height:100px;
}

DIV.footer_left_other[class] {
  background-image:url(images/footer_left.png);
  width:133px;
  height:100px;
}

DIV.footer_middle_ie {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/footer_middle.png');
  width:794px;
  height:100px;
}

DIV.footer_middle_other[class] {
  background-image:url(images/footer_middle.png);
  width:794px;
  height:100px;
}

DIV.footer_right_ie {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/footer_right.png');
  width:14px;
  height:100px;
}

DIV.footer_right_other[class] {
  background-image:url(images/footer_right.png);
  width:14px;
  height:100px;
}

.draggableElement {
  position: absolute;
}

#MessageBox {
  filter:alpha(opacity=90);
  -moz-opacity:0.90;
  background-color: #FFCCCC;
  position: absolute;
  top: 80px;
  left: 180px;
  width: 300px;
  height: 200px;
  border: 1px solid black;
  padding: 10px;
  color: #000000;
  z-index: 20;
}

#toolbar {
  width: 32px;
  height: 200px;
  background-color: #acacc5;
  border: 1px solid black;
  position: absolute;  
  Left: -180px;
  Top: 30px;
  z-index: 2;
}

#DetailsCard {
  width: 300px;
  height: 230px;
  background-color: #e6f0f3;
  border: 1px solid black;
  position: absolute;  
  Left: 0px;
  Top: 0px;
  z-index: 3;
  padding: 6px;
  color: #000000;
  display: none;
}

#Setzkasten {
  filter:alpha(opacity=90);
  -moz-opacity:0.90;
  width: 250px;
  height: 440px;
  background-color: #eeeeee;
  border: 1px solid black;
  position: absolute;  
  Left: 16px;
  Top: 121px;
  z-index: 3;
  padding: 6px;
  color: #000000;
  display: none;
}

#counter {
  background-color: #cccccc;
  border: 1px solid white;
}

A:link {
  color: #333333; 
  text-decoration: none;
}

A:visited {
  color: #333333; 
  text-decoration: none;
}

A:active {
  color: #000000; 
  text-decoration: underline;
  }

A:hover {
  color: #000000; 
  text-decoration: none; 
}

FONT.hinweis {
  color: #cc0000;
  line-height: 16px;
  font-style: oblique; 
}

FONT.werbetext {
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-size: 16px;
  color: #cc0000;
  line-height: 16px;
  font-style: oblique; 
}

TABLE.form {
  width: 100%;
  border: 1px dotted silver;
  padding: 6px;
}

DIV.content_frame {
  position: relative; 
  top:0px; 
  left:0px; 
  z-index: 1;
}

DIV.info_box {
  background-color: #e6f0f3;
  border: 1px dotted #c4d4dd;;
  padding: 6px;
}

DIV.scale_image {
  position: relative; 
  top:0px; 
  left:0px; 
  z-index: 1;
  border: 1px solid black;
  width: 400px;
  height: 400px;
  background-color: #cccccc;
  text-align: center;
  vertical-align: middle;
}

DIV.scale_frame {
  filter:alpha(opacity=50);
  -moz-opacity:0.50;
  position: absolute;
  top: 125;
  left: 100;
  width: 200px;
  height: 150px;
  background-color: #000000;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  border: 3px solid red;
}

TD {
  FONT-SIZE: 11px; 
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  COLOR: #333333;
}

TD.form_caption {
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-style: oblique; 
  font-size: 11px;
  width: 160px;
  background-color: #eeeeee;
  padding: 4px;
  vertical-align: top;
}

TD.box_caption {
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-size: 12px;
  vertical-align: center;
  text-align: center;
  height: 22px;
  background-image: 
  url('/images/box/box_caption.png');
  background-repeat: no-repeat
  }

TD.box_body {
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-size: 10px;
  vertical-align: top;
  text-align: center;
  line-height: 16px;
  background-image: 
  url('/images/box/box_bg.png');
  background-repeat: repeat;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 4px;
  padding-right: 4px;
  }

TD.box_footer {
  height: 32px;
  background-image: 
  url('/images/box/box_footer.png');
  background-repeat: no-repeat
  }


TD.MessageHeader {
  color: #000000;
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-weight: bold; 
  font-size: 13px;
}

TD.MessageText {
  color: #000000;
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-weight: normal; 
  font-size: 11px;
}

TD.mp_header {
  background-color: #dddddd;
  padding: 4px;
  vertical-align: top;
  width: 100%;
  border: 1px dotted gray;
  font-weight: bold;
  text-align: center;
}

TD.mp_caption {
  background-color: #c4d4dd;
  padding: 4px;
  vertical-align: top;
  width: 30%;
}

TD.mp_text {
  background-color: #e6f0f3;
  padding: 4px;
  vertical-align: top;
  line-height: 16px;
  width: 70%;
}

TD.form_input {
  background-color: #eeeeee;
  padding: 4px;
  vertical-align: top;
}


TD.form_submit {
  height: 50px;
  background-color: #eeeeee;
  padding: 4px;
  vertical-align: center;
  text-align: center;
}

TD.form_error {
  color: #666666;
  line-height: 16px;
  border: 1px dotted red;
  height: 100px;
  background-color: #eeeeee;
  padding: 4px;
  vertical-align: center;
  text-align: left;
}

TD.browser_active {
  background-color: #f6f9fa;
  border: 1px solid #c4d4dd; 
  padding: 4px;
  font-weight: bold;
}

TD.browser_inactive {
  background-color: #e6f0f3;
  border: 1px solid #c4d4dd;
  padding: 4px;
}

TD.modell_tab_1 {
  background-color: #f6f9fa;
  border-top: 1px solid #c4d4dd;
  border-left: 1px solid #c4d4dd;
  border-right: 1px solid #c4d4dd;
  padding: 4px;
  text-align: center;
  color: #666666;
  height: 20px;
}

TD.modell_tab_2:hover {
  background-color: #c4d4dd;
  color: #000000;
}

TD.modell_tab_2 {
  background-color: #e6f0f3;
  border: 1px solid #c4d4dd;
  padding: 4px;
  text-align: center;
  color: #666666;
  height: 20px;
}

TD.modell_tab_space {
  border-bottom: 1px solid #c4d4dd;
  width: 120px;
}

TD.modell_content {
  border-bottom: 1px solid #c4d4dd;
  border-left: 1px solid #c4d4dd;
  border-right: 1px solid #c4d4dd;
  background-color: #f6f9fa;
  padding: 10px;
}

TD.postfach_navi {
  border-bottom: 1px solid #c4d4dd;
  border-top: 1px solid #c4d4dd;
  border-left: 1px solid #c4d4dd;
  background-color: #f3f3f3;
  padding: 4px;
  width: 120px;
  vertical-align: top;
}

TD.postfach_navi_point {
  background-color: #e6f0f3;
  padding: 4px;
  width: 110px;
  border: 1px solid white;
}

TD.postfach_navi_point:hover {
  background-color: #c4d4dd;
}

TD.postfach_content {
  border: 1px solid #c4d4dd;
  background-color: #f6f9fa;
  vertical-align: top;
  height: 500px;
}

TR.row_1 {
  background-color: #eeeeee; 
}

TR.row_2 {
  background-color: #e6f0f3; 
}

TD.news_date {
  background-color: #c4d4dd;
  vertical-align: top;
  padding: 3px;
  font-weight: bold;
}

TD.news_headline {
  background-color: #f6f9fa;
  vertical-align: top;
  padding: 3px;
  border: 1px solid #c4d4dd;
}

INPUT.login {
  width: 100px;
  height: 20px;
  border: 1px solid black;
  padding: 2px;
}

INPUT.login:focus {
  background-color: #f2f9ff;
}

INPUT.form {
  width: 175px;
  border: 1px solid black;
}

INPUT.form:focus {
  background-color: #f2f9ff;
}

TEXTAREA.form {
  width: 300px;
  border: 1px solid black;
}

TEXTAREA.form:focus {
  background-color: #f2f9ff;
}

SELECT.form {
  width: 175px;
  border: 1px solid black;
}

SELECT.form:focus {
  background-color: #f2f9ff;
}

TD.start_box {
  width: 50%;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 6px;
  vertical-align: top;
  FONT-WEIGHT: normal; 
  FONT-SIZE: 11px; 
  MARGIN: 10px; 
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  Line-height: 16px;
}

TD.start_box:hover {
  background-color: #f8f8f8;
}

TD.showroom_box {
  border: 1px solid #c4d4dd;
  background-color: #e6f0f3;
  padding: 8px;
  line-height: 16px;
  vertical-align: top;
}

TD.showroom_box:hover {
  background-color: #f8f8f8;
}

TD.showroom_modell {
  background-color: #e6f0f3;
  padding: 4px;
  line-height: 12px;
  vertical-align: top;
}

TD.showroom_modell:hover {
  background-color: #eeeeee;
}

TD.content_box {
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 6px;
  vertical-align: top;
  FONT-WEIGHT: normal; 
  FONT-SIZE: 11px; 
  MARGIN: 10px; 
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  Line-height: 16px;
}

TD.nav_top {
  width: 120px;
  height: 20px;
  background-image: url(images/nav_top.gif);
  padding-left: 8px;
  color: #ffffff;
  font-weight: bold;
}

TD.nav_top_right {
  width: 170px;
  height: 20px;
  background-image: url(images/nav_top_right.gif);
  padding-right: 8px;
  text-align: right;
  color: #ffffff;
  font-weight: bold;
}

TD.ebay_suche_1 {
  background-color: #c4d4dd;
  vertical-align: top;
}

TD.ebay_suche_2 {
  background-color: #dddddd;
  vertical-align: top;
}

TD.ebay_suche_3 {
  background-color: #ffff99;
  vertical-align: top;
}

TD.nav_sep {
  width: 133px;
  height: 2px;
  background-image: url(images/menu_sep.png);
}

TD.vip_nav_sep {
  width: 133px;
  height: 2px;
  background-image: url(images/vip_menu_sep.png);
}

TD.user_nav_sep {
  width: 133px;
  height: 2px;
  background-image: url(images/user_menu_sep.png);
}

TD.nav_back {
  FONT-SIZE: 10px; 
  width: 120px;
  background-image: url(images/nav_back.gif);
  padding: 4px;
}

TD.nav_point {
  FONT-SIZE: 10px; 
  width: 133px;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
  background-image: url(images/nav_point_blank.png);
}

A.nav_point:hover {
  color: #eeeeee;
}

TD.vip_nav_point {
  FONT-SIZE: 10px;
  width: 133px;
  height: 18px;
  line-height: 18px;
  padding-left: 26px;
  background-image: url(images/vip_nav_point_blank.png);
}

A.vip_nav_point:hover {
  color: #eeeeee;
}

TD.user_nav_point {
  FONT-SIZE: 10px; 
  width: 133px;
  height: 18px;
  line-height: 18px;
  padding-left: 26px;
  background-image: url(images/user_nav_point_blank.png);
}

A.user_nav_point:hover {
  color: #eeeeee;
}

.menu_text {
  FONT-WEIGHT: normal;
  line-height: 16px; 
  FONT-SIZE: 11px; 
  COLOR: #6b9dab; 
  FONT-FAMILY: Verdana, sans-serif
}

.menu_text A:link {
  COLOR: #6b9dab; 
  BACKGROUND-COLOR: transparent; 
  TEXT-DECORATION: none 
}

.menu_text A:visited {
  COLOR: #6b9dab; 
  BACKGROUND-COLOR: transparent; 
  TEXT-DECORATION: none
}

.menu_text A:hover {
  COLOR: #000000; 
  BACKGROUND-COLOR: transparent; 
  TEXT-DECORATION: none;
}

.menu_text A:active {
  COLOR: #000000; 
  BACKGROUND-COLOR: transparent; 
  TEXT-DECORATION: underline
}

.rating {
  FONT-WEIGHT: bold;
  line-height: 12px; 
  FONT-SIZE: 10px; 
  COLOR: #000000; 
  FONT-FAMILY: Verdana, sans-serif
}

.high_rating {
  FONT-WEIGHT: bold;
  line-height: 12px; 
  FONT-SIZE: 10px; 
  COLOR: #009900; 
  FONT-FAMILY: Verdana, sans-serif
}

.low_rating {
  FONT-WEIGHT: bold;
  line-height: 12px; 
  FONT-SIZE: 10px; 
  COLOR: #990000; 
  FONT-FAMILY: Verdana, sans-serif
}

H1 {
  FONT-FAMILY: Arial, Verdana, Tahoma, Verdana, sans-serif; 
  font-size: 18px; 
  font-style: bold; 
  line-height: 18px; 
  font-weight: bold; 
  font-variant: normal; 
  color: #000033; 
}

H2 {
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-size: 18px; 
  font-style: oblique; 
  line-height: 20px; 
  font-weight: normal;
  font-variant: small-caps; 
  color: #488B9E; 
}

H3 {
  FONT-FAMILY: Arial, Tahoma, Verdana, sans-serif; 
  font-size: 14px; 
  font-style: normal; 
  line-height: 14px; 
  font-weight: normal;
  font-variant: small-caps; 
  color: #488B9E; 
}

TEXTAREA {
  PADDING: 1px; 
  FONT-WEIGHT: normal; 
  FONT-SIZE: 10px; 
  TEXT-INDENT: 2px; 
  FONT-FAMILY: Verdana,sans serif;
}

TEXTAREA.feld {
  width: 350px; 
  /*width: 280px; */
  PADDING: 1px; 
}

SELECT {
  PADDING: 1px; 
  FONT-WEIGHT: normal; 
  FONT-SIZE: 10px; 
  FONT-FAMILY: Verdana,sans serif; 
  width: 100px;
}

INPUT {
  PADDING: 1px; 
  FONT-WEIGHT: normal; 
  FONT-SIZE: 10px; 
  FONT-FAMILY: Verdana,sans serif; 
  width: 90px;
}


.checkbox {
  FONT-SIZE: 10px; 
  FONT-FAMILY: Verdana,sans serif;
}

INPUT.feld {
  width: 280px; 
  PADDING: 1px; 
  FONT-WEIGHT: normal; 
  FONT-SIZE: 9px; 
  FONT-FAMILY: Arial,Verdana,sans serif;
}

.button {
  width: 150px; 
  height: 20px; 
  PADDING: 1px; 
  FONT-SIZE: 10px; 
  COLOR: #333333; 
  FONT-FAMILY: Verdana,sans serif; 
  BACKGROUND-COLOR: #CFCECE
}

.button_format {
  border:           1px solid black;
  background-color: #FFFFFF;
  width:            25px;
}

#header {
  background-color: #ffffff;
  background-image:url(images/logo.png); 
  background-position:16px 0px; 
  background-repeat:no-repeat;
  border-left: solid;
  border-right: solid;
  border-top: solid;
  border-color: #000000;
  border-width: 1px;
  Padding: 0;
  height: 100px;
  vertical-align: middle;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px; 
  font-style: bold; 
  line-height: 12px; 
  font-variant: normal; 
  color: #000000; 
}

#content {
  background-color: #ffffff; 
  Padding: 6;
  padding-right: 18px;
  height: 500px;
  vertical-align: top;
}


#menu_left {
  Padding: 0;
  width: 133px;
  vertical-align: top;
}

#menu_right {
  background-color: #ffffff; 
  Padding: 0;
  width: 182px;
  vertical-align: top;
}

#box {
  background-color: #bdffbd; 
  border: solid;
  border-color: #000000;
  border-left-width: 1px;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  Padding: 6;
  width: 550px;
  height: 400px;
  vertical-align: top;
}

#vic {
  background-color: #000000; 
  border: solid;
  border-color: #FFFFFF;
  border-width: 1px;
  Padding: 6;
  width: 106px;
  height: 20px;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 12px; 
  font-family: Tahoma, Verdana, sans-serif; 
  font-weight: bold; 
}

.tr_liste_header {
  background-color: #333333; 
  width: 400px;
}

.tr_liste_1 {
  background-color: #CCFFFF; 
  width: 400px;
}

.tr_liste_2 {
  background-color: #FFFFCC; 
  width: 400px;
}

.td_liste_header {
  Padding: 2;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

.td_liste {
  Padding: 2;
  font-size: 10px;
}

.register_tab_1 {
  background-image: url(images/top_navi_selected.png);
  font-size: 10px; 
  font-family: Tahoma, Verdana, sans-serif; 
  font-weight: bold; 
  vertical-align: top;
  width: 125px;
  height: 38px;
  text-align: center;
  padding-top: 7px;
}

td.register_tab_2 {
  background-image: url(images/top_navi_unselected.png);
  font-size: 10px; 
  font-family: Tahoma, Verdana, sans-serif; 
  font-weight: bold; 
  vertical-align: top;
  width: 125px;
  height: 38px;
  text-align: center;
  padding-top: 7px;
}

td.register_tab_2:hover {
  background-image: url(images/top_navi_selected.png);
}

td.register_tab_3 {
  background-image: url(images/top_navi_unselected.png);
  font-size: 10px; 
  font-family: Tahoma, Verdana, sans-serif; 
  font-weight: bold; 
  vertical-align: top;
  width: 125px;
  height: 38px;
  text-align: center;
  padding-top: 7px;
  color: #488B9E;
}

.register_tab_space {
  background-image: url(images/top_navi_spacer.png);
  Padding: 0;
  width: 4px;
}

.register_tab_left_space {
  Padding: 0;
  border: solid;
  border-color: #000000;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  width: 40px;
}

.register_tab_right_space {
  Padding: 0;
  border: solid;
  border-color: #000000;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}

/* Rahmen Tabellen */
.frame {
  border-spacing:0px;
  margin: 0px;
  padding: 0px;
  width: 870px;
  border: 0px;
}

/* Suche Tabelle */
.suche {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 4px;
  width: 100%;
  border: solid;
  border-color: #000000;
  border-width: 1px;
}

/* Login Tabelle */
.login {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 4px;
  width: 100px;
  border: solid;
  border-color: #000000;
  border-width: 1px;
}

/* Info Tabelle */
.info {
  font-size: 10px; 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: normal; 
  color: #FFFFFF;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 4px;
  width: 100%;
  border: solid;
  border-color: #000000;
  border-width: 1px;
}

/* News Tabelle */
.news {
  font-size: 10px; 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: normal; 
  color: #FFFFFF;
  background-color: #EEEEEE;
  margin: 0px;
  padding: 4px;
  width: 100%;
  border: solid;
  border-color: #000000;
  border-width: 1px;
}

/* SCharts Tabelle */
.scharts {
  font-size: 10px; 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: normal; 
  color: #FFFFFF;
  background-color: #EEEEEE;
  margin: 0px;
  padding: 4px;
  width: 100%;
  border: solid;
  border-color: #000000;
  border-width: 1px;
}

/* Topseller Tabelle */
.topseller {
  font-size: 14px; 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: bold; 
  background-color: #FFFFFF;
  color: #FFFFFF;
  margin: 0px;
  padding: 4px;
  width: 100%;
  border: solid;
  border-color: #000000;
  border-width: 1px;
}