 body {
text-align:center;
}


/* ----------Rahmen zentriert das layout-------------- */

#rahmen {
width:1050px;
background-color: #FFFFFF;
    margin-top:              5px;
    margin-bottom:           0px;
    margin-left:             auto;
    margin-right:            auto;

}

/* ----------header-------------- */

#banner {
background-color: #FFFFFF;
margin:0 auto;
padding: 0px;
margin: 0px;
height:141px;
width:1050px;

}



#nav{
background-color:#fff;
}


/* -----------------Inhalt--------------------- */

#leitsatz{
background:url(../images/leitsatz2.gif);
background-repeat:no-repeat;
border:0;
width:320px;
height:30px;
margin:0 0 20 40;

}



.scroll {
height: 400px;
width: 450px;
overflow: auto;
padding: 8px;
margin:30 0;
float:left;
}


/* --------------linke Seite------------- */

#left {
	float: left;
	width: 275px;
  margin: 0px;
padding: 0px;
}


#filmkasten{
float:left;
margin-left:-20px;
margin-top:80px;
height:300px;
width:250px;
padding:0;
} 



/* --------------rechte Seite------------- */

#right {
float: left;
width: 275px;
margin-left:10px;
}

#zitatkasten{
vertical-align:bottom;
float:left;
height:130px;
width:250px;
margin-top:20px;
padding:15 10 0 10;
background:url(../images/info/zitatkasten.jpg);
background-repeat:no-repeat;
border:0;
text-align:left;
} 

#infokasten{
margin-top:0px;
float:left;
height:320px;
width:250px;
padding:15 10 0 10;
background:url(../images/info/infokasten.jpg);
background-repeat:no-repeat;
border:0;
text-align:left;
} 

#zertifikat{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image:url(../images/info/zertifikat.jpg) ;
background-repeat:no-repeat;
  height:450px;
   font-size: 0.6em; 
   font-style: normal;
    line-height: 6.5em; 
    color: #003399;
     text-decoration: none;
     font-weight: bold;
     margin: 20 0 0 0;
     padding:10 0 0 10;
  text-align:left;

}


/* -----------footer--------------------------- */
#footer {
height:20px
width:100px;
clear: both;
margin-top: 20px;
padding: auto;
text-align: center; 
background-color:#DBDBDB;
text-align:center;
}



    
   
    
