﻿
/**
*** Statische Inhalte - diese ändern sich möglichst NIE
 */
html {
	font-family:Arial,Verdana, "sans-serif";
	font-size:8pt;
}

body, td, th, tr, ul, li, ol,p, option, input, fieldset, label, dt, dd, pre {
	font-family:inherit;
	font-size:inherit;
}

body {
	padding:0px;
	margin:0;
	background-color: #354c63;
	background-image: url(Images/bodyBG.png);
	background-repeat: repeat-x;
} 

body.noBG {
	background-color: #fff;
	background-image: none;
}

/* hier nur H4 weil das immer die Überschriften in den UCs sind  */
h4 {padding:0px 0px 0px 10px;margin:0px;}


a {
	font-family: inherit; 
	font-size: inherit; 
} 

table {
	clear:both;
	width:98%;
	margin: 0px auto;
	display:block;
}


fieldset {
	background-color: #fcfcfc;
	border:1px solid #ccc;
	padding:10px;
	margin:15px 5px;
	clear:both;
}

fieldset textarea {
	border:1px solid #ccc;
	background-color: #fff;
	padding:4px;
	width:410px;
}

fieldset legend {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

fieldset input {
	border:1px solid #ccc;
	background-color: #fff;
	background-image: url(Images/pencil_48.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:4px 0 4px 20px;
	width:300px;
	
}

input[type=checkbox],
input[type=radio] {
	width: auto;
}

fieldset select {
	width:180px;
}

fieldset .submit,
fieldset .Submit {
	display: block;
	margin: 20px 0;
	padding: 3px 5px 3px 20px;
	width: inherit;
}

fieldset input:focus {
	border:1px solid #86beff;
	background-color: #fff;
	background-image: url(Images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

legend a img {
	vertical-align: middle;
}

dt,
dd {
	margin:2px;
}

dt {
	font-size:11px;
}

dd {
	clear:both;
	margin-bottom: 11px;
}

.error {
	color:#FF0000;
	display: block;
	clear: both;
}

.formZip {
	width:35px;
}

.formTown {
	width:226px;
}

.formCredit {
	width:35px;
}

.formPid {
	width:35px;
}

.formMonth, .formYear {
	width:100px;
}

.ItemList {
	margin:10px 0;
}

.ItemList a {
	color: #222;
	display: block;
	clear:both;
}

.Caption {
	display: block;
	clear:both;
}

.footer {
	text-align: center;
	margin-top:45px;
	color: #fff;
	font-size: 10px;
	padding-top: 100px;
}

.footer a {
	color:#fff;
	padding:0 10px;
}

hr {border:none; border-top:1px solid #efefef;}

/**
*** Variable Inhalte - diese ändern sich pro Shop 
*/

h1 { font-size:16pt;color: #555;clear:both; }
h2 { font-size:13pt;color: #555; margin-top: 2px;}
h3 { font-size:11pt;color: #555; }
h4 { font-size:8pt;color: #fff; font-weight: bold; letter-spacing:0.0em;line-height: 18pt;}
.containermainCart h4 { 
	font-size:11px;
	color: #000; 
	font-weight: bold;
	line-height: 21px; 
	letter-spacing: 1.5; 
	display: block; 
	height:20px; 
	width: 140px; 
	text-align: center;
}
h5 { font-size:9pt;color: #555; }
h6 { font-size:9pt;color: #555; }


a {
	color:#222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {width:100%;float: none;clear: both;display: block;height: 0px;line-height:0px; background: none;}

/*
** ID-Selektoren
** Framework-START
*/

#maincontainer {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#header {
	width:100%;
	height: 80px;
	background-image: url(Images/pageheaderBG.gif);
	background-repeat: repeat-x;
}

#headcontainer {
	margin-top: 0px;
	width: 960px;
	font-size: 8pt;
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
}

#headtopleft {
	float: left;
	width: 600px;
	height: 80px;
	margin-left: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	width: 150px;
	height: 135px;
	text-align: left;
}

#Banner {
	height: 135px;
}
#company {
	font-size: 15px;
	color: #333;
	padding-left: 15px;
}

#address {
	text-align: left;
	margin:0 0 10px 0;
	font-size: 11px;
	padding-left: 15px;
	color: #333;
}

#headtopright {
	float: right;
	text-align: right;
	width: 160px;
	height: 80px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}

#minicart {
	margin-right: 10px;
}

#navigation {
	width:960px;
	margin:0 auto 20px auto;
	height:45px;
	background-image: url(Images/navigationBG.gif);
	background-repeat: no-repeat;
	clear: both;
}

#headmenu {
	clear: both;
	width: 950px;
	margin-top: 0px;
	height: 46px;
	background-image: url(Images/headMenuBG.png);
	background-repeat: repeat-x;
}

#headmenu a {
	color:#FFF;
	display:block;
	line-height: 40px;
	float:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:0 15px;
}

#headmenu a:hover {
	background-image: url(Images/headMenuBGon.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}

.CPageToolbar a {
	border:none !important;
}


#pageToolbar {
	float: left;
	width: 300px;
	height:45px;
	text-align: left;
}

