@charset "UTF-8";
html {
	height:100%;
	margin-bottom:1px;
}
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: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3C5470;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 972px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 102px;
}
.twoColFixLtHdr #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. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* 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: #D5E3F2; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding:0;
	margin:0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 7px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:740px;
	float:left;
	line-height:135%;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
}
.twoColFixLtHdr #footer a {
	color:white;
}
.twoColFixLtHdr #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. */
	color: #FFF;
	text-align: center;
}
.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;
}
#wrapper {
	background: url(../images/bg_wrapper.png) repeat-y;
	padding: 0 12px;
	width:948px;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 73px;
	background-image: url(../images/bg_h1.jpg);
	margin: 0 0 6px 0;
	height: 73px;
	font-weight: normal;
	color: #6699CC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent h1 span.trans {
	color:white;
}
.twoColFixLtHdr #sidebar1 ul.nav, .twoColFixLtHdr #sidebar1 ul.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.twoColFixLtHdr #sidebar1 ul.nav li {
	margin:0;
	padding:7px 0px;
	height:auto;
	border-bottom: solid white 1px;
	color:#054793
}
.twoColFixLtHdr #sidebar1 ul.nav li ul li {
	margin:0;
	padding:3px 0px;
	height:auto;
	border-bottom: solid white 1px;
	color:#054793;
	background:#C1D8E6;
}
.twoColFixLtHdr #sidebar1 ul.nav li.last, .twoColFixLtHdr #sidebar1 ul.nav li.active ul li.last {
	border-bottom: none;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active {
	background:#FF3300;
	color:white;
	line-height:25px;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #sidebar1 ul.nav.user li.active {
	background:none;
	color:white;
	line-height:25px;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li.active {
	background:#fff;
	line-height:25px;
	padding: 3px 0
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li.active a {
	color:black;
	font-weight:normal;
}
.twoColFixLtHdr #sidebar1 ul.nav li a {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#054793;
	text-decoration:none;
	background:url(../images/arrow.png) no-repeat;
	padding-left:20px;
}
.twoColFixLtHdr #sidebar1 ul.nav li ul li a, .twoColFixLtHdr #sidebar1 ul.nav li.active ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C5470;
	text-decoration:none;
	background:url(../images/arrow.png) no-repeat left 2px;
	padding-left:20px;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active a {
	background:url(../images/arrow_white.png) no-repeat left 2px;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li a {
	background-position:left -4px;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li.active a {
	background:url(../images/arrow_red.png) no-repeat left -4px;
}
.twoColFixLtHdr #sidebar1 ul.nav li .menuDescription {
	font-size:11px;
	padding:3px 5px 0 20px;
	display:none;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active .menuDescription {
	display:none;
	line-height:100%;
}
#wrapper_top {
	background-image: url(../images/bg_wrapper_top.png);
	background-repeat:no-repeat;
	height: 14px;
	width: 972px;
}
#wrapper_bottom {
	background-image: url(../images/bg_wrapper_bottom.png);
	background-repeat:no-repeat;
	height: 14px;
	width: 972px;
}
#sidebar1 .category {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #3C5470;
	display: block;
	height: 24px;
	padding-left: 12px;
	font-weight:normal;
	margin:0;
}
/* Menu*/

/* remove the bullets, padding and margins from the lists */


.menu ul {
	list-style-type:none;
	padding:0 0px;
	margin:0;
	float:right;
	top:87px;
	position:relative;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float:left;
	position:relative;
	z-index:100;
	width:86px;
	line-height:22px;
}
.menu li li {
	float:left;
	position:relative;
	z-index:100;
	background:white;
	width:88px;
	line-height:25px;
}
.menu li li a:hover {
	background:#3c5470;
	color:white;
}
/* use the table to position the dropdown list */
.menu table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:125px;
}
/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:11px;
	padding:0px 4px;
	color:#000;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
}
/* style the links hover */
.menu :hover {
	color:#444;
}
/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:20px;
	border:1px solid #D6E4F2;
	background:white;
	width:88px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
