/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Allgemeines */
img, div { behavior: url(iepngfix.htc); }

.clear_div {
	clear: both;
	}
	
a img {border: 0;}

.seperators {
	padding: 0 0 0 0;
	}

/* Bereiche */
	
#header_holder, #wrapper_holder, .footer_holder {
	padding: 1em 5em 1em 5em;
	}
	
#header_holder {
	text-align: right;
	}
	

#menu, .hero_img, .top_navs, #body_top, .left_body, .footer_navs, #body_bottom, #icons, .right_body form {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
.bread_crumb {
	font-size: 10px;
	color: #b0b0b0;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 8px;
	padding-bottom: 8px;
	}

.right_body {
	clear: both;
	}
	
.footer_holder {
	font-size: 11px;
	text-align: center;
}

/* Formulare */


.forms_title, .forms_title_full, .forms_title_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	font-weight: bold;
	padding: 7px 0 7px 0;
	border-top: 1px solid #a8a8a8;
	clear: both;
	}

.bonus {
	font-family: Arial, Helvetica, sans-serif;
	background: #c83336;
	font-size: 11px;
	color: #fff;
	padding: 10px 17px 20px 17px;
	}

.bonusnorm {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 11px;
	color: #000;
	padding: 10px 17px 20px 17px;
	}

.bonus a:link {color: #fff; text-decoration: none;}
.bonus a:active {color: #fff; text-decoration: none;}
.bonus a:visited {color: #fff; text-decoration: none;}
.bonus a:hover {color: #fff; text-decoration: underline;}

.dots {
	clear: both;
	padding: 0 0 0 0;
	background: #fff;
	height: 3px;
	overflow: hidden;
	border-top: 1px solid #fff;
	}
