#kontakt {
}
#kontakt form {
	margin:10px;
	padding: 0;
	/*border: 1px solid #f2f2f2;
	background-color: #FAFAFA;*/
	padding-top: 5px;
	display: inline;
}
#kontakt fieldset {
	padding: 12px;
}

#kontakt  label.legendk {
	text-align: right;
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 2px;
	padding-top:3px;
	padding-right: 3px;
	text-transform: capitalize;/*	border: 1px solid #FF0000;*/
	padding-bottom: 2px;
}
#kontakt   label.legendm {
	text-align: right;
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 2px;
	padding-top:3px;
	padding-right: 3px;
	text-transform: capitalize;/*	border: 1px solid #FF0000;*/
	padding-bottom: 2px;
	background-image: url(../images/legendbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#kontakt  label.errk {
	background-image: url(../images/achtung.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 2px;
	padding-top:3px;
	padding-right: 3px;
	text-transform: capitalize;
	vertical-align: middle;
}
#kontakt   label.errm {
	background-image: url(../images/errbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 2px;
	padding-top:3px;
	padding-right: 3px;
	text-transform: capitalize;
	vertical-align: middle;
}
#kontakt .labeltext {
	text-transform: capitalize;
	font-size: 12px;
}
#kontakt span.errmsg {
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 0.8em;
	padding-top: 5px;
}
#kontakt span.display {
	display: block;
	float: left;
	width: 350px;
	margin-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
	padding-top: 3px;
	font-size: 12px;
}
#kontakt br {
	clear: left;
	line-height: 1px;
}

#kontakt input {
	width: 220px;
	display: block;
	float: left;
	margin-bottom: 2px;
	height: 19px;
}
#kontakt textarea {
	height: 100px;
	width: 220px;
	display: block;
	float: left;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#kontakt select {
	display: block;
	width: 223px;
	margin-bottom: 2px;
	float: left;
	margin-right: 0px;
}

#kontakt input.button {
	width: 100px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 25px;
	margin-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #EEEEEE;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #EEEEEE;
	margin-right: 5px;
	background-image: url(../images/bg_button_p.jpg);
	background-repeat: repeat-x;
}
#kontakt input.button:hover {
	background-color:#CC9900;
	background-image: url(../images/bg_button_a.jpg);
	background-repeat: repeat-x;
}

#kontakt .formmuss {
	margin-right: 5px;
	background-color:#fee483;
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
#kontakt .formkann {
	margin-right: 5px;
	background-color: #FFFFFF;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.message {
	font-size: 1em;
	font-weight: bold;
	color: #af0b0b;
}

