@charset "utf-8";
body  {
	margin: 0; 
	/* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; 
	/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #000014;
	background-image: url(web_images/background2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
.thrColFixHdr #container {
	width: 840px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF url(web_images/grey.gif) repeat-y right;
	margin: 10px auto 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	position: relative;
    } 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;
    } 
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
a:hover {
	color: #F3088B;
	text-decoration: underline;
}
a:link {
	color: #3333CC;
	}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	margin: 0px;
    }
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	position: static;
	margin: 0px;
	background-color: #DEDFE3;
    }
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
    } 
.thrColFixHdr #footer {
	padding: 0 0 5; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#999DAC;
	text-align: center;
	font-size: 90%;
	color: #333333;
    } 
.thrColFixHdr #footer p {
    margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    float: right;
    margin-left: 8px;
    }
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    float: left;
    margin-right: 8px;
    }
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    clear:both;
     height:0;
     font-size: 1px;
    line-height: 0px;
    }
.marken_footer {
	padding-bottom: 5px;
	padding-top: 5px;

}
.marken_footer h1 {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#mainContent h1 {
	color: #F3088B;
	padding-top: 22px;
	font: 160% Geneva, Arial, Helvetica, sans-serif;
}
.head {
	color: #F3088B;
	padding-top: 22px;
	font: 160% Geneva, Arial, Helvetica, sans-serif;
}
.logo {
	margin: 0px;
	padding: 0px;
	height: 131px;
}
.img_right {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar2 p {
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	margin: 3px 0px;
}
#sidebar2 h2 {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 4px;
	margin-bottom: 0px;
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
.product {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
	border-right: 1px solid #999DAC;
	height: 200px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.product_2 {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
	border-right: 1px solid #999DAC;
	height: 300px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* Navigation */
 #navcontainer {
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navcontainer li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#navcontainer a
{
	display: block;
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: #6D7790;
}

#navcontainer a:hover
{
	color: #000;
	background-color: #F3088B;
	text-decoration: none;
}

#navcontainer ul ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#navcontainer ul ul a
{
	display: block;
	width: 145px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background: #999DAC;
}

#navcontainer ul ul a:hover
{
	color: #000;
	background-color: #F3088B;
	text-decoration: none;
}
#SDV66_T {
	background: #FFFFFF;
	border: 5px solid #CCCCCC;
	position: absolute;
	width: 655px;
	left: 56px;
	top: 1119px;
}
.half {
	float: left;
	width: 250px;
	padding-right: 20px;
}
.download a {
	padding-left: 20px;
	background: url(web_images/pdf_icon.gif) no-repeat left top;
	padding-bottom: 30px;
}
#download a {
	padding-left: 20px;
	background: url(web_images/pdf_icon.gif) no-repeat left top;
	padding-bottom: 30px;
}
#download_xls a {
	padding-left: 20px;
	background: url(web_images/xls_icon.gif) no-repeat left top;
	padding-bottom: 30px;
}
#download, #box, #download_xls {
	background: #DEDFE3;
	border: 1px solid #999DAC;
	padding-left: 30px;
	padding-right: 30px;
}
#mainContent h3 {
	font-size: 14px;
	font-weight: bold;

}
#mainContent h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 5px;
}
#mainContent td p {
	padding-right: 25px;
	margin-top: 0px;
	padding-top: 0px;
	}
.zitat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000033;
	font-weight: bold;
}
.technik {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3088B;
	font-weight: bold;
	color: #F3088B;
	margin-bottom: 5px;
}
.product p {
	padding-top: 0px;
	margin-top: 0px;
}
#sidebar2 p {

}
.news {
	border-bottom: 1px solid #F3088B;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	clear: left;
	margin-bottom: 10px;
}

#mainContent h2 {
	font: bold 140% Geneva, Arial, Helvetica, sans-serif;
}
.news img {
	padding-right: 0px;
	clear: both;
}
.img_left {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news .img_right {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.table {
	background-color: #FFFFFF;
	width: 90%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.table td {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1CADB;
	border-right-color: #C1CADB;
	border-bottom-color: #C1CADB;
	border-left-color: #C1CADB;
}

.zitat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #F3088B;
	letter-spacing: 0.1em;
}