#login {
	float:left;
	width: 200px;
	height: 45px;
	text-align: right;
}

#login a {
	display: block;
	float: left;
	padding: 0 5px;
	margin-top:15px;
}

#language {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

#breadcrump {
	background-image: url(Images/breadCrumpBG.jpg);
	background-repeat: no-repeat;
	width:630px;
	height: 38px;
}

#breadcrump span {
	padding-left:15px;
	color:#333;
}

.topLinks {
	text-align: right;
	padding-right: 10px;
	float: right;
}

.topLinks a {
	font-size: 14px;
	padding-right: 10px;
}

.topLinks select {display: block;float: right;}

.BreadCrumbLink,
.BreadCrumbLinkLast,
.BreadCrumbLink2,
.BreadCrumbLink3 {
	padding-left:18px;
	background-image: url(Images/trennzeichenGrau.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:11px;	
}


#contentcontainer {
	clear:both;
	width: 960px;
	text-align: left;
	margin:0 auto;
}

#leftcolumn {
	float: left;
	margin-left: 0px;
	width: 170px;

	
}

#middlecolumn {
	float: left;
	margin: 5px 30px;
	width: 560px;
	padding-top:12px;
}

#rightcolumn {
	float: right;
	margin-right: 0px;
	width: 170px;

}

#bottomcontainer {
	clear: both;
	height: 60px;
	width: 960px;
	margin: auto;
	border-top: 1px solid #efefef;
	padding-top:25px;
	margin-top:25px;
	font-size:10px;
	color:#666;
}

#bottomcontainer .ContentLink {
	padding: 0 15px;
}

#bottomleft {
	float: left;
	width: 330px;
	height: 60px;
}

#bottomright {
	float: right;
	width: 600px;
	height: 60px;
}

#links {
	margin-top: 20px;
	margin-right: 10px;
	text-align:right;
	color: #666666;
}

#statement {
	margin-top: 40px;
	margin-left: 10px;
	text-align: left;
	font-size: 8pt;
	color: #666666;
}

/*
** ID-Selektoren
** Container
*/


/* Seitenspalte */
.containermain {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	text-align: left;

}

/* Kopfzeile */
.containerhead {
	display: block;
	width: 100%;
	height: 24px;
	text-align: left;
	background-image: url(Images/h4BG.gif);
	background-repeat: repeat-x;
	
}

.containerhead h4 {
	margin-top:0px;	
}

.Print {
	display: block;
	width:950px !important;
}

/* Inhalt */
.containercontent {
	color: #666;
	font-size: 8pt;
	font-weight: 400;
	padding: 15px 0px 15px 6px;
	background-color: #fafafa;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.containercontentMenu {
	color: #666;
	font-size: 8pt;
	font-weight: 400;
	padding: 0;
	background-color: #fafafa;
}

/* Fußzeile */
.containerbottom {
	height:16px;
	background-color: #fafafa;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;

}



.CMenuTreeWS {
	margin:0;
	padding:0;
}


.CMenuTreeWS ul {
	padding:0;
	margin:0;
	clear:both;
}

