/* Datei: dens.css */
/* Style-Sheet-Angaben für dens online */

body {
 font-family:Verdana, Arial;
 font-size:12px;
 margin:0px auto;
 background-color:#bbbbbb;
}

#kopf {
  background: url(kopf1024.png) no-repeat center;
  height: 65px;
  margin: 0px 0px;
}

#rahmen {
  width: 980px;
  margin:0px auto;
}

#menu {
  background-color: #dddddd;
  color: #808080;
  text-align:center;
  padding:5px 0px;
  margin-top:0px;
  margin-bottom:0px;
  border-bottom:1px solid #bbbbbb;
}

a.menu {
 font-size:14px;
 padding:3px;
 text-align:center;
 color:#bbbbbb;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#000000;
  text-decoration:none; 
  font-weight:normal;
}
a.menu:active, a.menu:hover
{
  color:#909090;
  font-weight:normal;
  text-decoration:none;  
}

#content {
  background-color:#efeff7; 
  padding: 10px;
  min-height:830px;
  margin: 0px 0px;
}

h2 {
 font-family:Verdana, Arial;
 text-align:center;
 font-size:16px;
}
h1 {
  font-family:Verdana, Arial;
  text-align:center;
  font-size:20px;
}

a:link, a:visited { 
  font-family: Arial; 
  color:#000000; 
  font-weight:bold;
  text-decoration:none; 
}

a:active, a:hover
{
  font-family: Arial;
  font-weight:bold; 
  color: gray; 
  text-decoration:none;
}

/* Kasten mit den Herausgeber */
#footer {
  background-color:#dddddd;
  padding:10px;
  margin:0px auto;
  position:absolute;
  bottom:0px;
  width: 960px;
  border-top:1px solid #bbbbbb;
}
