/* CSS Document */
/****************************************************
Nur Startseite
*****************************************************/

#start_left_div {
    width:740px;
    max-height:405px;
    /*overflow:hidden;*/
    float:left;
    /*background-color:#999999;*/
    position:relative;
    z-index:3;
    display:inline;
}
#start_right_div {
    width:240px;
    max-height:405px;
    /*overflow:hidden;*/
    margin-left:10px;
    float:left;
    /*background-color:#555555;*/
    position:relative;
    z-index:4;
    display:inline;
}
#start_content_div {
    width:990px;
    height:120px;
    clear:both;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    /*background-color: #99CC00;*/
    z-index:2;
    display:inline;
}
/* Content (unten; Spalten) Startseite*/
#start_content_div div.box240o {
    position:absolute;
    left:0px;
    top:-5px;
    
    /*float:left;
    height:120px;
    overflow:hidden;
    margin-top:5px;
    padding:3px 13px 7px 7px;*/
    
}
#start_content_div div.box240o_bottom {
    height:105px;
    font-size:11px;
    line-height:13px;
}
#start_content_div div.box240o img {
    float:left;
    margin:0 7px 0 0;
}
#start_content_div div.box240o h2 {
    font-size:11px;
    line-height:13px;
    margin:3px 0 6px 0;
}
#start_content_div div.box240o p {
    margin:0px;
}
#start_content_div div.box240o p a.link {
    margin-top:3px;
    display:block;
    float:left;
}

/* News-Teaser Highlight Startseite*/

#news_start {
    min-height:400px;
    overflow:hidden;
    background:url(../upload/LAYOUT/sp_news_bottom.gif) no-repeat left bottom;
    position:relative;
    top:0px;
    left:0px;
}
#news_start_top {
    height:5px;
    background:url(../upload/LAYOUT/sp_news_top.gif) no-repeat left top;
}
#news_start_top * {
    display:none;
}
#news_start p {
    margin:0px;
}
a.highlight, a:link.highlight, a:active.highlight, a:visited.highlight {
    padding:4px 0 6px 0;
    margin:0 8px 0 8px;
    width:224px;
    background:url(../images/layout/linkliste_bg_hgr_360.gif) repeat-x left bottom;/**/
    text-decoration:none;
    position:relative;
    top:0;
    left:0;
    display:block;
    color:#272727;
}
a:hover.highlight {
    background-color:#edf6ff;
    color:#004082;
}
#news_start .linkliste {
    margin:0 8px 0 8px;
    position:relative;
    width:224px;
}

#start_right_div:hover #news_start {
    position:absolute;
    left:-5px;
    top:5px;
    padding-bottom:9px;
    width:250px;
    overflow:visible;
    background:url(../upload/LAYOUT/sp_news_bottom_hover.png) no-repeat left bottom;
    _background:url(../upload/LAYOUT/sp_news_bottom_hover.gif) no-repeat left bottom;
}
#start_right_div:hover #news_start_top {
    position:absolute;
    left:-5px;
    top:-7px;
    height:12px;
    width:250px;
    background:url(../upload/LAYOUT/sp_news_top_hover.png) no-repeat left top;
    _background:url(../upload/LAYOUT/sp_news_top_hover.gif) no-repeat left top;
}
#start_right_div:hover a.highlight, #start_right_div:hover div.linkliste {
    left:5px;
}

.highlight h1 {
    font-size:1.3em;
    margin:0 0 2px 0;
}
.highlight h2 {
    font-size:0.95em;
    margin:0 0 2px 0;
}
.highlight p, .highlight span, .highlight div, .highlight td {
    font-size:0.95em;
    line-height:1.25em;
}
.highlight img.teaser_img {
    float:left;
    margin:3px 7px 0 0;
}
.highlight img.teaser_img.full {
    margin-right:0;
}

#news_start_footer {
    background:url(../upload/LAYOUT/sp_news_start_footer_bg.png) no-repeat center bottom;
    text-align:center;
    margin:0.75em 5px 0 5px;
    font-size:0.95em;
}


/*Start left top*/
#start_left_div h1 {
    font-size:2.5em;
    margin:15px 0 10px 20px;
}
#start_left_div p {
    margin:0 0 0 20px;
}
