* {
  padding: 0;
  margin: 0;
}

body {
  background: #9CCE2E;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

#header {
  width: 100%;
  height: 150px;
  padding: 60px 0 0 0;
  background: url('../img/bg.gif');
  text-align: center;
}
  
  #logo {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 5.0em;
    font-family: Georgia, Arial, sans-serif;
    color: #EEEEEE;
  }
    
    #logo span {
      font-size: 0.28em;
      color: #CCCCCC;
      text-transform: uppercase;
    }
    
  #menu {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    text-align: left;
    color: #FFFFFF;
  }
  
    #menu ul {
      list-style: none;
      margin: 20px 0 0 0;
    }
    
    #menu li {
      float: left;
      width: auto;
    }
    
    #menu li a:link,
    #menu li a:visited {
      padding: 7px 25px;
      margin: 5px 10px 5px 0;
      font-style: normal;
      display: block;
      font-size: 1.2em;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      color: #EEEEEE; 
      background: #4C4D51; /* 0066CC */
      border: 1px solid #575C5F; /* 0099CC */
    }
    
    #menu li a:hover,
    #menu li a:focus {
      text-decoration: none;
      text-transform: uppercase;
      font-style: normal;
      font-weight: bold;
      color: #EEEEEE; 
      background: #5599DD; /* 0066CC */
      border: 1px solid #AACCEE; /* 0099CC */
    }
    
    #menu li.current a,
    #menu li.current a {
      text-decoration: none;
      text-transform: uppercase;
      font-style: normal;
      font-weight: bold;
      color: #EEEEEE; 
      background: #0066CC; /* 0066CC */
      border: 1px solid #0099CC; /* 0099CC */
    }
    
