/* CSS Document */


body {
  background-color:#FFFFFF;
  margin-top:10px;
  margin-left:0px;
  margin-right:0px;
}

div {
  margin:5px;
  padding:0px;
}

div#container {
  width:980px;
  background-color:#FFFFFF;
  padding-bottom:0.5em;
  font-size:medium;
  font-family:Arial, Helvetica, sans-serif;
  border-width:1px;
  border-color:#FFFFFF;
  border-top-style:solid;
  border-bottom-style:solid;
  border-left-style:none;
  border-right-style:none;
  margin-left:auto;
  margin-right:auto;
}

div#container div#spacer {
  width:95%;
  margin-left:auto;
  margin-right:auto;
  border:2px dashed #006f6c;
}

div#content {
  width:659px;
  clear:both;
  margin-left:auto;
  margin-right:auto;
  }

h2 {
  font-size:2em;
  text-align:left;
  line-height:130%;
  color:#006f6c;
}

h3 {
  text-align:left;
  line-height:130%;
  color:#006f6c;
}

h4 {
  text-align:left;
  line-height:130%;
}

p {
  margin-bottom:0.5em;  /* Halbe Zeile Abstand nach jedem Absatz */
  line-height:130%;
}

p.menue {
  text-align:right;
  font-weight:bold;
}

td {
  line-height:150%;
}

span {
  line-height:130%;
}

ul {
  list-style-type:square;
  list-style-position:outside;
  line-height:130%;
}

ol {
  line-height:130%;
}

/* Kein Abstand/Rahmen um Bilder herum */
img {
  margin:0px;
  padding:0px;
  border:1px solid;
}

/* Formulare */
input, select, textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:medium;
  color:#000000;
  background:#F3F3F9;
  border:1px solid #666699;
}
input.normal {
  width:20em;
}

textarea.normal {
  width:20em;
}

input.small {
  width:2em;
}

input:focus, textarea:focus {
  background:#FFFFFF;
  border:1px solid #9999FF;
}

.button, .button:focus {
  color:#FFFFFF;
  background:#B60E1D;
  border-bottom:1px solid #333333;
  border-right:1px solid #000000;
  border-left:1px solid #C4C4B8;
  border-top:1px solid #C4C4B8;
  -moz-border-radius:5px;
  width:20em;
}

.button:hover {
    background:#D53B49;
}

/* Links */
a:active, a:link, a:visited {
  color:#006f6c;
  text-decoration:underline;
}

a:hover {
  color:#006f6c;
  text-decoration:none;
}

div.menubox {
  width:8em;
  border:1px none black;
  background:#FFFFFF;
  line-height:200%;
  font-weight:bold;
  text-align:center;
}
