body { 
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FC6; 
	margin: 0 0 10%; 
	padding: 0 
}
h1 { 
	color: #999;
	clear:both;
}
h2 { 
	color: #999; 
	clear:both;
}
h3 { 
	color: #999; 
	clear:both;
}
h4 { 
	color: #999; 
	clear:both; 
}
h5 { 
	color: #999; 
	clear:both; 
}
h6 { 
	color: #999; 
	clear:both; 
}
img { 
	border-style: none 
}
a:link {}
a:visited {}
a:hover { 
	text-decoration: none 
}
a:active {}
/*Layouthintergrunddefinitionen*/
.kopfleiste { 
	width: 100%;
	vertical-align:top;
}
.kopfleistentabelle {}
.kopfleistelinks {
}
.kopfleistemitte {
	width: 100%;
	vertical-align: bottom;
	background:     url("seitenkopf/seitenkopfmitte.jpg") repeat-x center top;
}
.kopfleisterechts {
}
.kopfleistenueb {
	position: absolute; 
	left: -2000px
}
/*Navigationsleiste*/
#extern {
	background-color: #69C;
}
#intern {
	background-color: #999;
}
#navigation      {
	width:100%;
	text-align: center;
	margin-bottom:24px !important;
	margin-bottom: 21px;
}
#navigation a { color: #000; font-size: 80%; line-height: 120%; text-decoration: none; padding-right: 5px; padding-left: 0.5em; border: solid 1px }
#navigation a:hover { color: #fff; border: solid 1px #000 }
#navigation ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	line-height: 130%;
	margin: 3px;
}
#inhalt {
	margin-right: 2%;
	margin-left: 2%;
}
.betont {
	font-variant: small-caps;
	font-weight: 600;
}
.textbilder {
	float:left;
	clear:both;
	margin-right: 1em;
	margin-bottom: 1ex;
}
dt {
font-weight:bolder;
}