/* #################################################################
   #####  http://www.clausen-soehngen.de/ Stylesheet           #####
   ################################################################# */
   
/* ##########################
   GRUNDLEGENDE DEFINITIONEN
   ########################## */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-height: 101%;
  background-image: url(../img/background.jpg);
  background-repeat: repeat-x;
  font-size: 100.1%;
  position: relative;
  line-height: 130%;
  font-family: Verdana, Arial, sans-serif;
  color: #3f3f3f;
}

option {
  padding-left: 0.4em;
}

fieldset, img {
  border: 0;
}

select, input, textarea {
  font-size: 99%;
}

/* ##########################
   LAYOUT CONTAINER DEFINITIONEN
   ########################## */

#page {
  width: 610px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/cnt-bg.gif);
  position: relative;
}

#header {
  width: 610px;
  height: 227px;
  background-image: url(../img/header/header_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#wrapper {
  width: 610px;
  height: auto;
}

#navigation {
  width: 180px;
  height: auto;
  margin-left: 5px;
  float: left;
  background-image: url(../img/nav-spacer.gif);
  background-repeat: no-repeat;
}

#content {
  width: 420px;
  margin-right: 5px;
  height: auto;
  float: right;
}

#textblock {
  margin-left: 30px;
  margin-right: 50px;
  margin-top: 30px;
  margin-bottom: 100px;
}

#footer {
  width: 610px;
  height: 30px;
  clear: both;
  background-image: url(../img/footer.jpg);
}

/* ##########################
   KLASSEN DEFINITIONEN
   ########################## */

.hidden {
  display: none;
}

p.bodytext {
  font-size: 73%;
  margin-bottom: 15px;
}

img.outline-r {
  float: right;
  border: 1px solid #99cc00;
  margin-bottom: 5px;
  margin-left: 20px;
}

img.outline-l {
  float: left;
  border: 1px solid #99cc00;
  margin-bottom: 5px;
  margin-right: 20px;
}

/* ##########################
   FORMULAR DEFINITIONEN
   ########################## */

form {
  margin-top: 20px;
  font-size: 74%;
}

form input.eingabe {
  width: 200px;
  height: 18px;
  float: left;
  border: 1px solid #99cc00;
  margin-bottom: 10px;
  padding-left: 3px;
  padding-top: 3px;
}

form label {
  display: block;
  width: 100px;
  float: left;
  margin-bottom: 10px;
}

form br {
  clear: both;
}

form textarea {
  border: 1px solid #99cc00;
  width: 200px;
  padding-left: 3px;
  padding-top: 3px;
  font-family: Verdana, Arial, sans-serif;
}

form input.buttonsend {
  border: 1px solid #99cc00;
  background-color: #ffffff;
  padding: 3px;
  width: 50px;
  margin-top: 10px;
  margin-left: 100px;
  color: #1b1b1b;
}

form input.buttonreset {
  border: 1px solid #99cc00;
  background-color: #ffffff;
  padding: 3px;
  width: 50px;
  margin-top: 10px;
  margin-left: 20px;
  color: #1b1b1b;
}

/* ##########################
   STANDARD TAG DEFINITIONEN
   ########################## */

h3 {
  font-size: 90%;
  margin-bottom: 15px;
}

h4 {
  font-size: 80%;
}

#textblock ul {
  list-style-image: url(../img/bullet.jpg);
  font-size: 73%;
  margin-left: 15px;
}
