body { 
	font-family: Microsoft Sans Serif, Arial;
	font-size: 11px;
	
	background-color: white;
	color: black;
	margin: 0px;
	
	scrollbar-face-color: 		#FFFFFF; 	/* Vordergrund */
	scrollbar-track-color: 		; 			/* Hintergund */

	scrollbar-highlight-color: 	; 			/* links&oben innen */
	scrollbar-3dlight-color: 	;			/* links&oben aussen*/

	scrollbar-shadow-color: 	; 			/* Schatten rechts&unten innen*/	
	scrollbar-darkshadow-color: ;			/* Schatten rechts&unten aussen*/

	scrollbar-arrow-color: 		#CCCCCC;	/* Pfeile */	
}

#construct {
	width: 800px;
	height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#main {
	background-image: url(/bilder/background_intro.gif);
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20px;
}

.gebaeude {
	margin-top: 30px; 
	border: 3px solid #FEFBC8;
}

#wasserzeichen {
	width: 100%;
	height: 100%;
	background-image: url(/bilder/intro_rad_gross.gif);
	background-repeat: no-repeat;
	background-position: 450px 250px;
	margin-top: 40px; 
}

h1 {
	font-size: 24px;
	color: #00548C;
	letter-spacing: 1;
}

p {
	font-size: 13px;
	color: #00548C;
}