/*BASIC*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#666666;
	background-image: url(../layout/bg.jpg);  /*achtung lernkurve:-) pfad auf hintergrundbild immer relativ aus sicht der css datei.. logisch eigentlich*/
	background-repeat: repeat-x;
}

html, body { 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	
}

html {
	
}

a:link {
	color: #1D98C4;
}
a:visited {
	color: #1D98C4;
}
a:hover {
	color: #333333;
}
a:active {
	color: #1D98C4;
}

.errormessage {
	margin-top:8px;
	margin-bottom:8px;
	color:#FF0000;
}

h1 {
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 3px;
}

/*END BASIC*/



/*SLIDER*/

#toolcontent .slider .drawer-handle {
background:#939393 url(../layout/box_top.png) no-repeat scroll 0pt;
color:#333333;
cursor:default;
font-size:12px;
padding:5px 0pt;
text-indent:15px;
width:100%;
}

/*END SLIDER*/




/*BOXES*/

.boxtitle {
	background-image:url(../layout/box_top.png); 
	width:180px;
	background-repeat:no-repeat;
	padding-left:8px;
	font-size: 13px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #E1E4E5;
	font-weight:bold;
}

.maintop {
	background-image:url(../layout/main_top.png); 
	background-repeat:no-repeat;
	font-size: 2px;
	height:7px;
}

.mainbottom {
	background-image:url(../layout/main_bottom.png); 
	background-repeat:no-repeat;
	font-size: 2px;
	height:7px;
	margin-bottom:5px;
}

.maincontent {
	background-color:#FFFFFF; 
	/*padding-left:5px; 
	padding-right:5px;*/
	font-size:11px;
	border-left: 1px solid #E1E4E5; 
	border-right: 1px solid #E1E4E5;
}

.specialtop {
	background-image:url(../layout/specialnav_top.png); 
	background-repeat:no-repeat;
	font-size: 2px;
	height:7px;
	margin-top:21px;
}

.specialbottom {
	background-image:url(../layout/specialnav_bottom.png); 
	background-repeat:no-repeat;
	font-size: 2px;
	height:7px;
}

.specialcontent {
	border-left: 1px solid #E1E4E5; 
	border-right: 1px solid #E1E4E5;
	padding-left:5px; 
	padding-right:5px;
	font-size:13px;
}

.boxbottom {
	background-image:url(../layout/box_bottom.png);
	background-repeat:no-repeat;
	font-size: 1px;
	height:7px;
}

.lagerstatus {
	font-size: 11px;
	padding-left:5px;
	padding-top:3px;
}

/*END BOXES*/


/*ARTIKELDARSTELLUNG*/

.brandicon {
	width:136px;
	height:124px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float:left;
	position:relative;

}

.brandicon:hover {
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}

.brandicon_mini {
	width:50px;
	height:45px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float:left;
	position:relative;
	margin-right:2px;
	margin-bottom:4px;
}

.brandicon_mini:hover {
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}

.device {
	width:136px;
	height:155px;
	padding-top:2px;
	color:#333333;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float:left;
	position:relative;
	text-decoration:none;

}

.device:hover {
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	cursor:pointer;
}



.productbreit {
	border-top:1px solid #333;
	/*background-image:url(../layout/aktion.png);
	background-repeat:no-repeat;
	background-position:right;*/
}

.productbreit:hover {
	border-top:1px solid #FFCC00;

}


.silverbutton {
	width:150px;
	height:22px;
	text-align:center;
	padding-top:4px;
	background-image:url(../layout/standardbutton.jpg);
	background-repeat:no-repeat;
}

.silverbutton_transparent {
	width:150px;
	height:22px;
	text-align:center;
	padding-top:4px;
	background-image:url(../layout/standardbutton_transparent.png);
	background-repeat:no-repeat;
}


.yellowbutton {
	width:150px;
	height:22px;
	text-align:center;
	padding-top:4px;
	background-image:url(../layout/standardbutton_yellow.jpg);
	background-repeat:no-repeat;
}

.silverbutton_middle {
	width:220px;
	height:22px;
	text-align:center;
	padding-top:4px;
	background-image:url(../layout/middledbutton.jpg);
	background-repeat:no-repeat;
}

.silverbutton_large {
	width:310px;
	height:22px;
	text-align:center;
	padding-top:4px;
	background-image:url(../layout/largebutton.jpg);
	background-repeat:no-repeat;
}

