/* CSS Document */
.top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	height: 100px;
	width: 100%;
	text-align: left;
}
.links {
}
.rechts {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	padding-bottom:5px;	
}
.außen {
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid black;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ueber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0077AA;
	text-align: center;
}
.verweis {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: black;
	border-left-color: black;
	width: 150px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.verweis_spacer {
	height: 8px;
	font-size: 1px;
}
a.index:link {
	color:#0077AA;
	text-decoration:none
}
a.index:visited {
	color:#0077AA;
	text-decoration:none
}
a.index:hover {
	color:#000000;
	text-decoration:none;
}
a.index:active {
	color:#0077AA;
	text-decoration:none
}
a.sub:link {
	color:#CC3300;
	text-decoration:none
}
a.sub:visited {
	color:#CC3300;
	text-decoration:none
}
a.sub:hover {
	color:#000000;
	text-decoration:none;
}
a.sub:active {
	color:#CC3300;
	text-decoration:none
}
.auswahl {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: black;
	width: 150px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.subs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	padding-left:5px;
}
.unten {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.textlink:link {
	color:#0077AA;
	text-decoration:none
}
a.textlink:visited {
	color:#0077AA;
	text-decoration:none
}
a.textlink:hover {
	color:#CC3300;
	text-decoration:none;
}
a.textlink:active {
	color:#0077AA;
	text-decoration:none
}

