/* 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: #000000;
	font-size: 1.5em;
	font-weight: bold; 
	}


h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0em; 
	}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em; 
	}
		
.invisible {
	left: -1500px;
        top: -1500px;
        position: absolute;
        overflow: hidden;
        width: 0px;
        height: 0px;
        display: inline;
}