body {
margin: 0;
padding: 1em 0;
color: black;
font-size: 100%;
font-family: Helvetica,Arial,sans-serif;
text-align: center;
background-image:url(/fileadmin/media/bg.jpg);
background-repeat:repeat-x;
background-color: #FFFFFF;
}
div#Seite {
background-image: url(/fileadmin/media/bg_content.png);
background-repeat: repeat-y;
background-attachment: scroll;
margin: 0 auto;
padding-top: 0;
padding-bottom: 10px;
text-align: left;
width: 900px;
}
div#header {
background-image: url(/fileadmin/media/header.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
height: 200px;
}
div#topmenu {
padding: 0px;
//height: 20px;
//background-color: black;
background-color: #FFFFFF;
}
div#topmenu a{
color: #white;
margin-right: 10px;
margin-left: 10px;
font-size: 0.9em;
}
div#topcontent {
//padding: 0.5em;
background-image: url(/fileadmin/media/bg_content.png);
background-repeat: repeat-y;
background-attachment: scroll;
height: 0px;
//font-size: 0.9em;
}
div#topcontent a{
//font-size: 80%;
//margin-right: 1px;
//margin-left: 1px;
}
#navmenu,
#navmenu li {
display: inline;
list-style-type: none;
}

#navmenu li.cur  {
padding: 0px;
margin-bottom: 10px;
background-color: #000000;
//border-bottom: #FFFFFF 1px solid;
}

#navmenu li.cur a {
color: white;
}
span a {
color: white;
text-decoration: none;
}
span h3 {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
span h4 {
  margin-left: 1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
a {
text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
margin: 0;
padding: 0.3em;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 100% 45%;
font-size: 16 px;
text-align: center;
}
ul#Navigation {
margin: 0 0 10pxem;
padding: 0;
font-size: 80%;
float: left;
width: 200px;
color: #666666;
}
ul#Navigation li {
margin: 0;
padding: 0px;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
ul#Navigation a {
padding: 0px;
display: block;
//font-weight: bold;
}
ul#Navigation a:link {
//color: black;
}
ul#Navigation a:visited {
//color: #666666;
//background-color: white;
}
ul#Navigation a:hover {
//color: black;
background-color: #eeeeee;
}
ul#Navigation a:active {
background-color: #eeeeee;
//color: white;
//background-color: gray;
}
div#Inhalt {
border-left: 1px solid #eeeeee;
margin: 0 0 1em 220px;
padding: 0 10em 5em 1em;
}
* html div#Inhalt {
height: 1em;
margin-bottom: 0;
}
div#Inhalt h2 {
margin: 0.2em 0;
font-size: 1.2em;
color: navy;
}
div#Inhalt p {
margin: 1em 0;
font-size: 1em;
}
p#Fusszeile {
border-top: 1px solid silver;
margin: 0;
padding: 0.1em;
clear: both;
font-size: 0.83em;
text-align: center;
background-color: #cccccc;
}

