#briefbox_oben{
	width:550px;
	border-style: solid; 
	border-width: 1px 1px 0px 1px;  
	border-color: #000000;
	background-color: #F5F5DC; 
	margin: 0px;
	padding: 0px;
 	overflow:hidden;
	display:block;
	list-style:none;
}

#briefbox_oben li, #briefbox_oben a {
        display:block;
        height:22px;
        line-height:22px;
        text-align:center;
        text-decoration:none;
        color:#000000;
        font-size:11px;
        font-weight:normal;
        font-family: 'Tahoma', sans-serif;
        background-color:#F5F5DC;
	float:left;
        margin:0px;
        list-style:none;
	float:left;
      }

#briefbox_oben a {
    	background:url("/jugendfestler/briefe/left.gif")
      	no-repeat left top;
    	padding:2px 4px;
	height:22px;
      }

#briefbox_oben li {
	background:url("/jugendfestler/briefe/right.gif")
	no-repeat right top;
	height:22px;

      }

#briefbox_oben li:hover {
   	background-image:url("/jugendfestler/briefe/right_on.gif");
    }
#briefbox_oben a:hover {
   	background-image:url("/jugendfestler/briefe/left_on.gif");
    }


#briefbox_oben a.aktiv {
   	color:#008000;
        text-transform:uppercase;
	font-weight: bold;

    }


#briefbox{
	width:550px;
	border-style: solid;
        text-align:left; 
	border-width: 1px 1px 1px 1px;  
	border-color: #000000; 
	background-color: #F5F5DC; 
	margin: 0px;
	padding: 0px;
 	overflow:hidden;
	display:block;
	list-style:none;
}



