/* CSS Document */

.style0 {color: #000000}
.style0 a:link {color: #7c2e00}
.style0 a:visited {color: #626262}
.style0 a:active {color: #999999}
.style0 a:hover {color: #e85601}
.style1 {background-color: #000000;
		 color: #ffffff
}

#menu1 a {
    width: 128px;
    height: 20px;
    display: block;
    background: url(pix/knapp1.jpg) no-repeat;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
	padding: 3px 0 0;
    margin: 3px 0;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
    color: #7c2e00
}
#menu1 a:hover {
    background: url(pix/knapp2.jpg) no-repeat;	
    color: #e85601
}

