BODY {
	background-color: white;
	background-image: url(../gfx/logo_w.gif);
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: right top;	
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

.sitepad, #title, #topmenu, #header, #linkermenu, #lm_start, #lm_nav, #lm_start_nav, #rechtermenu, hr {
	display: none;
	}	
#content {
	width: 100%;
	margin: 5px;
}
h1 {
	color: #FF6600;
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	font-variant: normal;
	font-weight: normal;
	margin-top: 25px;
}

h2 {
	color: #000099;
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	font-weight: 100;
}

h3 {
	color: #FF8800;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: 100;
}

a, a:active, a:link {
	text-decoration: none;
	color: black;
	background-color: white;
	}