#edReCenterMiddle {
    padding-left: 14px;
    padding-right: 14px;
}
    #edReCenterMiddleContent {
        width: 447px;
        /* background-color: aqua; */
        float: left;
         margin-bottom: 10px;
    }

        #edReCenterMiddleContent h1 {
            font-size: 16px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
        #edReCenterMiddleContent h2 {
            font-size: 14px;
            padding-top: 10px;
            padding-bottom: 10px;
        }                     
    
 /* news */
        #edReNews div.newsItem, #edReInfos div.infosItem { 
            border-bottom-color: #CCCCCC;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            position: relative; /* als elternelement wichtig, damit die overlays abs. positioniert werden */
            /* background-color: red; */
            padding-bottom: 5px;
            padding-top: 5px;
        }
        
            #edReNews div.newsItemImage {
                float: left;
                width: 125px;
            }
            
            #edReInfos div.infosItemImage {
                float: right;
                width: 125px;
            }            
            
                #edReNews div.newsItemImage img, #edReInfos div.infosItemImage img {
                    width: 125px;
                }            
            
            #edReNews div.newsItemTeaser {
                width: 305px;
                float: right;
                text-align: justify;
                /* background-color: green; */
            }
            
            #edReInfos div.infosItemTeaser
            {
                
                width: 305px;
                float: left;
                text-align: justify;
            }
            
            
                #edReNews div.newsItemTeaser h2, #edReInfos div.infosItemTeaser h2 {
                    padding-bottom: 3px;
                }
                
                #edReNews div.newsItemTeaser h3, #edReInfos div.infosItemTeaser h3 {
                    padding-top: 0;
                    margin-top: 0;
                    line-height: 100%;
                    margin-bottom: 3px;
                    text-align: left;
                }
                
            #edReNews div.additionalNews, #edReInfos div.additionalInfos {
                
            }
            
                #edReNews div.additionalNews p, #edReInfos div.additionalInfos p {
                    text-align: right;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
                                                                               
                  
    #edReCenterMiddleRight {
        width: 161px;
        float:right;
        /* background-color: gray; */
        
    }    
    
       #edReCenterMiddleRightTopics {
            background-color: #dbe3e9;
            margin-bottom: 14px;
            border: 1px #a3c1d5 solid;
            text-align: left;
        }
        
            #edReCenterMiddleRightTopics h2 {   
                background-image: url('../images/titlebar_themaderwoche.gif');
                color: #ffffff;
                padding: 3px;
                padding-left: 12px;
                margin-bottom: 8px;
                background-repeat: no-repeat;                 
            }
            
            #edReCenterMiddleRightTopics div {
                padding-bottom: 8px;
            }
            
            #edReCenterMiddleRightTopics p {
                text-align: center;
                padding: 0;
                margin: 0;
                padding-bottom: 3px;
            }
            
                /* images zentrieren im div */
                #edReCenterMiddleRightTopics div img {
                    margin-left: 6px;
                }
                
                #edReCenterMiddleRightTopics div img.arrow {
                    margin-left: 2px;
                    vertical-align: 33px;
                }                
                
        #edReCenterMiddleRightBildungsTV {
            margin-bottom: 14px;
            background-color: #fdd724;
            border: 1px #caac1d solid;
            text-align: left;
        }
        
            #edReCenterMiddleRightBildungsTV h2 {   
                background-image: url('../images/titlebar_bildungstv.gif');
                color: #965200;
                padding: 3px;
                padding-left: 12px;
                margin-bottom: 8px;
                background-repeat: no-repeat;                
            }
            
            #edReCenterMiddleRightBildungsTV div {
                padding-bottom: 8px;
            }
                #edReCenterMiddleRightBildungsTV div.lastChild {
                    padding-bottom: 0;
                }            
                #edReCenterMiddleRightBildungsTV div img {
                    width: 130px;
                    margin-left: 6px;
                }
                
                    #edReCenterMiddleRightBildungsTV div img.arrow {
                        margin-left: 5px;
                        vertical-align: 33px;
                        width: auto;
                    }                
                #edReCenterMiddleRightBildungsTV div p {
                    margin-left: 6px;
                    font-size: 11px;
                    /* background-color: red; */
                    border-bottom: 1px solid #caac1d;                     
                }
                
                    #edReCenterMiddleRightBildungsTV div p.lastChild {
                        border-bottom: 0;                   
                    }  

                    #edReCenterMiddleRightBildungsTV div p span {
                        display: block;
                        font-weight: bold;
                    }

       #edReCenterMiddleRightCurrentOffers {
            margin-bottom: 14px;
            background-color: #ffffff;
            border: 1px #cccccc solid;
        }
        
            #edReCenterMiddleRightCurrentOffers h2 {   
                background-image: url('../images/titlebar_aktuelles.gif');
                color: #ffffff;
                padding: 3px;
                padding-left: 12px;
                margin-bottom: 8px;
                background-repeat: no-repeat;                 
            }
            
            #edReCenterMiddleRightCurrentOffers img {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            #edReCenterMiddleRightCurrentOffers p {
                padding-left: 15px;
                padding-right: 15px;
                font-size: 11px; 
                border-bottom: 1px #cccccc solid;  
                padding-bottom: 2px;                   
            }
            
            #edReCenterMiddleRightCurrentOffers p.lastChild {
                border-bottom: 0;                  
            }
            
                #edReCenterMiddleRightCurrentOffers  p span {
                    display: block;
                    margin-bottom: 2px;
                }          
