body 
	{
	margin:0;
	font-family:Ariel, Helvetica, sans-serif;
	font-size:10pt;
	line-height:12pt;
	color: #000000;
	background-color:#f8f8d2;
	}

ul, li .txt
	{
	margin-left: 8px;
	padding: 0;
	list-style-type:circle;	
	}
	
a.txt
	{
	text-decoration: underline;
	}
	
div.weiter
	{
	display: block;
	text-decoration: underline;
	text-align: right;
	color: #00ab41;
	font-family:Ariel, Helvetica, sans-serif;
	font-size:8pt;
	border: solid 1px #00ab41;
	clear: left;
	}

.pr_txt
	{
	font-family:monospace;
	font-size:11pt;
	}
	
.pr_dat
	{
	font-family: monospace;
	font-size:11pt;
	text-align:right;
	border: solid 1px #00ab41;
	}

table
	{
	border:0px;
	border-collapse:collapse;	
	}
	
img 
    {
     border:0px;
    }

h1
	{
	font-family:Ariel, Helvetica, sans-serif;
	font-size:21pt;
	line-height:24pt;	
	color: #17aedd;
	}
	
h2
	{
	font-family:Ariel, Helvetica, sans-serif;
	font-size:16pt;
	line-height:18pt;	
	color: #17aedd;
	}
	
h3
	{
	font-family:Ariel, Helvetica, sans-serif;
	font-size:13pt;
	line-height:17pt;
	color: #00ab41;
	}
	
.zurueck
	{
	text-align: right;
	background-color: #00ab41;
	color: #ffffff;
	font-weight: bold;
	}
	
a.zur:link
	{
	font-weight: bold;
	font-size:13pt;	
	text-decoration: none;
	color: #ffffff;
	}
a.zur:visited
	{
	font-weight: bold;
	font-size:13pt;
	text-decoration: none;
	color: #ffffff;
	}
a.zur:hover
	{
	font-weight: bold;
	font-size:13pt;
	text-decoration: none;
	color: #000000;
	}
a.zur:active
	{
	font-weight: bold;
	font-size:13pt;
	text-decoration: none;
	color: #ffffff;
	}
	
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: fixed;
top: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 92px;
margin: 0 1px;
}
#menu dt {

cursor: pointer;
text-align: center;
font-weight: bold;
background: #17aedd;
border: 1px solid #17aedd;
}
#menu dd {
clear: left;
border: 1px solid #17aedd;
}

#menu li {
text-align: left;

width: 230px;
background: #c4c4c4;
padding-left: 5px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #39ac37;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}

.achtung
	{
	color: red;
	font-weight: bold;
	text-decoration: blink;
	font-size: 16pt;
	}
