
/**
*** Statische Inhalte - diese Šndern sich mšglichst NIE
 */
html {
	font-family:Verdana,Helvetica, Arial, sans-serif;
	font-size:8pt;
}

body, td, th, tr, ul, li, ol,p, option, input, fieldset, label, dt, dd {
	font-family:inherit;
	font-size:inherit;
}

body {
	padding:0px;
	margin:10px 0 0 0;
} 

/* hier nur H4 weil das immer die †berschriften in den UCs sind  */
h4 {padding:0px 0px 0px 10px;}


a {
	font-family: inherit; 
	font-size: inherit; 
} 

table {
	clear:both;
	width:98%;
	margin: 0px auto;
	display:block;
}

fieldset {
	background-color: #f5f9fd;
	border:1px solid #ccc;
	padding:10px;
	margin:15px 5px;
	clear:both;
}

fieldset textarea {
	border:1px solid #86beff;
	background-color: #fafafa;
	padding:4px;
	width:210px;
}

fieldset legend {
	color: #174377;
	font-weight: bold;
}

fieldset input {
	border:1px solid #86beff;
	background-color: #fafafa;
	background-image: url(Images/pencil_48.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:4px 0 4px 20px;
	width:200px;
	
}

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:10px;
}

dd {
	clear:both;
	margin-bottom: 10px;
}

.error {color:#FF0000;}

.formZip {
	width:35px;
}

.formTown {
	width:127px;
}

.formCredit {
	width:35px;
}

.formPid {
	width:35px;
}

.formMonth, .formYear {
	width:100px;
}

.ItemList {
	margin:10px 0;
}

.ItemList a {

	display: block;
	clear:both;
}

.Caption {
	display: block;
	clear:both;
}

.footer {
	text-align: center;
	margin-top:45px;
}

.footer a {
	color:#174377;
	padding:0 10px;
}

hr {border:none; border-top:1px solid #efefef;}

/**
*** Variable Inhalte - diese Šndern sich pro Shop 
*/

h1 { font-size:17pt;color: #555;clear:both; }
h2 { font-size:13pt;color: #555; }
h3 { font-size:11pt;color: #555; }
h4 { font-size:8pt;color: #fff; font-weight: normal;line-height: 18pt;}
h5 { font-size:9pt;color: #555; }
h6 { font-size:9pt;color: #555; }


a {
	color:#666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {width:100%;float: none;clear: both;display: block;height: 1em;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: 100px;
	height: 100px;
	float: left;
	background-image: url(Images/Logo.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding:5px 15px 5px 5px;
}

#company {
	font-size: 18pt;
	color: #333;
	margin-top:25px;
}

#address {
	text-align: left;
	margin: 4px 0 0 0;
	font-size: 8pt;
	color: #777777;
}

#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: 930px;
	margin-top: 0px;
	padding:5px 15px 0 15px;
	height: 45px;
	background-image: url(Images/headMenuBG.png);
	background-repeat: no-repeat;
}

#headmenu a {
	color:#000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:100;
	height:25px;
	letter-spacing:0.2pt;
	padding:10px 15px 0;
}

#headmenu a:hover {
	background-image: url(Images/headMenuBGon.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color:#fff;
}

#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: 34px;
	
}

.topLinks {
	text-align: right;
}

.topLinks a {
	padding-right: 10px;
}

.BreadCrumbLink,
.BreadCrumbLinkLast,
.BreadCrumbLink2,
.BreadCrumbLink3 {
	padding-left:18px;
	background-image: url(Images/trennzeichenGrau.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#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: 45px;
	background-color: transparent;
	text-align: left;

}

/* Kopfzeile */
.containerhead {
	display: block;
	width: 100%;
	height: 24px;
	background-image: url(Images/h4BG.gif);
	background-repeat: no-repeat;
	text-align: left;
	
}

.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;
}

.containercontentMenu {
	color: #666;
	font-size: 8pt;
	font-weight: 400;
	padding: 0;
	background-color: #fafafa;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* Fu§zeile */
.containerbottom {
	background-image: url(Images/containerBottomBG.gif);
	background-repeat: no-repeat;
	height:16px;
}



.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:9px 0;
	background-image: none;
	background-color: #efefef;
	clear:both;
}

.MenuItem3LinkSel {
	font-weight: bold !important;
}

.CMenuTreeWS li a {
	background-image:url(Images/leftNavigationItemBG.jpg);
	background-repeat:repeat-x;
	display:block;
	clear:both;
	height:20px;
	font-size:12px;
	line-height:12pt;
	padding-left:10px;
	text-decoration:none;
	width:138px;
	color:#000;
}

.CMenuTreeWS li a:hover,
.MenuItem3LinkSel {
	background-image:url(Images/leftNavigationItemBG_on.jpg);
}	

.CMenuTreeWS li ul li a,
.CMenuTreeWS li ul li a:hover,
.MenuItem2LinkSel {
	font-size: 10px;
	font-weight: bold;
	color:#333;
	background-image: none;
	background-color: transparent;
	clear:both;
	height:20px;
}

.CMenuTreeWS li ul li a:hover,
.MenuItem2LinkSel  {
	color:#174377 !important;
	background-color: #dfdfdf !important;
	clear:both !important;
}

.CMenuTreeWS li ul li ul li a,
.CMenuTreeWS li ul li ul li a:hover,
.MenuItem1LinkSel {
	padding-left:35px;
	width:113px;
	font-weight: normal;
	background-image: none;
	height:20px;
	clear:both;
}

.CMenuTreeWS li ul li ul li a:hover,
.MenuItem1LinkSel {
	color:#000 !important;
	font-weight: bold !important;
	background-color: #dfdfdf;
	clear:both;
}

.MenuItem1Caption,
.MenuItem2Caption,
.MenuItem3Caption {
	background-color: #174377;
	background-image: url(Images/captionBG.gif);
	background-repeat: repeat-x;
	padding:2px 0 3px 10px;
	color:#fff;
	font-size:8pt;
	height:15px;
}
