body {
	margin: 15px 0 0 0;
	padding: 0;
	color: #ffffff;
	background: #eeeeee;
	text-align: center;
	font: 13px Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000080;
}
a:active,a:visited {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: underline;
	color: #000080;
}

#box {
	width: 850px;
	margin: auto;
	padding: 0;
	border: 2px solid #999999;
	color: #555555;
	background: #ffffff;
	text-align: center;
}


#kopfzeile {
	height: 70px;
	color: #333333;
	background: #fcfcfc;
	text-align: left;
	padding: 0;
	margin: 0;
	border: none;
}
#kopfzeile img {
	float: left;
	margin: 0.5em 0 0.5em 0.5em;
}
#kopfzeile h2 {
	margin: 0 0 0 250px;
	padding: 5px 0 0 0;
	font: bold 14px Arial, sans-serif;  /* Schriftgrad normal ??? */
}
#kopfzeile h2.rechts {
	float: right; 
	margin: 0;
	padding: 5px 5px 0 0;
	font: bold 14px Arial, sans-serif;
}


#blauelinie {
	display: none;
}


#navigation {
	display: none;
}


#inhalt {
	color: #333333;
	padding: 5px;
	text-align: left;
	background: #ffffff;
}
#inhalt h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 13px 0 0 0;
	padding: 0;
}
#inhalt h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
#inhalt p {
	font-size: 13px;
	font-weight: normal;
	margin: 6px 0 0 0;
	padding: 0;
}
#inhalt table {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 10px 20px;
}
#inhalt table th {
	border-bottom: 1px solid #dddddd;
	text-align: center;
}
#inhalt table td {
	border-bottom: none;
	text-align: left;
	padding: 1px 5px 0 5px;
}
#inhalt table td.mittig {
	border-bottom: none;
	text-align: center;
	padding: 1px 5px 0 5px;
}
#inhalt img {
	border: none;
	float: none;
}
#inhalt img.portrait {
	border: none;
	float: left;
	height: 90px;
	margin: 0 15px 0 2px;
}


#fusszeile {
	clear: both;
	height: 15px;
	font-size: 10px;
	color: #777777;
	background: #fcfcfc;
	border-top: 1px solid #999999;
}
#fusszeile h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#fusszeile h3.rechts {
	float: right; 
	padding-right: 5px;
}
