/* CSS Document */

/* Erste Menüebene */
a.menueebene0:link {color: #2C3A9C; font-size: 1.25em; text-decoration: none; font-weight: normal}
a.menueebene0:visited {color: #2C3A9C; font-size: 1.25em; text-decoration: none; font-weight: normal}
a.menueebene0:hover {color: #2C3A9C; font-size: 1.25em; text-decoration: none; font-weight: normal} 
a.menueebene0:active {color: #2C3A9C; font-size: 1.25em; text-decoration: none; font-weight: normal}


a.menueebene1:link {color: #101041; font-size: 1.2em; text-decoration: bold}
a.menueebene1:visited {color: #101041; font-size: 1.2em; text-decoration: bold}
a.menueebene1:hover {color: #101041; font-size: 1.2em; text-decoration: bold} 
a.menueebene1:active {color: #101041; font-size: 1.2em; text-decoration: bold}

a.menueebene2:link {color: #101041; font-size: 1.0em; text-decoration: none; font-weight: none}
a.menueebene2:visited {color: #101041; font-size: 1.0em; text-decoration: none; font-weight: none}
a.menueebene2:hover {color: #101041; font-size: 1.0em; text-decoration: none; font-weight: none} 
a.menueebene2:active {color: #101041; font-size: 1.0em; text-decoration: none; font-weight: none}

a.news:link {color: black; font-size: 1.0em; text-decoration: none; font-weight: bold}
a.news:visited {color: black; font-size: 1.0em; text-decoration: none; font-weight: bold}
a.news:hover {color: black; font-size: 1.0em; text-decoration: none; font-weight: bold}
a.news:active {color: black; font-size: 1.0em; text-decoration: none; font-weight: bold}

a.hauptfarbe:link {color: steelblue; font-size: 1.0em; text-decoration: none; }
a.hauptfarbe:visited {color: steelblue; font-size: 1.0em; text-decoration: none; }
a.hauptfarbe:hover {color: steelblue; font-size: 1.0em; text-decoration: none; }
a.hauptfarbe:active {color: steelblue; font-size: 1.0em; text-decoration: none;}


a:link {color: #2c3a9c ; text-decoration: none; font-size: 11pt}
a:visited {color: #2c3a9c; text-decoration: none; font-size: 11pt}
a:hover {color: #2c3a9c; text-decoration: none; font-size: 11pt}
a:active {color: #2c3a9c; text-decoration: none; font-size: 11pt}

/* Schifteinstellungen allgemein */
body {                                  
background: url(pic/hintergrund.png);
font-family: Helvetica,Arial,SansSerif;
font-size: 12pt;
font-weight: 100;
color:#060E47;
margin-top: 0px;                            /*Abstand der ganzen Seite nach oben OK*/
margin-left: 10px;                          /*Abstand der ganzen Seite nach links OK*/
}

/* PARAGRAPH */
p {                            
align="justify";
}

/* ÜBERSCHRIFT */

h1 {
font-size: 1.3em;                            /*Schriftgröße Überschrift OK*/
padding-top:65px;
}

/* ÜBERSCHRIFT */

h2 {
font-size: 1.0em;                            /*Schriftgröße Überschrift OK*/
padding-top:10px;
}


/* Überschrift Aktuelles (nicht auf der Startseite)*/
h4 {
font-size: 1.0em;                            
text-decoration: none;                           
}

/* Rotes "Aktuell" auf Startseite*/
h5 {
font-size: 1.1em;                            
color: red;                              
}

/* LINKS + MENÜ*/
ul {
margin: 0px; 
padding: 0px 0px 0px 20px;                    /* Einrückung des Menüs "oben(unnütz)" "???" "unten(unnütz)" "links (Ausprägung der Ebenenabsetzung)"*/
font-size: 0.9em;                             /*Schriftgröße Menü*/
letter-spacing: 0.04em;                        /*Buchstabenabstand Menü OK*/
list-style-image: url(pic/rechts)              /*Bullet(Pfeil)*/ 
}

#menu li {
list-style-type: none; 
list-style-image: none; 
}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#kopf {	

	padding: 0px;
	width: 100px; 
	height: 145px; }
#kopf h1 { 
	background: transparent url(pic/rqz-kopf.png) no-repeat top left; 
	
padding: 0px;
margin-top: 0px;
margin-left: 0px;
	width: 1000px; 
	height: 145px; 
	}
#kopf h1 span {
	display:none
	}

/*Blauber Balken*/
td.titlebar {                                
    padding-right: 100px;
    font-size: 11pt;
    font-family: Verdana, sans-serif;
    font-weight: 150;
    background-color: #2C3A9C;
    color: white;
    text-align: right;
}
