html, body { padding:0; margin:0; }

body {
 background:url("/themes/2009/images/bg.png") repeat-y;
 height:100%;
}

* {
 font-family:Verdana, sans-serif;
 font-size:12pt;
}

a {
 color:#006f00;
# text-decoration:none;
 font-weight:bold;
}

h1, h2 {
 font-weight:bold;
 font-size:large;
}

img {
 border:0;
}

#heading {
 position:absolute;
 top:0px;
 left:0px;
 background:url("/themes/2009/images/heading.jpg") no-repeat;
 height:130px;
 width:100%;
}

#body {
 position:absolute;
 top:130px;
 left:0px; 
 background:url("/themes/2009/images/background.jpg") no-repeat;
 height:450px;
 width:100%;
}

#title {
 position:absolute;
 width:985px;
 top:45px;
 text-align:right;
}

#navigation {
 position:absolute;
 text-align:right;
 top:135px;
 left:40px;
 width:170px;
}
.nav + .nav1 {
  margin-top:15px;
}

.nav {
  text-decoration:none;
  padding-right:5px;
  display:block;
  color:#000;
  font-size:10pt;
  font-weight:bold;
  clear:both;
}

.nav span {
  color:#006F00;
  display:block;
  float:right;
  padding:0;
  margin:0;
  margin-left:3px;
  margin-top:-2px;
}

.nav:hover {
  color:#006F00;
} 

#content {
 width:750px;
 padding-left:230px;
}

#footer {
 width:750px;
 padding-top:5px;
# background-color:#58814a;
# color:#d7e1d4;
 color:#58814a;
 font-size:small;
 text-align:center;
}

#footer a {
 color:#58814a;
 font-size:small;
 text-decoration:none;
}

#atomstromfrei {
 position:absolute;
 top:495px;
 left:80px;
}

hr {
border: 0;
border-bottom: 2px dashed #006f00;
}
