#head {
	background-color: #F5F5F5;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4)); /* for webkit browsers */
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    /* margin: 0 0 15px;*/
    padding-top: 15px;
	border: 1px solid #FFFFFF;
}
.light-shadow {
	color:#333;
	text-shadow: 1px 1px 0px #fff;
}
.container {
	padding:0;
	margin: 0;
	padding-top: 10px;
}
.label-rating {
	font-size: 12px;
	padding-top: 8px;
	font-weight: normal;
}
.fieldset-h5 {
	padding-bottom: 10px;
	font-size:22px;
}
.fett {
	font-weight: bold;
}
.bg_red {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
}
.bg_neutral {
	
	color: #000000;
	font-weight: bold;
	background-color: #FFCC00;
}
.bg_green {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #339900;
}
.bg-lightgray {
	background-color: #F5F5F5;
	height: 24px;
	margin-top: 8px;
}
.content-center {
	text-align: center;
}
.content-left {
	text-align: left;
}
.content-right {
	text-align: right;
}
.rating-value {
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.panel p {
	font-size: 11px;
	/* margin: 0; */
	margin-bottom: 10px;
}
.panel li {
	font-size: 11px;
	margin: 0;
	margin-bottom: 10px;
}
.panel h6 {
	font-size:12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.content-center.head-image img {
    text-align: center;
    max-height: 130px;
}
div#checkmail, div#checkmail2, div#checkname{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
}
#_ec_rgb_link { display:none; }
.explain-it {
	font-size: 10px;
	color: #CC3300;
	padding-left: 5px;
}
.explain-it2 {
	font-size: 10px;
	color: #CC3300;
	padding-left: 0px;
	line-height: 10px;
	padding-top: 0px;
}
.explain-it3 {
	font-size: 10px;
	color: #C0C0C0;
	padding-left: 5px;
	line-height: 10px;
	padding-top: 0px;
}
.explain-it4 {
	font-size: 10px;
	color: #777;
	line-height: 12px;
	text-align: center;
	margin:0;
	padding:5px 0 5px 0;
	
}
.explain-it5 {
	font-size: 11px;
	color: #777;
	line-height: 20px;
	text-align: left;
	margin:0;
	margin-top: 10px;
	
}
.status_symbol {
	margin: 0;
	padding: 0;
	padding-top: 7px;
}
.symbol {
	margin: 0;
	padding: 0;
}

.panel_gesamt {
    margin: 0 0 15px;
    padding: 5px 5px 3px;
	font-weight: bold;
	line-height: 20px;
	color: #4C4C4C;
	background-color: #FFF;
}
.panel_bg_green {
	border-bottom: 2px solid #34A858;
}
.panel_bg_yellow {
	border-bottom: 2px solid #FBBC0A;
}
.panel_bg_red {
	border-bottom: 2px solid #EA433A;
}
.agb-hinweis {
	font-size: 11px;
}
.head-image {
	text-align:center; padding:0; margin:0; padding-bottom:10px;
}
#footer {
	background-color: #F5F5F5;
	-webkit-box-shadow	: 6px 0px 3px 0px #CCC;
    -moz-box-shadow		: 6px 0px 3px 0px #CCC;
    box-shadow			: 6px 0px 3px 0px #CCC;
	margin-top: 15px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
}
#footer p{
	padding: 0;
	margin: 0;
	font-size: 11px;
	
}
#footer h4{
	padding-top: 5px;
	padding-bottom: 5px;
}
form.nice div.form-field input, form.nice input.input-text, form.nice textarea { 
	background: none !important; 
	border: none;
	border-bottom: 1px solid #E4E4E4;
	background-color: #F4F4F4 !important;
	border-radius: 0px;
}
form.nice textarea { 
	border-color: #E4E4E4;
}
form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus { 
	border-bottom: 2px solid #FFBB00;
	background-color: #F4F4F4 !important;
}
