/*
Startseite
*/
#linkespalte {
    margin-right:270px;
}

#rechtespalte {
	float:right;
    width:250px;
    padding-left:10px;
}

    #intro {
        min-height:180px;
    }

    #intro p {
        margin-right:200px;
    }

	#feature {
	    height:200px;
	    min-width:300px;
        max-width:480px;
	    background-color:#DBE7D8; /* 183 206 176 */
	    position:relative;
        padding:15px;

	}

    #feature h2 {
    	margin:0;
        line-height:1em;
    }

    #feature h3 {
    	margin:0;
        line-height:1em;
    }



    #feature-border {
    	position:absolute;
    }

	#feature .corner {
	    position:absolute;
	    width:16px;
	    height:16px;
        z-index:3;
	}

	#feature-tl {
	    background-image:url("../gfx/corner_tl.gif");
	    top:0px;
	    left:0px;
	}

	#feature-tr {
	    background-image:url("../gfx/corner_tr.gif");
	    top:0px;
	    right:0px;
	}

	#feature-bl {
        background-image:url("../gfx/corner_bl.gif");
	    bottom:0px;
	    left:0px;
	}

	#feature-br {
        background-image:url("../gfx/corner_br.gif");
	    bottom:0px;
	    right:0px;
	}


    /* Konkret */
	#feature {
        height:300px;
        background:#EAE8BF;
        /*
		background-image:url('/_htassets/gfx/bg_sf.jpg');
        background-repeat:no-repeat;
        background-position:top center;
        width:470px;
        */
	}

    #feature sup{
        font-size:8pt;
        padding-left:3px;
    }


    #feature #programm {
    	margin:10px;
        list-style:square;
    }


#news .newsitem .datum {
	color:#888;
    display:block;
}

#news .newsitem {
	margin-bottom:0.5em;
}


#feed-help {
    font-size:8pt;
    padding:2px;
    margin-top:5px;
}

#feed-help a{
	color:navy;
}
