.textPreview {
	max-width: 300px;
	border: 2px grey outset;
	padding: 5px;
	margin: 5px;
}

div.validatorbox {
	border: 2px outset red;
	margin: 5px;
	padding: 5px;
	max-width: 400px;
	float:left;	
}

div.validatorbox ul li {
	color: red;
	font-weight: bolder;
}

.validationerror {
    background-color: #ecb7b7;
}

.requiredfield {
    background-color: #fff8bd;
}

table.warenkorbposition {
    border: 0px solid black;
}

.warenkorbposition_menge {
	width: 30px;
}

table.warenkorbposition tr {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

table.warenkorbposition tr td.col1 {
	background-color: yellow;
}

table.warenkorbposition tr td.col2 {
    background-color: yellow;
}

table.warenkorbposition tr td.col3 {
    background-color: yellow;
}

.qq-upload-button {
	border: 2px outset grey;
	background-color: lightgreen;
	text-align: center;
}

.bilderliste {
	overflow:scroll;
	max-width: 500px;
	max-height: 500px;
	border: 2px inset grey;
}