* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #555555;
 font-size: 0.80em;
 background-image: url(img/main_backgr.jpg);
 background-repeat: repeat-x;
 background-color: #EBEBEB;
}
.nixhier {
	display:none;
}
a {
	color: #ff9900;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.stern{
	color: #ff0000;
}
#wrapper {
 width: 782px;
 margin: 0 auto;
}
#main { /* Parent Wrapper for inside boxes */
 background-image: url(img/content_backgr.gif);
 margin: 0px 0px 0px 5px;
 padding-left: 0px;
 padding-top: 0px;
 display: inline; /* IE Hack */
 width: 772px;
 float: left;
 border: 0px solid #000;
 min-height: 50%;
 border: 0px solid #ff0000;
}
* html #main {height:50%} /* IE Min-Height Hack */ 

#header {
 background-image: url(img/header.jpg);
 background-repeat: no-repeat;
 border: 0px solid #ccc;
 margin: 0px 5px 0px 5px;
 height: 206px;
 padding: 10px;
 background-color: #BBBFC2; 
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 0px;
 padding-left: 10px;
 padding-top: 20px;
 display: inline; /* IE Hack */
 width: 175px;
 float: left;
 border: 0px solid #000;
 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 0px solid #000;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding-top: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
 width: 542px;
 float: left;
 min-height: 300px;
 border-right: 0px solid #5B5A5A;
 text-align: justify;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-image: url(img/footer_copyright.gif);
 background-repeat: no-repeat;
 background-color: #EBEBEB;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
 height:23px;
}
h1,h2,h3,h4 {
	font-size: 1.1em;
	color: #ff9900;
}
.headline{
	font-size: 1.0em;
	color: #ff9900;
	font-weight: bold;
}
.menu {
	vertical-align: top;
	width: 180px;
	padding: 0px;
	margin-left:-9px;
}
.menu ul {
	border-top: 0px;
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
	background: #E7E7E7;
	padding: 0;
	margin: 0;
}
.menu ul ul{
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu ul ul ul {
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu li {
	border: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9B9B9B;
} 
.menu li li{
	border: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #9B9B9B;
}
.menu li li li{
	border: 0px;
	border-top: 1px solid #dddddd;
} 
.menu li a {
	border-left: 0px solid #336699; 
}
.menu li li a {
	border-left: 5px solid #FA9500;
}
.menu li li li a {
	border-left: 24px solid #EEEEEE;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 3px 10px 3px 10px;
	display: block;
	color: #555555;
	text-decoration: none;

}
.menu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCD61; /* #FAF4E0 */
}
.menu_current {
	font-weight: bold;
	background-color: #FFCD61;
}
#centercolumn li {
	list-style: url(img/li_haken.gif);
	margin-left: 50px;
}
.required {
	color: #FF0000;
}
.field_title {
	font-size: 0.9em;
	width: 220px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	width: 250px;
}
.textarea {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 360px;
	height: 150px;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	width: 250px;
}
.checkbox_label {
	cursor: pointer;
}
.radio_label {
	cursor: pointer;
}
.email {
	width: 250px;
}
.powered_by {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #999;
 font-size: 9px;
 padding-left:25px;
 text-align: left;

}
a.powered:link { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	}
a.powered:visited { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	}
a.powered:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;	
	}
a.powered:active { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 92px;
	color: #999;
	text-decoration: underline;
	}
	.w3c {
 margin-top:20px;
 padding-bottom:5px;
 text-align: center;
 text-decoration: none;
}
a.wrc_link:link { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	}
a.wrc_link:visited { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	}
a.wrc_link:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;	
	}
a.wrc_link:active { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 92px;
	color: #999;
	text-decoration: none;
	}