body {
	background-color: #24604A;
	font-family: "times new roman", serif;
	font-size: 13px;
	margin: 0px;
}

a {
	color: #E72E24;
	text-decoration: none;
}

.site {
	background-color: #FFFFFF;

        /* Wasse, 20. Feb. 2008 */
        /* height war vor 500px */
	width: 840px;
	height: 550px;
	
	/* Seite wird über Frames zentriert */

	/* Seite auf Browserfenster (horizontal und vertikal) zentriert */
	/* Funktioniert bei: IE6, Mozilla Firefox 0.8, Opera 7.21(Refresh) */
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -250px;
	margin-left: -420px;
	
	/* Seite horizontal zentriert */
	/*margin-left: auto;
	margin-top: 30px;
	margin-right: auto;*/
}

.holder1 {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.head {
	height: 97px;
	padding-bottom: 22px;
}	


/* ----- head classes ----- */
.logo {
	float: left;
}

.image {
	float: left;
}

.image-spacer {
	width: 15px;
	float: left;
}


/* ----- navigation classes ----- */
.navigation {
	width: 160px;
	height: 342px;
	
	float: left;
	
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	line-height: 12px;
}

.navigationspacer {
	height: 49px;
}

.navigationitem {
	margin-left: 5px;
	margin-bottom: 20px;
}


/* ----- content classes ----- */
.main {
	width: 640px;
	342px;
	
	float: left;
}

.title {
	height: 49px;
}

.content {
	/*height: 297px;*/
	height: 220px;
	
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 140%;
}

.content-col1 {
	width: 312px;
	float: left;
	margin: 0px;
}

.content-spacer {
	width: 15px;
	height: 220px;
	float: left;
}

.content-col2 {
	width: 313px;
	float: right;
	margin: 0px;
}

.content-pictos {
	text-align: right;
}

.foot {
	height: 77px;
	border-top: 1px solid #045B49;

	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 140%;

	padding:17px 0px 0px 0px;
}

.foot-imprint-title {
	width: 115px;
	float: left;
}

.foot-imprint-col1 {
	width: 211px;
	float: left;
}

.foot-imprint-col2 {
	width: 313px;
	float: left;
}

