@charset "UTF-8";
/* CSS Document */


#header {
	clear:both;
	height:510px;
	position:relative;
}
#indexheader {
	height:510px;
	position:absolute;
	width:950px;	
	z-index:1;
}
#flash {
	height:510px;
	position:absolute;
	width:950px;	
	z-index:2;
}
#maincontentstartseite {
	height:221px;
	position:absolute;
	width:900px;
	top:270px;
	left:-30px;	
	z-index:5;
}

#logostartseite {
	float:left;
	width:221px;
	height:221px;
	background:#fdf5d0;
}

#navigation {
	float:left;
	width:220px;
	margin-right:10px;
	height:221px;
	background:#fdf5d0;
	filter:alpha(opacity=80); /* Transparenz IE */
	-moz-opacity:0.80;         /* Transparenz Mozilla */
	opacity:0.80;              /* Transparenz Opera */
}
#navigation ul {
	padding-top:30px;
}

#contentstartseite {
	float:left;
	width:380px;
	height:221px;
	background:#fdf5d0;
	filter:alpha(opacity=90); /* Transparenz IE */
	-moz-opacity:0.90;         /* Transparenz Mozilla */
	opacity:0.90;              /* Transparenz Opera */
}

#text {
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}

#boxstartseite {
	padding-top:20px;
	padding-bottom:20px;
	height:178px;
	width:364px;
	float:left;
}

#box1 {
	float:left;
	width:110px;
	height:178px;
}
#box2 {
	float:left;
	width:110px;
	height:178px;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	margin-left:5px;
	padding-left:5px;
	margin-right:5px;
	padding-right:5px;
}
#box3 {
	float:left;
	width:110px;
	height:178px;
}
#text h1 {
	font-size:11px;
	color:#0062ac;
	line-height:16px;
	font-weight:bold;
}
#box1 .bodytext b, #box1 .bodytext strong, #box2 .bodytext b, #box2 .bodytext strong, #box3 .bodytext b, #box3 .bodytext strong {
	color:#0062ac;
}
