body{
     font: 13pt Verdana, Arial, sans serif;
     font-weight: 500;
     background-color: #FFFAEE;
     color:#494949;
}

p{
    margin-top:2px;
}

h1, h2, h3, h4{
    color:#FFF0CC;

}

h1{
   font-size: 44pt;
   font-weight: 500;
   margin-top: 20px;
   margin-left: 50px;
}

h2{
   font-size: 24pt;
   font-weight: normal;
   margin-top: 0px;
   margin-bottom:0px;
}

h3{
   font-size: 13pt;
   margin-bottom: 0px;
   color:#494949;
}

a{
  text-decoration: none;
  color:#873D30;/*#FFF0CC;*/
}

p a:hover, li a:hover{
      background-color: #FCCE87;
}

.extern{
 	background: url(pics/extern.gif) center right no-repeat;
    padding-right: 13px;
}

span#quote{
    font-size: 10px;
}

span.beige{
    color:#FFF0CC;
     font-size: 20px;
}

ul{
   list-style: none;
   margin-bottom:0px;
}

img{
    border: none;
}

td{
  vertical-align:bottom;
}

.crossground, .background, .contentground{
      width:900px;
      height:600px;
      margin: 50px auto;
}

.contentground{
      padding-left:20px;
}

.newlayer{
    position:absolute;
    top:0px;
    left: 0px;
    width:100%;
}

/* ####### Kreuzbalken ############## */

.crossground{

}

.vertical{
            position: relative;
            top: -60px;
            left: 78%; /* Für IE 73% */
            height: 120%;
            width: 8px;
            background-image: url(pics/balken_hoch.jpg);
            /*border:solid black 1px;*/
}

.horizontal{
            position: relative;
            top: 150px; /*125 */
            left: -50px;
            width: 110%;
            background-image: url(pics/balken_quer.jpg);
            height:8px;
}


/* ####### Inhalt #################### */
.background{
      /*-moz-border-radius: 5%;*/
      background: url(pics/BR.GIF) 100% 100% no-repeat #E8BD90;
}

.BL{background: url(pics/BL.GIF) 0 100% no-repeat;height:600px;}
.TL{background: url(pics/TL.GIF) 0 0 no-repeat;}
.TR{background: url(pics/TR.GIF) 100% 0 no-repeat;padding:10px;}

/* Bereich oben rechts*/
.head{
      float: right;
      height: 180px;
      margin: 4px;
      margin-bottom: 20px;
      width: 600px;
      text-align:right;
      padding-right:40px;;
}

/* Bereich oben links (Logo) */
.logo{
      float: left;
      width: 120px;
      height: 125px;
      margin-bottom: 30px;
      margin-left:30px;
      /*background:#FFF0CC;*/
}

/* Bereich unten links (Inhalt) */
.content{
         position:relative;
         top:-50px;
         float: right;
         width: 75%;
         margin:4px;
         padding-top: 10px;
         padding-right:15px;
         /*overflow:auto;*/
         height: 420px;
         /*background-color:red;*/
}

.footer{
  position:absolute;
  bottom:0px;
  left:50px;
  font-size: 10px;
}

/* Bereich unten rechts (Menü) */
.menu{
    float: left;
    height: 425px;
    width: 180px;
    overflow: hidden;
    margin: 4px 0px;
}

#content_left{
   float: left;
}

#content_right{
   float: right;
}

#clear{
 clear: both;
}
/* ####### Hauptmenü ###########*/

h4{
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top:0px;
}

.menu ul{
    margin-top:0px;
    margin-bottom:10px;
}

.menu li{
      margin-left: -35px;
}

.menu a{
      width: 170px;
      display: block;
      font-size: 12pt;
      font-weight: normal;
      color:#494949;
      padding: 2px 0px 2px 5px;
}

.menu a:hover{
      background-color: #FCCE87;
}

img.right{
   float:right;
   padding-left: 10px;
   padding-bottom:5px;
}

img.left{
   float:left;
   padding: 5px;
   padding-right: 10px;
   padding-bottom:5px;
}

