body {
  background-image: url(background.png);
  font-family: Arial, Verdana, sans-serif;
  font-size: 80%;
}

p {
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}
h1 {
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  font-size: 22px;
  color: #000000;
}
h2{
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
}
h3 {
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}
a {
  text-decoration: underline;
  color: #B40404;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  /*text-transform: uppercase;*/
}
a#selected {
  font-weight: bold;
  color: #000000;
}

#email a {
  text-decoration: none;
  color: #0000ff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  text-transform: lowercase;
}

ul {
  list-style-type: square;
  list-style-position: outside;
}


#header {
  /* background-color: #f0802d;*/
  /*padding: 1px 5px 1px 20px;*/
  /*margin: 10px;*/
  /*float: top;*/
}

#paper {
  background-color: #fff;
  border-top:    2px solid #555;
  border-right:  2px solid #555;
  border-bottom: 2px solid #555;
  border-left:   2px solid #555;
  /*padding: 20px;*/
  width: 800px;
  /*height: 500px;*/
  margin: 10px auto;
  /*float: right;*/
}
#artikel{
  background-color: #EEE;
  padding: 2px 5px;
  margin: 10px 0px;
}
#menue {
  background-color: #ddd;
  padding: 5px 5px;
  height: 75px;
}

#navigation a {
  width: 103px;
  height: 68px;
  margin: 3px;
  display: inline-block;
  background-color: #DDD;
}
#navigation a:hover {
  background-color: #BBB;
}  
#navigation a#aktiv {
  background-color: #666;
}
#navigation a#aktiv:hover {
  background-color: #BBB;
}

#content{
  padding: 10px;
}
#footer {
  clear: both;
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
}

