#contentleft a {
background:#f9f9f9 url() repeat-x;
font-size: 12px;
font-weight:500;
font-family: \"Times New Roman\", Times, serif;
color: #000;
text-transform: uppercase;
display: block;
padding: 5px 5px 5px 5px;
border-bottom: #333 1px dotted;
text-decoration: none;
}

#contentleft a:hover {
background:#fff url() repeat-x;
color: #ff0000;	
border-bottom: #670001 1px dotted;
text-decoration: none;
}

#contentleft a:active {
background:#fff url() repeat-x;
color: #ff0000;	
border-bottom: #670001 1px dotted;
text-decoration: none;
}


.rubrik {
background:#666 url() repeat-x;
border-bottom: #fff 5px solid;
border-top: #fff 5px solid;
color: #fff;
font-size: 13px;
font-family: \"Times New Roman\", Times, serif;
font-weight: 500;
text-transform: uppercase;
padding: 3px 3px 3px 5px;
}