@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: #e7e7e4;

	background-repeat: repeat-x;
	overflow-y: scroll; 

}
.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: 210px; /* 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. */
	padding:0;
	margin:0;
	
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:740px;
	float:left;
	line-height:135%;
}
#mainContent.front {
	width:100%
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
}
.twoColFixLtHdr #footer a {
	color:black;
}

.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:#000;
	text-align: center;
	font-size:9px;
}
.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 {
	padding: 0 12px;
	width:955px;

}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:45px;
	font-style:italic;
	background-image: url(../images/bg_h1.jpg);
	margin: 0 0 6px 0;
	font-weight: normal;
	color: #6699CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h1 span.trans {

}
.twoColFixLtHdr #sidebar1 ul.nav, .twoColFixLtHdr #sidebar1 ul.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
 .twoColFixLtHdr #sidebar1 ul.nav ul {
	margin:8px 0;

}
.twoColFixLtHdr #sidebar1 ul.nav li {
	background-position: left -81px;
	width:208px;
	color:#054793
}
.twoColFixLtHdr #sidebar1 ul.nav li ul li {
	margin:0;
	height:26px;
	color:#054793;
	margin-bottom:3px;
}
.twoColFixLtHdr #sidebar1 ul.nav li.last, .twoColFixLtHdr #sidebar1 ul.nav li.active ul li.last {
	border-bottom: none;
}
.twoColFixLtHdr #sidebar1 ul.nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#39516c;
	text-decoration:none;
	line-height:27px;
	text-align:left;
	width:190px;
	background-position: left -81px;
	height:27px;;
	font-weight:bold;
	display:block;
	margin-left:10px;
	padding:0 5px;
}
.twoColFixLtHdr #sidebar1 ul.nav li a.expert {
	background-position: left -108px;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active {
	background-position: left top;
	width:208px;
	color:white;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active a {
	color:#00b3ff;
}

.twoColFixLtHdr.expert #sidebar1 ul.nav li.active a {
	color:#960;
}
.twoColFixLtHdr #sidebar1 ul.nav.user li.active {
	background:none;
	color:#00b3ff;
	line-height:25px;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li.active {
	line-height:25px;
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li.active a {
	color:white;
	font-weight:bold;
			background:url(../img/menu_a.jpg) no-repeat;
}

.twoColFixLtHdr.expert #sidebar1 ul.nav li.active ul li  a {
	color:white;

}

.twoColFixLtHdr.expert #sidebar1 ul.nav li.active ul li.active a {
	color:white;
	font-weight:bold;
			background:url(../img/menu_a_expert.jpg) no-repeat;
}
.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:#fff;
	text-decoration:none;
	display:block;
	height:25px;
	width:180px;
		background:url(../img/menu_ia.jpg) no-repeat;
		margin-bottom:3px;

}

.twoColFixLtHdr.expert #sidebar1 ul.nav li ul li a, .twoColFixLtHdr.expert #sidebar1 ul.nav li.active ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	display:block;
	height:25px;
	width:180px;
		background:url(../img/menu_ia_expert.jpg) no-repeat;
		margin-bottom:3px;

}
.twoColFixLtHdr #sidebar1 ul.nav li.active a {
}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li a {

}
.twoColFixLtHdr #sidebar1 ul.nav li.active ul li.active a {
}
.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-repeat:no-repeat;
	height: 9px;
	width: 972px;
}
#wrapper_bottom {
	background-repeat:no-repeat;
	height: 4px;
	width: 972px;
	background-position:left bottom;
}
#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 */

.helpmenu{
	margin-top:10px;}