.CMenuTreeWS li {
	display: block;
	list-style-image: none;
	list-style: none;
	clear:both;
}

.CMenuTreeWS li ul {
	padding:0;
	background-image: none;
	background-color: #fafafa;
	clear:both;
}

.CMenuTreeWS li ul li { 
	border-bottom: 1px solid #cdcdcd;
}

.MenuItem3LinkSel {
	font-weight: bold !important;
}

.CMenuTreeWS li a {
	background-image:url(Images/leftNavigationItemBG.jpg);
	background-repeat:repeat-x;
	background-color: #c5c5c5;
	border-bottom: 1px solid #efefef;
	display:block;
	clear:both;
	font-size:11px;
	line-height:20px;
	padding-left:10px;
	text-decoration:none;
	width:140px;
	color:#fff;
}

.CMenuTreeWS li a:hover,
.MenuItem3LinkSel {
	background-image:url(Images/leftNavigationItemBG_on.jpg);
	background-color: #aaa;
	border-bottom: 1px solid #efefef;
}	

.CMenuTreeWS li ul li a,
.CMenuTreeWS li ul li a:hover,
.MenuItem2LinkSel {
	font-size: 10px;
	font-weight: bold;
	color:#000;
	background-image: none;
	background-color: #e5e5e5;
	clear:both;
	padding-left: 20px;
	width:130px;
}

.CMenuTreeWS li ul li a:hover,
.MenuItem2LinkSel  {
	color:#000 !important;
	background-color: #ddd !important;
	border-bottom: 1px solid #333 !important;
	clear:both !important;
}

.CMenuTreeWS li ul li ul li a,
.CMenuTreeWS li ul li ul li a:hover,
.MenuItem1LinkSel {
	padding-left:30px;
	width:113px;
	font-weight: normal;
	background-image: none;
	line-height: 20px;
	clear:both;
	background-color: #fdfdfd !important;
}

.CMenuTreeWS li ul li ul li a:hover,
.MenuItem1LinkSel {
	color:#000 !important;
	border-right: 5px solid #333;
	border-bottom: 1px solid #fff !important;
	width: 113px !important;
	background-color: #fdfdfd !important;
	clear:both;
	font-weight: bold !important;
}

.CMenuTreeWS li ul li ul li{ 
	border-top: 1px solid #cdcdcd;
	border-bottom: none;
}

.MenuItem1Caption,
.MenuItem2Caption {
	background-color: #c14314;
	background-image: url(Images/captionBG.gif);
	background-repeat: repeat-x;
	padding:2px 0 3px 10px;
	color:#fff;
	font-size:8pt;
	height:15px;
}

.MenuItem3Caption {
	display: block;
	background-image: url(Images/h4BG.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.footer .CMenuTreeWS li {
	display: inline;
	list-style-image: none;
	list-style: none;
}

/**
*** Setzt die Formatierung für die Navigation CMenuTreeWS zurück
 */

.footer .CMenuTreeWS ul,
.footer .CMenuTreeWS li a,
.footer .CMenuTreeWS li a:hover,
.footer .CMenuTreeWS li ul li,
.footer .CMenuTreeWS li ul li a,
.footer .CMenuTreeWS li ul li a:hover,
.footer .CMenuTreeWS li ul li ul li a,
.footer .CMenuTreeWS li ul li ul li,
.footer .CMenuTreeWS li ul li ul li a:hover,
.footer .MenuItem2LinkSel,
.footer .CItemStateLink a,
.footer .CItemStateLink a:hover,
.footer .MenuItem3Caption,
.footer .MenuItem3Caption h4 {
	background: none !important;
	background-color: transparent;
	line-height: normal;
	font-weight: normal !important;
	display: inline;
	font-size:11px;
	padding-left:5px !important;
	text-decoration:none;
	color:#fff !important;
	border: none;
}

.variantDetail .expander {
	clear: both;
	float: right;
	width: 620px;
	padding-right: 10px;
	text-align: right;
}

.variantDetail .expander span {
	font-size:10pt;
	font-weight:normal;
	line-height:20pt;
}

.Validator {clear: both;}