* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
}
p {
	margin-bottom:1em;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	font-size: 1.5em;
	margin-bottom:1em;
	margin-top:1em;
	color: #FC6307;
}

h2 {
    color:#8AD814;
}

h3 {
    color:#DADADA;
}

a {
    color: white;
    font-weight:bold;
}
a:link, a:visited {
    color:#8AD814;
}
a:hover, a:active {
    color:#FC6307;
}
.clear {
	   clear:both;
	   overflow:hidden;
	   height:0;
	   display:block;
}

html>body .clear {
	overflow:visible;
}

#topbanner {
	position:absolute;
	margin-left:50%;
	left: -380px;
	width:760px;
	height: 111px;
	text-align:right;
	background-image: url(../images/topback.gif);
	background-repeat: repeat-x;
}
#logo {
	position:absolute;
	margin-left:50%;
	left: 175px;
	top:0;
}


#topmenu {
	position:absolute;
	margin-left:50%;
	left: -370px;
	top:79px;
	list-style-type: none;
	height: 20px;
	font-size:11px;
    	width:750px;
}

#topmenu li {
	text-align:center;
	margin-right: 5px;
 	list-style-type: none;
	float:left;
	height: 20px;
    	width:127px;
}
/* Hier verstecken wir den Linktext, */
/* der von Screenreadern nachwievor gelesen */
/* und dargestellt wird */
#topmenu a {
	padding: 5px 0 0 0;
	overflow: hidden;
    	width:127px;
	display: block;
	}
/* mouseover-Zustand */
/* Wir verschieben das Hintergrundbild um 30 Pixel nach oben */
/* Dadurch wird das mittlere Drittel dargestellt */
#topmenu a:hover {
	background-position: 0 -40px;
	color:#FC6307;
	}

/* mousedown-Zustand */
/* Wir verschieben das Hintergrundbild um 60 Pixel nach oben */
/* Dadurch wird das untere Drittel dargestellt */
#topmenu a:active, #topmenu a.selected {
	background-position: 0 -20px;
	color:#fff;
	}

/* Zustand der Vorauswahl */
/* Hier wird das mittlere Drittel dargestellt */
/* Möchte man einen Button vorauswählen, braucht man lediglich */
/* dem a-Tag ein class="selected" hinzufügen */
#topmenu a.selected {
	background-position: 0 -20px;
	color:#fff;
	}
#topmenu a:hover.selected {
	background-position: 0 -20px;
	color:#FC6307;
	}
/* unser Button */
.topbutton a, .topbutton a:visited  {
	font-weight:bold;
	text-decoration:none;
	color: #FC6307;
	width: 127px;
	height:15px;
	background: url(../images/button.gif) no-repeat 0 0;
}
.error {
    color:red;
    font-weight:bold;
}
#ummain {
	position:absolute;
	margin-left:50%;
	left: -380px;
	top: 120px;
	height:200px;
	width:760px;
}
#main {
	width:738px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding-left:10px;
	padding-right:10px;
}
#content {
	width:520px;
	float:left;
	border-right: 1px solid #dadada;
}
#colright {
	width:205px;
	float:left;
	margin-left: 10px;
	background-color: #ededed;

}
.footer {
	margin-top:10px;
	color: #fff;
	background-color:#dadada;
	padding: 10px;
	text-align:right;
	line-height:0.7em;
	border-top: 1px solid #FC6307;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color:#fff;
	font-weight:normal;
}
.box {
	margin-top: 18px;
	margin-left: 17px;
	width: 160px;
	padding:5px;
	background-color:#fff;
}
.box a:link, .box a:visited {
	color:#333;
	font-weight:normal;
}
.box a:hover, .box a:active {
	color:#FC6307;
	font-weight:normal;
}
.box p {
	margin:0;

}
.edge {
	background-color:#8AD814;
	font-weight:bold;
	color:#fff;
	height: 18px;
}

form {
	display:inline;
}
input {
	margin-top:5px;
}
.field {
	width:153px;
	border:1px solid #ccc;
	padding:2px;
	font-size: 11px;
}
.send {
	border:1px solid #ccc;
	background-color:#dadada;
	padding:2px;
	font-size:11px;
	font-weight:bold;
}
#feature {
	list-style-type: none;
}
#feature li {
	list-style-type: none;
	list-style-type: none;
	font-size:11px;
	font-weight:bold;
	padding-left:30px;
	padding-bottom:10px;
}
.featok {
	background: url(../images/ok.gif) no-repeat 0 0;
}
.featnotok {
	background: url(../images/notok.gif) no-repeat 0 0;
}

.mail1 {
    position:absolute;
    top: -1000px;
}
.mail2, .mail3, .mail4  {
	width:300px;
	border:1px solid #ccc;
	padding:2px;
	font-size: 11px;
}

