/* general definitions */
body { background-image:url(img/bg.gif); color:#392020;background-color:#996600; }
a    { color:#ffffff; }
a.details { border:solid 1px #9D0B0B; font-size:0.9em; color:#9D0B0B; padding-top: 2px;}



/*  Sound and schemes  */
#sound, #sound a     { color:#9B9B9B; }
#sound a.inactive    { border:solid 1px #9B9B9B; }
#sound a.active      { border:solid 1px black; color:black; }
#sound a:hover       { color:black; }
#schemes, #schemes a { color: green; }
#schemes .inactive   { border: solid 1px #9B9B9B; color:#9B9B9B; }
#schemes a.active    { border: solid 1px black;   color:black; }
#schemes a:hover     { color:black; }


/*  Main Menu  */
#main_menu          { top:129px; }
#main_menu a        { color:#663300; }
#main_menu a.active { color:#CCFF33; }
#main_menu a:hover  { color:#CCFF33; }


/*  Homepage news  */
#latest_news_background .content {
	background-color: #CCFF33;
	color:black;
	filter:alpha(opacity=98);
	opacity:0.98;
	-moz-opacity:0.98;
	-khtml-opacity:0.98;
}
#latest_news   { color:red; }
#latest_news a {color: red; font-weight: bold; }

/*  Content  */
.item_event              { border-bottom:solid 1px #B6A9A9; }
.item_event .event_title { font-weight:bold; color:#9D0B0B; }

.headline1 { font-weight:bold; font-size:1.3em; }
.headline2 { font-weight:bold; font-size: 1.1em; color:#9D0B0B; }

table.list_items_per_row td                { border-bottom: solid 1px #B6A9A9; }