/* CSS Document */
body {
    color: black; 
	background-color: white;
    font-size: 100%;
    font-family: "Trebuchet MS", "Helvetica", "Arial",sans-serif;
    margin: 0 0 0 0; 
	padding: 15px;		/* Rand nach oben in Pixeln */
	background-color: #333333;
	}
	
h1 {
	font-size: 130%;
	margin: 0 0 0 0;
	}
	
h2 {
	font-size: 100%;
	margin: 0 0 0 0;
	}
	
h1:first-letter, h2:first-letter {
	font-size: 125%;
	color: #FF0000;
	}

p {
	margin: 5px 0 0 0;
	}

p:first-letter {
	color: red;
	} 
	
div { border: 0px dashed #888; }	

/* Formatierung der gesamten Seite, incl. Zentrierung etc... */
#gesamt {
    text-align: left;    /* Seiteninhalt linksbündig */
    margin: 0 auto;      /* horizontale Zentrierung der gesamten Seite */
    width: 1112px;		 /* Gesamtbreite der Seite*/
	/*height: 773px; */		 /* Gesamthöhe der Seite*/
    padding: 5px;
    border: 2px solid white;
	background-color: #DDDDDD;
	}

/* Gesamte Seite, mit Scrolleisten */	
#gesamt_scroll {
    text-align: left;    /* Seiteninhalt linksbündig */
    margin: 0 auto;      /* horizontale Zentrierung der gesamten Seite */
    width: 1112px;		 /* Gesamtbreite der Seite*/
	height: 773px;		 /* Gesamthöhe der Seite*/
    padding: 5px;
    border: 2px solid white;
	background-color: #DDDDDD;
	overflow: auto;
	}

/* Formatierung Logo-Bereich */
#linksoben { 
	width: 200px; 
	height: 100px; 
	float: left; 
	margin: 0 0 5px 0; 
	background-color: #DDDDDD;
	}

/* Formatierung Diashow-Bereich */
#rechtsoben { 
	width: 905px; 
	height: 100px; 
	position: relative; 
	top: 0px; 
	left: 5px; 
	float: left;
	background-color: #EFEFEF;
	}
	
/* Formatierung der Menüleiste */
#navigation { 
	width: 200px; 
	/*height: 668px;*/ 
	margin: 0 0 5px 0;
	clear: left; 
	float: left;
	background-color: #DDDDDD;
	}
	
.ul {
	font-size: 13pt;
	font-weight: bold;
	color: #aaaaaa;
	padding: 5px;
	}
	
.ub {
	font-size: 11pt;
	font-style: italic;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 5px;
	}
	
.akt {
	font-size: 11pt;
	font-style: italic;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: blue;
	}
.sub {
	font-size: 9pt;
	/*font-style: italic; */
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	}

/* Formatierung des Inhalts-Bereiches - NICHT für Galerien! */	
#inhalt { 
	width: 900px; 
	/*height: 668px; */
	position: relative; 
	top: 5px; 
	left: 5px; 
	/*float: left; */
	margin: 0 0 5px 0;
	padding-left: 5px;
	background-color: #EFEFEF;
	overflow: auto;
	}
	
#inhalt_fix { 
	width: 900px; 
	height: 500px;
	position: relative; 
	top: 5px; 
	left: 5px; 
	/*float: left; */
	margin: 0 0 5px 0;
	padding-left: 5px;
	background-color: #EFEFEF;
	overflow: auto;
	}


/* Formatierung für Anker, gelten wieder für alle Seiten */
a {
	text-decoration: none;
	color: black;
 	}
	
a:visited {
	text-decoration: none;
	color: black;
	}
a:hover {
	color: blue;
	}
.button   {
	background-color:#DDDDDD; 
	font-family: "Trebuchet MS", "Helvetica", "Arial",sans-serif;
	font-size: 100%;
	border: 2px solid #AAAAAA;
	}

.button_inv   {
	background-color:#EFEFEF; 
	font-family: "Trebuchet MS", "Helvetica", "Arial",sans-serif;
	font-size: 100%;
	border: 0px solid;
	}
	
.button_inv:hover  {
	background-color:#EFEFEF; 
	font-family: "Trebuchet MS", "Helvetica", "Arial",sans-serif;
	font-size: 100%;
	color: blue;
	cursor: pointer;
	border: 0px solid;
	}