#page {
  text-align: center;
  width: 100%;
  padding: 50px 0 0 0;
  background: url('../img/shadow.gif') repeat-x;
}

  #wrapper {
    margin: 0 auto;
    width: 800px;
  }
    
    #content {
      float: left;
      width: 470px;
      padding: 20px;
      background: #E4F2C6;
      color: #333333;
      border: 10px solid #B7DB67;
      font-size: 1.2em;
      line-height: 1.5em;
      text-align: left;
    }
      
      #content h2 {
        width: 430px;
        padding-left: 40px;
        margin: 0 0 1em 0;
        background: url('../img/h2.gif') no-repeat left;
        border-bottom: 1px solid #333333;
        font-size: 2.0em;
        line-height: 1.5em;
        letter-spacing: 1px;
        word-spacing: 4px;
        text-align: left;
      }
      
      #content h3 {
        margin: 0 0 1em 0;
        font-size: 1.2em;
        line-height: 1.5em;
        text-transform: uppercase;
        color: #333333;
        letter-spacing: 1px;
        word-spacing: 3px;
        text-align: left;
      }
      
      p {
        margin: 1.5em 0;
      }
      
      a:link[href^="http:"] {
        padding-right: 13px;
        color: #0033CC;
        background: url('../img/extern.gif') no-repeat right center;
      }
      
      a:visited[href^="http:"] {
        padding-right: 13px;
        color: #5599DD;
        background: url('../img/extern.gif') no-repeat right center;
      }
      
      a:hover[href^="http:"] {
        padding-right: 13px;
        color: #EEEEEE;
        background: #0066CC url('../img/extern.gif') no-repeat right center;
      }
      
      a:active[href^="http:"] {
        padding-right: 13px;
        font-style: italic;
        color: #0033CC;
        background: url('../img/extern.gif') no-repeat right center;
      }
      
      a:link {
        text-decoration: underline;
        padding: 0 3px;
        color: #0033CC;
      }
      
      a:visited {
        text-decoration: underline;
        padding: 0 3px;
        color: #3977D7;
      }
      
      a:hover,
      a:focus {
        text-decoration: none;
        padding: 0 3px;
        color: #EEEEEE;
        background: #0066CC;
      }
      
      a:active {
        text-decoration: underline;
        font-style: italic;
        padding: 0 3px;
        color: #0033CC;
        background: none;
      }
      
      label {
        font-weight: bold;
        padding: 2px 5px;
      }
      
      input,
      textarea {
        border: 2px solid #B7DB67;
        background: #F0F8E0;
      }
      
      input:hover,
      textarea:hover {
        border: 2px solid #2E82D5;
      }
      
      form #name,
      form #email,
      form #mitteilung,
      form #benutzer,
      form #passwort {
        color: #666666;
        font-size: 1.1em;
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
      }
      
      form #name {
        background: #F0F8E0 url('../img/form_name.gif') no-repeat left;
        width: 250px;
        padding: 5px 5px 5px 30px;
      }
      
      form #name:focus {
        border: 2px solid #2E82D5;
        background: #D2E9A0 url('../img/form_name.gif') no-repeat left;
      }
      
      form #email {
        background: #F0F8E0 url('../img/form_email.gif') no-repeat left;
        width: 250px;
        padding: 5px 5px 5px 30px;
      }
      
      form #email:focus {
        border: 2px solid #2E82D5;
        background: #D2E9A0 url('../img/form_email.gif') no-repeat left;
      }
      
      form #mitteilung {
        background: #F0F8E0 url('../img/form_mitteilung.gif') no-repeat left top;
        width: 250px;
        padding: 5px 5px 5px 30px;
      }
      
      form #mitteilung:focus {
        border: 2px solid #2E82D5;
        background: #D2E9A0 url('../img/form_mitteilung.gif') no-repeat left top;
      }
      
      form #benutzer {
        background: #F0F8E0 url('../img/form_name.gif') no-repeat left;
        width: 250px;
        padding: 5px 5px 5px 30px;
      }
      
      form #benutzer:focus {
        border: 2px solid #2E82D5;
        background: #D2E9A0 url('../img/form_name.gif') no-repeat left;
      }
      
      form #passwort {
        background: #F0F8E0 url('../img/form_passwort.gif') no-repeat left;
        width: 250px;
        padding: 5px 5px 5px 30px;
      }
      
      form #passwort:focus {
        border: 2px solid #2E82D5;
        background: #D2E9A0 url('../img/form_passwort.gif') no-repeat left;
      }
      
      form #test {
        background: #F0F8E0 url('../img/form_spam.gif') no-repeat left;
        width: 100px;
        padding: 5px 5px 5px 30px;
      }
      
      form #test:focus {
        border: 2px solid #2E82D5;
        background: #D2E9A0 url('../img/form_spam.gif') no-repeat left;
      }
      
      form #submit {
        width: 288px;
        padding: 2px 5px;
        text-align: center;
        background: #2E82D5;
        border: 2px solid #8BB9E8;
        color: #EEEEEE;
        font-weight: bold;
      }
      
      .errorbox {
        width: 420px;
        padding: 10px 20px;
        text-align: center;
        border: 2px solid #FF7474;
        background: #FF9090;
        color: #333333;
      }
      
      .infobox {
        width: 420px;
        padding: 10px 20px;
        text-align: center;
        border: 2px solid #33CC00;
        background: #33FF66;
        color: #333333;
      }
      
      .projectnav {
        margin: 0 0 20px 0;
      }
      
      .gallery {
        position: relative;
        text-align: center;
      }
      
      .gallery a {
        background: none;
      }
      
      .gallery a img.thumb {
        width: 100px;
        height: 100px;
      }
      
      .gallery a:link img.thumb,
      .gallery a:visited img.thumb {
        border: 3px solid #B7DB67;
      }
      
      .gallery a:hover img.thumb,
      .gallery a:active img.thumb {
        border: 3px solid #0066CC;
      }
      
      .gallery a:link img.picture,
      .gallery a:visited img.picture {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
      }
      
      .gallery a:hover img.picture,
      .gallery a:active img.picture {
        width: 470px;
        height: 300px;
        border: 1px solid #B7DB67;
      }
      
      .description {
        font-style: italic;
      }
      
      #content table {
        width: 100%;
      }
      
      #content caption {
        font-weight: bold;
        font-style: italic;
      }
      
      #content th,
      #content td,
      #content caption {
        padding: 4px;
      }
      
      #content thead th {
        font-weight: bold;
        background: #0066CC;
        color: #EEEEEE;
        text-align: center;
      }
      
      #content tbody th {
        font-weight: bold;
        background: #555555;
        color: #EEEEEE;
        text-align: center;
      }
      
      #content td {
        border-bottom: 1px dotted #333333;
      }
      
    #sidebar {
      float: right;
      width: 260px;
    }
      
      #sidebar h2 {
        width: 160px;
        padding-left: 35px;
        margin: 0 0 1em 0;
        background: url('../img/h2.gif') no-repeat left;
        border-bottom: 1px solid #333333;
        font-size: 2.0em;
        line-height: 1.5em;
        letter-spacing: 1px;
        word-spacing: 4px;
        text-align: left;
      }
      
      #links {
        width: 200px;
        padding: 20px;
        background: #D2E9A0;
        color: #444444;
        border: 10px solid #AED754;
        font-size: 1.2em;
        line-height: 1.5em;
        text-align: left;
      }
      
      #kalender {
        width: 200px;
        margin-top: 10px;
        padding: 20px;
        background: #D2E9A0;
        color: #444444;
        border: 10px solid #AED754;
        font-size: 1.2em;
        line-height: 1.5em;
        text-align: left;
      }
        
        .kalendertable {
          width: 100%;
        }
        
        /* .kalendertable caption {
          text-align: center;
          font-weight: bold;
          font-style: normal;
          text-decoration: underline;
          text-transform: uppercase;
        } */
        
        .kalendertable td,
        .kalendertable th {
          text-align: center;
          padding: 2px;
        }
        
        .kalendertable .today {
          background: #0066CC;
          color: #EEEEEE;
        }
      
    #footer {
      text-align: left;
      padding: 10px 20px;
      background: #B7DB67;
      color: #333333;
      font-size: 1.1em;
    }

