
/* Struktur-Elemente (head.inc.php) */

body {
  background: #FBFBFB;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

table#sitetab {
  width: 870px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

td#ptab{
  width: 700px;
  vertical-align: top;
}

table#postab{
 width: 700px;
}

td#header {
  width: 700px;
  height: 70px;
  border: 2px solid #12ABCD;
}

span#heading {
  margin-left: 10px;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 10px;
}

td#foot {
  vertical-align: top;
  width: 505px;
}

div#ads {
  margin-left: 10px;
  margin-top: 10px;
  width: 160px;
  height: 600px;
}

/* Navigation (head.inc.php) */

td.navi {
  width: 195px;
  vertical-align: top;
}

div.navi {
  height: 160px;
  border-left: 2px solid #12ABCD;
  border-bottom: 2px solid #12ABCD;
}

div.np {
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

div#gff {
  width: 180px;
  height: 60px;
  margin-left: 6px;
  margin-top: 10px;
}

/* Inhalt (head.inc.php) */

td.content {
  width: 505px;
  vertical-align: top;
  border-bottom: 2px solid #12ABCD;
  border-left: 2px solid #12ABCD;
  border-right: 2px solid #12ABCD;
}

div.content {
  margin: 10px;
}

/* Elemente im Text */

h1 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 0px;
  margin-bottom: 25px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px; /*10 zus&auml;tzlich durch p */
  margin-bottom: 10px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 5px; /*10 zus&auml;tzlich durch p */
  margin-bottom: 5px;
}

p {
  margin: 0px;
  padding-bottom: 10px;
}

img.img {
  border: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

img.icon {
  border: 0px;
  vertical-align: middle;
}

img.arbeiten {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 0px;
}

img.line {
  width: 395px;
  height: 2px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 49px;
}

ul.arbeiten {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 30px;
  list-style-type: square;
}

ol.inhalt_arbeiten_1 {
  margin-left: 50px;
  padding: 0px;
  list-style-type: upper-roman;  
}

li.inhalt_arbeiten_1 {
  margin-top: 20px;
}

ol.inhalt_arbeiten_2 {
  margin-left: 25px;
  padding: 0px;
  list-style-type: decimal;
}

li.inhalt_arbeiten_2 {
  margin-top: 5px;
}

ol.inhalt_arbeiten_3 {
  margin-left: 25px;
  padding: 0px;
  list-style-type: lower-alpha;
}

/* Wort-Hervorhebungen */

p.high, span.high {
  font-weight: bold;
}

p.ital, span.ital {
  font-style: italic;
}

p.green, span.green {
  font-weight: bold;
  color: #05CF13;
}

p.err, span.err {
  color: #FF1E00;
}

/* Links */

a {
  color: #127CCD;
  text-decoration: none;
}
a:hover {
  color: #05CF13;
}

/* Formulare */

form {
  margin: 0px;
}

input, textarea, select {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #127CCD; 
}

input.input, select.select {
  width: 250px;
  height: 15px;
}

textarea.textarea {
  width: 250px;
  height: 100px;
}
