/* basket mit minimalem top-margin */
#basket {
	width:138px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:left;
	background-color:#FFFFFF;
	border:1px dotted #666666;
}

/* div container mit allen inhalten */
#shopcontent {
	margin:0px 3px 10px 15px;
}

#shopcontent h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;	
	font-size:16px;
	color:#0A57A4;
	margin:25px 0px 5px 0px;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;	
	font-size:16px;
	color:#0A57A4;
	margin: 0px 0px 0 15px;
}

#shopcontent h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;	
	font-size:14px;
	color:#0A57A4;
	margin: 0 0px;
}

#shopcontent h3 {
	color:#0A57A4;
	margin: 5px 0px 0 0;
    font: bold 12px/14px Helvetica, Arial, sans-serif;
}

#h2list h2 {
	margin: 0;
}


#shopcontent p {
	line-height:17px;
	margin:0px 0px 5px 0px;
}

#shopcontent .dropdownbox {
	padding:5px 20px;
	text-align:left;
	border:1px dotted #666666;
	margin-bottom:10px;
}

#shopcontent img {
	line-height:17px;
	margin:0px 0px 5px 0px;
	border:1px dotted #999999;
}

#shopcontent img:hover {
	border:1px solid #999999;
}

#shopcontent a { color:#0A57A4;	text-decoration:none; }
#shopcontent a:hover { color:#000000; text-decoration:none; }

/* bilder startseite*/
.startbildklein1 {
	float:left;
	margin:7px 8px 0px 0px;
}

.startbildklein2 {
	float:left;
	margin:7px 0px 0px 0px;
}

/* bilder detailansicht*/
.detailbildgross {
	float:left; 
	margin:0px;
}

.detailbildklein1, .detailbildklein2 {
	float:left;
	margin:0px 0px 3px 8px;
}

.detailbildklein3 {
	float:left;
	margin:1px 0px 3px 8px;
}

/* text detailansicht */
.arttext {
	margin:10px 0px;
	padding-bottom:10px;
	line-height:17px;
}

/* detail-box */
.artdetail {
	width:280px;
	float:right;
	margin:0px 0px 0px 30px;
	padding-bottom:10px;
}

/* detail-box inhalte */
.artfarbe, .artgroesse {
	margin:0px;
	padding:3px 2px;
	border-bottom:1px solid #999999;
}

.artnummer {
	margin:0px;
	padding:3px 2px;
	font-size:10px;
	color:#666666;
	border-bottom:1px solid #999999;
}

.artpreisinkl {
	margin:0px;
	padding:3px 2px;
	font-weight:bold;
	/*text-align:right;*/
	background-color:#EEEEEE;
}

.artpreisexkl {
	margin:0px;
	padding:0px 2px;
	/*text-align:right;*/
	font-size:10px;
	background-color:#EEEEEE;
	border-bottom:1px solid #999999;
}

.artpreisaktion {
	margin:0px;
	padding:3px 2px;
	font-weight:bold;
	text-align:right;
	background-color:#999999;
	color:#CC0000;
}

.artbacklink {
	border-top:1px dotted #999999;
	padding:0px;
	text-align:right;
}

/* detail-box kaufen-button */
.artbuy {
	margin:15px 0px;
	text-align:right;
}

.artbuy input {
	border:1px solid #999999;
	padding:2px 4px;
	font-weight:bold;
	background-color:#E7EFF6;	
}

.artbuy input:hover {
	background-color:#EEEEEE;	
}

/* neue div-boxen 30.05.07 */
.shopnews {
	width:136px;
	margin-top:320px;
	padding:2px;
	text-align:left;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	color:#CC0000;
}

.shopnews strong {
	color:#000000;
}

.shopseller {
	width:136px;
	margin-top:30px;
	text-align:left;
	background-color:#FFFFFF;
}

.shopseller ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.shopseller li {
	border-bottom:1px dotted #666666;
	margin:3px 0px;
	padding:2px;
}

/* div mit link auf aktionen auf shop-index */
.aktionteaser a {
    font: 12px/16px Arial, Helvetica, sans-serif;
}

.aktionteaser div {
	float:left;
	width:175px;
	height:135px;
	margin:7px 7px 0px 0px;
	padding: 0px 0px 0px 5px;
	border:1px dotted #0A57A4;
}

