/* CSS Document */
<style>
body { text-align:center; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; color:#333;}
#formular {
	margin:0px;
	width:479px;
	border: 2px dotted #999999;
	padding: 0px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
/* start style formular */
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	width:390px;
	border:1px dotted #999;
	padding:10px;
	margin:5px;
	text-align:left;
	margin-top: 10px;
}
fieldset:hover {
	border-color:#333;
	border-style: solid;
}
fieldset#checkbox input  {width:35px;}
legend {
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	padding:5px;
	margin:5px;
	background:none;
}
label { color:#666; font-size:1em; margin:0 3px 3px 0; padding:0; line-height:1.5em; width:120px; display:block; float:left; clear:left;}
input {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; width:240px; background:#fff;}
input:focus {border-color:#000000;}
select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
option {color:#900;}
textarea {width:244px; border:1px solid #666;}
textarea:focus {border-color:#000000;}
.red { font-weight: bold; color: #FF0000;}
.plz {width:50px;}
.ort {width:180px;}
.strasse {width:200px;}
.strnummer {width:30px;}
.submitbtn {width:123px; background:#666; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}
.submitbtn:hover {background:#900; color:#fff; border:1px solid; border-color:#c00 #990100 #990100 #c00;}
/* ende style formular */
#top {background:#999; margin:0 0 40px 0; padding:5px; border-bottom:2px solid #900;}
#top h1 { font-family:Georgia, "Times New Roman", Times, serif; color:#fff; font-size:1.6em;}
#top p {color:#fff;}
#top p a {color:#fff; border-bottom:2px solid #900; text-decoration:none; padding:2px;}
#top p a:hover {color:#fff; background:#900; border-bottom:2px solid #fff;}
#footer {height:30px;  background:#999; margin:30px 0 0 0; padding:5px; border-top:2px solid #900;}
#footer p a {color:#fff; text-decoration:none; font-size:.85em;}
#footer p a:hover {color:#900; text-decoration:none;}
</style>
