.Stil1 {color: #000000}

body {
	background-color: #CCCCCC;
}

a.headtop_link {
color:#000000;
text-decoration:none;
}
a.breadcum_link {
color: #666666;
text-decoration:underline;
}

.Stil3 {color: #A3A3A3}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#6E1214;
	text-decoration: none;
}

a.menue_light {
text-decoration:none;
color:#000000;
}

a.menue_light:hover {
text-decoration:underline;
color:#006699;
}

/*  
Description: sexy button tute
*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images/buttons/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #000000!important;
	text-decoration: none;
    display: block;
    float: right;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
}

a.button:hover {
color: #990000!important;
text-decoration: none;
}

a.button span {
    background: transparent url(../images/buttons/bg_button_div.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
	color: #000!important;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
