@charset "utf-8";

/* Company: Euroweb Internet GmbH */

form label,
form input,
form textarea,
form selcect,
form p#fehlermeldung,
div#meldung {
	width:250px;
	font:inherit;
	color:inherit;
	border:1px solid #b30b00;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	height:18px;
}


input:hover,
input:focus,
textarea:focus,
textarea:hover {
	background:#f1f1f1;
	color:#000;
	border:1px solid #737373;
}

/*==================================================
    => global settings
==================================================*/
 
/*------------------ =form  ----------------------*/
 
form#Kontaktformular,
form#Anmeldung,
form#Abmeldung {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

form label,
form input,
form textarea {
	display:block;
	float:left;
	margin:10px 5px 0 0;
}

form br {
	clear:left;
}

/*------------------ =inputs  --------------------*/
 
form input { width: 200px;}

form input#submit{
	background: #d81612;
	padding:5px;
	cursor:pointer;
	clear:both;
	width:202px;
	height:35px;
	color:#fff;
}

form textarea {
	overflow:auto;
	width:200px;
	height:155px;
}

#label-nachricht {
	text-align:left;
	padding:0;
	width: 90px;
}

form input[type=hidden],
form input#hidden {
	display:none;
	border:0;
	padding:0;
	height:0.0em;
	line-height:0.0em;
}

form input.checkbox {
	width:20px;
	margin-top:13px;
	border:none;
	background:transparent;
	height:15px;
	_margin-left:-10px;
}

form input.radio {
	width:20px;
	margin-top:5px;
	border:none;
	background:transparent;
	height:12px;
}

/*------------------ =labels  --------------------*/
 

form label.radio,
form label.radio-small {
	width:auto;
	border:none;
	background:transparent;
}

form label.radio-small {
	margin-top:0px;
	width:auto;
	border:none;
	background:transparent;
}

form label.radio-small{
	margin-top:2px;
	width:auto;
	border:none;
	background:transparent;
}

form label {
	text-align:left;
	padding-right:15px;
	border:none;
	background:none;
	width:60px;
	font-size: 11px;
}

form label.required {
	background: url(../images/form-required.gif) right center no-repeat;
}

form label#label-rueckruf {
	width:40px;
	margin-left:8px;
}

form label.checkbox {
	width:70px;
}

/*------------------ =fielsets  ------------------*/
 
form legend {
	display:none;
	height:0.0em;
	line-height:0.0em;
}

form fieldset#submitbox,
form fieldset.submitbox {
	padding:0;
	clear:both;
}

form fieldset {
	padding:0px;
	border:none;
}


/*------------------ =error  ---------------------*/
 
.error {
	color:#d81612 !important;
	font-weight:bold !important;
}



/* ---------- The error message - make it huge and hard to miss! :) ---------- */
p#fehlermeldung {
	background:#fff;
	border:1px dashed #ccc;
	display:none;
	margin:0 0 15px 0;
	padding:20px;
	width:480px;
}

p#fehlermeldung a { float:right;}

form fieldset.block01 {
	float:left;
	width:300px;
	margin-left: 0px;
	margin-bottom: 20px;
}

form fieldset.block02 {
	float:left;
	width:100px;
	padding-top:17px;
}
