@charset "utf-8";

#content {
	position:relative;
	padding:0 0 10px 0;
	background-image:none;
	width:982px;
}



/***********************/
/*** CONTENT-LAYOUTS ***/
/***********************/

.content_standard {
	padding:0;
}

.content_grey {
	background:transparent;
	padding:0;
}

.border_red {
	border:none;
	padding:0;
}



/******************/
/*** STARTSEITE ***/
/******************/

/* ZEILE 1 */

#home_top_left {
	float:left;
	position:relative;
	display:inline;
	left:0;
	top:0;
	width:559px;
	height:388px;
	margin:11px 8px 0 10px;
	background-image:url(../images/home_top_left.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#home_top_left_content {
	padding:22px 23px 30px 23px;
}
#home_top_left_balken_links {
	position:absolute;
	left:-58px;
	top:26px;
	width:85px;
	height:27px;
	background-image:url(../images/home_balken_links.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#home_top_left_balken_rechts {
	position:absolute;
	/* left wird dynamisch über javascript berechnet */
	top:26px;
	/* width wird dynamisch über javascript berechnet */
	height:27px;
	background-image:url(../images/home_balken_rechts.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#home_top_left_content h1 {
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	margin-bottom:21px;
}

#home_top_left_content h1.csc-firstHeader {
	display:inline;
	text-decoration:none;
	font-size:20px;
	padding-left:7px;
}

#home_top_right {
	float:left;
	position:relative;
	display:inline;
	left:0;
	top:0;
	width:349px;
	height:344px;
	margin:11px 0 0 0;
	padding:22px 26px;
	background-image:url(../images/home_top_right.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#home_top_right h1,
#home_top_right .csc-firstHeader {
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	margin-bottom:21px;
}

/* ZEILE 2 */

#home_bottom_left {
	float:left;
	position:relative;
	display:inline;
	left:0;
	top:0;
	width:324px;
	height:auto;
	margin:5px 0 0 10px;
}
#home_bottom_left_top {
	position:relative;
	height:18px;
	background-image:url(../images/home_bottom_left_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}
#home_bottom_left_content {
	position:relative;
	/* height wird dynamisch über javascript berechnet */
	background-image:url(../images/home_bottom_left_back.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px 10px 0 10px; /* !!! PADDING-BOTTOM MUSS HIER 0 SEIN, FALLS MEHR NÖTIG, DANN IN MAIN.JS BEI DER BERECHNUNG VON T_MAX ÄNDERN !!! */
}
#home_bottom_left_content h1,
#home_bottom_left_content .csc-firstHeader {
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	margin-bottom:21px;
}
#home_bottom_left_bottom {
	position:relative;
	height:13px;
	background-image:url(../images/home_bottom_left_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

#home_bottom_center {
	float:left;
	position:relative;
	display:inline;
	left:0;
	top:0;
	width:322px;
	height:auto;
	margin:5px 0 0 0;
}
#home_bottom_center_top {
	position:static;
	height:18px;
	background-image:url(../images/home_bottom_center_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}
#home_bottom_center_content {
	position:static;
	/* height wird dynamisch über javascript berechnet */
	background-image:url(../images/home_bottom_center_back.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px 14px 0 9px; /* !!! PADDING-BOTTOM MUSS HIER 0 SEIN, FALLS MEHR NÖTIG, DANN IN MAIN.JS BEI DER BERECHNUNG VON T_MAX ÄNDERN !!! */
}
#home_bottom_center_content h1,
#home_bottom_center_content .csc-firstHeader {
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	margin-bottom:21px;
}

#home_bottom_center_bottom {
	position:static;
	height:13px;
	background-image:url(../images/home_bottom_center_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

#home_bottom_right {
	float:left;
	position:relative;
	display:inline;
	left:0;
	top:0;
	width:322px;
	height:auto;
	margin:5px 0 0 0;
}
#home_bottom_right_top {
	position:static;
	height:18px;
	background-image:url(../images/home_bottom_right_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}
#home_bottom_right_content {
	position:static;
	/* height wird dynamisch über javascript berechnet */
	background-image:url(../images/home_bottom_right_back.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px 14px 0 7px; /* !!! PADDING-BOTTOM MUSS HIER 0 SEIN, FALLS MEHR NÖTIG, DANN IN MAIN.JS BEI DER BERECHNUNG VON T_MAX ÄNDERN !!! */
}
#home_bottom_right_content h1,
#home_bottom_right_content .csc-firstHeader {
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
	margin-bottom:21px;
}

#home_bottom_right_bottom {
	position:static;
	height:13px;
	background-image:url(../images/home_bottom_right_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

#home_bottom_left_content,
#home_bottom_center_content,
#home_bottom_right_content {
	overflow:hidden; /* hasLayout-fix IE */
}


