/* <-- LAYOUT & STRUKTUR - BASIC*/


html, body {
	background-color: #003366;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
	
#layout {
	width: 920px;
	margin: 10px auto;
	text-align: left;
	}

#cnt-head {
	width: 920px;
	height: 330px;
	}

#cnt-navigation {
	position: relative;
	width: 260px;
	left: 9px;
	float: left;
	z-index: 20;
	}
	
.navcontainer {
	margin-left: 17px;
	width: 233px;
	}

.navelement {
	height: 45px;
	display: block;
	}

#cnt-inhalt {
	position: relative;
	width: 660px;
	float: right;
	z-index: 30;
	}
	
#copyright_1 {
	position: absolute;
	width: 842px;
	height: 135px;
	margin: -70px 35px;
	z-index: 10;
	background-image: url(../img/cnt_bg_copy1.gif);
	background-position: top left;	
	}

#copyright_2 {
	position: absolute;
	width: 842px;
	height: 158px;
	margin: -80px 35px;
	z-index: 10;
	background-image: url(../img/cnt_bg_copy2.gif);
	background-position: top left;
	}
	
#copyright_3 {
	position: absolute;
	width: 842px;
	height: 135px;
	margin: -110px 35px;
	z-index: 10;
	background-image: url(../img/cnt_bg_copy1.gif);
	background-position: top left;	
	}

#copyright_5 {
	position: absolute;
	width: 842px;
	height: 135px;
	margin: -110px 35px;
	z-index: 10;
	background-image: url(../img/cnt_bg_copy1.gif);
	background-position: top left;	
	}

#copyright_5b {
	position: absolute;
	width: 842px;
	height: 52px;
	margin: 0px 35px;
	z-index: 10;
	background-image: url(../img/cnt_bg_copy5b.gif);
	background-position: top left;	
	}
	
#copyright_8 {
	position: absolute;
	width: 842px;
	height: 135px;
	margin: -100px 35px;
	z-index: 10;
	background-image: url(../img/cnt_bg_copy1.gif);
	background-position: top left;	
	}	
	

/* <-- SCHRIFT-FORMATIERUNGEN*/


.fliesstext-klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}

.fliesstext-home {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	}
	
.fliesstext-medium {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}

.fliesstext-gelb {
	color: #cccc66;
	text-decoration: none;
	}

.link {
	color: #ffffff;
	text-decoration: none;
	}

.link:link {
	color: #ffffff;
	text-decoration: none;	
	}

.link:visited {
	color: #ffffff;
	text-decoration: none;	
	}

.link:hover {
	color: #cccc66;
	text-decoration: underline;
	}

.link:active {
	color: #ffffff;
	text-decoration: none;	
	}