/* Farben:  dunkelgrau = #575757 - hellgrau = #E2E2E2 */
/* padding: oben, rechts, unten, links */

/* Textgrösse 16 */
.text_16 {
	font-size: 16px;
	font-weight: bold;
	}	

/* Textgrösse 16 eingerückt */
.text_16_eing {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	}

/* Textgrösse 16 eingerückt */
.text_14 {
	font-size: 14px;
	font-weight: normal;
	}	

/* Formatierung Bodybereich */
body {
	background-color: #E2E2E2;
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	color: #575757;
	margin: 0;
	padding: 0;
	}
	
#liste {
	line-height: 2em;
	}
	
#liste a {
	text-decoration: underline;
	color: #575757;
	}
	
#liste a:hover {
	color: #4169E1;
	}
	
/* formatierung Banner */
.banner {
	background-color: #E2E2E2;
	height: 140px;
	width: 1024px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #88dd00;
	border-bottom-width: 2px;
	}
	
/* Menüleisten Hintergrund und Listenformatierung */
.navi_left {
	width: 140px;
	background-color: #E2E2E2;
	float: left;
	list-style-type: none;
	padding: 0 0 50px 10px;
	}

.navi {
	height: 20px;
	display: block;
	padding: 10px 0 0 0;
	background-color: #E2E2E2;
	border-bottom: solid 1px #575757;
	}

.navi_aktiv {
	height: 20px;
	display: block;
	padding: 10px 0 0 0;
	background-color: #E2E2E2;
	border-bottom: solid 1px #575757;
	font-style:italic;
	}

.navi_left a:link, a:visited {
	text-decoration: none;
	color: #575757;
	}
	
.navi_left a:hover {
	text-decoration: none;
	color: #88dd00;
	font-style: normal;
	font-weight: bolder;
	}
	
/* formatierung unterpunkte navigation */
.klappnavi {
	height: 20px;
	display: block;
	font-size: 12px;
	margin: 10px 5px 0px 5px;
	padding: 2px;
	background-color: #E2E2E2;
	}
	
.klappnavi_aktiv {
	height: 20px;
	display: block;
	font-size: 12px;
	margin: 10px 5px 0px 5px;
	padding: 2px;
	background-color: #E2E2E2;
	font-style:italic;
	}
	
/* formatierung Inhaltsbereich */
.inhalt {
	background-color: #E2E2E2; 
	width: 854px; 
	margin: 0 0 0 150px;
	padding: 20px 10px 10px 10px;
	}
	
/* Bildergalerie */
.bildergalerie td {
	padding: 10px;
	vertical-align: top;
	background-color: #CCCCCC;
	text-align: left;
	}
	
/* Fussleiste mit Copyright + Impressumlink */	
.impressum {
	text-align: center;
	margin: 25px 0 0 0;
	background-color: #575757;
	width: 1024px;
	}
	
.impressum a {
	font-size: 14px;
	color: #E2E2E2;
	text-decoration: underline;
	}

.impressum font {
	font-size: 12px;
	color: #E2E2E2;
	}


