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

input.hidden {
	width: 0.1 em;
}

input.button {
	border: 1px solid #3366BB;
	background-color: #DBF0FC;
	color: #006AB5;
	padding: 0.25em;
	margin-bottom: 10px;
}
select, input, textarea {
	border: 1px solid #3366BB;
	color: #006AB5;
	padding: 0.25em;
	margin-bottom: 10px;
}
#content select.autobreite, #content input.autobreite {
	width: auto;
	border: 1px solid #006AB5;
}

/*form br { /* Alle Zeilenumbrüche in Formularen auswählen, das floating der labels und inputs aufheben 
	clear: left; 
}*/
input#submit, input.submit, textarea.submit, select.submit { /* den Submit-Button */
	/*float: left;
	width: auto;
	border: 1px solid #3366BB;
	background-color: #DBF0FC;
	color: #006AB5;
	padding: 0.25em;
	margin-bottom: 10px;*/
	margin-left: 16em;
	position: relative;
}

.fakebutton {
	width: auto;
	border: 1px solid #3366BB;
	color: #006AB5;
	background-color: #DBF0FC;
	padding: 0.25em;
}

label {
	text-align: right;
	padding-right: 1em;
}
form {
	margin:0px;
}
fieldset {
	border: none;
	border-top: 2px solid #AEDDFB;
}

#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;
}
.calendar_images {
	width: 255px;
	position: absolute;
	float: right;
	right: 20px;
}

.calendar_images_form {
	border: 2px solid #3366BB;
	background-color: #FFF;
	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;*/
}
.imagespreview {
	width: 170px;
	position: relative;
	float: left;
	padding: 10px;
	height: 120px;
}
.dropzone {
	border: 1px dotted #3366BB;
	width: 100px;
	height: 67px;
	padding: 2px;
	margin: 2px;
}
.dropzone img {
	width: 100px;
	height: 67px;
}

td.month-active {
    background-color: #FFF4D8;
  }

/* Kalender Details */

.trenner {
	border-bottom: 2px solid #AEDDFB;
}
.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: solid 2px #AEDDFB;
	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;
}
form.orderAddress {
	position: relative;
	width: 90%;
}

/* Warenkorb */

.basket {
	margin: 0;
	/*width: 90%;*/
}
.basket th {
	background-color: #AEDDFB;
	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;
}
.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 #AEDDFB;
}
.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 #AEDDFB;
	padding: 0;
	margin: 0;
}

/* Fehleranzeige allgemein */
#error {
	font-weight: bold;
	color: red;
}
/* 12.7.08 bw: stylesheet für nicht links in navigation.php fehlen bei zeile 27*/
.errorclass {
	color: red;
	font-weight: bold;
}
.nonerrorclass {
	color: #484B4F;
}

/* 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 #3366BB;
	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;
}



