@charset "utf-8";
/* CSS Document */

/* =============================================
					Startseite
================================================ */

/* body =========================================== */
* html body.startseite {
	background-image:url(../media/struktur/bg-ie-6-startseite.gif);
	background-position:top center;
	}

/* .content-item =========================================== */
.content-item {
	background-color:#CFDBE9;
	}

/* img =========================================== */


/* h =========================================== */
h1,
#contentbox h1 a {
	color:#4F4B4A;
	font-size:16px;
	height:20px;
	margin-top:10px;
	}

/* =============================================
   				SEITENSTRUKTUR
================================================ */

/* #centerbox =========================================== */
#centerbox {
	background-image:url(../media/struktur/contentbox_bg_startseite.gif);
	}
	
/* #contentbox =========================================== */
#contentbox {
	padding:20px 20px 20px 20px;
	margin-left:0px;
	}
* html #contentbox {
	}
		
/* #column_middle =========================================== */
#column_middle {
	width:930px;
	min-height:400px;
	margin-left:0px;
	float:none;
	padding:0;
	}
* html #column_middle {
	height:400px;
	}

/* #content-item =========================================== */	
.content-item {
	margin-bottom:0px;
}


.startseite #contentbox .standard {
	width:290px;
	margin:0 10px 20px 10px;
	float:left;
	background-color:#CFDBE9;
	}
* html .startseite #contentbox .standard {
	display:inline;
	}
.startseite .standard p,
.startseite .standard h1 {
	padding:0 10px;
	}
.startseite .standard img {
	margin:0 -10px -10px -10px;
	} 
