body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#kopf {
	width: 850px;
	height: auto;
}

#inhalt {
	width: 850px;
	position: relative;
	visibility: visible;
}
#aktuell {
	margin-top: 60px;
	margin-bottom: 80px;
	margin-left: 120px;
	width: 580px;
}
#menue {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
P { 
	font-size: 14px; 
	color: #000000; 
	text-align: left;
} 

H1 { 
	font-size: 12px;
} 
H2 { 
	font-size: 14px;
} 
H3 { 
	font-size: 20px;
} 
H4 { 
	font-size: 24px;
} 
H5 { 
	font-size: 14px; 
	font-weight: bold;
} 
H6 { 
	font-size: 20px; 
	font-weight: bold;
} 
h6 {
	font-size: 12px;
	font-weight: normal;
}
a:link {
	color: #006600;
}
a:visited {
	color: #009933;
}

input {
	font-size: 14px;
	border: 1px solid #666666;
}
textarea {
	font-size: 14px;
	border: 1px solid #666666;
}
select {
	font-size: 14px;
	border: 1px solid #666666;
}
.button {
	border: 2px dashed #666666;
	color: #666666;
	background-color: #FFFFFF;
}
hr {
	width: 80%;
	border: 2px ridge #66CC33;
}
