
a {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

a.navlink:hover		{
	text-decoration: underline;
	color: #FFA500;
}

a.navlink:active	   {
	text-decoration:underline;
	color: #FFA500;
}
a.navlink:link		{
	text-decoration: none;
}

a.navlink:visited	{
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.widetext {
	line-height: 20px;
	font-size: 12px;
}

#navigation {
	position: absolute;
	width: 680px;
	height: 30px;
	left: 40px;
	top: 135px;
	z-index: 3;
}

#inhalt {
	position: absolute;
	width: 700px;
	height: 700px;
	left: 40px;
	top: 285px;
	z-index: 4;
}

