label, input.text, select { 
	display: block;
	float: left;
	width: 15em; 
	margin-bottom: 1em;
}

input.hidden {
	width: 0.1 em;
}

input, select, textarea{
	border: 1px solid #B69446;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #FFFFFF;*/
}
#content select.autobreite, #content input.autobreite {
	width: auto;
	border: 1px solid #b69446;
	background-color: #FFFFFF;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}
input#submit, input.submit { /* den Submit-Button */
	float: left;
	width: auto;
	color: #006AB5;
	padding: 0.25em;
	border: 1px solid #B69446;
	background-color: #FFFFFF;
	color: #000000;
}

.fakebutton {
	width: auto;
	border: 1px solid #B69446;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0.25em;
}

label {
	text-align: right; 
	padding-right: 1em; 
}
form {
	/*margin:0;*/
	/*width: 87%;*/
}
fieldset {
	border: none;
	border-top: 2px solid #b69446;
}

#comments {
	display: none;
	width: 50%;
	margin-left: 20%;
	padding: 2em;
	margin-top: 2em;
}
#lForm {
	display: inline;
	width: 50%;
}
#rForm {
	display: inline;
	width: 30%;
}

/* Kalender Images */
.calendar_sets label {
	text-align: left;
	width: auto;
	margin-top: 0.4em;
}
.calendar_sets #submit {
	margin-left: 0.5em;
}
.calendar_category_images {
	width: 50%;
}
.calendar_category_images td {
	padding: 0 1em 0 1em;
}
.calendar_images {
	width: 255px;
	/*position: absolute;*/
	position: absolute;
	left: 730px;
	width: 255px;
	position: absolute;
	background: #FFFFFF url(../images/rightnav_top.gif) repeat-x;
	padding-top: 18px;
	border-right: 1px solid #B6B7CB;
	border-bottom: 1px solid #B6B7CB;
	border-left: 1px solid #B6B7CB;
	top: 95px;
}
.calendar_images_form {
	padding: 1em;
}
.submit_img {
	border: none;
	text-align: center;
	height: 46px;
	width: 75px;
}
.imagetitle {
	height: 3em;
	margin-top: 0.5em;
	margin-bottom: 0;
}
.imagescontent {
	/*float: left;*/
}
.dropzone {
	border: 1px dotted #B6B7CB;
	width: 100px;
	height: 67px;
	padding: 2px;
	margin: 2px;
}
.dropzone img {
	height: 67px;
	width: 100px;
}

/* Kalender Details */

.trenner {
	border-bottom: 2px solid #b69446;
}
.image_details_form {
	width: 100%;
	margin-bottom: 1em;
}
.image_details_form input, .image_details_form .submit {
	float: none;
}
.image_details_form fieldset.errorclass {
	border-top: 2px solid #E22;
	color: #e22;
}
.image_details_form legend, .orderAddress legend {
	font-weight: bold;
	border: 2px solid #b69446;
	margin-bottom: 10px;
	padding: 4px 6px;
}
.image_details_form .errorclass legend {
	color: #FFFFFF;
	background-color: #E22;
	border: solid 2px #e22;
}
.image_details_form .errorclass .fakebutton, .image_details_form .errorclass input {
	color: #E22;
	background-color: #FFFFFF;
	border: solid 1px #e22;
	line-height: normal;
}


.image_details_form .errorclass img {
	float: left;
	border-right: 2px solid #E22;
	padding-right: 1em;
	margin-right: 0.5em;
}
.image_details_form .nonerrorclass img {
	float: left;
	border: none;
	padding-right: 1em;
	margin-right: 0.5em;
}
.image_details_form p {
	margin: 0;
}
.image_details_form .flaechen, .image_details_form .buttons {
	margin: 1em 0 1em 0;
}


/* Warenkorb */

.basket {
	margin: 0;
	/*width: 90%;*/
}
.basket th {
	background-color: #b69446;
	padding: 0.2em 0.4em 0.2em 0.4em;
}
.basket td {
	padding: 0.2em 0.4em 0.2em 0.4em;
}
.itemprice, .itemcount {
	text-align: right;
}
/*.itemfunctions a {
	font-size: 0.8em;
	color: #6688FB;
}*/
.basket .shipping {
	text-align: right;
}
.basket .sum {
	text-align: right;
	font-weight: bold;
}
.basket .mwst {
	text-align: right;
	font-size: 0.9em;
}
.basket .trenner {
	border-bottom: 2px solid #b69446;
}
.orderAddress #submit {
	margin-left: 1em;
}

/* Produktansicht Warenkorb */

.productData .left {
	text-align: right;
	vertical-align: top;
	/*background-color: #AEDDFB;*/
	font-weight: bold;
	padding: 0.2em 0.6em 0.2em 0.6em;
	height: 1em;
}
.productData .right {
	padding-left: 0.5em;
}
.productData .productTrenner {
	border-bottom: 2px solid #b69446;
	padding: 0;
	margin: 0;
}

/* Fehleranzeige allgemein */
#error {
	font-weight: bold;
	color: red;
}

/* Validation Styles */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.clearboth {
	/*clear: both;*/
}

/* Motivauswahl Overlay */
#calendar_images_overlay {
	position: fixed;
	opacity: .8;
	left: 0;
	top: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
}

#calendar_images_overlay_dropzone {
	position: fixed;
	border: 2px solid #B6B7CB;
	background-color: #FFF;
	padding: 1em;
	padding-left: 40px;
	width: 640px;
	height: 480px;
	left: 164px;
	top: 50px;
}

#calendar_images_overlay_dropzone .dropzone, #calendar_images_overlay_dropzone .dropzone img {
	width:140px;
	height: 93px;
}

.overlay {
	cursor: pointer;
}

.image {
	float: left;
	padding: 4px;
}