ul,
ol {
  margin: 20px;
}

li {
  margin: 2px;
}

dt {
  margin-top: 10px;
}

dd {
  padding-left: 15px;
}

address {
  border-left: 5px solid #0066CC;
  padding-left: 20px;
  margin: 1.5em 0;
}

div.code {
  margin: 10px;
  padding: 20px 10px 20px 25px;
  border-left: 5px solid #0066CC;
  background: #D2E9A0;
  font-family: "Courier New", Courier, monospace;
}

img {
  border: 1px solid #B7DB67;
}

.imga a {
  background: none;
  color: none;
}

.imga a:link img,
.imga a:visited img {
  padding: 0;
  margin: 0;
  border: 5px solid #B7DB67;
}

.imga a:hover img,
.imga a:active img,
.imga a:focus img {
  padding: 0;
  margin: 0;
  border: 5px solid #0066CC;
}

.addbox {
  margin: 10px;
  padding: 10px;
  border: 2px solid #B7DB67;
  width: 150px;
}
      
#tooltip {
  position: absolute;
  padding: 10px;
  width: 150px;
  color: #EEEEEE; 
  background: #0066CC;
  text-align: center;
  border: 3px solid #0099CC;
  font-size: 11px;
}

.formleft {
  width: 120px;
  clear: both;
  float: left;
  display: inline;
  margin: 8px 0;
  padding: 4px;
  text-align: right;
}

.formright {
  width: 330px;
  text-align: left;
  float: right;
  display: inline;
  padding: 4px;
}
  
.larger {
  font-size: 1.2em;
}
  
.smaller {
  font-size: 0.9em;
}
