/*ALLE ABSTÄNDE AUF NULL SETZEN---------------------------*/
* {
	margin: 0;
	padding: 0;
}
/*GLOBALE EIGENSCHAFTEN-----------------------------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 100%; /*Standardschriftgröße der gängigen Browser (16 Pixel)*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #fff;
}
.red {
	color: #e20026;
}
/*MARKUPFREIE CSS-FLOATCLEARING-LÖSUNGEN------------------*/
/*Clearfix-Methode zum Clearen der Float-Umgebungen*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*Angabe für den IE5 MacOS*/
.clearfix {
	display: inline-block;
}
/* ohne IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Ende ohne IE Mac */
/*RAW TOP-------------------------------------------------*/
#raw_top {
	height: 50%;
	width: 800px;
	margin: 0 auto;
	min-height: 240px;
	position: relative;
	background: #fff url(../img/bg_raw_top.jpg) no-repeat center bottom;
}
#raw_top h1 {
	color: #a0a0a0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	position: absolute;
	bottom: 150px;
}
/*RAW BOTTOM----------------------------------------------*/
#raw_bottom {
	height: 50%;
	min-height: 270px;
	min-width: 800px;
	background: #eee url(../img/bg_raw_bottom.jpg) no-repeat center top;
}
#raw_bottom .content {
	width: 800px;
	margin: 0 auto;
	padding-top: 80px;
}
/*COL WRAPPER---------------------------------------------*/
.col_wrapper_head {
	margin-bottom: 70px;
}
.col_left {
	float: left;
}
.col_right {
	float: right;
	text-align: right;
}
.col_wrapper_head h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}
.col_wrapper_head h2 a:link, .col_wrapper_head h2 a:visited {
	color: #000;
	text-decoration: none;
	padding-right: 33px;
	background: url(../img/icon_email.gif) no-repeat right center;
}
.col_wrapper_head h2 a:hover, .col_wrapper_head h2 a:active, .col_wrapper_head h2 a:focus {
	color: #e20026;
}
.col_wrapper_head h2 .fon {
	padding-right: 33px;
	background: url(../img/icon_telefon.gif) no-repeat right center;
}
.col_wrapper_footer p {
	font-size: 13px;
}