/* body anweisungen */
body {
        background-color: #FFFFFF;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* text allgemein */
body, table, tr, td, div, input, textarea, select, p, br, li, ul {
        font-family: Verdana;
        font-size: 11px;
	font-color: #000000;
        text-decoration: none;
        color: #000000;
}


.txt_rot {
        color: #FF0000

}


.txt_white {
        color: #FFFFFF

}


.color1 {
        background-color: #f1f6ba;

}


.color2 {
        background-color: #000000;

}


a {
        text-decoration: none;
        color: #6f5004
}

a:visited {
        text-decoration: none;
        color: #6f5004;
}

a:hover {
        text-decoration: none;
	background-color: #ffb500;
        color: #6f5004;
}


a.navi {
        font-size: 11px;
        text-decoration: none;
        color: #6f5004;
}

a.navi:hover {
        font-size: 11px;
        text-decoration: none;
	background-color: #ffb500;
        color: #000000;
}

a.navi:visited {
        text-decoration: none;

}

h1 {
        color : #e1a002;
        font-size : 13px;
        font-weight: bold;
        line-height:10px;
        text-align: center
}

h2 {
        color : #e1a002;
        font-size : 11px;
        font-weight: bold;
        line-height:10px;
}

