body, html {
    height: 100%;
	margin: auto;
	border: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#rahmen {
	overflow: visible;
	visibility: visible;
	height: 100%;
	width: 100%;
	margin: auto;
	border: none
}
#inhalt {
	overflow: visible;
	visibility: visible;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: auto;
	border: none
}
a {
	text-decoration: none;
	color: #000000;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	margin-right: 10px;
}
h6 {
	color: #999999;
}
#inhalt a:link {
	color: #D11D32;
	text-decoration: underline;
}
#inhalt a:visited {
	text-decoration: underline;
	color: #D11D32;
}
#inhalt a:hover {
	text-decoration: none;
	color: #999999;
}
#inhalta:active {
	text-decoration: underline;
	color: #666666;
}
.bildlinksmitrahmen {
	float: left;
	border: 1px solid #717d8c;
	margin-right: 14px;
	margin-bottom: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
}
.bildlinks {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #999999;
}
h5 {
	color: #999999;
}




/* Daniel Koch, 12/2005: IE 6.0 unterstüzt kein right: 0px; und auch kein bottom: 0px; deshalb alles auf Tabellen umgestellt; ansonsten Probleme mit 100% Höhe und 100% Breite. Evtl. folgende Versionen testen und die Seite ensprechend umstellen*/
#navigation {
	background-image: url(../grafik/navigation_hintergrund.gif);
	}

#hilfsnavigation {
	position: absolute;
	height: auto;
	top: 45px;
	left: 600px;
	}

.copy-klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	}
.hauptnavigation {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009996;
	border-right-color: #009996;
	border-bottom-color: #009996;
	border-left-color: #009996;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	vertical-align: middle;

}
.unternavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
