a {
    color : #8B2200;
    text-decoration : underline;
}

a:hover{
    color : #BF9755;
}

a.mainmenu {
    color : #FDF5E6;
    font-weight : bold;
    text-decoration : none;
}

a.mainmenu:hover {
    color : #FFCC66;
}

a.mainmenu_aktiv {
    color : #FFCC66;
    font-weight : bold;
    text-decoration : none;
}

body {
    padding : 0;
    margin : 0;
    background-image : url(../images/bg.jpg);
    text-align : center;
}

h2 {
    font-size : 24px;
    font-weight : normal;
    text-transform : uppercase;
    line-height : 24px;
}

p,td,li,span {
    color : #573D28;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
}

/*/*/
p,td,li,span {
   line-height : 1.5;
}

.menubullet {
    color : #FDF5E6;
}

.header {
    color : #8B2200;
}
