/* Forms 
------------------------------------------------------------------------------- */
form {
	/*width: 360px;*/
	text-align: left;
	/*clear: both;*/
	padding-bottom: 20px;
	border: none;
	margin-top: 5px;
}
form.full { width: 100%; }

fieldset {
    border: none;
}

legend {
	display: none;
}
form h2 {
	color:#F4E5AE;
	font-size:1.5em;
	padding: 15px 0 20px 6%;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}
form table {
   padding-left: 1px;
}

form label,
form p {
	display: block;
	clear: both;
	/*width: 150px;*/
	font-size: 0.96em;
	line-height: 1.5em;
	padding: 1px 4px 9px 2px;	
}
form p {
	padding-top: 10px;
	font-size: 0.92em;
}
form label {
	text-align:right;
	padding-right: 14px;
}

form input {
	display: block;
	margin-top: 0px;
}


form select {
	float: left;
	display: block;
}
form table tr td{
   vertical-align: top;
	/*min-width: 150px;*/

}
form #kontaktTb td{
	padding: 2px 5px;
}
form #buttonS td {
	padding-top: 12px;
	border-top: 1px dotted #F4E5AE;
}
form #buttonS input {
	cursor: pointer;
}
form #buttonS input:hover {
	background-color: fuchsia;
}
form #buttonSend {
	padding: 5px 4px 5px;
	/*background-color: fuchsia;*/
	font-size: 1.3em;
}

form #padMin td{
	padding: 0 6px;
	line-height: 1.24em;
}

/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
form label.pflicht{
	font-weight: bold;
	padding-right: 0;
}

#tbWsBetrag td {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 1px;
}
#kontaktTb  {
	/*border: 1px dotted Olive;*/
}
#kontaktTb hr  {
	color: Olive;
	border: 1px dotted Olive;
	height: 1px;
}
#kontaktTb input, #kontaktTb textarea, #kontaktTb select {
	background-color: #F4E5AE;
	font-size: 1.2em;
	padding: 2px;
	/*border: thin solid;*/
}
#trConfirm {
	display: none;
}
#kontaktTb #confirm {
	height: 20px; /*bringt es auf die gleiche Höhe wie Text*/
	border: 4px solid Lime;
}
#kontaktTb #tdConfirm {
	border: 1px solid Lime;
}
#kontaktTb #tdConfirm:hover, #kontaktTb #checkText:hover{
	background-color: fuchsia;
}
#tbGV {
	font-style: italic;
	font-size: 0.92em;	
	border-top: 1px dotted Olive;
	border-bottom: 1px dotted Olive;
	margin-bottom: 14px;
	padding: 10px
}
#tbGV input {
	/*background-color: white;*/
	border: none;
	font-size: 1em;
	padding: 0;
}
.errors {
	background-color: Yellow;
	color: red;
	font-size: 1.48em;
	padding: 10px;
	width: 68%;
	line-height: 1.4em;
}
