/* Allgemein */
img, div { behavior: url('/images/iepngfix.htc') }
img{
	border:0;
}

 a:link{color:#333;text-decoration:none;}
 a:visited{color:#333;text-decoration:none;}
 a:hover{color:#81087C;text-decoration:none;}
 a:active{color:#81087C;text-decoration:none;}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}

h1{
	padding:0;
	margin:0;
}

.contact2 {border: 0px none; background: #FFF;}

input{
	border:1px solid #808080;
	background:url('img/activ_bg.jpg') top left repeat-x;
	font-size:11px;
}

form{
	margin:0;
	padding:0;
}

/* RAHMEN */
body{
	margin:0;
	padding:0;
	background:url('img/body_bg.jpg') top left repeat-x #333;
	font-size:11px;
	font-family:arial;
}


.alignRight{
	text-align:right;
}



div#center{
	width:993px;
	margin:0 auto;
	background:url('img/center_bg.jpg') top right repeat-y;
}

	div#borderLeft{
		padding-left:44px;
		background:url('img/borderLeft_bg.jpg') top left no-repeat;
	}
	
	div#borderRight{
		padding-right:44px;
		background:url('img/borderRight_bg.jpg') top right no-repeat;
	}
	
	#center #header{
		background:url('img/body_bg.jpg') top left repeat-x #333;
		height:114px;
	}
	
	#center #header #logoLink{
		float:left;
		display:block;
		margin-top:16px;
	}
	
	#center #header #headerLinks{
		float:right;
		width:210px;
		text-align:right;
		color:#A6A6A6;
		margin-top:59px;
		margin-right:10px;
	}
	
	#center #header #headerLinks a{
		color:white;
	}
	

		
	#center #header #headerLinks .line{
		height:2px;
		border-bottom:1px dashed #A6A6A6;
		width:161px;
		margin-left:45px;
		overflow:hidden;
	}
	
	
#center #floater{
		line-height:140%;
		background:url('img/contentHeader_bg.jpg') top left no-repeat;
	}	
	
/* TOP NAVIGATION */
		#center #navi{
			background:url('img/navi_bg.jpg') top left repeat-x;
			
		}
		#center #navi #topNavi{
			height:30px;
			overflow:hidden;
		}
		#center #navi #topNavi a{
			display:block;
			float:left;
			padding:5px 13px 8px 13px;
			font-size:15px;
		}
		#center #navi #topNavi .inactiv{
			color:white;
		}
		#center #navi #topNavi .activ{
			color:#B20DB2;
			background:url('img/activ_bg.jpg') top left repeat-x;
		}
		
/* SUBNAVI */
		#center #navi #subNavi{
			margin-left:9px;
		}
		#center #navi #subNavi a{
			display:block;
			float:left;
			padding:3px 5px 2px 5px;
			font-size:12px;
		}
		#center #navi #subNavi .inactiv{
			color:#333;
		}
		#center #navi #subNavi .activ{
			color:#B20DB2;
		}
		
		#center #navi #search{
			float:right;
			width:210px;
			overflow:hidden;
			color:#CCC;
			margin:5px 0 0 0;			
		}
		
		#center #navi #search input{
			float:left;
			margin:0 5px 0 5px;
			color:#999;
		}
		
		#center #navi #search .submit{
			padding:0;
			display:block;
			float:left;
			margin:0;
		}
		
		.txtsearch{
			float:left;
			margin-top:1px;
		}
		
/* Boxes Right */
	
	#boxes{
		float:left;
		width:208px;
	}
	#boxes a{
		text-decoration:underline;
	}
	#boxes .box .title{
		background:url('img/boxesTitle_bg.jpg') top left repeat-x;
		color:white;
		font-size:12px;
		padding:3px 0 5px 8px;
	}
	
	#boxes .box div{
		padding:5px;
	}	

	/* CLouds */
	#boxes .cloud a{
		text-decoration:none;
	}
	.cloud {
		text-align:center;
		padding:5px;
	}
	.cloud h1{
		font-size:19px;
		float:left;
		display:block;
		padding:3px;
		margin:0;
		font-weight:bold;
	}
	.cloud h2{
		font-size:16px;
		float:left;
		display:block;
		padding:3px;
		margin:0;
		font-weight:bold;
	}
	.cloud h3{
		font-size:12px;
		float:left;
		display:block;
		padding:3px;
		margin:0;
		font-weight:bold;
	}
	.cloud h4{
		font-size:10px;
		float:left;
		display:block;
		padding:3px;
		margin:0;
		font-weight:bold;
	}	
	
