/* CSS Document */

/* hier muss das zeugs für nn 4.x rein */

body {
	background-color:#FBFCFC;
	font-family:arial, sans-serif;
	font-size: 0.78em;
	}
		
h1 {
	color: #005B7F;
	font-size: 1.5em;
	font-weight: bold; 
	line-height:1.5em;
	}


h2 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: -0.5em; 
	line-height:1.5em;
	}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -1em; 
	line-height:1.5em;
	}
		
.invisible {
	left: -1500px;
    top: -1500px;
    position: absolute;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: inline;
	}

