body {
	font: 10pt/12pt Verdana, Arial, Helvetica, Sans-Serif;
	color: #101010;
	background:  #ffb;
	margin: 5px 120px;
}
#center	{
	margin:0;
	border-left: 2px #daa520 solid;
	border-right: 2px #daa520 solid;
	padding:4px 10px;
}
/* Das Text-Logo in der Header-Box */
#header {
	letter-spacing: 1px;
	padding: 0;
	margin: 3px;
}

/* Die 'Buttons' im linken Menue */
.link a {
	display: block;
	padding: 1px;
	text-decoration:none;
	border: 1px #ccc outset;
	width:180px;
	height: 32px;
	font-size: 0.9em;
	font-weight: 600;
	margin: 5px 5px 2px 1px;
	float:left;
}
.link a:link {
	color:#000;
}
.link a:visited {
	color:#000000;
}
.link a:hover {
	color:#993300;
	border:1px #eee outset;
	background:url('_nav.jpg');
}
.link a:active {
	color:#cc0000;
}
.link i	{
	font-size: 90%;
}
.nix {
	display: none;
	font-size: 10%
}
#schalter a {
	display: block;
	padding: 1px;
	text-decoration:none;
	border: 1px solid #ccc;
	width:165px;
	font-size: 0.85em;
	font-weight: 500;
	margin: 5px 0px 0px 0px;
}
#schalter a:link {
	color:#000000;
}
#schalter a:visited {
	color:#000;
}
#schalter a:hover {
	color:#930;
	border:1px #eee outset;
}
#schalter a:active {
	color:#c00;
}
/* Link-Definitionen */
a {
	text-decoration:none;
	border-bottom:1px #036 solid;
}
a:link {
	color: #036;
}
a:visited {
	color: #101010;
}
a:hover {
	color: #006;
}
a:active {
	color: #036;
}
/* Sonstiges */
code {
	color: #101010;
	font-size: 10pt;
}
img {
	border: 0;
	padding: 5px;
	float: left;
	width:100px;
	height:75px;
}

.ohne {
text-decoration: none;
}
table	{
	border: 0;
}
p, address, i, td {
	font: 1em/1.2em Arial, Helvetica, Verdana, Sans-Serif;
	margin: 1px 0px 2px 0px;
	padding: 1px;
}
.underline	{
	border-bottom: 1px #000 solid;
}
h1	{
	font:16px/20px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	margin:2px;
}
h2 {
	font:12px/18px Verdana, Arial, Helvetica, Sans-Serif;
	margin: 2px;
	text-decoration:underline;
	font-weight:600;
}
h3, h4 {
	font: bold 10pt/12pt Arial, Helvetica, Verdana, Sans-Serif;
	color: #101010;
	margin: 3px;
}
h5	{
	font:12px/18px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 500;
	margin: 2px;
	text-decoration:underline;
}
h6 {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #101010;
	margin:1px;
}
.button	{
	width: 180px;
	font-weight: 600;
	float:left;
}
.engl	{
	position: absolute;
	top:60px;
	left: 10px;
	width: 100px;
	z-index:1;
	border: 0;
	padding: 0;
}
/* 3 Spalten */
#header {
	position: relative;
	border: solid 0px #000;
	height: 7em;
	width: 99%;
	margin: 0 2px;
	background: url('logo.gif') no-repeat;
}
#header h1	{
	margin-left:200px;
}
.linkespalte {
	position: relative;
	width:260px;
	height:25em;
	overflow:auto;
	padding: 3px;
	margin:1px;
	float:left;
}
#content {
	margin: 5px auto;
	padding: 5px;
}

.footer {
	position:relative;
	display: block;
	width:98%;
	height:55px;
	padding: 2px;
	border-bottom: 1px #000055 solid;
	border-top: 1px #000055 solid;
	word-spacing: 5px;
	margin: 2px;
	font:90%/115% Arial, Helvetica, Verdana, Sans-Serif;
}
.date	{
	position: absolute;
	right: 10px;
	top: 10px;
	width:160px;
	border: solid 1px #000;
	padding: 3px;
	margin-top: 100px;
	background: #fff
}
.right	{
	float:right;
	margin:20px;
}
.clear	{
	clear:both;
}
.big	{
	font: 2.2em/2.2em Verdana, Helvetica, Arial, Sans-Serif;
	color:#c00;
	font-weight:600;
}
.norm	{
	font:0.9em/2.2em Helvetica, Arial, Verdana, Sans-Serif;
	margin:1em 0;
}
.center	{
	text-align:center;
	vertical-align:bottom;
}
.left	{
	float:both;
	margin-top:100px;
}