.cloud a:link{color:#333;text-decoration:none;}
.cloud a:visited{color:#333;text-decoration:none;}
.cloud a:hover{color:#81087C;text-decoration:none;}
.cloud a:active{color:#81087C;text-decoration:none;}	
	
/* CONTENT */
	#content{
		float:left;
		width:697px;
		font-size:12px;
		color:black;
	}
	
	
	#content #contentBoxHeading{
		background:url('img/katBox_repeat.jpg') top left repeat-y;
	}
	
	#content #katBox_header{
		background:url('img/katBox_header.jpg') top left no-repeat;
		padding-bottom:5px;
	}
	
	#content #contentHeader{
		background:url('img/contentHeader_bg.jpg') top left no-repeat;
	}
	
	#content h1{
		font-size:12px;
		color:white;
		background:url('img/h1_bg.jpg') top left repeat-x;
		padding:4px 0 4px 6px;
		font-weight:normal;
	}
	
	#content .box{
		padding:10px;
	}
	
	#content .box a{
		text-decoration:underline;
	}
	
	#content .box .lineDashed{
		height:1px;
		padding-top:3px;
		margin-bottom:3px;
		border-bottom:1px dashed #444;
	}
	
	#content h3{
		border-bottom:1px dashed #7D017D;
		margin-top:10px;
		font-size:14px;
		padding-bottom:2px;
	}	
	

	
/* KATEGORIE BOX */	
	#katTitle{
		border-bottom:1px solid white;
		color:white;
		font-size:12px;
		margin:0 0 0 6px;
		padding-top:4px;
		width:480px;
		font-weight:normal;
		display:block;
	}

#katTitle a{	
	color:white;
}

#katTitle a img{
	margin-right:5px;
	display:block;
	float:left;
	margin-left:2px;
}

#katBox .noKats{
	color:white;
	font-size:12px;
	margin:16px;
}

	#katBox{
		padding:0 0 6px 6px;
		width:520px;
	}

	#katBox a{
		color:white;
		float:left;
		display:block;
		width:115px;
		margin-right:3px;
	}

	#katBox .activ{
		color:#9F099F;
	}
	
	
.cats {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cats li {
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 175px;
}

.cats a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.cats img {
	border: none;
	padding: 14px 12px 12px 13px;
}
.cats .pngover {
	width: 193px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url('/templates/artevo/img/watercolor-mask.png') no-repeat;
	text-align: center;
	padding-bottom:3px;
	padding-top: 140px;
}	
	
	
	
	
	
	
	
	
	

		
		
/* FOOTER */

	#footer{
		width:903px;
		margin:0 auto;
		color:#666;
}

	#footer .alignight{
		text-align:right;
		color:#666;
		margin:5px 10px 5px 0;
	}

	#footer a{
		color:#666;
	}

	#footer .line{
		height:2px;
		overflow:hidden;
		background:url('img/footer_Line.gif') top left no-repeat;
		margin:4px 0 4px 0;
	}

	#footer h3{
		margin:0;
		padding:0;
		font-size:12px;
	}

	#footer .floater{
		float:left;
		width:134px;
		padding:0;
	}

	
	
	
	
	
	
/* BOX - Login */
	#boxes #loginbox{
		margin:0;
	}

	#boxes .loginForm .email{
		width:150px;
		margin:3px;
		padding:2px 2px 2px 2px;
		color:#999;
	}

	#boxes .loginForm .password{
		width:113px;
		float:left;
		padding:2px 2px 2px 2px;
		margin:3px;
		color:#999;
	}

	#boxes .loginForm .submit{
		margin:3px;
		display:block;
		height:17px;
		overflow:hidden;
		float:left;
	}
	
/* BOX Cart */
	#boxes .cartBox .wholePrice{
		text-align:right;
		margin-top:4px;
		padding-top:4px;
		border-top:1px dashed #444444;
	}

	#boxes .cartBox .discount{
		text-align:left;
		margin-top:4px;
		padding-top:4px;
		border-top:1px dashed #444444;
	}

	#boxes .cartBox .lineDashed{
		margin-bottom:4px;
		height:1px;
		overflow:hidden;
		padding-top:0px;
		border-bottom:1px dashed #444444;
	}	
	
/* BOX Newsletter */
	#boxes .newsletterBox{
	}
	#boxes .newsletterBox .emailadress{
		width:113px;
		float:left;
		padding:2px 2px 2px 2px;
		margin:3px;
		color:#999;
	}	

	#boxes .newsletterBox .submit{
		margin:3px;
		display:block;
		height:17px;
		overflow:hidden;
		float:left;
	}	
	
	#boxes .newsletterBox .line{
		margin-bottom:3px;
		padding-top:0px;
		height:1px;
		overflow:hidden;
		border-bottom:1px dashed #444444;
	}

	
	
	
	
	
	
	
