﻿body 
{
	background-color:#000;
	background-image:url(../images/ui/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial;
	font-size:13px;
	padding:0;
}

a:link {text-decoration:none; color:#e00004}
a:visited {text-decoration:none;color:#e00004}
a:focus {text-decoration:underline; color:#ff0000}
a:hover {text-decoration:none;color:#ff0000}
a:active {text-decoration:none;color:#ff0000}

img{border:0px}

#container
{
	width:981px; 
	background-color:#FFF;
    background-image:url(../images/ui/container_background.png);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
}

#container_below
{
	width:979px; 
	height:88px; 
    background-image:url(../images/ui/background_footer.png);
	background-repeat:no-repeat;
}

#header
{
	width:981px; 
	height:124px;

}
	
#content{}

#footer
{
	width:981px; 
	height:69px; 
	background-repeat:no-repeat;
	color:#e00004;
	padding:7px 0 0 0;
}

.footer_text, .footer_text:link, footer_text:focus, footer_text:active, footer_text:hover
{
	font-size:11px;
	color:#e00004;
}

.width981{width:981px}

.left_menu_bg
{	
	width:266px;  /* flash width = 264px*/
    background-image:url(../images/ui/background_left_menu.png);
	background-repeat:no-repeat;
	margin:10px 0px 0px 10px;
}

.heading_bold
{
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
	color:#1e1e1e;
	font-family:Verdana;
	padding:5px 0 0 0;
	
}
	
.content_holder
{
	margin: 15px 0 0 17px; border: solid 0px #000;
}

.submenunu,.submenu a:link, .submenu a:visited,.submenu a:active{color:#ec0306; font-weight:300; font-size:11px;text-decoration:none;text-align:right; float:right; border:0}

.eventlist
{
	font-size:20px;
	color:#564638;
	position:relative;
	top:12px;
}