body {
  background: url(images/bg.gif) no-repeat;
  background-color: #fbfcf8;
  font-family: DejaRip, Arial, Helvetica, Verdana;
}

/* Die DIV-Kontainer zum Aufbau der Seite */

div.main {
  width: 75%;
}

div.content {
  width: 800px;
}

p {
  font-size: 10pt;
  line-height: 15pt;
  color: #494a4d;
  padding: 0px 15px 15px 55px;
}

table {
  font-size: 10pt;
  color: #494a4d;
  padding: 0px 0px 0px 55px;
}

ul {
  font-size: 10pt;
  line-height: 15pt;
  color: #494a4d;
  padding: 0px 15px 15px 70px;
}


h1 {
  font-size: 14pt;
  line-height: 15pt;
  color: #494a4d;
  padding: 0px 15px 15px 55px;
  text-transform: uppercase;
}

h2 {
  font-size: 11pt;
  line-height: 15pt;
  color: #e01919;
  padding: 0px 15px 15px 55px;
  text-transform: uppercase;
}

h3 {
  font-size: 10pt;
  line-height: 15pt;
  color: #494a4d;
  padding: 0px 15px 15px 55px;
  text-transform: uppercase;
}


div.fusszeile {
  border-top: 1px #494a4d solid;
  font-size: 8pt;
  color: #494a4d;
  margin-bottom: 6px;
  margin-left: 55px;
  clear: right;
  padding: 5px 0px 0px 0px;
}


/* Alles was mit der Navigation und dem Menu zu tun hat */

div.menu {
margin: 0px 0px 25px 223px;
}

a.menu:link, a.menu:visited { 
 text-decoration:none;
 color: #BA0C0C;
}

a.menu:active, a.menu:hover { 
 border-top: 1px #BA0C0C solid;
 border-bottom: 1px #BA0C0C solid;
 color: ##505050;
 background-color: #ffffff;
}

a.menu {
 padding:3px;
 text-decoration:none;
}

/* Formularelemente */

td.form {
  font-size: 10pt;
  line-height: 15pt;
  color: #494a4d;
}

.button {
  border: #494a4d 1px solid;
  font-size: 10pt;
  text-align: center;
  padding: 4px;
  color: #494a4d;
  background-color: #fbfcf8;
  width:auto;
  text-transform: uppercase;
}

.text {
  font-size: 10pt;
  line-height: 15pt;
  color: #494a4d;
  border: solid 1px #494a4d;
  padding: 2px;
}

img.image {
  border: 0px;
}

img.gallery {
  border: 1px solid #494a4d;
  margin: 3px;
}

/* allgemeine Links im Fließtext */

A:link {text-decoration: underline; color: #494a4d}
A:visited {text-decoration: underline; color: #505050}
A:active {text-decoration: none; color: #333333}
A:hover {text-decoration: none; color: #333333}
