
@media screen {
    #contentbox {
		width:			420px;
        padding:        5px 10px 0 10px;
		margin:         0;
		border-left:	1px dotted #CCC;
/*		background:     #FFF url(../images/all/strichliert_vertikal.gif) left repeat-y; */
    }

    #menuLeftBox {
        position:       relative;
        float:          left;
        margin:			0 -1px 0 4px;
        padding:        5px 4px 0 0;
		height:			auto;
        width:          176px;
        z-index:        2;
		border-right:	1px dotted #CCC;
/* 		background:     #FFF url(../images/all/strichliert_vertikal.gif) right repeat-y; */
        visibility:     visible;}

    #menuLeftBox ul {
        padding:            0;
        margin:             0;
        margin-left:        3px;
        list-style:         none none;}

    * html #menuLeftBox ul {
        margin-left:        0px;}

    #menuLeftBox ul.menuIntend {
        margin-left:    10px;
        margin-top:      3px;}

    #menuLeftBox li {
		margin:			0;
        padding:        0px 0px 3px 0px;
        list-style:     none none;
        color:          #333333;
        background: 	none;}

    #menuLeftBox a {
        color:              #707070;
        text-decoration:    none;
        padding:            0 0 0 7px;
        margin:             0px;
        background:         url(../images/all/eckerl_left.gif) no-repeat left 5px;}

    
    #menuLeftBox a.activ {
        color:              #000000;
        background:         url(../images/all/eckerl_left_a.gif) no-repeat left 5px;}
    #menuLeftBox a.activ2 {
        color:              #000000;
        text-decoration:    underline;
        background:         url(../images/all/eckerl_left_a2.gif) no-repeat left 5px;}
    #menuLeftBox a:hover {
        text-decoration:    underline;
        color:              #333;
        background:         url(../images/all/eckerl_left_o.gif) no-repeat left 5px;}
}
