body 
  { 
   font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
   font-size:small;
   color:rgb(136,150,170);
   background-image:url(images/wall.gif);
   margin:50px 50px;
  }

.top
  {
  	margin:0px auto;
   width:700px;
  	height:49px;
  	background-image:url(images/bg_paper_top.jpg);
  }

.menue
  {
   width:580px; 
   text-align:right;
  }
   
.middle
  {
   margin:0px auto;
  	width:620px;
  	padding:0 40px 0px; 
  	font: normal normal 100% Georgia, Times New Roman,sans-serif;
   color:#612e00;
  	background-image:url(images/bg_paper_mid.jpg);
   min-height:440px;
   overflow:hidden; /* damit der Internet-Explorer den middle-Hintergrund aus 
   unerfindlichen Gründen nicht breiter macht, obwohl die Summen
   der Breiten von beitrag (380) und bild(44+1+180+1=226) bzw. 
   unterschrift(44+180+10=234) kleiner(606 bzw. 614) als die zulässige Breite(620) von middle sind*/
  }
  
.bottom
  {
   margin:0px auto;
   text-align:center;
   padding-top:20px;
  	width:700px;
  	height:61px;
  	background-image:url(images/bg_paper_bot.jpg);
  }

.schluss
  {
   text-align:center; 
   padding:3px 15px; 
   font-size:11px; 
   margin:0 auto; 
   width:700px; 
   color:#B9B19F; /*#FFF3DB;*/
  }

.schluss a:link, a:visited, a:active
  { text-decoration: none;
    color:#E8DDC7; 
  }

.schluss a:hover
  { text-decoration: underline; 
  }  
  
.description 
  {
   margin:0;
   padding:5px 0 0;
   line-height:1.5em;
   color: #29303B;
   font-style: italic;
  }

.divider
  {	
   background-image:url(images/divider.gif);
   margin:10px 0;
   height:3px;
   background-repeat:no-repeat;
  }

.beitrag
  {
   float:left; 
   width:380px;
   line-height:150%;
  }

.bild
  {
   width:180px;
   float:left;
   margin:100px 0px 0 44px;
   /*overflow:hidden;*/
   border:1px solid #9A7650;/*#612e00;*/
   display:inline;
  }

.unterschrift
  {
   width:180px;
   float:right;
   margin: 5px 10px 0 44px;
   font-size:85%;
  }
  
.date
  {
   font-style:italic;
   font-size:90%;
   margin-top:40px;
  }  
  
h1
  {
   font: normal 140% Georgia;
   margin:5px 0 12px;
  }
  
a:link, a:visited, a:active
  { text-decoration: none;
    color:#9A7650;
  }

a:hover
  { text-decoration: underline;
    color:#612e00;
  }
  
.footnote
  {
   font-size:90%;
   font-style:italic;
  }

.zitat
  {
   padding:10px 15px;
   font-style:italic;
  }

.impressumlink
  {
   cursor   : pointer;
  	width				: 14px;
  	height   : 60px;
  	position	: absolute;
  	top				  : 50px;
  	left				 : 50%;
  	margin   : 0 0 0 350px;
  	padding  : 0;
  	border   : 0;
  }

