/* dieses Stylesheet definiert alle Schriftelemente, die auf der Website 6. RP verwendet werden */

BODY, P, H1, H2, H3, H4, H5, H6, DIV, address, table, td, TH, ul li, ul, LI, FORM, INPUT, BUTTON, SELECT { font-family: verdana, arial, helvetica, sans-serif}

BODY {
  background-color: #FFFFFF;
  margin-left:  0px;
  margin-top:   0px;
  margin-right: 0px;
}


/* für normale Texte - 12px = 9pt  */
P {	
       font-size: 9pt ; 
       color: #000000;
       background-color : transparent;
}

ul {
	color: #000000;
	background-color: transparent;
	font-style: normal;
	margin-bottom: 0px;
	list-style-image : none;
}

li {
	color: #000000;
	background-color : transparent;
	font-style: normal;
        font-size: 9pt;
	margin-bottom: 0px;
	padding-left : 0px;
}

hr {    height: 1pt;
        color: #2a70b1;
}


/* Contentbereich: Überschriften, 1. Option  */
H1 {
 font-size: 14pt;
 color: #000000;
 background-color : transparent;
}

/* Contentbereich: Überschriften, 2. Option  */
H2 {
 font-size: 12pt;
 color: #000000;
 background-color : transparent;
}

/* Contentbereich: Überschriften, 3. Option  */
H3 {
 font-size: 10pt;
 color: #000000;
 background-color : transparent;
}

/* ------ */

/* Contentbereich: Aussehen der Links - grau*/
A:link {
	color: #125ea7;
	background-color : transparent;
	font-weight: normal;
	font-size : 9pt;
	text-decoration : underline;
}

A:hover {
	color: #BFC7CF;
	background-color : transparent;
	font-weight: normal;
	font-size : 9pt;
	text-decoration : underline;
}

A:active {
	color: #BFC7CF;
	background-color : transparent;
	font-weight: normal;
	font-size : 9pt;
    text-decoration : underline;
}

A:visited {
	color: #5A5A5A;
	background-color : transparent;
	font-weight: normal;
	font-size : 9pt;
    text-decoration: underline;
}

/* ------ */

 /*Contentbereich: Fußzeile */  
.schriftfusszeile { 
font-size: 8pt;
font-style: normal;
color: #000000;
background-color : transparent;
 }
 
/* ------ */

 /*Contentbereich: Bildunterschriften*/  
.bildunterschrift { 
font-size: 9px;
font-style: normal;
color: #000000;
background-color : transparent;
 }
 
/* ------ */

 /*Contentbereich: Thementitel, Tabellenüberschriften, Untertitel, 
 Zusammenfassungen, Hervorhebungen */  
.untertitel { 
font-size: 11px;
font-style: normal;
color: #000000;
background-color : transparent;
font-weight: bold;
 }
 
/* ------ */

 /*Contentbereich: für Mengentexte */  
.mengentext { 
font-size: 8pt;
font-style: normal;
color: #000000;
background-color : transparent;
font-weight: normal;
 }
 
   
/* ------ */

/* Navigation: erste Ebene*/
.navigation1 {
   font-size: 9pt;
   color: #FFFFFF;
   background-color : transparent;
   text-decoration: none;
   font-weight: bold;
   }
   
   
/* Navigation: zweite Ebene*/
.navigation2 {
   font-size: 8pt;
   color: #FFFFFF;
   background-color : transparent;
   text-decoration: none;
   font-weight: normal;
   }
   
   
/* Navigation: dritte Ebene*/
.navigation3 {
   font-size: 8pt;
   color: #0655A2;
   background-color : transparent;
   text-decoration: none;
   font-weight: normal;
   }

/* ------ */

/*Navigation: Links */
A.navigation1:link {  
    font-size: 9pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #FFFFFF;
    background-color : transparent;	
    text-decoration :none;
}

A.navigation1:hover {  
    font-size: 9pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #FFFFFF;
    background-color : transparent;
    text-decoration: none;
}

A.navigation1:active {  
    font-size: 9pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #FFFFFF;
    background-color : transparent;
    text-decoration: none;
}

A.navigation1:visited {  
    font-size: 9pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #FFFFFF;
    background-color : transparent;
    text-decoration: none;
}


/*Navigation: Links, 2. Ebene* - 11px = 8pt*/
A.navigation2:link {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #FFFFFF;
    background-color : transparent;	
    text-decoration :none;
}

A.navigation2:hover {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #FFFFFF;
    background-color : transparent;
    text-decoration: none;
}

A.navigation2:active {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #FFFFFF;
    background-color : transparent;
    text-decoration: none;
}

A.navigation2:visited {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #FFFFFF;
    background-color : transparent;
    text-decoration: none;
}



/*Navigation: Links, 3. Ebene*/
A.navigation3:link {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #0655A2;
    background-color : transparent;	
    text-decoration :none;
}

A.navigation3:hover {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #0655A2;
    background-color : transparent;
    text-decoration: none;
}

A.navigation3:active {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #0655A2;
    background-color : transparent;
    text-decoration: none;
}

A.navigation3:visited {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #0655A2;
    background-color : transparent;
    text-decoration: none;
}

/* ------ */


.ClsNavigationsbereich {
  background-image:url(bilder/navigationsbereich.jpg);
}

.ClsMenu {
  background-image: none;
}

/* ------ */

/*Fußzeile: Links */
A.schriftfusszeile:link {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: bold; 
	color: #125ea7;
	background-color : transparent;	
    text-decoration :none;
}

A.schriftfusszeile:hover {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: bold; 
	color: #125ea7;
	background-color : transparent;
    text-decoration: none;
}

A.schriftfusszeile:active {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: bold; 
	color: #125ea7;
	background-color : transparent;
    text-decoration: none;
}

A.schriftfusszeile:visited {  
    font-size: 8pt; 
    font-style: normal; 
    font-weight: bold; 
	color: #125ea7;
	background-color : transparent;
    text-decoration: none;
}

/* Contentbereich: Aussehen der Links für Mengentexte - grau*/
A.mengentext:link {
	color: #125ea7;
	background-color : transparent;
	font-weight: normal;
	font-size : 8pt;
	text-decoration : underline;
}

A.mengentext:hover {
	color: #BFC7CF;
	background-color : transparent;
	font-weight: normal;
	font-size : 8pt;
	text-decoration : underline;
}

A.mengentext:active {
	color: #BFC7CF;
	background-color : transparent;
	font-weight: normal;
	font-size : 8pt;
    text-decoration : underline;
}

A.mengentext:visited {
	color: #5A5A5A;
	background-color : transparent;
	font-weight: normal;
	font-size : 8pt;
    text-decoration: underline;
}

/* ------ */
/* Sonderformate um Text hervorzuheben */
/* VZ: 12.06.2003*/
SPAN.maroon { color: maroon; }

/* Für Barrierefreiheit ist folgender Eintrag wichtig: */
#skipmenu { display: none; }
