/* Zur Darstellung von Links */
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#333333;
}
a:hover, a:active {
	color:#FFCC00;
}

/* externe Links formatieren - geht aber nicht in allen Browsern - daher doch nicht so!!!
 * a[target=_blank] {
 * 	background:yellow;
 * 	
 * }
 */
.ext_link {
	background-color: #E0FFFF;
/*	font-style:italic;*/
}

/* Zur Darstellung des gesamten Dokuments */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #222222;		 /* --- dunkelgrau */
}
.gesamt {
	width: 1024px;	/* NEU: Gesamtbreite der Seite nun fix!!! */
}

/* Zur Darstellung des Inhalts (rechts neben Menu) */
.inhalt {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;	/* NEU: war mal 20px */
	padding-right:5px;
/* 	margin-left:200px;	WICHTIG: Entspricht der Menu-Breite!  --- NEU: RAUS --- */
	float: right;	/* NEU */
	width: 809px;	/* NEU = 1024(.gesamt width) - 200(Menu) - 10(padding-left) - 5(padding-right) */
}


/* Zur Darstellung des Menus */
.menue {
	background-color: #F0FFFF;
	float:left;
	width:200px;		/* muss mit margin-left des .inhalt übereinstimmen */
}
.submenue {
	display:none;
}
.menue-e1, .menue-e2 {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.menue-e1 {
	width:190px;		/* ACHTUNG: Mit Gesamtbreite des .menue abgleichen */
	background-color: #87CEFA /*E0FFFF*/;
}
.menue-e2 {
	width:180px;
	margin-left:15px;
}
.menue-e3, .menue-e4 {
	padding-top:0px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
.menue-e3 {
	width:170px;
	margin-left:25px;
}
.menue-e4 {
	width:160px;
	margin-left:35px;
}
.menue-akt {
	background-color: #87CEFA /*E0FFFF*/;
}

/* Auf den Einstiegsseiten */
.indexpage {
	background-color: #F0FFFF;
}

/* Zur Darstellung der Kopf- und Fußzeilen */
.kopfzeile {
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFCC00;
}
.kopf-titel {
	font-weight:bold;
	/*padding-left:5px;
	padding-right:5px;*/
}
.kopf-anfang, .fuss-anfang {
	width:200px;
	float:left;
	display: inline;
}
.kopf-link, .fuss-link {
	display: inline;
}

.kopf-link a:hover, .fuss-link a:hover {
	color:#F0FFFF;
}
.kopf-link a:active, .fuss-link a:active {
	color:#F0FFFF;
}
.fusszeile {
	/*height:20px;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFCC00;
	clear:both;
}
.fuss-ende {
	display: inline;
	margin-left:0px;	/* WICHTIG: Damit Linkliste nicht ... */
	padding-left:0px;	/* ... weiter eingerückt wird */
}

/* Zur Darstellung von Tabellen */
td {
	vertical-align:top;	/* alle Zellen einer Tabelle oben ausrichten */
	padding-left:5px;	/* Alle Zellen haben links ... */
	padding-right:5px;	/* ... und rechts etwas Platz! */
}

/* Zur Darstellung allgemeiner Info-Tabellen */
.info_table {
	background-color: #F0FFFF;
}
.info_table_title {
	background-color: #87CEFA /*E0FFFF*/;
}
.info_table_img {
	text-align:center;
	font-size:smaller;
	border:0px;
}
.info_table_hidden {
	background-color: #F0FFFF;
	display:none;
}
.info_col_right {
	text-align:right;
}


/* Zur Darstellung von Link-Tabellen */
.link_table {
}
.link_title {
	background-color: #FFCC00;
	font-weight:bold;
}
.link_chapter {
	background-color: #FFCC00;
	font-weight:bold;
}

/* Zur Darstellung der Bildergalerien */
.pg_table {
	padding:10px;
	text-align:center;
	background-color: #F0FFFF;
}
.pg_navi_table {
	background-color: #87CEFA /*E0FFFF*/;
}
.pg_link {
	background-color: #FFCC00;
	font-weight:bold;
}
.pg_link a:link, .pg_link a:visited {
	text-decoration:none;
}
.pg_link a:hover, .pg_link a:active {
	color:#F0FFFF;
	text-decoration:none;
}

/* Zur Darstellung des "zurück"-Buttons - analog in Bildergalerie */
.up_link {
	background-color: #FFCC00;
	text-align:center;
	font-weight:bold;
	width:45px;
}
.up_link a:link, .up_link a:visited {
	text-decoration:none;
}
.up_link a:hover, .up_link a:active {
	color:#F0FFFF;
	text-decoration:none;
}

/* Zur Darstellung einzelner Bilder im Text - damit sie vernünftige Ränder haben */
.img_sgl_left {
	margin:5px;
	padding:5px;
	float:left;
	border:0px;
	background-color: #E0FFFF;
	font-size:smaller;
}
.img_sgl_right {
	margin:5px;
	padding:5px;
	float:right;
	border:0px;
	background-color: #E0FFFF;
	font-size:smaller;
}
.img_sgl {
	border:0px;
}
.img_sgl_quer {
	border:0px;
	width:200px;
	height:150px;
}
.img_sgl_hoch {
	border:0px;
	width:150px;
	height:200px;
}
.img_disc {
	border:0px;
	width:150px;
	height:150px;
}

/* Zur Hervorhebung einzelner Textpassagen */
.spec_text {
/*	font-weight:bold;*/
	font-style:italic;
/*	font-variant:small-caps;*/
}

