/**********************/
/* Schaefer AG        */
/*		      */
/* Daniel Bohl        */
/* Stylesheet v. 1.0  */
/**********************/



/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 620px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 20px; right: -7px;
	width: 108px; height:27px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 28px;
	/*background: url(paging_bg2.png) no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-color: #99CCFF;
	behavior: url(/PIE.htc);
	-webkit-border-radius:10px; 
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; 
	box-shadow:1px 2px 5px #333333;
}
.paging a {
	padding: 2px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #FFFFFF;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ipad-dropdown-single.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

ul.menu {padding:0; margin:0; list-style:none; position:relative; z-index:500; margin-right:1px; float:left; }
ul.posLeft {margin-left:0px;}
ul.menu ul {padding:0;  margin:0; list-style:none; position:absolute; left:-9999px; top:41px; width:170px; background:url(./images/menue/background1.gif) no-repeat left bottom; padding:2px 2px 10px 2px;}
ul.menu a {font:normal 12px arial, sans-serif; color:#000000; text-decoration:none;}
ul.menu a:hover {color:#000; text-decoration:none;}
ul.menu li:hover > a {color:#000;}

ul.menu li.liTop {float:left;}
ul.menu li.close {position:absolute; right:0; top:0; width:30px; height:40px; z-index:-1;}
ul.menu li.close a {display:block; height:40px; width:30px; background:url(./images/menue/close.gif) no-repeat top right;}

ul.menu li.nosub a {display:block; height:40px; line-height:40px; background:url(./images/menue/background1.gif) no-repeat right top; padding:0 12px 0 0; float:left;}
ul.menu li.nosub a b {display:block; height:40px; background:url(./images/menue/background1.gif) no-repeat left top; padding:0 0 0 12px; cursor:pointer; float:left;}
ul.menu li.liTop a.open {display:block; height:100%; line-height:40px; background:#99CCFF url(./images/menue/down.gif) no-repeat right top; padding:0 30px 0 0; float:left;}
ul.menu li.liTop a.open b {display:block; background:url(./images/menue/background1.gif) no-repeat left top; padding:0 0 0 12px; cursor:pointer}

ul.menu ul li a {display:block; padding:2px 10px; height:auto; line-height:16px;}
ul.menu ul li a:hover {background:#fffffe;}

ul.menu li.liTop:hover {position:relative; height:41px;}
ul.menu li.liTop:hover ul {left:0;}

/* for IE6 */
ul.menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:0; top:0;}
ul.menu a ul li {float:left; width:170px;}
* html ul.menu li.liTop a:hover {direction:ltr; height:41px;}
ul.menu a:hover ul {left:0;}
ul.menu a:hover ul li a {width:150px;}
ul.menu a:hover ul li a:hover {height:auto;}





/* PAGE CONTENT BOX FORMAT */

.drp_shadow_produkt_titel {
	
height: 20px;
color: #ffffff;
line-height:110%;
font-size: 18px;
text-align: center;
font-weight: bold;
}

.drp_shadow_produkt_titel a {
	font-weight: bold;
}

.drp_shadow_produkt_titel h1 a:hover {
	text-decoration: underline;
	color: #050505;
	font-weight: bold;
}


#page {
	background-color: #FFFFFF;
	/* background: url(./images/bg_muster.gif); */ 
	background-repeat:repeat;
	font-family: Trebuchet MS, Bitstream Vera Sans, verdana, lucida, arial, helvetica, sans-serif;
	font-family: arial, helvetica, sans-serif;
     }

#pagebox {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 1128px;
	border-left:0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	/*background: #999999; */
	margin: 0 auto;
	/* background-image: url(./images/bg_middle-v2.jpg); */
	background-repeat: repeat-y;
}

a img {
	border: 0px;
}
	
#pagebox_middle {
	margin: 0 auto;
	padding: 20px;
	/* 	background: #FF0000; */
	/*background-image: url(./images/middle_bg.gif);*/
	background-repeat: repeat-y;
	border: 0px solid #CCCCCC; background-color: #ffffff;
	
	behavior: url(/PIE.htc);
	-webkit-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; margin-top: 10px; padding-top: 1px;
	box-shadow:1px 2px 9px #333333;
	padding-top: 0px;
	padding-bottom: 4px;
	}



#pagebox_middle_content {
	float: 			none;
	padding-top: 		5px;
	border-left: 		0px solid #000000;
	border-right:		0px solid #000000;
	font-size: 		12px;
}

#pagebox_middle_content a {
	}
	

#pagebox_middle_content h1 {
	
	height: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border: 0px solid #666666;
	text-align : left;
	padding-top: 3px;
	padding-left: 09px;
	background-repeat : no-repeat;
	background-position: 3px 6px;
	
	
	background-color: #99CCFF;
	background-repeat : repeat-x;
	background-position: 0px 0px;
	
	margin-bottom: 2px;
	margin-top: 10px;
	color: #050505;
	text-decoration: none;
	
	behavior: url(/PIE.htc);
	-webkit-border-radius:10px; 
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; 
	box-shadow:1px 2px 5px #333333;
	
}

