/*********************************************/
/* Layout Divs								 */
/*********************************************/
/* Definition des Text-Inhalts*/
#inhalt {
	
	position:relative; /*hier darf nicht position:absolut stehen, sonst ignoriert Firefox den page-break-before-Befehl*/
	overflow:visible; /*hier muss overflow:visible angegeben werden, sonst wird die zweite Seite in Firefox nicht sichtbar, */
						/*nur diese 2 Befehle reichen aus, um die Datei auszudrucken*/
	width:100%;	
	top: 0pt;
	left: 0pt;			
	font-family: Arial, Helvetica, sans-serif;
	color:#000088;
	border:0;
	padding-right:10pt;
}

#header {
	display: none;
}

/* Definition des Container-Elements, in den die Navigation oben waagerecht eingebettet ist*/
#navioben {
	display: none;
}

/* Definition des Container-Elements, in den die senkrechte Navigation eingebettet ist*/
#navigation {
	display: none;
}

#adresse {
	display: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000088; 	/*blaue Schriftfarbe*/
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFA271;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
#nav a:hover{
	color: #FFA271;
	text-decoration: none;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;	
}
.text a:link, .text a:visited {
	color:#000088;
	background-color:#FFFFFF;
	text-decoration: underline;	
}
.text a:hover {
	color:#FFA271;
	text-decoration: underline;	
}
.textorange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000088; /*Farbe für die Druckausgabe in blau, da orange Farbe nicht gut ausgedruckt wird*/
	text-decoration: none;	
	background-color: #FFA271;
}
.textklein{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.textfk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
.fettkl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}

.textrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.textrotline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.textrn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
ul {
	list-style-type: square;	
	text-decoration: none;
} 
ul.minus li {
	list-style-image:url(minus.gif);
}
.nachoben {
	display: none;
}
.zurueck {
	display: none;
}

