body
{
	margin: 0;
	padding: 15px;
}
a:link, a:visited
{
	text-decoration: none;
	color: #074DFF;
}
a:active
{
	text-decoration: none;
	color: #FF0000;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

div.kopf
{
	margin-top: -15px;
	margin-left: -15px;
}

.center
{
	text-align: center;
}

body, p, td, li, div
{
	font: 10pt Verdana, Arial;
	color: #000000;
	text-align: justify;
	vertical-align:top;
}
td.left
{
	font: 10pt Verdana, Arial;
	color: #000000;
	text-align: left;
	vertical-align:top;
}
td.center
{
	font: 10pt Verdana, Arial;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.tag
{
	font: 12pt Verdana, Arial;
	color: #000000;
	font-weight: bold;
}

body.bggrd
{
	background: url(../images/satnwav2.jpg) #F2F2DC;
}

body.fotobggrd
{
	margin: 0px;
	padding: 0px;
}

.bildtext
{
	font-size: 8pt;
	font-style: italic;
}
.help
{
	cursor: help;
	border-bottom: dotted 1px #00a000;
}

.t_nummer
{ 	font-family:Verdana,Tahoma,Arial; font-size:16pt; font-weight:bold; color:#999999
}
.markierung
{	color:#00ff00
}


ul#Navigation {
	font-size: 10pt;
	margin: 0 -15px;
	padding: 4px;
	text-align: center;
	border: 0px solid black;
	background-color: silver;
}
ul#Navigation li {
	font-size: 10pt;
	list-style: none;
	display: inline;
	margin: 0.2em;
	padding: 3px;
}

ul#Navigation a, ul#Navigation span {
    padding: 0 2px;
    text-decoration: none;
    font-weight: bold;
    border: 0px solid red;
    border-left-color: white;
    border-top-color: white;
    color: maroon;
}
* html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
}
ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
}
li.aktiv {
	background-color: gray;
}
ul#Navigation li.aktiv a {
	color: white;
}

ul.linkdown
{
	list-style-image: url(../images/listicon_down.png);
	padding-left: 22px;
}

