/* --- war erst mal so angedacht, dann aber wieder verworfen!
* {
	margin:0; padding:0; border:0;
}
*/

/* 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 von Links */
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link {
	color:#222222;
}
a:visited {
	color:#222222;
}
a:hover {
	color:#FF8C00;
}
a:active {
	color:#FF8C00;
}

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

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

/* Auf den Einstiegsseiten */
.indexpage {
	background-color: #F8F8FF;
}
.indexnews {
/*	background-color: #00FF00; --- für grünes Licht :-)*/
	background-color: #FF8C00;
	font-weight:bold;
}
.aktnews {
	background-color: #FF8C00;
}

/* Zur Darstellung der Kopf- und Fußzeilen */
.kopfzeile {
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FF8C00;
}
.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:#FFDAB9;
}
.kopf-link a:active, .fuss-link a:active {
	color:#FFDAB9;
}
.fusszeile {
	/*height:20px;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FF8C00;
	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: #F8F8FF;
}
.info_table_title {
	background-color: #DCDCDC;
}
.info_table_img {
	text-align:center;
	font-size:smaller;
	border:0px;
}


/* Zur Darstellung allgemeiner aktuellen Info-Tabellen */
.akt_info_table {
	background-color: #F0F0F0;
}
.akt_info_table_title {
	background-color: #FF8C00;
}


/* Zur Darstellung der dictionary-Tabellen */
.dict_table {
}
.dict_title {
	background-color: #FF8C00;
	font-weight:bold;
}
.dict_letter {
	background-color: #FF8C00;
	font-weight:bold;
}

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

/* Zur Darstellung der Bücherinfos */
.book {
}
.book_title {
	background-color: #FF8C00;
	font-weight:bold;
}
.book_descr {
}

/* Zur Darstellung der Bildergalerien */
.pg_table {
	padding:10px;
	text-align:center;
	background-color: #F8F8FF;
}
.pg_navi_table {
	background-color: #DCDCDC;
}
.pg_link {
	background-color: #FF8C00;
	font-weight:bold;
}
.pg_link a:link {
	text-decoration:none;
}
.pg_link a:visited {
	text-decoration:none;
}
.pg_link a:hover {
	color:#FFDAB9;
	text-decoration:none;
}
.pg_link a:active {
	color:#FFDAB9;
	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: #DCDCDC;
	font-size:smaller;
}
.img_sgl_right {
	margin:5px;
	padding:5px;
	float:right;
	border:0px;
	background-color: #DCDCDC;
	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;
}




/*
	padding-top:10px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
*/
