@charset "UTF-8";
/* CSS Document */

hr { margin-bottom:20px; text-align:left; }
h2.formular, h3.formular { margin-left:0px; margin-top:10px; margin-bottom:10px; }

/* Formulareigenschaften */
.formular{width:580px;  margin:left; padding:0px; margin-top:0px; border:0px;}
form label,form input,form select {margin-bottom:10px;}
form label{width:150px; float:left;}
form label.spalte2{width:150px; float:none;}

form input, form select{width:420px; float:left; border:1px solid #CCC; padding:2px;-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
form input.strasse{width:354px; margin-right:5px;}
form input.strasse_nr{width:54px;}
form input.ort{width:334px;}
form input.plz{width:74px; margin-right:5px;}
form input.agb{width:20px; margin-right:5px;}
form input.von{width:159px; float:none; margin-right:19px; margin-left:4px;}
form input.bis{width:159px; float:none; margin-right:0px; margin-left:4px;}
form input.maennlich, form input.weiblich{width:60px; float:none; margin-right:20px; margin-left:4px;}
form input.vegetarier{width:60px; float:none; margin-right:0px; margin-left:4px;}
form input.tn{width:236px; float:none; margin-right:19px; margin-left:0px;}
form input.gb{width:80px; float:none; margin-right:0px; margin-left:4px;}

form input.day, form input.month{width:20px; float:none; margin-right:2px;}
form input.year{width:40px; float:none; margin-right:2px;}

form input:focus{ outline:none; border:1px solid #999;}
form textarea{width:420px; border:1px solid #CCC; padding:2px;-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;} */

form br{clear:both;}
form p{clear:both; margin-bottom:10px;}


/*form label.error{display:none !important; visibility:hidden !important;}*/  /* blendet die Standardfehlermeldung aus */
form input.error{border:1px solid #003300; background-color:#DDD;}
form select.error{border:1px solid #003300;}

form input[type="submit"]{ margin-left:5px; margin-top:10px; padding:5px; width:210px; cursor:pointer; color:#FFF; font-weight:bold; font-size:11px; float:left;
background: rgb(153,102,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,102,51,1) 0%, rgba(204,153,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,102,51,1)), color-stop(100%,rgba(204,153,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996633', endColorstr='#cc9966',GradientType=0 ); /* IE6-9 */


}

form input[type="submit"]:hover{
background: rgb(204,153,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,153,102,1) 0%, rgba(153,102,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,153,102,1)), color-stop(100%,rgba(153,102,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9966', endColorstr='#996633',GradientType=0 ); /* IE6-9 */
}


form input[type="reset"]{ margin-left:150px; margin-top:10px; padding:5px; width:210px; cursor:pointer; color:#FFF; font-weight:bold; font-size:11px; float:left;
background: rgb(153,102,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,102,51,1) 0%, rgba(204,153,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,102,51,1)), color-stop(100%,rgba(204,153,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,102,51,1) 0%,rgba(204,153,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996633', endColorstr='#cc9966',GradientType=0 ); /* IE6-9 */
}

form input[type="reset"]:hover{
background: rgb(204,153,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,153,102,1) 0%, rgba(153,102,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,153,102,1)), color-stop(100%,rgba(153,102,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,153,102,1) 0%,rgba(153,102,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9966', endColorstr='#996633',GradientType=0 ); /* IE6-9 */
}

/* Wrapper fuer "danke.htm" */
.danke{width:360px; margin:auto; padding-top:40px;}

.icon{ margin-right:10px; vertical-align:middle;}

/*Design der Form-Validierung*/
span.arrow {
    /*margin-left: 6px;
    height:17px;
    background: url('../img/error.gif') no-repeat left center;*/
}
label.error {
    height:15px;
	width: 402px;
	border:1px solid #fff;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
    margin-left:150px;
	padding:2px 2px 2px 20px;
	/* font-size:0.9em;*/
	background: #cc0000 url('../img/error.png') no-repeat left center;
	color:#fff;
	position: relative;
}