body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 13px;
  color: #334c98;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

ul
{
  list-style-type: square;
}

ul ul
{
  list-style-type: circle;
}

#themen ul ul
{
  margin-bottom: 10px;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #1d2b56;
}

a:hover {
  text-decoration: none;
  color: #334c98;
}

img {
  border: 0px;
}

#header
{
  height: 136px;
  width: 100%;
  background-color: #e1e1e1;
  top: 0px;
}

#header img#logo
{
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

#header img#image-spruch
{
  float: left;
}

#navigation
{
  height: 26px;
  background-image:url(images/navigation.gif);
  background-color: #334c98;
  text-align: center;
  font-weight: bold;
  top: 134px;
  width: 100%;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
  text-decoration: none;
  color: #334c98;
}

#navigation a:hover {
  text-decoration: underline;
  color: #334c98;
}

#navigation li
{
  display: inline;
}

#navigation, ul
{
  margin-top: 2px;
}

#content
{
  margin: 40px;
}
