body {
  background:url(background.png) repeat-x;
  font-size: 10pt;
  font-family: Trebuchet MS,Arial,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

#frame {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 987px;
  padding: 0;
}

#header {
  margin:0;
  padding:0;
  width:920;
  height:154px;
}

#footer_comment {
  font-size:8pt;
  text-align:center;
}

#navi {
  background:url(navi_background.png) no-repeat;
  width:920px;
  height:61px;
  padding:0px;
  margin:0px;
  margin-top:-4px;
  padding-top:5px;
  margin-bottom:-5px;
  padding-left:20px;
}

#navlist {
  padding:0px;
  color:#ffffff;
  font-size:12pt;
}

#navlist li {
  display: inline;
  list-style-type: none;
  font-weight:bold;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  margin: 0px; 
  padding: 0px;
  text-align: center;  
}

* html #navlist li {  /* Korrektur fuer den IE 5 und 6 */
  margin-bottom: -0.4em;
}
*:first-child+html #navlist li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -0.1em;
}

#navlist li a img {
  border:none;
}

#navlist li ul {
  margin: 0; 
  padding: 0;
  margin-top:11px;
  position: absolute;
  border-top: 1px dashed #333333;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: #f2a85c;
  top: 20px; 
  left: 1px;
  display: none;  /* Unternavigation ausblenden */
}

#navlist li:hover ul {
  display: block;  /* Unternavigation in modernen Browsern einblenden */
}

#navlist li ul li {
  font-size: 8pt;
  float: none;
  display: block;
  margin-bottom: 0px;
  width: 150px;
  text-align: left;    
}

#navlist a, #navlist span {
  text-decoration: none;
  color: white;
  padding-bottom:11px;
}

.a_navi {
  text-decoration:none;
  color:#ffffff;
  padding-left:20px;
  padding-right:20px;
}

a#current {
  text-decoration:none;
  color:#123456;
}

#navlist a:hover {
  text-decoration:underline;
}

ul#SubNavigation {
  margin: 0; 
  padding: 0;
  text-align: left;
}

ul#SubNavigation li {
  list-style: none;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  margin: 0px; 
  padding: 0px;
  font-size: 9pt;
  text-align: center;
}
* html ul#SubNavigation li {  /* Korrektur fuer den IE 5 und 6 */
  margin-bottom: -0.4em;
}
*:first-child+html ul#SubNavigation li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -0.1em;
}

#SubNavigation li ul {
  margin: 0; 
  padding: 0;
  position: absolute;
  border: 1px solid #000000;
	background: #ffffff;
  top: 20px; 
  left: 1px;
  display: none;  /* Unternavigation ausblenden */
}

#SubNavigation li:hover ul {
  display: block;  /* Unternavigation in modernen Browsern einblenden */
}

#SubNavigation a:hover {
  color: white;
  background-attachment: fixed; 
  background-position: 100% 100%;
  font-size: 11px;
}

#SubNavigation a, #SubNavigation span {
  display: block;
  width: 134px;  /* Breite den in li enthaltenen Elementen zuweisen */
  padding: 2px 8px;
  text-decoration: none;
  color: maroon;
  font-size: 11px;
}

#search {
  margin-left:10px;
  margin-right:20px;
}

#left_col {
  height:100%;
  float:left;
  width:220px; /* 235 */
}

#right_col {
  width:645px; /* 630 */
  margin-left:222px; /* 237 */
  padding-left:10px;
}

#cont_title {
  border: 1px solid #000000;
  width:625px; /* 610 */
  height:78px;
  background:#B3D9EC;
}

#content_caption{
  margin:0;
  padding:0;
  padding-top:8px;
  padding-left:8px;
  padding-top:5px;
  font-size: 20pt;
  font-weight:normal;
}

#content_description{
  margin:0;
  padding:0;
  padding-left:8px;
  font-size: 10pt;
  font-weight:normal;
}

#titelgrafik {
  border:0;
}

ol {
  margin:0;
  padding:0;
  width:220px; /* 235 */
  border: 1px solid #F2A85D;
  list-style:none;
}
#subnavi li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left:5px;
}

#contfooter_frame {
  background:url(cont_background.png) repeat-y;
}

#content {  
  width:885px;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:20px;
  margin:0;
}

#footer {
  margin-bottom:-5px;
}

#footer_comment{
  background:#ffffff;
}

#designerprodukte {
  margin-top:20px;
  font-size:14pt;
}

#neuheiten {
  margin-top:15px;
}

a {
  text-decoration: none;
}

a#a_designerprodukte img {
  border:none;
}

a#a_neuheiten {
  font-size:22pt;
  color:#3BA841;
}

a.a_sub_navi {
  color: #000000;
}

a.a_sub_navi:hover {
  text-decoration: underline;
  color: #000000;
}
