ul#navigation {
    position: relative;
    width: 500-px;
    margin: 0px 0px 0px 250px;
    height: 40px;
    list-style: none;
    overflow: hidden;
}

ul#navigation li a {
    height: 40px;
    position: absolute;
    overflow: hidden;
    padding: 40px 0 0 0;
    text-indent: -100em;
    text-decoration: none;
    top: 0;
    width: 111px;
}
html>body ul#navigation li a{
    height: 0;
}


li#botan1 a{ 
    background: transparent url('img/button_h.png') no-repeat 0 0;
    left: 0px;
    }
li#botan2 a{ 
    background: transparent url('img/button_w.png') no-repeat 0 0;
    left: 100px;
    }
li#botan3 a{ 
    background: transparent url('img/button_i.png') no-repeat 0 0;
    left: 200px;
    }
li#botan4 a{ 
    background: transparent url('img/button_b.png') no-repeat 0 0;
    left: 300px;
    }
li#botan5 a{ 
    background: transparent url('img/button_s.png') no-repeat 0 0;
    left: 400px;
    }

li#botan1 a:hover, 
li#botan2 a:hover, 
li#botan3 a:hover, 
li#botan4 a:hover, 
li#botan5 a:hover { 
    background-position: 0 -40px;
    }
li#botan1 a:active, 
li#botan2 a:active, 
li#botan3 a:active, 
li#botan4 a:active, 
li#botan5 a:active { 
    background-position: 0 -80px;
    }

body{
    text-align: center;
    font-family: sans-serif;
    font-size: 80%;
    color: #663300;
    background-color: #FFFFCC;

}

td{
    text-align: center;
    font-family: sans-serif;
    font-size: 80%;
    color: #663300;
    }

p.text1 {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    line-height: 120%;
    margin-left: 15px;
    margin-top: 15px;
    }

p.text2 {
    font-size: 10pt;
    line-height: 120%;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 15px;
    }

p.text3 {
    font-size: 10pt;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    }

