@charset "UTF-8";
/* CSS Document */

body, html {
height:100%;
}

body {
background-color: #322112;
margin: 0;
padding: 0;
background-image:url(grafik/bg.jpg);
background-position:center center;
background-repeat:no-repeat;
font-size:12px;
line-height:16px;
color: #322112;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration:none;
font-weight: bold;
color:#000000;
}

a:hover {
color: #7f5021;
text-decoration:none;
}

.navi{
font-size:13px;
line-height:14px;
}

.navi a {
color:#eae5df;
text-decoration:none;
border: none;
font-weight: normal;
}

.navi a:hover {
color:#ffffff;
text-decoration:none;
border:none;
}

.navi a:active {
color:#ffffff;
text-decoration:none;
border:none;
}

.bottom {
font-size:11px;
line-height:14px;
color: #eae5df;
}