dl.public dt span.title,
dl.public dd span.title {
  font-style: italic;
}

dl.public dt {
margin-top: 1.5em;
}

body {
   background-image: url('/images/bg2.gif');
   background-repeat: repeat-x;
   background-color: #E0E8A5;
margin: 0;
}

span.mail {
   display: none;
}


body {
   font-family: Georgia,Times,Times New Roman,serif
}

h1 {
   font-size: 140%;
   height: 63px;
   background-image: url('/images/nils-diewald.png');
   background-position: 139px 9px;
   background-repeat: no-repeat;
}

div#content {
  margin-left: 100px;
  margin-right: 100px;
  background-color: white;
  padding: 20px;
  margin-top: 10px;
  border: 4px solid #B6C828;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

div#content {
  margin-top: 0px;
}

div#content a:link,
div#content a:active,
div#content a:visited {
  color: #FFA200;
  text-decoration: none;
  font-weight: bold;
}

div#content a:visited {
   color: #C47B33;
}

div#content a:hover,
div#content a:active {
   text-decoration: underline;
}

div#content a.extern:after {
  content: url('/images/link.png');
  padding: 0px;
  padding-left: 2px;
}

div#content span.formatsize {
   font-size: 60%;
   color: #bbbbbb;
   font-family: tahoma, verdana, arial, sans-serif;
   vertical-align: super;
}


ul#navi {
   text-align: right;
   margin-bottom: 2px;
   margin-top: -12px;
   margin-right: 120px;
}

ul#navi li {
  display: inline;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}

ul#navi li a,
ul#navi li form {
  color: white;
  background-color: #B6C828;
  padding-top: 4px;
  padding-bottom: 4px;

   padding-left: .4em;
   padding-right: .4em;

  text-decoration: none;
  font-weight: bold;
  border: 4px solid #B6C828;
  border-bottom-width: 0px;
   border-left-width: 2px;
   border-right-width: 2px;
}

ul#navi li a.active {
  background-color: #E0E8A5;
  color: #B6C828;
}

ul#navi li a:hover {
  background-color: white;
  color: #B6C828;
}

/* TODO: Nicht IE! */
ul#navi li:first-child a {
   border-left-width: 4px;
  border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -khtml-border-top-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
}

ul#navi li:first-child a,
#hackme, x:-moz-any-link {

  /* styles for Firefox 2.0 here */

   padding-right: .35em;
}

ul#navi li:last-child a,
ul#navi li:last-child form {
   border-right-width: 4px;
  border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -khtml-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}

ul#navi li form input#search {
  border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -khtml-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

ul#navi li form {
   display: inline;
   border-bottom-width: 0;
   overflow: hidden;
   padding-left: 5px;
   padding-right: 4px;
   background-color: #E0E8A5;
}

ul#navi li form input#search {
   background-color: #E0E8A5;
   border: 1px solid #B6C828;
}

ul#navi li form input#search {
   width: 7em;
   padding-left: 17px;
   background-color: #E0E8A5;
   background-image: url('/images/search-2.png');
   background-repeat: no-repeat;
   background-position: 2px center;
}


div#head {
   background-image: url('/images/titlebg.png');
   margin-top: 2em;
   height: 75px;
}

div#head a {
   display: block;
   overflow: hidden;
   height: 75px;
   width: 320px;
}

div#head h1 a span {
   margin-left: -9000px;
}

h2 {
   font-size: 120%;
   padding-left: 13px;
   padding-bottom: 1px;
   background-image: url('/images/h2-3.gif');
   background-position: bottom left;
   background-repeat: no-repeat;
}

h2:first-letter{
   font-size: 130%;
}


dl.search dt {
   margin-top: 1em;
}

dl.search span.found {
   font-weight: bold;
}


table.vita tr td {
   vertical-align: top;
   background-color: white;
}

table.vita tr td:first-child {
   font-size: 70%;
}

p.lastmod {
   font-family: tahoma, verdana, arial, sans-serif;
   color: #B6C828;
   font-size: 11px;
   margin: 0;
   margin-right: 120px;
   text-align: right;
}

#signs {
   display: block;
   height: 200px;
   width: 100%;
   position: absolute;
   top: 0;
   z-index: -1;
   background-image: url('/images/middlesign.png');
   background-position: 310px top;
   background-repeat: no-repeat;
}