body, table {
 font-family:Arial, Helvetica, sans-serif;
}

div, p, table, th, td, h1, h2 {
margin:0;
padding:0;
}

body {
 background-color: #000;
 margin-top: 50px;
 color: #0f0;
 font-size:9pt;
 text-align:center;
}

/* links */

a:link, table a:link {
 color: #0F0;
}
a:visited, table a:visited {
 color: #080;
}
a:hover, table a:hover{
}
a:active, table a:active{
	color: #FFF;
}
a:target{
font-style:italic;
}
#header a:link {
 text-decoration: none;
}
#header a:visited {
 text-decoration: none;
}

/* container */

#header, #content {
 width:600px;
 text-align: left;
 margin-left: auto;
 margin-right:auto;
 margin-bottom:100px;
}

.nav {
border-bottom: none;
font-size:10pt;
text-align:right;
padding:0;
padding-top:10px;
}

/* headings */

h1 {
 padding-bottom: 10px;
 border-bottom: 1px solid #0f0;
 font-size:12pt;
 font-weight:normal;
}

h2 {
font-weight:normal;
font-size:12pt;
padding-bottom: 10px;
border-bottom: 1px solid #0f0;
}

h3 {
font-weight: normal;
font-size:9pt;
margin-bottom:5px;
}

/* table */

table {
margin-top:10px;
margin-bottom:10px   
}

th, td {
 vertical-align:top;
 padding-bottom:10px;
}

.spalte { 
width:80px;
}
