A:active { font-weight: bold; color: #6699FF; }
A:visited { text-decoration: none; color: #6699FF; }
A:link { text-decoration: none; color: #6699FF; }
A:hover { color: red; font-weight: bold; }

#button {
width: 120;

padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Verdana', 'Trebuchet MS', Arial, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
color: #283349;
}


#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #000000;
margin: 0;
}


#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #E9D33F;
background-color: #FFFFFF;
color: #000;
text-decoration: none;
}

html>body #button li a {
width: 100;
}

#button li a:hover {
background-color: #FFFFFF;
font-weight: bold;
}

.bread  {
color: #000000;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: inherit;
font-weight: normal
}


.bgset
{
	background-image: url(../bilder/bg_tone.gif); 
	background-repeat:repeat-x; 
}