@charset "utf-8";
/* CSS Document */
body {
	background-image: url(bilder/grau_schaeg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* 100 % HINTERGRUNDBALKEN HELLGRÜN OBEN*/
#balk_1 {
	height:102px;
	width: 100%;
	left:0px;
	top:0px;
	background-color: #D5EDB3;
	position: absolute;
	z-index: 1;
}
/* 100 % HINTERGRUNDBALKEN mit STRICHLIERUNG oben u. unten*/
#balk_2 {
	height:30px;
	width: 100%;
	left:0px;
	top: 102px;
	position: absolute;
	z-index: 1;
	background-image: url(bilder/balk_2__background_1.gif);
	background-repeat: repeat-x;
}
/* HAUPT-INHALTS-CONTAINER */
#main_feld {
	width:960px;
	height:760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
/* KOPF-BILD/-GRAFIK */
#bild_li_ob {
	width: 382px;
	height: 101px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
}
#titel_grafik {
	width: 576px;
	height: 101px;
	margin-left: 384px;
	margin-top: 0px;
	position: absolute;
	background-image: url(bilder/titel_text_grafik.gif);
}
/* UHRZEIT oder SEITENHINWEIS */
#uhr_text {
	width: 380px;
	height: 20px;
	margin-left: 240px;
	margin-top: 110px;
	position: absolute;
	text-align: center;
	color: #993300;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
}
/* INHALTSFELDER LINKS MITTE RECHTS */
#inhalt_li {
	width: 180px;
	height: 595px;
	margin-left: 0px;
	margin-top: 132px;
	position: absolute;
	background-color: #5C743D;
}
#inhalt_mi {
	width: 510px;
	height: 595px;
	margin-left: 180px;
	margin-top: 132px;
	position: absolute;
	background-color: #EEF8E0;
}
#inhalt_re {
	width: 270px;
	height: 595px;
	margin-left: 690px;
	margin-top: 132px;
	position: absolute;
	background-color: #D5EDB3;
}
/* NAVIGATION LINKS */
#navlinks {
	width: 155px;
	height: 420px;
	margin-left: 10px;
	margin-top: 40px;
	position: absolute;
}
#navili {
	margin-top: 10px;
	margin-left: 10px;
	width: 140px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #D5EDB3;
}
#navili a {
	color: #D5EDB3;
	line-height: 16px;
	display: block;
	padding:8px 0px 4px 5px;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#navili a:hover {
    background:#e2e2e2;
    color: #993300;
	text-decoration: none;
}
/* EXTRA-für AKT-SEITE bei Linker Navigation */
#navili_akt {
	margin-top: 10px;
	margin-left: 10px;
	width: 140px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #993300;	
}
#navili_akt a {
	color: #993300;
	line-height: 16px;
	display: block;
	letter-spacing: 0.1em;
	padding:8px 0px 4px 5px;
	background-color: #FF6;
	text-decoration: none;
}
#navili_akt a:hover {
background:#FF6;
color: #993300;
text-decoration: none;
}
/* INHALT RECHTS - LOGO, BILD, TEXT */
#logo_re {
	margin-top: 0px;
	margin-left: 0px;
	width: 270px;
	height: 100px;
	position: absolute;
}
#bild_re {
	margin-top: 100px;
	margin-left: 30px;
	width: 210px;
	height: 410px;
	position: absolute;
}
#bildtext_re {
	margin-top: 525px;
	margin-left: 30px;
	width: 210px;
	height: 60px;
	text-align: center;
	color: #993300;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	position: absolute;
}
/* FUSSZEILE */
#fusszeile {
	height:30px;
	width: 960px;
	margin-left: 0px;
	margin-top: 727px;
	position: absolute;
	background-image: url(bilder/balk_2__background_1.gif);
	background-repeat: repeat-x;
}
#design {
	height:20px;
	width: 180px;
	margin-left: 0px;
	margin-top: 8px;
	text-align: center;
	color: #993300;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
	position: absolute;
}
#copyright {
    height:20px;
	width: 270px;
	margin-left: 690px;
	margin-top: 8px;
	text-align: center;
	color: #993300;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
	position: absolute;
}

	



	

		

	

	


	

