fieldset {
	width: 480px;
	padding:10px; 
	border:1px solid #6A061B;
	margin: 0 auto;
	margin-bottom: 10px;
	}

input, textarea, select{
	font:1em/1.4em Calibri, Arial, Helvetica, sans-serif; 
	padding:1px;
	color: #707173;
	}
select:active, select:focus, select:hover, input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover {
	background-color: #eee;
	color:black;
	}


legend {
	background:#DDDDDD; 
	color:#6A061B; 
	font-size:1.6em;
	line-height: 25px;
	padding:0 10px; 
	margin:0; 
	font-weight: lighter;
	}
dl {
	clear:both;
		}
dt, dd {
	font-weight: normal;
	float:left;
	margin: 0; padding: 0; 
	}
label {
	font-weight: normal;
	display: block;
	margin: 6px 0 0 0;
	width: 200px;
}
label.opt {font-weight:normal;}
dd {
	width: 400px;
	border: 0px solid green; float:left;  line-height:25px;}
select {width: 100px;}
textarea, input {width: 380px;}
input {height: 18px;}
input#submit, input:hover#submit, input:active#submit, input:focus#submit {width: 100px;border: 1px solid #bbb; line-height: 1.1em; height: 24px; color: #6A061B; text-decoration: underline; background-color: #dcd9ca;}

.kontakterror, .kontaktsucces{width: 460px;margin: 0 auto; color: white; font-size: 1.1em; font-weight: normal; padding: 10px;}
.kontakterror{ background-color: #6A061B; }
.kontaktsucces{background-color: #177F39;}
