body {
	background-color: #F1FAFF;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(Bilder/hg_netscape.gif);
	background-repeat:repeat-y;
}
#aktiv {
	color: #333399;
}

#navi {
	position:absolute; 
	left:30px; 
	top:120px; 
	width:120px; 
	padding-bottom:10px;
	background-color: #EBEBEB; 
	layer-background-color: #EBEBEB; 
	border: 1px none #000000;
}
#inhalt {
	position:absolute;
	left:270px;
	top:120px;
	width:480px;
	z-index:1;
	background-color: #fff;
	layer-background-color: #fff;
	border: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:20px;
	padding-left:20px;
}

#logo{
	margin-left:20px;
	margin-top:30px;
	}

h1 {
	font-size: 140%;
	padding-top: 20px;
	color: #627086;
}

h2 {
	font-size: 110%;
	color: #627086;
	padding-right:20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #627086;
	text-align:center;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 105%;
}

#navi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	color: #666666;
	text-decoration: none;
	display: block;
	margin-left:10px;
}
#navi #aktiv {
	color: #333399;
}
a.text {
	text-decoration: none;
	font-weight:bold;
	font-size: 87%;
	line-height: 120%;
	color: #DCC350;
	display:inline;
	margin-left:0px;
}

