@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#797979;
}
h2 { color:#FF770B; font-size:12px; font-family:tahoma; margin:20px 0px 5px 0px; }
a{ color:#FF770B; text-decoration:underline}
a:hover{ text-decoration:none}
.schritte01 { width:175px; height:175px; margin: 0px 5px 0px 0px; float:left; }
.schritte02 { width:175px; height:175px; margin: 0px 0px 0px 0px; float:left; }

/* Formatierungen, die in der Gallerie verwendet werden */
.bildNichtGewaehlt {
	width: 145px; 
	height: 125px; 
	border:1px solid #CCCCCC;
	padding:2px; 
	margin: 0px 15px 15px 0px; 
	text-align: center; 
	position: relative;
}
.cartCopyGeweahlt {
	border-color:#0000FF;
}
.bildGewaehlt {
	width: 145px; 
	height: 125px; 
	border:1px solid #FF0000;
	padding:2px; 
	margin: 0px 15px 15px 0px; 
	text-align: center; 
	position: relative;
}
a.cartAdd {
	background: transparent url(../images/icons/cart_add.png) 5px 0px no-repeat; 
	display: block; 
	width: 95px; 
	line-height: 16px; 
	height: 20px; 
	padding-left: 25px;
	text-decoration: none;
}
a.cartAdd:hover { color: #666666; }
/* Formatierungen, die im Warenkorb verwendet werden */
a.formatCopy {
	background: transparent url(../images/icons/pictures.png) 0px 0px no-repeat; 
	display: block; 
	width: 115px; 
	line-height: 16px; 
	height: 18px; 
	padding-left: 20px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}
a.formatCopy:hover { color: #666666; }
a.delItem {
	background: transparent url(../images/icons/image_delete.png) 0px 0px no-repeat; 
	display: block; 
	width: 115px; 
	line-height: 16px; 
	height: 18px; 
	padding-left: 20px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}
a.delItem:hover { color: #666666; }
.cartItem {
	float: left; 
	border: 1px solid #CCCCCC; 
	width:340px; 
	height:95px; 
	margin: 0px 10px 10px 0px;
}
label {
	font-size:10px;
	font-weight: bold;
}
.formSubmit {
	background: url(../images/standard/pagi_black.png);
	height: 18px;
	padding-bottom: 3px;
	border: 0px; 
	color:#FFFFFF;
	font-weight: bold;
}
.formSubmit_over {
	background: url(../images/standard/pagi_orange.png);
	height: 18px;
	padding-bottom: 3px;
	border: 0px; 
	color:#FFFFFF;
	font-weight: bold;
}
.fehlermeldung {
	background:transparent url(i-edit/images/img_icon/exclamation.png) no-repeat scroll 5px 3px;
	color:#AD0000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:5px 0;
	padding:5px 5px 5px 25px;
	width:500px;
}
select {
	color: #ff0000;
	size: 50px;
}