/* General styles */
body {
 margin: 0;
 padding: 0;
 background: #ccc url(deutsch/index_img/bg.gif);
 font: 8pt/1.46 Verdana,Arial,Helvetica,sans-serif;
 color: #555555;
}

a:link img, a:visited img {
 border: none;
}

/* Content styles */
h1, h2 {
 font-size: 10pt;
 color: #fff;
 font-weight: bold; 
 background-color: #B4C2D0;
 padding: 5px 10px 4px 20px;
 border-top: 1px solid #999;
 border-bottom: 1px solid #999;
 margin: 0 0 1em 0;
}

p {
 margin: 0;
 padding: 0 10px 1em 20px;
}

:link, :visited {
 color: #FF335F;
 text-decoration: none;
}

ul, dl {
 list-style: none;
 margin: 0 0 0 20px;
 padding: 0;
}

li, dt {
 line-height: 26px;
 margin: 0;
 padding: 0;
}

li img, dt img {
 margin-right: 0.4em;
}

dt :link, dt :visited {
 color: #333333;
 text-decoration: underline;
}

dd {
 font-size: 7pt;
 color: #666;
 margin: 0;
 padding-bottom: 1em;
 padding-left: 20px;
}

.flashicon {
 padding: 2px 0 1px 20px;
 background: url(images/flash_icon.gif) no-repeat;
 line-height: 15px;
}

.zipicon {
 padding: 2px 0 1px 20px;
 background: url(images/zip_icon.gif) no-repeat;
 line-height: 15px;
}

.flashbanner, .teaser, .specification {
 margin: 1em 0;
 border-bottom: 1px solid #999;
}

/* For IE6/Win: auto-clearing thumbnails without <br> */

* html .flashbanner, * html .teaser, * html .specification { height: 1%; }
* html .flashbanner br, * html .teaser br, * html .specification br { display: none; }


/* Contentelement Flashbanner*/

.flashbanner {
 background-color: #889DB3;
}

.flashbanner .thumbnail {
  margin-top: 1px;
  float: right;
  margin-left: 10px;
}

.flashbanner br {
 clear: right;
}

.flashbanner object {
 margin: 0;
 padding: 0;
}

.flashbanner h1 {
 margin-bottom: 0px;
}


/* Contentelement Teaser*/

.teaser br {
 clear: right;
}

.thumbnail {
 float: right;
 width: 148px;
 border: 1px solid #999;
 border-right: none;
 margin: 0 0 -1px 10px;
}

.teasertext {
 margin-bottom: -1px;
 border-bottom: 1px solid #999;
 border-right: 1px solid #999;
}



/* Contentelement Produkt-Spezifikation*/

.specification br {

}

.specification .thumbnail {
 float: right;
 width: 148px;
 border: 1px solid #999;
 border-right: none;
 margin: 0 0 -1px 10px;
}

.specification .sptext {
 margin-right: 148px;
 margin-bottom: -1px;
 border-bottom: 1px solid #999;
 border-right: 1px solid #999;
}
/* Contentelement CAD */
#cadcontainer {
margin: 2px;
}
.cad {
width: 220px;
float: left;
height: 425px;
overflow: auto;
margin: 2px;
position: relative;
}

.cad h1, .cad h2 { 
padding: 4px;
margin: 8px 0 4px;}
.cad a {
text-decoration: none;
color: #999;}
.caddownload {
position: absolute;
width: 200px;
bottom: 2px;
margin-left: 8px;
}
.cad img {
	background: #FFFFFF;
	border: none;
	display: block;
}
.caddownload a img {
	background: none;
	display: inline;
}

