/* CSS Document */

a.blauerLink:link {color: #1b2573; font-size: 0.8em; text-decoration:none;}
a.blauerLink:visited {color: #1b2573; font-size: 0.8em; text-decoration:none;}
a.blauerLink:hover {color: #990000; font-size: 0.8em; text-decoration:none;}
a.blauerLink:active {color: #1b2573; font-size: 0.8em; text-decoration:none;}

a.news:link {color: #1b2573; font-size: 0.8em; text-decoration:none;font-weight:bold}
a.news:visited {color: #1b2573; font-size: 0.8em; text-decoration:none;font-weight:bold}
a.news:hover {color: #990000; font-size: 0.8em; text-decoration:none;font-weight:bold}
a.news:active {color: #1b2573; font-size: 0.8em; text-decoration:none;font-weight:bold}


a:link {color: #1b2573; text-decoration:none}
a:visited {color: #1b2573;  text-decoration:none}
a:hover {color: #990000; text-decoration:none}
a:active {color: #1b2573; text-decoration:none}


body {
background: url(pic/hintergrund.png);
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin-top: 0px;
margin-left: 0px;
}
p, body, href {font-size: 0.8em}
h1 {font-size: 1.1em; font-variant:small-caps}
ul {list-style-type: none; 
    margin: 0px; padding: 0px 0px 0px 10px
   }

/* 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: 1000px; 
	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
	}


