
/* CSS für DIVs */

body {
	background-color: #feedca;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #03286a;
	word-spacing: 2px;
	line-height: 15px;
}

#layout {
	position: absolute;
	height: 750px;
	width: 850px;
	margin: -375px 0px 0px -425px;
	top: 50%;
	left: 50%;
	background: url(../img/shadow.jpg);
}

#inside_layout {
	position: absolute;
	height: 731px;
	width: 830px;
	margin-top: 9px;
	margin-left: 9px;
	background-color: #ffffff;
}

#main_headline{
	position: absolute;
	height: 80px;
	width: 747px;
	margin-top: 325px;
	padding-left: 83px;
	background: url(../img/bg_main_headline.jpg);
}

#main{
	position: absolute;
	height: 306px;
	width: 830px;
	margin-top: 405px;
	background: url(../img/bg_main_new.jpg); 
}

#main_left{
	position: absolute;
	height: 296px;
	width: 566px;
	padding-top: 10px;
}

#main_right{
	position: absolute;
	height: 296px;
	width: 254px;
	margin-left: 576px;
	padding-top: 10px;
}

#main_left_abstand{
	position: absolute;
	padding-left: 83px;
	padding-right: 35px;
	width: 448px;
	height: 296px;
}

#headline_box{
	position: absolute;
	height: 19px;
	width: 483px;
	padding-top: 6px;
	padding-left: 83px;
	background-color: #cbdced;
}

#spalte_headline{
	position: absolute;
	height: 19px;
	width: 239px;
	padding-top: 6px;
	padding-left: 15px;
	background-color: #faba00;
}

#spalte{
	position: absolute;
	height: 253px;
	width: 229px;
	margin-top: 35px;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 10px;
	background-color: #fff8ea;
}

#main_right_text{
	position: absolute;
	height: 296px;
	width: 244px;
	padding-right: 10px;
}

#main_right_fotos{
	position: absolute;
	height: 296px;
	width: 229px;
	padding-right: 10px;
	padding-left: 15px;
}

#impressum_text{
	position: absolute;
	padding-left: 83px;
	padding-right: 35px;
	width: 459px;
	height: 296px;
	overflow: auto;
}

#main2{
	position: absolute;
	height: 386px;
	width: 830px;
	margin-top: 325px;
	background: url(../img/bg_main_mitarbeiter.jpg);
}

#headline_text{
	position: absolute;
	height: 90px;
	width: 747px;
	padding-left: 83px;
}

#space{
	position: absolute;
	height: 296px;
	width: 830px;
	margin-top: 90px;
	overflow: auto;
}

#bottom{
	position: absolute;
	height: 17px;
	width: 747px;
	margin-top: 711px;
	padding-left: 83px;
	padding-top: 3px;
	background-color: #cbdced;
	word-spacing: 15px;

}

/* HEADER CSS */

#header1{
	position: absolute;
	height: 325px;
	width: 830px;
	background: url(../img/header/1.jpg);
}

#header2{
	position: absolute;
	height: 325px;
	width: 830px;
	background: url(../img/header/2.jpg);
}

#header3{
	position: absolute;
	height: 325px;
	width: 830px;
	background: url(../img/header/3.jpg);
}

#header4{
	position: absolute;
	height: 325px;
	width: 830px;
	background: url(../img/header/4.jpg);
}



