body {
	margin: 5px 0px 0px 0px;
	background-color:#ffffff;
}

body, div, td, input, textarea, p {
	font: 12px Arial;
	color: #333333;
}

a {
	color: #333333;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

.grey {
	color: #999999;
}

.red {
	color: #d1001c;
}

.greysmall {
	color: #999999;
	font-size: 11px;
}

.small {
	font-size: 11px;
}

form {
	margin:0px;
	padding:0px;
}

input, select, textarea {
	border: 1px solid #cccccc;
	float:left;
}
input[type="checkbox"], input[type="radio"] {
	height: auto !important;
	width: auto !important;
	border:none;
}
/* form validierungselemente */ 
input.error {
	border: 1px solid #ff0000;
}

h1 {
	font-size:20px;
	margin:0px;
	padding:0px;
	/*text-transform:lowercase;*/
}

h2 {
	font-size:20px;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}

.hideme {
	display:none;
}

#loaderfollower {
	position: absolute;
	display:none;
	background:url(/img/icons/ajax-loader.gif);
	width:32px;
	height:32px;
}


#pagehider {
	display:none;
	background: #ffffff;
	position:absolute;
	top: 109px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index:500;
}

#superpagehider {
	display:none;
	background: #ffffff;
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index:995;
}

#pageverlaufdiv {
	position:absolute;
	left:0px;
	right:0px;
	top: 114px;
	height:167px;
	background:url(../img/header_verlauf_bg.png);
	z-index:1;
	border-bottom:1px solid #e8e8e8;
}

#pagewrapperdiv {
	position:relative;
	margin:0px auto;
	width: 950px;
	overflow:hidden;
	z-index:10;
	padding-left:5px;
}

#pagecontentdiv {
	padding-left:30px;
	overflow:hidden;
	min-height:450px;
	z-index:10;
}

#pagefooterdiv {
	border-top: 1px solid #e8e8e8;
	background-color: #f0f0f0;
	margin:50px 0px 0px 0px;
	overflow:hidden;
}

#pagefootercontentdiv {
	position:relative;
	margin:10px auto;
	width: 950px;
	overflow:hidden;
	z-index:10;
	padding-left:5px;
}

div.cmsnavcol {
	width: 150px;
	float:left;
}

a.cmsnav1 {
	display:block;
	color: #333333 !important;
	line-height: 17px;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

a.cmsnav2 {
	display:block;
	color: #999999 !important;
	line-height: 17px;
	font-size:11px;
	text-decoration:none;
	/*text-transform:capitalize*/
}
a.cmsnav2:hover {
	text-decoration:underline;
}

.awardstooltip{
	position: absolute;
	width:300px;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	padding:10px;
	background-color: #fbfbfb;
	border: 1px solid #e8e8e8;
}

.tooltip{
	position: absolute;
	width:300px;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	padding:10px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
}


.colorboxspacer {
	height: 1px;
	width: 290px;
	margin: 5px 0px;
}

#countrychangerflyout {
	position: absolute;
	display:none;
	background-color:white;
	border: 1px solid #cccccc;
	z-index: 999;
	width: 200px;
}
#countrychangerflyout a {
	display:block;
	padding: 3px 5px;
	line-height: 15px;
	color: #999999;
	font-size: 11px;
}
#countrychangerflyout a.active,
#countrychangerflyout a:hover {
	text-decoration:none;
	background-color: #f0f0f0;
}


/* login colorbox */
#loginboxdiv {
	background-color:#ffffff;
	width:280px;
	height:145px;
	padding:15px;
	overflow:hidden;
}

#loginerrorusername,
#loginerrorpassword,
#loginerrornotactive {
	display:none;
	color: #d1001c;
}
.logboxtitle {
	font-size:14px;
	font-weight:bold;
}
#loginboxdiv table {
	width:290px;
}
#loginboxdiv div.spacer {
	/*background: url(../img/c_e8e8e8.gif) repeat-x;*/
	height: 1px;
	width: 290px;
	margin: 10px 0px;
}
#loginboxfooterdiv {
	background-color:#f0f0f0;
	width:290px;
	height:20px;
	padding:15px;
}

#headersearchdiv {
	margin-left:15px;
	width:446px;
	float:left;
	height: 25px;
	padding-top:38px;
}
.navloadersearch {
	float:left;
	display:none;
	/*background:url(/img/icons/ajax-loader_red.gif);
	 * width:16px;
	 * height:16px;
	 * margin-top:-5px;
	 * */
	width:16px;
	height:16px;
	margin-top:5px;
	overflow:hidden;
}


#searchflyoutdiv {
	display:none;
	position:absolute;
	z-index:999;
	left:210px;
	top:35px;
	width:338px;
}
#searchflyoutcontent {
	width:338px;
	background:url(../img/headerflyout_bg.png) repeat-y;
	overflow:hidden;
}
#searchflyoutcontent .title {
	margin-left:15px;
	font-size:14px;
	font-weight:bold;
}
#searchflyoutcontent table {
	margin-left:15px;
	float:left;
}
#searchflyoutcontent table td.spacer {
	height:20px;
}

#searchflyoutcontent input {
	width: 290px;
	color:#999999;
}

#searchflyoutcontent select {
	clear:both;
	width: 145px;
	margin:10px 0px 5px 0px;
}

#searchflyoutcontent input[type="checkbox"] {
	border:0px;
	width:20px;
	position: relative;
	top:-1px;
}

#searchflyoutcontent div.spacer {
	background: url(../img/c_e8e8e8.gif) repeat-x;
	height: 1px;
	width: 330px;
	margin: 10px 0px 10px 4px;
}



