/* <style> */
/* Stylesheet Datei */

#spalte_li {
   float: left;
   /* background-color: thistle; */
   width: 150px;
   height: 320px;
   text-align: right;
   line-height: 1.47;
}

#spalte_li1 {
   float: left;
   /* background-color: thistle; */
   width: 150px;
   height: 50px;
   text-align: right;
   line-height: 1.47;
}

#spalte_re {
   /* background-color:lightblue; */
   margin-left: 170px;
   /* width:  300px; */
   width:  250px;   
   height: 320px;
   line-height: 1.5;
}

#spalte_re1 {
   /* background-color:lightblue; */
   margin-left: 170px;
   /* width:  300px; */
   width:  300px;
   height: 50px;
   line-height: 1.5;
}

ul { list-style-type: none; }

/* </style> */