a {
    color : #CC3300;
    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,th,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;
}

em {
	color : #CC3300;
	font-style : normal;
}

.small {
	font-size : 10px;
	color : #9C8A6B;
}

table.bordered {
	border-collapse: collapse;
	border: 0px solid #BF9755;
}

table.bordered td {
	border: 1px solid #BF9755; 
	padding: 1px 3px 1px 3px;
}