a.silverbuttontext:link {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
}
a.silverbuttontext:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
a.silverbuttontext:visited {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
}

a.standardlink:link {
	color:#333333;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	
}
a.standardlink:hover {
	color:#000000;
	text-decoration:underline;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
a.standardlink:visited:hover {
	color:#000000;
	text-decoration:underline;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
a.standardlink:visited {
	color:#333333;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
/*END ARTIKELDARSTELLUNG



/*ARTIKELDETAILDARSTELLUNG*/
.detail_passive {
	float:left;
	width:194px;
	height:21px;
	background-image:url(../layout/detailview_change_top_passive.png);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #E1E4E5;
	font-size: 12px;
	cursor:pointer;
}


.detail_active {
	float:left;
	width:194px;
	height:21px;
	background-image:url(../layout/detailview_change_top.png);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:1px solid #FFF;*/
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}

.detail_abo_passive {
	float:left;
	width:144px;
	height:21px;
	background-image:url(../layout/detailview_abo_change_top_passive.png);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #E1E4E5;
	font-size: 12px;
	cursor:pointer;
}


.detail_abo_active {
	float:left;
	width:144px;
	height:21px;
	background-image:url(../layout/detailview_abo_change_top.png);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:1px solid #FFF;*/
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}


.detail_abo_middle_passive {
	float:left;
	width:144px;
	height:20px;
	background-image:url(../layout/detailview_abo_change_middle_passive.png);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #E1E4E5;
	font-size: 12px;
	cursor:pointer;
}


.detail_abo_middle_active {
	float:left;
	width:143px;
	height:21px;
	background-image:url(../layout/detailview_abo_change_middle.png);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:1px solid #FFF;*/
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}

.detail_blank {
	float:left;
	width:194px;
	height:21px;
	background-image:url(../layout/detailview_change_blank.png);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:1px solid #FFF;*/
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}

.detail_abo_blank {
	float:left;
	width:146px;
	height:21px;
	background-image:url(../layout/detailview_abo_change_blank.png);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:1px solid #FFF;*/
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}

.produktbild {
	width:166px;
	height:166px;
	padding-top:2px;
	color:#333333;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	float:left;
	position:relative;
	text-decoration:none;

}

.produktbild:hover {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	cursor:pointer;
}

.minipreview {
	float:left;
	width:30px;
	height:32px;
	padding-top:2px;
	color:#333333;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	margin-right:1px;
	float:left;
	position:relative;
	text-decoration:none;
	text-align:center;

}

.minipreview:hover {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	cursor:pointer;
}
/*ENDE ARTIKELDETAILDARSTELLUNG*/



/*WARENKORB */

.warenkorb_entry {
	color:#5B5858;
	font-size:11px;
	padding-left:5px;
	padding-bottom:2px;
	text-decoration:none;
}

.warenkorb_neutral {
	color:#5B5858;
	font-size:11px;
	padding-left:5px;
	padding-bottom:2px;
	text-decoration:none;
	border-bottom: 1px solid #EEE;
}

.warenkorb_total {
	padding-top:2px;
	color:#5B5858;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
	border-top: 2px solid #EEE;
}


.bestellbox {
/*background-color:#F4F4F4;*/
border:1px solid #CCCCCC;
padding:7px 7px 7px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
width:255px;
}


/*END WARENKORB */





/*TOOLBOX*/

.silverbar {
	background-image:url(../layout/silver_bg.jpg);
	height:18px;
	border-bottom: 1px solid #EEE;
	/*border-top: 1px solid #EEE;*/
	font-size:12px;
	padding-top:2px;
	color:#5B5858;
	padding-left:5px;
	cursor:pointer;
}

.tool_element {
	font-size:12px;
	color:#5B5858;
	height:120px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}

.tool_item {
	border-bottom: 1px solid #EEE;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:2px;
}

.minilogin {
	border:1px solid #CCC;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:11px;
	margin:0px;
	padding:2px;
	width:90px;
}

.standardinput {
	border:1px solid #BBBBBB;
	color:#3E3E3E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.standardinput.mustfield {
	background-color:#D8F0FA;
}

.searchinput {
	border:1px solid #BBBBBB;
	color:#3E3E3E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
}

/*TOOLBOX*/


/*MAINTITLE*/
.titlebar {
	background-image:url(../layout/titlebar_bg.png);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	height:22px;
	margin-bottom:2px;
	padding-left:10px;
	padding-top:4px;
}




/*NAVI*/

.naviitem {
	border-bottom: 1px solid #EEE;
	padding-top:2px;
	padding-bottom:2px;
}

a.maincat:link {
	background-image:url(../layout/pfeil.png);
	background-position:7px 4px;
	background-repeat:no-repeat;
	color:#5B5858;
	font-size:12px;
	padding-left:16px;
	text-decoration:none;
}

a.maincat:hover {
	background-image:url(../layout/pfeil.png);
	background-position:5px 4px;
	background-repeat:no-repeat;
	color: #1E97C6;
	font-size:12px;
	padding-left:16px;
	text-decoration:none;
}

a.maincat:visited {
	background-image:url(../layout/pfeil.png);
	background-position:7px 4px;
	background-repeat:no-repeat;
	color:#5B5858;
	font-size:12px;
	padding-left:16px;
	text-decoration:none;
}

a.maincat_active {
	background-image:url(../layout/pfeil.png);
	background-position:7px 4px;
	background-repeat:no-repeat;
	color:#1E97C6;
	font-size:12px;
	padding-left:16px;
	text-decoration:none;
}

a.maincat:visited:hover {
	background-image:url(../layout/pfeil.png);
	background-position:5px 4px;
	background-repeat:no-repeat;
	color:#1E97C6;
	font-size:12px;
	padding-left:16px;
	text-decoration:none;
}

a.secondcat:link {
	background-image:url(../layout/pfeil.png);
	background-position:14px 4px;
	background-repeat:no-repeat;
	color:#5B5858;
	font-size:12px;
	padding-left:28px;
	text-decoration:none;
}

a.secondcat:visited {
	background-image:url(../layout/pfeil.png);
	background-position:14px 4px;
	background-repeat:no-repeat;
	color:#5B5858;
	font-size:12px;
	padding-left:28px;
	text-decoration:none;
}

a.secondcat:hover {
	background-image:url(../layout/pfeil.png);
	background-position:12px 4px;
	background-repeat:no-repeat;
	color: #1E97C6;
	font-size:12px;
	padding-left:28px;
	text-decoration:none;
}

a.secondcat_active {
	background-image:url(../layout/pfeil.png);
	background-position:12px 4px;
	background-repeat:no-repeat;
	color: #1E97C6;
	font-size:12px;
	padding-left:28px;
	text-decoration:none;
}

a.subcat:link {
	background-image:url(../layout/pfeil.png);
	background-position:23px 4px;
	background-repeat:no-repeat;
	color:#5B5858;
	font-size:12px;
	padding-left:38px;
	text-decoration:none;
}

a.subcat:visited {
	background-image:url(../layout/pfeil.png);
	background-position:23px 4px;
	background-repeat:no-repeat;
	color:#5B5858;
	font-size:12px;
	padding-left:38px;
	text-decoration:none;
}

a.subcat:hover {
	background-image:url(../layout/pfeil.png);
	background-position:21px 4px;
	background-repeat:no-repeat;
	color: #1E97C6;
	font-size:12px;
	padding-left:38px;
	text-decoration:none;
}

a.subcat_active {
	background-image:url(../layout/pfeil.png);
	background-position:21px 4px;
	background-repeat:no-repeat;
	color: #1E97C6;
	font-size:12px;
	padding-left:38px;
	text-decoration:none;
}


/*END NAVI*/






/*SERVICE BOX*/

.servicetip {
	background-color:#FFFFFF;
	border-bottom:1px solid #EEEEEE;
	color:#5B5858;
	cursor:pointer;
	font-size:10px;
	padding-left:6px;
	padding-top:0px;
	height: 16px;
	padding-bottom:7px;
}

.services_box {
	position: absolute;
	display: none;
	background-color: #1D98C4;
	color: #FFFFFF;
	padding: 8px;
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
	width: 270px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.services_box_flexible {
	position: absolute;
	display: none;
	background-color: #FFCC00;
	color: #FFFFFF;
	padding: 8px;
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
	width: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	z-index:1;
}

.services_title {
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px #FFFFFF solid;
}

/*END SERVICE BOX*/

.list {
list-style-position: outside;
list-style-image: url(/layout/pfeil.png);
list-style-type: square;
}


/*IMAGE LIGHT BOX*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../layout/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../layout/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../layout/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*END IMAGE LIGHTBOX*/
