/* Styles für die Home Seite, nicht zu verwechseln mit den Styles für das "Startseiten" Template. */
div#content_left {
    /*height:199px;*/
    padding:0;
    background:url(../img/start/content_left_start.gif) no-repeat 0 0;
}


/* Special Teaser "Rahmen 1", silbern */

    div#content_left div#special_teaser {
        height:203px;
        padding:0 15px;
        background:url(../img/start/content_left_start_news.gif) no-repeat 0 0;
    }
    
   

        div#content_left div#special_teaser h2,
	div#content_left div#special_teaser h2 a {
            padding:20px 0 0 0;
            margin:0 0 20px 0;
            color:#000;
            font-size:17px;
        }
        
        div#content_left div#special_teaser p {
            margin:10px 0;
        }
        
        div#content_left div#special_teaser a {
            color:#A5A5A5;
            font-style:oblique;
        }



/* Special Teaser "Rahmen 2", weiß */

    div#content_left div#special_teaser2 {
        height:203px;
        padding:0 15px;
        background:url(../img/start/content_left_start_news2.gif) no-repeat 0 0;
    }
    
        
   

        div#content_left div#special_teaser2 h2,
	div#content_left div#special_teaser2 h2 a {
            padding:15px 0 0 0;
            margin:0 0 20px 0;
            color:#000;
            font-size:17px;
	    font-style:normal;
        }

	div#content_left div#special_teaser2 p {
            margin:10px 0;
        }
        
        div#content_left div#special_teaser2 a {
            color:#A5A5A5;
            font-style:oblique;
        }
        