#pagebox_middle_content h1 a {
	font-size: 12px;
	font-style: normal;
	color: #050505;
}

#pagebox_middle_content h1 a:hover {
	text-decoration: underline;
	color: #050505;
}

#pagebox_middle_content h2 {
font-size: 15px;
}

#pagebox_middle_content p {
	margin-top: 0px;
	padding: 0px;
}





#conten_middle_left {
	width: 		220px;
	float: 		left;
	margin-left: 	0px;
	

}

#conten_middle_center {
	width: 		622px;
	float: 		left;
	padding-left: 	10px;
	padding-right: 	10px;
	border-left:  	0px solid #000000;
	border-right:  	0px solid #000000;

}


#conten_middle_right {
	width: 		220px;
	float: 		left;
	margin-left: 	0px;
	padding-left: 	3px;
	

}




#pagebox_middle_footer {
	float: none;
	margin-top: 10px;
	color: #000000;
	font-size: 12px;
	height: 30px;
	background-color: #99CCFF;

	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
	border-right:  0px solid #000000;
	padding-top: 		3px;
	padding: 3px;
	margin-bottom: 10px;
		
		
		behavior: url(/PIE.htc);
	-webkit-border-radius:10px; 
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; 
	box-shadow:1px 2px 5px #333333;
}


#pagebox_middle_footer a {
	color: #000000;
}

#pagebox_middle_footer_left {
	width: 500px;
	float: left;
	margin: 5px;
	height: 30px;

	}

#pagebox_middle_footer_right {
	float: none;
	text-align: right;
	margin: 5px;
	height: 30px;

	}

#footer {
	width: 1100px;
	margin: 0 auto;
	float: none;
	height: 30px;
	text-align: center;
	font-size: 10px;
	background-repeat : no-repeat;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	margin-bottom: 10px;
	}

#pagebox_middle_footer_right a:link, a:visited {
	color: #000000;
	text-decoration : none;
	}

#pagebox_middle_footer_right a:hover {
	color: #000000;
	text-decoration: underline;
	}

#header {
	width: 1088px;
	background: #FFFFFF;
	margin: 0 auto;
	float: none;
	height: 110px;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: center center;

}



#pagebox_middle_menue {
	float: 			none;
	color: 			#99CCFF;
	font-size: 		12px;
	border-top: 	0px solid #000000;
	border-left:  	0px solid #000000;
	border-right:  0px solid #000000;
	/* height: 15px; */
	padding-bottom: 		30px;
	padding-top: 		12px; 
}


/********************************************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1.6em;
	color: #000000;
	position: absolute;
	z-index: 6;
	font-size: 16px;
	
	/*behavior: url(/PIE.htc);*/
	/* border-radius: 10px; margin-top: 10px; padding-top: 0px; */
	box-shadow:1px 2px 5px #333333;
	/*
	-webkit-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-moz-box-shadow:1px 2px 9px #333333;
	
	 */
	
}

#nav a {
	display: block;
	/* width: 10em; */
	color: #000000;
	text-decoration: none;
	z-index: 6;
}

#nav li { /* all list items */
	float: left;
	width: 214px; /* width needed or else Opera goes nuts */
	width: 358px; /* width needed or else Opera goes nuts */
	/* padding: 2px; */
	background-color: #99CCFF; 
	margin-left: 2px;
	margin-right: 2px;
	
	/* border-bottom: 1px solid #000000; */
	 behavior: url(/PIE.htc);
	-webkit-border-radius:10px; 
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; 
	box-shadow:1px 2px 5px #333333;
	z-index: 6;
}

#nav li ul { /* second-level lists */
	
	position: absolute;
	float: none; 
	color: #000000;
	width: 165px;
	/* padding: 10px; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 120px;
	/*background-color:#99CCFF;*/
	/* filter:Alpha(opacity=90, finishopacity=50); */
	
	/*behavior: url(/PIE.htc);*/
	border-radius: 10px; 
	box-shadow:1px 2px 5px #333333;
	
	z-index: 6;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 135px;
	 
	
}

#nav ul li a:hover {

	color:#555555;
	
}

/********************************************/

.product_row {
	margin-bottom: 10px;
	Margin-top: 10px;
	height: auto;
	border: 1px solid #000000;

}

.product_row_bottom {
 	background-color:		#2a336a;
	border-top:				1px solid #000000;
	height:					3px;
	}

.product_row_titel {
	
	height: 20px;
	background-color:#2a336a;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 0px solid #000000;
	text-align : left;
	padding-top: 3px;
	padding-left: 19px;
	/* background-image : url(./images//*bg.gif);*/
	background-color: #99CCFF;
	background-repeat : repeat-x;
	background-position: 0px 0px;
	margin-bottom: 2px;
	color: #010101;
}

