/* SEITENGESTALTUNG */
.divaction {
	width:390px;
	border-right:5px solid #333333;
	background-color: #333;
	color:#FFF;
	min-height:20px;
	padding-left:2px;
	padding-bottom:2px;
	margin-bottom:10px;
}


.divdetails {
	width:280px;
	margin-bottom:10px;
}

.divdetailspos1 {
	width:90px;
	float:left;
	height:17px;
}
.divdetailspos2 {
	width:155px;
	padding-left:10px;
	float:left;
	height:17px;
}

.divdetailsposh1 {
	width:90px;
	float:left;
	height:119px;
}
.divdetailsposh2 {
	width:155px;
	padding-left:10px;
	float:left;
	height:119px;
}


/* FORM */
input {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}
input.senden {
	width:84px;
	cursor:pointer;
	font-weight:700;
	float:left;
}
input.senden:hover {
	width:84px;
	cursor:pointer;
	color: #666;
}
textarea { 
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:252px;
	height:110px;
}
select {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}
.checkbox { width:20px; border:0;} 
.radio { width:20px; border:0;} 
/* TAGS */
hr{
	background: url(../images/layout/bg_hr.jpg) no-repeat center top #fff; /* Mozilla 1.4 */
	color:#fff; /* IE 6 */
	border: #fff; /* Opera 7.11 */
	height: 18px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	width:402px;
	margin-bottom:40px;
}
hr.big{
	background: url(../images/layout/bg_hr_big.jpg) no-repeat center top #fff; /* Mozilla 1.4 */
	color:#fff; /* IE 6 */
	border: #fff; /* Opera 7.11 */
	height: 18px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	width:497px;
	margin-bottom:40px;
}




#menue {
	behavior:url("/css/PIE.htc");
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#boxen { width:960px; height:172px; display:block;}

.box { margin-right:5px; float:left; border:0 none;}
.box.last { margin-right:0; float:left;}



a.lightshow { width:161px; height:26px; display:block; background:url(../images/buttons/lightshow.jpg) no-repeat top left; }
a.lightshow:hover { width:161px; height:26px; display:block; background:url(../images/buttons/lightshow.jpg) no-repeat bottom left; }






.bannerSlider { height:351px !important; overflow:hidden; position:relative; clear:both; padding-bottom:19px; background:url(../images/sliderbanner/slider_bg.jpg) no-repeat bottom center;}
.bannerSlider .myScroll { position:absolute; top:0; left:0; z-index:200;}
.bannerSlider #controls { position:absolute; width:960px; top:150px; left:0; z-index:250;}

.bannerSlider #controls .prev { cursor:pointer; float:left; background:url(../images/sliderbanner/but_prev.png) no-repeat; width:36px; height:39px; }
.bannerSlider #controls .next { cursor:pointer; float:right; background:url(../images/sliderbanner/but_next.png) no-repeat; width:36px; height:39px; }
.bannerSlider #controls .disabled { display:none;}

.supplier { clear:both; position:relative; margin-top:10px; padding-top:10px;}
.supplier .myScroll { position:absolute; top:0; left:0; z-index:200;}
.supplier #supplier_controls {  position:absolute; width:960px; top:38px; left:0; z-index:250;}

.supplier #supplier_controls .prev { cursor:pointer; float:left; background:url(../images/sliderbanner/but_prev.png) no-repeat; width:36px; height:39px; }
.supplier #supplier_controls .next { cursor:pointer; float:right; background:url(../images/sliderbanner/but_next.png) no-repeat; width:36px; height:39px; }
.supplier #supplier_controls .disabled { display:none;}
