* {
/* Reset */
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}

a img {
	border: 0;
}

#webshop-navi {
	width: 800px; 
	border: 1px solid #000;
	margin-bottom: 20px;
}

#webshop-content {
	width: 580px; 
	float: left; 
	border: 1px dotted #000; 
	min-height: 400px;
	margin-right: 10px;
	text-align:left;
}

#webshop-orderform {
	width: 800px;
	text-align:left;
}

#webshop-articles{
	width: 200px; 
	float: right; 
	border: 1px dotted #000; 
	min-height: 400px
}

#rightCol {
	width: 200px;
	float: right;
}

#webshop-imagePool {
	height: 250px;
	border: 1px dotted silver;
	margin-bottom: 10px;
}

#webshop-shoppingPreview {
	height: 140px;
	border: 1px dotted silver;
}

.shoppingCartRow {
	width: 580px;
	border: 1px dotted #000;
}

.articleOverviewRow {
	width: 580px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.SCimagePreview {
	/*float: left;*/
	width: 200px;
}

.SCarticleData {
	/*float: left;*/ 
	width: 380px;
}	


.tx-cwrronlineshop-pi1 input, .tx-cwrronlineshop-pi1 textarea, .tx-cwrronlineshop-pi1 select {
	border: 1px #aaa solid;
	background: #fff;
	font-size: 1em;
	font-family: inherit;
	padding: 1px 2px;
}
#webshop-articles input, #webshop-articles select{
  width: 100%;
}

.tx-cwrronlineshop-pi1 input[type=submit], .tx-cwrronlineshop-pi1 input[type=button] {
	border: 1px #aaa solid;
	background: #eee;
	color: #aa0d2d;
	padding: 1px 5px;
	cursor: pointer;
}

/*.tx-cwrronlineshop-pi1 table td *{width:100%;}*/


.shoppingCartRow td{vertical-align:top;}

.cropOption {
	float: left; 
	width: 20px;
	border: 1px solid silver;
	margin: 0 3px 0 3px;
	cursor: pointer;
	text-align: center;
}

.tx-cwrronlineshop-poolimage {
	padding-right: 3px;
	float: left;
	cursor: pointer;
}



#webshop-orderform td{
  color:#000;
  font-size:12px;
}

#webshop-orderform h2{
  color:#AA0D2D;
  font-size:16px;
  font-weight:bold;
}
#webshop-orderform input, #webshop-orderform textarea, #webshop-orderform select {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #AAAAAA;
	font-family: inherit;
	font-size: 1em;
	padding: 1px 2px;
}
#webshop-orderform  input {
	width: 300px;
}
#webshop-orderform  select {
	width: 305px;
}
#webshop-orderform  input.town {
	width: 250px;
}
#webshop-orderform  textarea {
	width: 99%;
}
input.error {
	border: 1px dotted #AA0D2D;
}
label {
/* Alle Labels UND Formularelemente auswählen */
	width: 230px;
/* Breite.*/
}
form br {
/* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left;
/* das floating der labels und inputs aufheben */
}
label.error {
	color: #AA0D2D;
	font-style: italic;
	font-size: 0.9em;
}