.product_row_titel a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #010101;
}

.product_row a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration : none;
	}

.product_row a:link, a:visited {
	text-decoration : none;
	font-size: 12px;
	color: #FFFFFF;
	}

.product_row a:hover 	{
	text-decoration : underline;
	font-size: 12px;
	}

.product_row a:active {
	font-size: 12px;
	}

.product_row a img {
	border: 0px;
	margin-top: 0px;
}

.produkt_row_images a img {
	margin: 2px;
	}


.msg_box_spacer{
	margin-left: auto; padding-top: 100px; padding-bottom: 40px; margin-right: auto; width: 400px;
	border: 0px solid #CCCCCC; background-color: #ffffff;
	behavior: url(/PIE.htc);
	-webkit-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; margin-top: 10px; padding-top: 1px;
	box-shadow:1px 2px 5px #333333;
	padding-top: 0px;
	padding-bottom: 4px;




}
	

.artikel_detail_eigenschaft
{
	width:170px;
	border: 0px solid #FF0000;
	float: left;
	font-size: 10px;
	height: 20px;
	/* font-size: 12px; */
}

.artikel_detail_wert
{
	margin-left:	170px;
	border:		0px solid #FF0000;
	float:		none;
	height:		20px;
	/* background-color: #000000; */
	/* font-size:	12px; */
	font-weight:	bold;
	/* border: 1px solid #ffffff; */
	width:370px;
}


.msg_box_titel {
		background-color:#2a336a;
		padding: 1px 4px 1px 4px;
		border-bottom: 1px solid #666666;
		color: #FFFFFF;
		}
	
.msg_box 	{
		background-color: #eee; border: 1px solid #666666;
		}
		
.msg_box_bottom {
		margin-left: auto; margin-right: auto; text-align:right; padding: 4px 2px 4px 2px;
		}
		
.msg_box_message {
		padding: 8px 20px 8px 20px;
	}
		
#conten_middle_right a, a:link, a:visited {
	text-decoration : none;
	color: #000000;
	font-size: 12px;
}

#conten_middle_right a:hover {
text-decoration: underline;
}

#conten_middle_right a img {
	border: 0px;
}

	
#conten_middle_right a img {
	border: 0px;
}


#conten_middle_right h3 {
	height: 18px;
	background-color:#969696;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #666666;
	text-align : left;
	padding: 2px;
	padding-left: 19px;
	background-image : url(./images/h1_posleft.gif);
	background-repeat : no-repeat;
	background-position: 3px 5px;
	
	
	margin: 0px;
	margin-bottom: 2px;
}

#agb {
font-style: normal;
font-family:Arial, Helvetica, sans-serif;
}


.dropshadowcorner {
	border: 0px solid #CCCCCC; background-color: #ffffff;
	behavior: url(/PIE.htc);
	-webkit-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; margin-top: 10px; padding-top: 1px;
	box-shadow:1px 2px 5px #333333;
	padding-top: 0px;
	padding-bottom: 4px;

}

.dropshadowcorner h1 {
	margin-bottom: 5px;
}

.dropshadowcorner_produkt {
	border: 0px solid #CCCCCC; background-color: #ffffff;
	behavior: url(/PIE.htc);
	-webkit-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:10px; margin-top: 10px; padding-top: 1px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 10px; margin-top: 10px; padding-top: 1px;
	box-shadow:1px 2px 5px #333333;
	padding-top: 0px;
	padding-bottom: 4px;
	
}

.dropshadowcorner_prodtitel
{
	border: 0px solid #CCCCCC; background-color: #ffffff;
	behavior: url(/PIE.htc);
	-webkit-border-radius:4px; margin-top: 10px; padding-top: 1px;
	-webkit-box-shadow:1px 2px 9px #333333;
	-moz-border-radius:4px; margin-top: 10px; padding-top: 1px;
	-moz-box-shadow:1px 2px 9px #333333;
	border-radius: 4px; margin-top: 10px; padding-top: 1px;
	box-shadow:1px 2px 5px #333333;
	padding-top: 0px;
	padding-bottom: 4px;
	
}

.gallery_image {

width: 300px;
height: 200px;
padding: 5px;
margin: 3px;
float: left;
	background-color: #DFDFDF;
border: 1px solid #666666;
}

.gallery_folderprewiev {
	float: left;
	text-align: center;

	width: 180px;
	height: 80px;
	margin: 10px;
	padding: 5px; border: 1px solid #c6c6c6;
	background-color: #DFDFDF;
	border: 1px solid #666666;
}

##################################
#navigation {
	width: 950px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(images/navigation-bg.jpg) no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(images/navigation-separator.png) no-repeat right center;
} 

#navigation ul li a:hover {
	color:#134264;
	background: url(images/navigation-hover.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#134264;
	background: url(images/navigation-hover.png) repeat-x left top;
}
