
.news{
	margin:5px 0px 5px 7px;
}

.rahmen{
   border: 1px solid #6F6F6F;
   background:#27364F
}

.mitte{
     border: 1px solid #6F6F6F;
     float:left;
     margin:30px 0px 0px 0px;
     width: 358px;
     display: inline;
     text-align:left;
}

.kopfindex{
     border-bottom: 1px solid #6F6F6F;
     padding:4px 0 1px 7px;
     font-weight:bold;
     font-size:8pt;
     background:#3C5A78 ;
}

.cafenews{
     padding:7px;
     background:#27364F;
}

.links{
	float: left;              /*loat left bedeutet, objekt steht links und wird rechts umflossen*/
     margin:30px 10px 0 50px;
     width: 150px;
     display: inline;          /*dieser befehle wird nur benötigt, da sonst der margin abstand einfach verdoppelt VIELEN DANK AN DEN INTERNET EXPLORER*/
     text-align:left;

}
.rechts{
	float: left;              /*loat left bedeutet, objekt steht links und wird rechts umflossen*/
     margin:30px 40px 0 10px;
     width: 150px;
     display: inline;          /*dieser befehle wird nur benötigt, da sonst der margin abstand einfach verdoppelt VIELEN DANK AN DEN INTERNET EXPLORER*/
     text-align:left;
}
