body         
{ 
background-color: #e6e6e3 ;  
margin: 0 
}
#rahmen      
{ 
width: 700px; 
height: 780px; 
background-color:  #d2d3d8    
}
#logo        
{ 
text-align: right; 
font-family: Tahoma, Arial, Verdana; 
font-size: 24px; 
color: #000000;
text-transform: uppercase;
letter-spacing: 2pt;
padding: 30px 15px 5px 0 
}
#image      
{ 
width: 700px; 
height: 270px; 
background-image: url('../images/Perspektive.jpg'); 
background-repeat: no-repeat
}
#inhalt
{
width: 520px;
height: 450px;
float: middle;
overflow: auto
} 
#text
{
text-align: justify;
margin: 10px;
font-family: Tahoma, Arial, Verdana
}
#text p
{
line-height: 150%;
font-size: 11px;
color: #000000
}
#text h1
{
font-size: 12px;
color: #000000
} 
#text h2
{
font-size: 15px;
color: #515b68
} 
#footer
{
text-align: left;
margin-top: 10px;
width: 500px;
float: middel;
color:   #7f7f7f  ;
line-height: 36px;
border-top: 1px dotted #fff;
font-family: Tahoma, Arial, Verdana;
font-size: 10px;
letter-spacing: 1pt;
word-spacing: 3pt
}