/* Boxen für Fehler */

* html #content .box_error{
	margin-top: 0px;
	font-weight:bold;
}

#content .box_error {
	border:2px solid #ff3333;  
	text-align: left;
	font-size: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	color:#000;
}

#content .box_error legend {
	border:1px solid #ff3333; 
	background-color:#fff;
	background-image:none;
	padding:0 8px;
	font-size: 80%;
	color:#9C3E3E;
	font-weight:bold;
}
* html #content .box_success{
	margin-top: 0px;
}
#content .box_success {
	border: 2px solid #33B200; 
	text-align: left;
	font-size: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	color:#000;
}
#content .box_success a {
	color:#000;
	font-weight:bold;
}

#content .box_success legend {
	border:1px solid #33B200;
	background-color:#fff;
	background-image:none;
	padding:0 8px;
	font-size: 100%;
	color:#33B200;
	font-weight:bold;
}


.informationbox {
	position:absolute;
	
	padding: 5px;
	border:1px solid #fff;
	width: 80%;
}
