/* Produkt Übersicht */
	#content .p_u_Box{
		float:left;
		width:325px;
		height:128px;
		border:1px dashed #949494;
		margin:4px;
		margin-top:10px;
		overflow:hidden;
		background-color:white;
	}

	#content .p_u_Image{
		float:left;
	}

	#content .p_u_Title{
		float:right;
		width:169px;
		background:url('img/product_bg.jpg') top left repeat-x #999999;
		height:95px;
		text-align:right;
		padding:4px 5px 7px 4px;
		overflow:hidden;
	}

	#content .p_u_Title h2{
		font-size:11px;
		font-weight:bold;
		padding:0;
		margin:0;
	}

	#content .p_u_Title h2 a{
		color:white;
		text-decoration:none;
	}

	#content .p_u_Price{
		float:left;
		width:173px;
		height:20px;
		padding:3px 5px 0 0;
		background:url('img/price_bg.jpg') top left repeat-x #CCCCCC;
		text-align:right;
		float:right;
	}

	#content .p_u_Price a{
		color:#9F099F;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
	}

	#content .p_u_Price a img{
		margin-left:5px;
	}
	
	#content  h3.shortDesc{
		color:white;
		font-size:11px;
		border:none!IMPORTANT;
		font-weight:normal;
		margin-top:0;
		padding-top:0;
	}
	
	#content  h3.shortDesc a{
		color:white;
		text-decoration:none;
	}
	#content .dottedLine{
		height:2px;
		overflow:hidden;
		border-bottom:1px dotted white;
		margin-bottom:2px;
	}
	
/* ProductInhalt */
	#content .chiptuning { width: 445px; border-collapse: collapse; margin: 4px 1px; padding: 0; font-size: 11px; background-color:#FFFFFF; }
	#content .chiptuning td { border: 1px solid #A8A8A8; padding: 4px 10px; }
	#content .chiptuning th { background: #E8E8E8; border: 1px solid #A8A8A8; padding: 4px 10px;  }

	#content .poductLeft{
		float:left;
	}
	
	#content img.product{
		margin:5px 30px 30px 0;
	}
	#content .priceTable{
		margin:6px 0 10px 0;
	}
	#content .priceTable h5{
		font-size:14px;
		color:#9F099F;
		margin:0;
		padding:0;
	}
	
	#content .buyIt{
		border:1px solid #A8A8A8;
		background-color:white;
		padding:4px;
		margin-right:30px;
	}
	
	#content .buyIt input{
		display:block;
		float:left;
		border:0;
	}
	
	#content .buyIt .ADD_QTY{
		border:1px solid #A8A8A8;
		margin:0px 20px 0 0;
	}	
	
	
/* Create Account */
	
	.createAcc{

	}

	.createAcc .error{
		background-color:white;
		padding:5px;
		border:1px solid #7D017D;
		margin:15px;
	}

	.createAcc .error .title{
		font-size:12px;
		font-weight:bold;
		color:#7D017D;
		margin-bottom:12px;
	}

	.createAcc .formRow{
		margin:3px;
		line-height:1em;
	}

	.createAcc .formRow .formKey{
		float:left;
		width:200px;
	}

	.createAcc .formRow .formInput{
		float:left;
		width:440px;
	}

	.createAcc .inputRequirement{
		color:#7D017D;
		font-weight:bold;
	}
	
/* Checkout Shipping */

	.shipping .shippingArt{
		margin:5px;
		padding:10px;
	}

	.shipping .trcol1{
		background-color:#A2A2A2;
		padding:8px;
	}

	.shipping .trcol2{
		background-color:#C3C3C3;
		padding:8px;
	}

	.adressBlock{
		width:270px;
		background-color:#C3C3C3;
		padding:5px;
		margin:15px;
		border:1px solid #A2A2A2;
	}

	.adressBlock .alignRight{
		margin-top:3px;
	}	

/* Shipping Adress */
	.shippingAdress .error{
			background-color:white;
			padding:5px;
			border:1px solid #7D017D;
			margin:15px;
	}

	.shippingAdress .adressBlock{
			width:270px;
			background-color:#C3C3C3;
			padding:5px;
			margin:15px;
			border:1px solid #A2A2A2;
		}
		
	.shippingAdress .blockAdress{
		margin:15px;
		border:1px solid #A2A2A2;
		width:643px;
	}	

	.shippingAdress .blockAdress tr.row{
		background-color:#C3C3C3;
	}
	
	/* Neues Passwort */
	.newpassword .message{
		border:1px solid #7E027E;
		padding:5px;
		margin:10px;
		background-color:white;
	}
	
/* ACCOUNT */	
	.account .boxLeft{
		width:332px;
		float:left;
		margin-right:8px;
	}

	.account .boxRight{
		width:317px;
		float:left;
		padding:5px 0 0 15px;
	}

	.account .h3link{
		font-size:11px;
		color:#6C006D;
	}

/* Accounr_history */
	.history .orderbox{
		padding:3px 5px 5px 5px;
		margin:5px 0 5px 0;
		background-color:#E1E1E1;
	}
	
.csc-textpic-image{
	float:left;
	margin:7px 3px;
}
.csc-textpic-clear{
	clear:both;
}
.verfuegbar{
	display:block;
	background-color:green;
	padding:3px;
	color:#fff;
	font-size:11px;
	margin:5px 0;
}