* {
padding: 0;
margin: 0;
}

body {
background: url(bilder/01.png);
background-repeat: repeat-x;
font: 11pt Arial, sans-serif;
font-color: #346396
color: #505050;
line-height: 12pt;

}

#inhalt {
background: url(bilder/00.jpg); width: 950px;
position: relative;
border-width:2px;
border-color:#346396;
border-style:inset;
font-color: #346396
padding:0px;
margin: 5px auto;
width: 950px;
height:100%

}

#kopf {
position: relative;
background: #346396;
background-position:left;
background-repeat:no-repeat;
text-position: middle;
height: 79px;
width:950px
border: 0;
}

#kopf h1 {
text-align: center;
text-position: middle;
padding: 3px;
color: #FFC000;
font: 25pt Arial, sans-serif;
font-weight: 600;
}

#nav {
position: relative;
background-color: #C0C0C0;
background-position:left;
background-repeat:repeat;
margin: 2px 2px 2px 0;
width: 950px;
text-align: center;
}

#nav ul li {
list-style-type: none;
float: left;
margin: 2px 15px 2px 10px;
padding: 2px 7px 2px 0;
text-align: left;
}

#nav ul li a {
color: #346396;
text-decoration: none;
border: 0;
display: inline;
}

#nav ul li a:hover {
color: #000000;
text-decoration: underline;
border: 0;
}

#nav ul li a.selected {
color: #9F0000;
text-decoration: underline;
border: 0;
}

#text {
position: relative;
margin-top: 2px;
margin-left: 40px;
margin-right: 40px;
text-align: justify;
width: 870px;
background-repeat: no-repeat;
background-position:center;
height:500px;
}

#text p {
margin: 0;
padding: 5px 5px 5px 10px;
}

#text h1 {
font: 13pt Arial, sans-serif;
font-weight: bold;
margin: 5px 2px;
}

#text h2 {
font: 12pt Arial, sans-serif;
font-weight: 550;
margin: 0;
text-decoration: underline;
}

#text img {
border: 0px solid #922926;
padding: 2px;
margin-left: 3px;
}

#text a {
color: #505050;
text-decoration: none;
}


#text table {
position: relative;
width: 95%;
height: 300px;
}

#text a:hover {
color: #FFC000;
text-decoration: underline;
}

#fuss {
padding: 2px;
margin: 0;
font-size: 8pt;
text-align:center;
}