#edReLeft {
    width: 450px;
    float: left;
}

    #edReNews, #edReInfos {
        width: 450px;
        font-family: Arial;
        font-size: 12px;
    }
    
    #edReNews h2, #edReInfos h2 {
        font-size: 14px;
    }
    
    #edReIntroduction {
        font-family: Arial;
        font-size: 12px;        
    } 
    
        #edReIntroduction h2 {
            font-size: 16px;
        }        
         
         #edReNews div.newsItem, #edReInfos div.infosItem  { 
            /* background-color:  green; */
            border-bottom-color: #CC9900;
            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;
            zoom: 1;
        }
        
            #edReNews div.newsItemImage{
                float: left;
                width: 125px;
                /* background-color: blue; */
            }
            
           #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;
            }
            
            #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: -2px;
                    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;
                } 
                

        #edReCenterMiddleContent div.imagebox-source {
            margin-top: 5px;
            color: #999999;
            font-size: 11px;
            margin-bottom: 15px;
        }                                                  
 
 
   div.newsDetailItem, div.infosDetailItem {
    width: 622px;
    /* background-color: green; */
    font-family: Arial;
    font-size: 12px;
   }
   
       div.newsDetailItem h1, div.infosDetailItem h1 {
            font-size: 20px;
            padding-top: 0;
            padding-bottom: 0;
       }   
   
 
       div.newsDetailItemContent, div.infosDetailItemContent {
            width: 400px;
            float: left;
            /* background-color: red; */
       }
       
            div.newsDetailItemContent ul, div.infosDetailItemContent ul {
                margin-left: -20px;
                list-style-type: disc;
                padding-top: 5px;
                padding-bottom: 5px;
                text-align: justify;
            }
            
            div.newsDetailItemContent ul li, div.infosDetailItemContent ul li {
                padding-top: 3px;
                padding-bottom: 3px;
            }
            
            div.newsDetailItemContent div.imagebox img,  div.infosDetailItemContent div.imagebox img {
                width: 400px;
            }
            
       
           div.newsDetailItemContent p, div.infosDetailItemContent p {
                padding-top: 5px;
                padding-bottom: 5px;
                text-align: justify; 
           }
           
            div.newsDetailItemContent a, div.infosDetailItemContent a {
                background-image: url('http://www.eduhi.at/webimg/icon_16x16_link.gif');
                padding-left: 20px;
                background-repeat: no-repeat;
                background-position: 0 center;
            }

           div.newsDetailItemContent h2,  div.infosDetailItemContent h2  {
                padding-top: 10px;
                border-bottom-color: #CC9900;
                border-bottom-style: solid;
                border-bottom-width: 1px;
                margin-bottom: 10px;
                font-size: 16px;
           }
           
           div.newsDetailItemContent h3,  div.infosDetailItemContent h3 {
                padding-top: 5px;
                padding-bottom: 5px;
           }
           
           div.newsDetailItemContent h4,  div.infosDetailItemContent h4 {
                padding-top: 3px;
                padding-bottom: 3px;
           }  

           div.newsDetailItemContent h4 + a, div.infosDetailItemContent h4 + a {
                margin-top: -10px;
                padding-bottom: 3px;
           }                      
           
           div.newsDetailItemContent a,  div.infosDetailItemContent a {
                display: block;
                padding-bottom: 3px;
                padding-top: 3px;
           }           
           
           div.newsDetailItemContent p.edRePublishDateTime, div.infosDetailItemContent p.edRePublishDateTime {
                color: #000000;
                font-size: 11px;
                margin-top: 15px;
            }
            
            div.newsDetailItemContent div.imagebox-source {
            margin-top: 5px;
            font-size: 11px;
            margin-bottom: 15px;
        } 
           
            div.newsDetailItemContentRelevantLinks, div.infosDetailItemContentRelevantLinks {
                
            }
            
                div.newsDetailItemContentRelevantLinks ul, div.infosDetailItemContentRelevantLinks ul {
                    list-style-type: none;
                    margin-left: 0;
                    padding-left: 0;
                
                }
            
                    div.newsDetailItemContentRelevantLinks ul li, div.infosDetailItemContentRelevantLinks ul li {
                        margin-bottom: 3px;
                    }
                    
                    div.newsDetailItemContentRelevantLinks ul li a, div.infosDetailItemContentRelevantLinks ul li a {
                    }                                       
 
             div.newsDetailItemContentRelevantFiles, div.infosDetailItemContentRelevantFiles {
                
            }
            
                div.newsDetailItemContentRelevantFiles ul, div.infosDetailItemContentRelevantFiles ul {
                    list-style-type: none;
                    margin-left: 0;
                    padding-left: 0;
                
                }
            
                    div.newsDetailItemContentRelevantFiles ul li, div.infosDetailItemContentRelevantFiles ul li {
                        margin-bottom: 3px;
                    }
                    
                    div.newsDetailItemContentRelevantFiles ul li a, div.infosDetailItemContentRelevantFiles ul li a {
                    }  
 
       
       div.newsDetailItemImage, div.infosDetailItemImage {
            margin-top: 20px;
            width: 208px;
            float: right;
       } 

            /* temp fix */
            div.newsDetailItemImage > img, div.infosDetailItemImage > img {
                width: 208px;
                height: 117px;
                margin-bottom: 15px;
            }
       
       
       /* css für news suche */
       
       div.searchItem { 
            /* background-color:  green; */
            border-bottom-color: #CC9900;
            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;
            font-family: Arial;
            font-size: 12px;
            zoom: 1;
        }
        
            div.searchItemImage {
                float: left;
                width: 125px;
            }          
            
                div.searchItemImage img {
                    width: 125px;
                }            
            
           div.searchItemTeaser {
                width: 473px;
                /* background-color: green; */
                margin-left: 10px;
                float: left;
                text-align: justify;
                /* background-color: green; */
            }
            

            
            
                div.searchItemTeaser h2 {
                    padding-bottom: 3px;
                }
                
                div.searchItemTeaser h3 {
                    padding-top: 0;
                    margin-top: -3px;
                    line-height: 100%;
                    margin-bottom: 3px;
                }           
 
                
#edReRight {
    float: right;
    width: 155px;
    /* background-color: white; */
}

    #edReRight div.sep {
        margin-bottom: 20px;
    }
    
   #tabs {
    
   }
        #tabs ul {
            margin-left: 0;
        }
   
   #edRePageNavigation {
        margin-top: 6px;
        margin-bottom: 6px;
   }
   
       #edRePageNavigation  a.edReCurrentPage {
        color: #FF6600;
        border-width: 1px;
        border-style: solid;
        border-color: #FF6600;
        padding: 2px;
       }     
                
.clearer {
    clear: both;
}

.smallerLink {
    color: #095ea4;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

.bemhide {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline; 
}

img {
    border: 0;
}

/* classes */
.edReOverlayNewsGif {
    position: absolute;
    top: 5px;
    left: 0;
}
.edReOverlayInfosGif {
    position: absolute;
    top: 5px;
    right: 0;
}   


.ui-widget-overlay { background: #666666 url(ui-bg_flat_10_000000_40x100.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-tabs { position: relative; padding: 0; zoom: 1; }

.ui-tabs .ui-tabs-panel { padding: 5px; }

.ui-widget {font-size: 12px; font-family: Arial; }

#tabs-1.ui-corner-bottom, #tabs-2.ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
#tabs.ui-corner-all { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#tabs.ui-widget-content { border: 0; background: none;  }
