/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #429BDF;
	background-image: url(../templateimages/w11_sm.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#container {
	display: block;
	margin: 0 auto;
}

span.companyname {
	xbackground-color:#FFDD30;
	font-weight:bold;
	color:#920000;
}

a.companyname:link, a.companyname:visited {
	xcolor:#146EB4;
	font-weight:bold;
}

a.companyname:hover {
	xcolor:#920000;
	font-weight:bold;
	xbackground:#000;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: white;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 102px;
	margin: 0px;

}

#header #title {
	height: 90px;
	margin: 0px 10px 0px 10px;
	width: 200px;
	float: left;
}

#header #linkrows {
	width: 500px;
	float: right;
	text-align: right;
	padding: 2px 10px 0px 0px;
	height: 60px;
	position:relative;
	top:10px;
}

#header #linkrows div {
	padding: 3px;
	text-align: right;
}

#header #minibasket_holder {
	background-color: #FED61A;
	color: #000;
	width: 162px;
	xpadding: 5px;
	float: right;
	height: 45px;
	padding: 7px 7px 10px 15px;
}


#header #minibasket_holder #basketempty {
	display: none;
}


#header #logo { margin: 20px 0 0 5px; }


#header #headerbottomlinks {
	background-color: white;
	color: #000;
	width: 600px;
	padding: 2px;
	float: right;
	text-align: right;
	margin:10px 5px 5px 5px;
}

#header #headerbottomlinks div {
	display: block;
	width: 170px;
	float: right;
}

#header #headerbottomlinks strong {
	display: block;
	width: 100px;
	float: right;
}

#header #basketlines,
#header #basketlinks
	{
	display: none;
	}

#header #minibasket_holder a:link,
#header #minibasket_holder a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#header #minibasket_holder #checkoutlink {
	display: block;
	margin: 2px 0 2px 0;
}

#header #minibasket_holder #basketlink {
	padding: 0 0 0 25px;
	background-image: url(../templateimages/basket.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #minibasket_holder #numberofitems {
	float: none;
	margin-top: 1px;
}



/* Top links */
#header2 .links {
	margin: 0px 0px 1px 0px;
	xpadding: 0 0 0 10px;
	padding: 0 0 0 0px;
	font-size: 9pt;
	background-color: #000;
	height: 28px;
}


#header2 .links .lg {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-left: 10px;
}

#header2 .links .sp {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-left: 10px;
}

#header2 .links .sm {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links .sp
	{
	display: inline;
	position: relative;
	top:6px;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 6px 1px 5px 1px;
	font-size: 13px;
	height: auto;
	}

#header2 .links .lg a:link, #header2 .links .lg a:visited
	{
	display: inline;
	position: relative;
	top:6px;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	xpadding: 6px 15px 5px 10px;
	xborder-right: dotted 1px white;
	xpadding: 6px 7px 5px 7px;
	padding: 9px 7px 8px 7px;
    xborder-right: dotted 1px white;
	xletter-spacing: 1px;
	font-size: 13px;
	height: auto;

	}

#header2 .links .sm a:link, #header2 .links .sm a:visited
	{
	display: inline;
	position: relative;
	top:6px;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:italic;
	xpadding: 6px 15px 5px 10px;
	xborder-right: dotted 1px white;
	xpadding: 6px 3px 5px 2px;
	padding: 2px 4px 2px 3px;
    xborder-right: dotted 1px white;
	xletter-spacing: 1px;
	font-size: 13px;
	height: auto;
	}
	
#header2 .links .lg a:hover
	{
	color: #000;
	background-color: #FED61A;
	xborder-right: solid 1px white;
	}

#header2 .links .sm a:hover
	{
	color: #000;
	background-color: #FED61A;
	xborder-right: solid 1px white;
	}
	