.menu ul {
	list-style-type:none;
	padding:0 0px;
	margin:0;
	float:right;
	top:40px;
	position:relative;
	margin-right:20px;
}
/* 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 {


	padding:10px 0 10px;
	margin-right:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #b4b4b4;

}
#mainContent a {
	color:#69c;
	font-weight:bold;
	text-decoration:none;
}
h3 {
	clear:both;
	background:#2b5275;
	padding:5px 10px;
	margin:0;
	color:white;
}
#content {
	padding:5px 10px;
}
#content table.nomargin{
	margin:-20px}
.productPrice {
	margin:5px 0;
	font-weight:bold
}
.productTitle {
	margin-bottom: 10px;
}
input.toCart {
	background:url(../img/tocart.jpg) no-repeat;
	height:27px;
	width:211px;
	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(../img/buttons.png) no-repeat;
	background-position:left -135px;
	width: 208px;
	height:32px;
	color:black;
	font-size:13px;
	border:none;
	line-height:27px;
	padding:0;
	cursor: pointer;
	font-weight:normal;
}
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:#415a76;
	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:#fff;
}
#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
}
#WebLoginLayer0 {

}
.loginContent {
	padding:18px;
}
.lightBlue {
	color:#8badc8;
}
#mainContent h4 {
	color:#b4b4b4;
	font-size:16px;
	font-weight:normal;
	border-bottom:solid 1px #b4b4b4;
	margin:0 0px;
	text-transform:uppercase
}
#mainContent #content h4 {
	margin:0 0px;
}
#topnews {

	margin:0px 15px 20px;
	color:#415f7b;
}
 h5 {
	color:white;
	font-size:35px;
	background:#00b3ff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	line-height:150%;
	padding:10px 20px;
	margin:0px 0 5px;
	clear:both
}

h5.standard{
	background:#2B5275}
h5.education{
	background:#B9C3CC}
h5.marketing{
	background:#2B5275}
h5.about{
	background:#2B5275}
h5.user{
	background:#295071}
h5.expert{
	background:#D1B76A}
h5.news{
	background:#00b3ff}
	
#teaserimage{



}

.teaser{
	padding: 0 10px 10px;}
#mainContent a.bu2009 {
	background:url(../img/bg_button.jpg) repeat-x;
	line-height:27px;
	width:209px;
	text-align:center;
	color:black;
	display:block;
	height:26px;
	font-weight:normal;
	border-width:0 1px 1px;
	border-color: #8badc8;
	border-style:solid;
	font-size:13px;
}
#teasertext {
	padding: 0 10px;
}
a {
	outline:none
}
#mainContent a.click {
	width:120px;
	height:12px;
	display:inline-block;
	text-indent:-3000px;
	background:url(../img/click.jpg) left 4px no-repeat;
	padding:2px 0
}
.shortnews {
	height:193px;
	color:#8aacc7;
	margin:15px 25px 20px;
	width:190px;
	float:left
}
.highlight {
	color:#465d75;
	text-transform:uppercase;
	font-weight:bold
}


.productPreview{
	width:210px;

	float:left;
	margin-right:20px;
	}
.productPreview img{ 
width:210px;}
.productDetails{
	float:left;
	width:450px;}
	
.getProduct{
	float:left;
height:27px;
line-height:27px;
margin-right:20px;}


ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #376a95;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}


ul.topnav li li a{
	padding: 5px 5px;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}

.tab ul.topnav li.active a{

	color: #00b3ff;

}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 33px;
	float: left;
	background: url(../images/subnav_arrow.jpg) no-repeat center 17px;
	line-height:30px;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	line-height:20px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #376a95 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	line-height:20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}

sup{
	font-size:40%}
.mandatory{
	color:#39C}
	
input#password,input#username,input.FSF_input{
	width:225px;
	height:26px;
	border:0 none;
	background:url(../img/bg_input.png) no-repeat;
	padding: 1px 6px;}
	
.bu{
	background:url(../img/bu.png) no-repeat;
	width:90px;
	height:30px;
	border:none 0;
	padding:6px;
	text-align:center;
	font-weight:bold}
#searchform{
	position:relative;
	top:30px;
	float:right;
	margin-right:20px;}
	

#subboxhead{
	background:url(../img/subbox_head.jpg) no-repeat;
	height:18px;}
#subboxfoot{
	background:url(../img/subbox_foot.jpg) no-repeat;
	height:18px;}
#subboxbody{
	background:url(../img/subbox_body.jpg) repeat-y;
}

img{
	border:none 0;}
	
.imgleft{
	float:left;
	margin-right:10px;}
.imgright{
	float:right;
	margin-left: 10px;}
#content ul{
	margin:0;
	padding:0}
#content li{
	margin-left:15px;}
.twoColFixLtHdr #sidebar1 ul.nav.user{
	display:none;
}
h6{
	font-size:14px;
	text-align:center}
.bad{
	color:red;
	font-size:14px;
	text-align:center}
h5.red{
	background:red;
	font-size:18px;
	margin-bottom:10px;}
h5.grey{
	background:silver;
	font-size:22px;
	margin:0 5px 5px;}
#content{
	padding-left:5px;
	padding-right:5px;}
.quiz{
	background:white;
	padding:20px;
	margin-top:10px;}