#headersearchdiv input {
	margin-top:2px;
	height: 18px;
	width: 235px;
}

#headersearchdiv input.activesearch {
	margin-top:2px;
	height: 18px;
	width: 235px;
	color: #333333;
}
#headerrightdiv {
	text-align:right;
	width:295px;
	float:left;
	height: 60px;
	padding-top:3px;
}


#cartflyoutdiv {
	display:none;
	position:absolute;
	z-index:999;
	left:616px;
	top:35px;
	width:338px;
}
#cartflyoutcontent {
	width:338px;
	background:url(../img/headerflyout_bg.png) repeat-y;
	overflow:hidden;
}
#cartflyoutcontent .title {
	margin-left:15px;
	font-size:14px;
	font-weight:bold;
}

#carflyoutscrollframe {
	float:left;
	height:215px;
	width:310px;
	overflow:hidden;
}

#cartflyoutcontent table {
	margin-left:15px;
	float:left;
}
#cartflyoutcontent table td.spacer {
	height:20px;
}
#cartflyoutcontent #scrollerdiv {
	float:left;
	width:20px;
	text-align:right;
}
#cartflyoutcontent div.spacer {
	background: url(../img/c_e8e8e8.gif) repeat-x;
	height: 1px;
	width: 330px;
	margin: 10px 0px 10px 4px;
}


/* prodlist */
.prodlistdiv {
	position:relative;
	float:left;
	width:190px;
	overflow:hidden;
	text-align:left;
}
.prodlistspacer {
	background: url(../img/c_e8e8e8.gif) repeat-x;
	background-position: center;
	height: 1px;
	width: 100%;
	padding: 15px 0px;
}
.prodlistmarker {
	position:absolute;
	top:0px;
	left:0px;
	z-index:15;
}
.prodlistdiv table {
	width: 160px;
}
.prodlistimgtd {
	height:132px;
}
.prodlisttxttd {
	height:62px;
}
.prodlistimg {
	position:absolute;
	top:0px;
	width: 130px;
	height: 130px;
	border: 0px;
	z-index:1;
}
.prodlistcolorballdiv {
	float: left;
	margin-right:2px;
}


#browserWarning {
	background-color: #FCDFA8;
	margin-bottom: 10px;
	min-width: 950px;
	width: 100%;
}

#languageMessage {
	background-color: #F0F0F0;
	background-image: url(../img/languageMessage_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 5px;
	margin-top: -5px;
	min-width: 950px;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

#languageMessage div.messageContent {
	height: 31px;
	width: 946px;
	margin: 5px auto;
}

#languageMessage div.messageContent img.messageCountry {
	float: left;
	margin-right: 9px;
	margin-top: 6px;
}

#languageMessage div.messageContent div.messageText {
	float: left;
	height: 31px;
	border-right: 1px solid #dddddd;
	font-weight: bold;
	line-height: 30px;
	padding-right: 17px;
	color:#666666;
	font-size: 11px;
}

#languageMessage div.messageContent div.messageBtn {
	float: left;
	height: 31px;
	border-left: 1px solid #F8F8F8;
	line-height: 30px;
	padding-left: 17px;
	color:#666666;
	font-size: 11px;
}

#languageMessage div.messageContent div.messageClose {
	float: right;
	height: 31px;
	border-left: 1px solid #dddddd;
}

#languageMessage div.messageContent div.messageClose div {
	height: 31px;
	border-left: 1px solid #F8F8F8;
	padding-left:10px;
}

#languageMessage div.messageContent div.messageClose div img {
	margin-top: 8px;
	cursor: pointer;
}

#browserWarning table {
	padding: 10px;
	height: 60px;
	width: 100%;
}

#browserWarning td {
	cursor: pointer;
	padding: 10px;
}

td.warningImage {
	width: 64px;
}

td.warningText {
	font-size: 14px;
	font-weight: bold;
}

td.browserLinks {
	text-align: right;
}

td.warningClose {
	padding: 10px 8px 3px 3px !important;
	vertical-align: bottom;
	width: 14px;
}

#browserWarning img {
	border: 0px;
}

#countrychooser {
	background-color:#ffffff;
	width:300px;
	padding:15px;
	overflow:hidden;
}
#countrychooser .title{
	font-size:14px;
	font-weight:bold;
}

#countrychooser div.spacer {
	/*background: url(../img/c_e8e8e8.gif) repeat-x;*/
	height: 1px;
	width: 290px;
	margin: 10px 0px;
}

#countrychooserfooter {
	background-color:#f0f0f0;
	width:300px;
	height:20px;
	padding:15px;
}

#countrychooserflag {
	background-color:#ffffff;
	width:500px;
	padding:15px;
	overflow:hidden;
}

#countrychooserflag .title,
#countrychooserflagfooter .title {
	font-size:14px;
	font-weight:bold;
}

#countrychooserflagfooter {
	background-color:#f0f0f0;
	width:500px;
	height:30px;
	padding:15px;
}

.countrychooserflagtable {
	border-collapse:collapse;
	float:left;
	width: 230px;
	margin-right:20px;
	empty-cells:show;
}

.countrychooserflagtable td {
	border-top:1px solid #e8e8e8;
	height: 23px;
}

.countrychooserflagtable td.flag {
	width:25px;
}
#countrychooserflagfooter div.spacer {
	height: 1px;
	width: 450px;
	margin: 3px 0px;
}

#tooltipphone, #tooltipshipping {
	color: #666666;
	font-size: 11px;
}