li.basket {
	width:110px
}
li.basket a {
	background:url(../images/basket.jpg) no-repeat;
	width:110px;
}
li.contact {
	width:60px;
}
li.language a {
	background:url(../images/arrow_down.jpg) right 3px no-repeat;
	width:75px;
}
li.language li a {
	background:none;
	width:80px
}
.campaign * {
	padding:0;
	margin:0;
}
.campaign {
	border: 1px solid #D6E4F2;
	height: 220px;
	width: 364px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	margin-bottom:6px;
}
.campaign.right {
	margin-left:6px;
	float:left;
}
.campaign .campaign_description {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.campaign h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #063F84;
}
.campaign h2 span {
	color: #6699CC;
}
.campaign .readmore {
	color:#094794;
	background:url(../images/arrow.png) left -4px no-repeat;
	padding-left:20px;
}
.campaign .blue {
	background:#D6E4F2
}
.mandatory, .warning {
	font-weight:bold;
	background: url(../img/asterix.png) right top no-repeat
}
span.mandatory, span.warning {
	padding-right:10px;
}
.product_preview {
	width:348px;
	float:left;
	padding:10px 0;
	margin-right:5px;
	margin-bottom:5px;
}
#mainContent a {
	color:#69c;
	font-weight:bold;
	text-decoration:none;
}
h3 {
	clear:both;
	background:#DCE5F1;
	padding:5px 10px;
	margin:0
}
#content {
	padding:5px 10px;
	
}
.productPrice {
	margin:5px 0;
	font-weight:bold
}
.productTitle {
	margin-bottom: 10px;
}
input.toCart {
	background:url(../img/toCart.png) no-repeat;
	height:26px;
	width:37px;
	border:none
}
.errMsg {
	color:#f00;
	display:inline
}
hr {
	border:solid #DCE5F1 1px;
	height:1px;
}
.question {
	color:#6699CC;
	font-weight: bold
}
table.tablegrid td {
	padding:5px;
}
table.tablegrid th {
	padding:5px;
	background:#3C5470;
	color:white
}
table.tablegrid tr.even {
	background:#C1D8E6
}
.offstate-invoiceAddress {
	display:none
}
.onstate-invoiceAddress {
	display:block
}
.offstate-deliverAddress {
	display:none
}
.onstate-deliverAddress {
	display:block
}
.hint {
	color:#3E55B2;
}
.vCardbgcolor {
	background-color:#EDF2F8;
}
.vCardFooterBbr {
	border-style:dashed;
	border-width: 2px;
	border-color: #666666;
}
.vCardFooter {
	background-color:#D9E5F3;
	height:30px;
}
.finder {
	background-color: #FFF;
	border: 1px solid #B2B2B2;
	width: 525px;
}
.finder .finderLogo {
	float: left;
	width: 150px;
	padding:5px;
}
.finder .finderGeneral, .finder .finderAdditional {
	float: left;
	width: 170px;
	padding:5px;
}
.finder .finderGeneral a, .finder .finderAdditional a {
	color:#72A1D3;
	text-decoration:none
}
.finder .finderFooter {
	line-height: 25px;
	clear: both;
	height: 22px;
	width: 515px;
	padding: 2px 5px;
	text-align:right;
}
.finder.expert .finderFooter {
	background-color: #A4BFDE;
}
.finder.standard .finderFooter {
	background-color: #E5E5E5;
}
#mainContent .finder .finderFooter a, .finder .finderFooter {
	color:black;
	font-weight:normal
}
.finder .finderCompany {
	color:black;
	font-weight:bold
}
.finder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height:130%;
}
input.button, button.button {
	background:url(../images/button.jpg) no-repeat;
	width: 150px;
	height:32px;
	color:white;
	font-size:13px;
	font-weight:bold;
	border:none;
	line-height:32px;
	padding:0;
	cursor: pointer;
	margin-right:8px;
}
textarea {
	font-family:arial;
	font-size:12px;
}
#mainContent a.clickhere:hover {
	padding:0px 8px;
	background:#900;
	color:#fff;
	border:1px solid #999;
	text-decoration:none
}
#mainContent a.clickhere {
	padding:0px 8px;
	background:#3C5470;
	color:#fff;
	border:1px solid gray;
	text-decoration:none;
	margin:0 4px;
}
h2 {
	font-size:16px;
	line-height:18px;
	margin-top:10px;
}
#mainContent p {
	display:block
}
#sidebar1 a.highlight {
	color:red;
	font-weight:bold
}
#mainContent.expert h1 {
	background-image: url(../images/bg_h1_expert.jpg);
	background-repeat:no-repeat;
	
}


#mainContent.expert h2 {
	margin-top:5px;
	padding-top:10px;}
#mainContent.expert #content {
	background:url(../images/bg_expert.jpg) repeat-x;
	padding-right:0;
	padding-top:0;
	
}
.headline {
	color:#212973;
}
#mainContent.expert li {
	list-style:none;
	padding-left:22px;
	background:url(../images/bullet_expert.png) no-repeat 0 3px;
	line-height:190%;
	font-weight:bold
}
#mainContent.expert ul {
	margin:0;
	padding:0
}
.mediumtext {
	font-size:11px;
}

h4.headline{
	border-bottom:1px solid #212973;
	margin-right:50px}
#loader{

	color:#0C3;
	font-weight: bold;
	padding:5px 10px;

	}
	
.E-rror{
	font-size:10px;
	display:block}
.hintbox{
	background:#d5e3f2;
	padding:8px;}
td p{
	margin-top:0;
	padding-top:0;}
a img{
	border:0 none;}
