body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}

a {
	text-decoration: none;
    color: #ffffff
}

a:hover {
	color: #fff4c8;
}

a.footer-link {
	color: #333367;
	font-weight: bold;
}

a.footer-link:hover {
	color: #000;
}

#gray_box {
	width: 100%;
	height: 40px;
	background-color: #D7D9DB;
}

.gray_backed {
	background-color: #D7D9DB;	
}

.navitext a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333367;
}

.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333366;
}

.fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.ueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}

/*
 * #######################################################################################
 *
 * Forms
 *
 * #######################################################################################
 */

.input_elem {
	color: #616782;
	border: 1px solid #616782;
	background-color: #ffffff;
	padding: 2px;
	width: 210px;
}

.error_bg {
	color: #800000;
	background-color: #FFCCCC;
	border: 1px solid #800000;
	padding: 2px;
	width: 210px;
}

fieldset {
	padding-top: 0px;
	padding-bottom: 0px;
	background: transparent;
	border: none;
	height: 100%;
}

input, textarea, select {
	font-size:11px;
}
fieldset.action {
	padding: 20px;
	padding-left: 202px;
}
fieldset.action input {
	width: 60px;
}
fieldset.error {
	padding: 10px;
	padding-bottom: 5px;
	background: #FFCCCC;
	border: 1px solid #800000;
	color: #800000;
}
fieldset.error ul {
	font-weight: bold;
	list-style: square inside;
}
fieldset.error ul li {
	margin-bottom: 10px;
}

fieldset.success {
	padding: 10px;
	padding-bottom: 5px;
	background: #D8EFC2;
	border: 1px solid #577F2F;
	color: #577F2F;
}
fieldset.success ul {
	font-weight: bold;
	list-style: none;
}
fieldset.success ul li {
	margin-bottom: 10px;
}

label {
	font-size:11px;
	font-weight:bold;
}
label.opt {
	font-weight:normal;
	color: #fff;
}
dl {
	clear:both;
	padding: 0px;
	height: 25px;
}
.dl_active {
	background-color: #333333;
	height: 25px;
}
.dl_active label {
	color: #ffffff;
}
.dl_active_txtarea {
	background-color: #333333;
}
dt {
	float:left;
	text-align:right;
	width:140px;
	line-height:25px;
	margin-right: 10px;
	color: #fff;
}
.dt_active {
	color: #ffffff;
}
dd {
	float:left;
	width:220px;
	line-height:25px;
}

