html {
	background: url(bg/html.jpg) repeat-x top left #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	width: 986px;
	background: url(bg/body.jpg) repeat-y top left;
	margin: 0 auto;
}

input {
	border: 1px solid #c7c7c7;
	font-size:11px;
}

	input[type="image"], input[type="checkbox"], input[type="radio"] {
		border: none;
	}
	
	input[type="text"], input[type="password"] {
		background:#f4f4f4 !important;
	}
	
	input[type="submit"], input[type="button"] {
	background:#f4d6de;
	border:1px solid #ced2d1;
	color:#c21e53;
	font-size:11px;
	}
	
textarea {
	border: 1px solid #c7c7c7;
}

select{
	border: 1px solid #c7c7c7;
	background:#ffffff !important;
}

a {
	text-decoration: none;
}

	a img {
		border: none;
	}

.clearfix {
	clear: both;
	width: 0;
	height: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0px;
	line-height: 0px;
}

.diamond {
	padding: 4px 0 4px 26px;
	background: url(bg/diamond.jpg) no-repeat left 4px;
}


.headline{
	background:#eaeaea;
	padding:4px 0 4px 4px;
	margin:0 18px 0 0;
}

.fontred{
	color:#d90035;
}

.fontred_light{
	color:#f6b3c4;
}

.arrow_left{
	color:#c71b53;
	background:url(../img/arrow_left.gif) no-repeat left top;
	padding-left:15px;
}

#arrow_left{
	color:#c71b53;
	background:url(../img/arrow_left.gif) no-repeat left top;
	padding-left:15px;
}

#arrow_left_basket{
	color:#c71b53 !important;
	background:url(../img/arrow_left.gif) no-repeat left 1px !important;
	padding-left:13px;
	border:0 !important;
	cursor:pointer;
}

	#arrow_left_basket.big{
		color:#c71b53 !important;
		background:url(../img/arrow_left.gif) no-repeat left 1px !important;
		padding-left:13px;
		border:0 !important;
		cursor:pointer;
		font-weight:bold;
		font-size:11px;
	}

.arrow_left_light{
	color:#d392a8;
	background:url(../img/arrow_left_light.gif) no-repeat left top;
	padding-left:15px;
}

.line{
	height:1px;
	background-color:#eaeaea;
	font-size:1px;
	margin-top:10px;
	margin-bottom:10px;
}

.bar_prevnext_order{
	padding:10px 18px 10px 0;
}

	.bar_prevnext_order .back{
		background:url(../img/zurueck.gif) no-repeat left top;
		padding-left:25px;
		color:#c31a50;
		font-weight:bold;
	}
	
	
	
	.ordersteps{
		background-color:#ffffff;
		width:771px;
		margin-bottom:8px;
	}
	
	.ordersteps a{
		color: #ffffff;
	}
	
	.ordersteps div{
		float:left;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
		background:url(bg/wk_nav.png) no-repeat 0 0;
		padding:5px 8px 5px 8px;
		margin:0 0px 8px 0;
		width:172px;
		text-align:center;
		border-right:1px solid #ffffff;
	}
	
	.ordersteps .active{
		color: #ffffff;
		background:url(bg/wk_nav_hl.png) no-repeat 0 0;
	}
	.ordersteps .active a {
		color:#ffffff;
	}
	
.basket{
width:;
}

	.basket .head_l{
		background:#eaeaea;
		padding:5px 0 5px 5px;
		text-align:left;
	}

	.basket .head_r{
		background:#eaeaea;
		padding:5px 0 5px 5px;
		text-align:right;
	}

		.basket .pic {
			float: left;
			padding-left: 10px;
		}
			
			.basket .pic img {
				border: 1px solid #EAEAEA;
			}
			
		.basket .title{
			float:left;
			padding-left:20px;
		}
		
			.basket .title p{
				margin-top:5px;
			}
			
			.basket .title .art_title{
				width:220px;
				padding-top:15px;
			}
		
				.basket .title  .art_title a{
					color:#000000;
				}
				
				.basket .title  .art_title .name{
					color:#484647;
				}
			
		
		.basket .quant{
			padding-left:2px;
			padding-top:5px;
		}
		
		.basket .price{
			font-weight:bold;
			text-align:right;
		}
		
		.basket .vat{
			font-weight:bold;
			text-align:right;
		}
		
		.basket .totalprice {
			text-align:right;
			padding-right: 10px;
		}
		
		.basket .sumdesc{
			text-align:right;
		}
		
		.box.orderinfo {
			width: 764px;
			padding: 0 !important;
		}
		
			.box.orderinfo dl {
				float: left;
				width: 33%;
			}
			
				.box.orderinfo dl dt {
					background: #EAEAEA;
					font-weight: bold;
					padding: 5px 10px;
				}
				
				.box.orderinfo dl dd {
					margin: 0;
					padding: 5px 10px;
				}
					
					.box.orderinfo dl dd form {
						margin-top: 10px;
					}
					
.infoText{
	color:#b7b7b7;
	font-size:10px;
}

	.infoText ul{
	list-style-type:none;
	}

		.infoText ul li{

		background: url(bg/diamond.jpg) no-repeat left 4px;
		padding:0 0 0 26px;
		}
		
	.errorbox{
		color:#ff0000;
		font-weight:bold;
	}
