body 
  { 
   font-family: Verdana, Tahoma, Helvetica, sans-serif;
   font-size:13px;
   color:#555;  /*rgb(136,150,170);*/
  }

.top
  { margin:40px auto 20px;
    width:850px;
    height:200px;
    color: white;
    font-size:55px;
   	text-align: center;
   	font-family: Georgia;
    background-image:url(images/top_haus.jpg);
   }
 	
.menue 
  { margin:20px auto;
    text-align: right;
    width: 850px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 18px;
    color:rgb(136,150,170);
    text-transform: uppercase;
  }

.klein
  { font-size: 14px;}

.menue a
  { color:gray;
  }

.menue a:link, a:visited, a:active
  { text-decoration: none;
    color:#beb24f; 
  }

.menue a:hover
  { text-decoration: underline;
  }

.container
  { margin:0 auto;
    width:850px;
    overflow:hidden;
  }

.leftcolumn
  { float:left;
    padding:20px;
    width:558px;  /* -2 wegen Rahmen*/
    min-height:450px;
    border:1px solid #CCCCCC; 
  }

.leftcolumn h1
  {font-family: "Century Gothic", "Arial", "sans-serif";
   text-transform: uppercase;
   margin:0;
   padding:10px 0;
   font-weight: bold;
   font-size: 30px;
  } 
  
.leftcolumn h2
  {font-family: "Century Gothic", "Arial", "sans-serif";
   text-transform: uppercase;
   margin:0;
   padding-top:10px;
   font-weight:bold;
   font-size:20px;
   color:#beb24f;
  }

.leftcolumn h3
  {display:inline; 
   font-weight:bold;
   font-size:1em;
   padding-right:5px;
  }

h4 
  { font-size:0.8em;
    margin:0;
    padding:20px 0 0 0;
  }

.title
  { font-weight:bold;
    display:block;
    padding: 3px 0;
  }

a.title:link, a.title:visited, a.title:active 
  { text-decoration:none;
    color:#9B9241;/*beb24f;*/ 
  }
  
a.title:hover 
  { text-decoration:underline;
  }

.rightcolumn
  { float:left;
    margin-left:20px;
    width:230px;
    color:#555;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
  }

.rightcolumn h1
  { font-family: "Century Gothic", "Arial", "sans-serif";
    background-color:#CAC06F;
    margin: 0px;
    font-size:15px;
    text-align:center;
    padding:3px;
  }

.rahmen 
  { border:1px solid #CAC06F;
    margin-bottom:20px;
    padding:3px;
    background-image:url(images/bg_rightcol.jpg);
  }

.block
  { padding:14px;
  }

.bottom
  { margin:20px auto;
    width:850px;
    height:20px;
    color:#beb24f;
    text-align:right;
    background-image:url(images/bg_rightcol.jpg);
  }
  
.impressum 
   {  /* position: absolute;	top: 42px; left: 50%;	margin:0 0 0 427px; padding :0; */
    margin:-14px auto 0px;
    font-size:10px;
    color:#beb24f;
    width:850px;
    text-align:center;
   }
   
.zitat
  {
   padding:20px 0 20px 40px;
   color:#8A8139;/*#beb24f;*/
  }  

.fakt
  {
   padding:0px 0 8px 40px;
   color:#8A8139;/*#beb24f;*/
  }  

a:link, a:visited, a:active
  { text-decoration: none;
    color:#9A7650;
  }

a:hover
  { text-decoration: underline;
    color:#612e00;
  }
  
.invisible h1
 { color: white;
   font-size:2em;
   font: 3em Century Gothic, Arial;
 }