body              {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding-right: 25px;
	padding-left: 25px
}
p                 {
	color: #000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
a:link      { color: #000066; text-decoration: underline }
a:hover     { color: #fff; text-decoration: underline; background-color: #006 }
a:active { text-decoration:none; color: black }
a:visited  { text-decoration: underline  }
h1      {
	color: #000080;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	text-align: left
}
h2                {
	color: #000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin-top: 35px;
}
ul                {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 40px;
	padding: 0;
}
li                {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: left;
	list-style-type: none;
	width: 100%;
}
li a:link         {
	color: #006;
	font-size: 95%;
	font-family: Arial;
	line-height: 90%;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	list-style-type: none;
	display: block;
	margin: 3px 0;
	padding: 4px;
	width: 110px
}
li a:visited      {
	color: #006;
	font-size: 95%;
	font-family: Arial;
	line-height: 90%;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 3px 0;
	padding: 4px;
	width: 110px
}
li a:hover        {
	color: #fff;
	font-size: 95%;
	font-family: Arial;
	line-height: 90%;
	text-decoration: none;
	background-color: #006;
	text-align: left;
	visibility: visible;
	display: block;
	margin: 3px 0;
	padding: 4px;
	width: 110px;
}
li a:active       {
	color: #fff;
	font-size: 95%;
	font-family: Arial;
	line-height: 90%;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 3px 0;
	padding: 4px;
	width: 110px
}
#kopf   /* Kopf */    {
	color: #000;
	font-family: Arial;
	background-repeat: repeat;
	text-align: left;
	position: absolute;
	top: 5px;
	left: 10px;
}
#text   {
	color: #000;
	position: absolute;
	top: 120px;
	left: 160px;
	width: 580px;
	height: auto;
	padding-right: 50px;
	padding-left: 60px;
	visibility: visible;
}
#menue    /* Hauptmenue */   {
	font-weight: bold;
	background-image: url(../grafiken/navigation.png);
	position: absolute;
	top: 120px;
	left: 7px;
	width: 170px;
	height: 100%;
	padding-top: 20px;
	background-repeat: repeat-y;
}
#untermenue    /* Untermenü */   {
	color: #000;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	position: relative;
	top: 0;
	left: 7px;
	width: 156px;
	margin: 0;
	padding: 2px;
	list-style-type: disc;
}
#suche    /* Google Suche */   {
	font-family: Arial;
	text-align: left;
	position: relative;
	top: 0;
	left: 44px;
	width: 170px;
	margin: 0 0 20px;
	padding: 0;
}
#navigation /* Fussnavigation für switchboard */       {
	color: #000;
	font-size: 70%;
	font-family: Arial;
	line-height: normal;
	text-align: right;
	visibility: visible;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	top: 80px;
	left: 10px;
	width: 95%;
}
#werbung    /* Anzeigen,Werbung */   {
	position: absolute;
	top: 110px;
	left: 825px;
	width: 160px;
	visibility: visible;
	height: auto;
}
.orange { color: #ff6600; font-weight: bold; }
.rot { color: #cc0000; font-weight: normal; }
.blau { color: #000066; font-weight: normal; }
.einzug_oben {
	padding-top: 15px;
	padding-left: 15px;
}
.werbung_h2   /* Ueberschrift in der Werbung */  {
	font-size: 80%;
	font-family: Arial;
	font-weight: bold;
	line-height: 140%;
	background-image: url(../grafiken/werbung_hint.png);
	background-repeat: repeat;
	display: block;
	width: 140px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}