/* default styles */ /* page body */
body {
    background: #d9c799;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #2c231b;
    /*für scrollbar*/
    scrollbar-face-color:'#bba577';
    scrollbar-arrow-color:'white';
    scrollbar-track-color:'#white';
    scrollbar-shadow-color:'#white';
    scrollbar-highlight-color:'#white';
    scrollbar-3dlight-color:'#blue';
    scrollbar-darkshadow-Color:'#grey';
}
/* links*/
a { font-weight:bold; color:#f66014; }
/* link=normal */
a:link { text-decoration:none;
} /* visited=besucht, hover ist wenn di maus */
a:visited { text-decoration:none;
} /* hover=wenn der mauszeiger darüber ist, macht tolle effekte*/
a:hover { text-decoration:underline;
color:#ffffff; background-color:#d9c799; } /* active=der aktive*/
a:active { text-decoration:underline;
background-color:#d9c799; }
/* focus=hat den Focus (z.B. über Tastatur)*/
a:focus
{ text-decoration:underline; background-color:#d9c799; }
/* end links */
/* classes for forum */
.forum_input { background-color:#d9c799; }
.forum_input_text{ background: #fffff0; width:400px; }
.menu { color:#af1f1f; } /* end */
.bambody {
   font-family: "Times New Roman", Times, serif;
   font-size: 14px;
   font-style: normal;
   line-height: 16px;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   xcolor:#ff00ff;
   color:#2c231b;
}
.bamtitle {
   font-family: "Times New Roman", Times, serif;
   font-size:14px;
   font-style: normal;
   line-height: 15px;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: #2C231B
}
.italic {
   font-family: "Times New Roman", Times, serif;
   font-size: 13px;
   font-style: italic;
   line-height: 16px;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   color: #2C231B
}