#header2 .links2 {
	margin: 0px 0px 1px 0px;
	padding: 0 0 0 0px;
	background-color: #429BDF; /*Blue*/
	xbackground-color: #009900; /*Green*/
	height: 28px;
	text-align:center;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 .sp {
	position: relative;
	top:6px;
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
    border-right: solid 2px white;

}

	
#header2 .links2 a:link, #header2 .links2 a:visited
	{
	display: inline;
	position: relative;
	top:6px;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	xfont-style:italic;
	padding: 2px 4px 2px 4px;
	xpadding: 6px 50px 5px 50px;
	margin:4px 50px 4px 60px;
	font-size: 110%;
	}


#header2 .links2 a:hover
	{
/*	color: #B5D717;
*/
	xcolor: #000;
	background-color: #146EB4; /*Dark Blue*/
	xborder-right: solid 1px white;
	}


#header2 .links3 {
	margin: 0px 0px 1px 0px;
	padding: 0 0 0 10px;
	background-color: #D40000;
	height: 28px;
	text-align:center;
}

#header2 .links3 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links3 .sp {
	position: relative;
	top:6px;
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
    border-right: solid 2px white;
}
#header2 .links3 a:link, #header2 .links3 a:visited
	{
	display: inline;
	position: relative;
	top:6px;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	padding: 2px 4px 2px 4px;
	xpadding: 6px 50px 5px 50px;
	margin:4px 50px 4px 60px;
	font-size: 110%;
	}


#header2 .links3 a:hover
	{
	xcolor: #000;
	background-color: #F74242; /*Pale Red*/
	xborder-right: solid 1px white;
	}

#breadcrumbspace
	{
	border-bottom: solid 1px #ccc;
	padding: 6px 0 6px 10px;
	}

.breadcrumbtrail
	{
	position: absolute;
	margin: -90px 0 0 -191px;
	xmargin: -90px 0 0 -171px;
	}

.breadcrumbtrail:before
	{
	content: "Sie befinden sich hier: ";
	}

.breadcrumbtrail a:link,
.breadcrumbtrail a:visited {
	text-decoration: underline;
	font-weight: normal;
	xcolor: #333;
}

.breadcrumbtrail a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#920000;
}

/* --- Entire page body section - everything below the header -------- */
#pagebody_master {
	xpadding: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../templateimages/vbar.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#pagebody {
	padding: 10px 10px 0px 10px;
	xpadding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	xbackground-image: url(../templateimages/vbar.gif);
	xbackground-position: top left;
	xbackground-repeat: repeat-y;
}


/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
	padding: 0px 10px 10px 0;
	border-right: solid 1px #ccc;
}

#left H4{
	margin-top: 0px;
}


/* Dynamic page content section of page body */
#pagecontent {
	width: 720px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	Xmargin: 0 0 0 0px;
}

#pagecontent_pad {
	padding: 10px 5px 25px 0px;
	xpadding: 0px 0px 0px 0px;
	xmargin: 0px 0px 0px 0px;
}


/* --- Footer -------------------------------------------------------- */
#footer {
	border-top: solid 1px #ccc;
	margin: 14px 0 0 0;
	xpadding-top: 10px;
	padding: 10px 10px 0px 10px;
	font-size: 95%;
	clear: both;
	text-align: left;
	background:#FFFFFF;
}

/* Footer nav links */
.footerbox {
	width: 32%;
	padding: 0 10px 10px 0;
	float: left;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .footerbox h2 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 110%;	
}
	
#footer .footerbox a {
	display: block;
	font-size: 110%;
	padding: 2px;
	margin-right: 3px;
	color: #888;
	text-decoration:none;
}

/* T&Cs text */
#terms {
	border-top: solid 1px #ccc;
	margin-top: 0px;
	xpadding-top: 10px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
	font-size: 95%;
	color: #999999;
	text-align: center;
	background:#FFFFFF;
}

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#headerbottomlinks #languagemenu, #headerbottomlinks #currencymenu, #headerbottomlinks #prodtypemenuform {
	position:relative;
	top:-2px;
}

#searchbox {
	margin-top: 5px;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 30px;
	margin-left: 3px;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
