/* Globale HTML-Elemente */

body
 {
  background-color: #936E0A;
  color: #333333;
  font-family: Trebuchet MS, Verdana, Arial, Tahoma;
  font-size: 11px;
  line-height: 16px;  
 }

a, a.link, a.active, a.visited
 {
  color: #4E2600;
  text-decoration: none;
  font-weight: bold;  
 }
a:hover
 {
  color: #C3752C;
  text-decoration: underline;
  font-weight: bold;  
 }
td
 {
  font-family: Trebuchet MS, Verdana, Arial, Tahoma;
  font-size: 11px;
  line-height: 16px;   
 } 

h1
 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #695624
 }
h2
 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
 }

/* Div-Container */

div.rahmen
 {
  width: 875px;
  height: 675px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  vertical-align: middle;
 }

div.nav2
 {
  padding: 0px;
  display: inline;
  margin: 0px;
 }

div.box
 {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
 }

div.content
 {
  width: 850px;
  height: 464px;
  padding-top: 0px;
  padding-left: 12px;
  padding-right: 13px;
  padding-bottom: 0px;
 }

div.textblock_titel
 {
  width: 515px;
  height: 15px;
  color: #000000;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
  margin-bottom: 5px;
  text-align: left;
  border-color: #4E2600;
  border-style: solid;
  border-width: 1px;
  background-color: #FAE8B9;
 }

div.textblock
 {
  width: 505px;
  min-height: 350px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  background-image: url('img/Layoutelemente/textblock_hintergrund.gif');
  overflow: scroll;
  text-align: left;
 }

div.textblock_fuss
 {
  width: 515px;
  height: 10px;
  padding: 0px;
  margin: 0px;
  background-image: url('img/Layoutelemente/textblock_fuss.gif');
 }

div.textblock_titel_schmal
 {
  width: 440px;
  height: 15px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
  background-color: #4E2600;
  text-align: left;
 }

div.textblock_schmal
 {
  width: 430px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  background-image: url('img/Layoutelemente/textblock_hintergrund.gif');
  text-align: left;
 }

div.textblock_fuss_schmal
 {
  width: 450px;
  height: 10px;
  padding: 0px;
  margin: 0px;
  background-image: url('img/Layoutelemente/textblock_fuss.gif');
 }

div.teasertitel
 {
  width: 251px;
  height: 15px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
  background-color: #4E2600;
 }

div.teaserfoto
 {
  width: 261px;
  height: 50px;
  padding:0px;
  margin: 0px;
 }

div.teasertext
 {
  width: 251px;
  min-height: 110px;
  padding: 5px;
  margin: 0px;
  background-image: url('img/Layoutelemente/teaserhintergrund.gif');
 }

div.teaserfuss
 {
  width: 261px;
  height: 10px;
  padding: 0px;
  margin: 0px;
  background-image: url('img/Layoutelemente/teaserfuss.gif');
 }

div.fehler
 {
  background-color: #feffcf;
  border-style: solid;
  border-color: #da0202;
  border-width: 1px;
  padding: 10px
 }

.bilderleiste
 {
  height: 23px;
  padding: 0px;
  padding-top: 7px;
  background-color: #4E2600;
 }

/* TD-Tabellenzellen */

td.kopf
 {
  width: 875px;
  height: 108px;
  background-image: url('img/Layoutelemente/kopf.jpg');
 }
 
td.content
 {
  background-image: url('img/Layoutelemente/back.gif');
  width: 875px;
  height: 464px;
 }

td.nav1
 {
  width: 875px;
  height: 24px;
  background-image: url('img/Navigation/navleiste1.gif');
 }

td.nav2
 {
  width: 847px;
  height: 24px;
  padding-left: 28px;
  background-image: url('img/Navigation/navleiste2.gif');
 }
  
td.home
 {
  width: 875px;
  height: 293px;
  background-image: url('img/home.jpg');
 }
 
td.home_boxen
 {
  width: 875px;
  height: 156px;
  background-image: url('img/Layoutelemente/home_boxen.jpg');
 }

td.fuss
 {
  width: 845px;
  height: 46px;
  background-image: url('img/Layoutelemente/fuss.jpg');
  padding-top: 9px;
  padding-left: 30px;
 }

td.spaltentrenner
 {
  width: 15px;
  background-image: url('img/Layoutelemente/spaltentrenner2.gif');
 }

strong
 {
  font-size: 12px;  
  font-weight: bold;
 }

.intro
 {
  color: #4E2600;
  font-size: 12px;
  font-weight: bold;
 }

.titel
 {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #4E2600;
 }