@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: purple;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.inhalt {
	border: 3px solid #663399;
	width: 942px;
	overflow:auto;
	min-height:500px;
	background-color: #FFFFFF;	
}
.navi {
	width: 180px;
	padding-left: 10px;
	float:left;
	font-size: 14px;
	color: #588acd;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}

.text {
	width: 572px;

	text-align: left;
	float:left;
}
.spalte_rechts {
	width: 190 px;

	text-align: right;
	
}


br.navi {
	line-height: 25px;
}
a:link{
	color: purple;
	text-decoration:underline;
}


a:link.navigation {
	color: purple;
	text-decoration:none;
}

a:visited.navigation {
	color: purple;
	text-decoration:none;
}
a:hover.navigation {
	color: #000000;
	text-decoration:underline;
}
a:link.navibesucht {
	color: #000000;
	text-decoration:underline;
}

a:visited.navibesucht {
	color: #000000;
	text-decoration:none;
}
a:hover.navibesucht {
	color: #000000;
	text-decoration:underline;
}
.copy {
	font-size: 10px;
	color: #999999;
	width: 948px;
}
a:link.copy {
	color: #999999;
	text-decoration:underline;
}

a:visited.copy {
	color: #999999;
	text-decoration:underline;
}
a:hover.copy {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration:none;
}

