body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/images/bg.gif);
}

a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* default html behavour for html areas*/
.htmlArea ul {
    list-style: disc;
    margin: 5px 5px 5px 20px;
}
.htmlArea p {
    margin: 5px 5px 5px 0px;
}

.white {
	background-image:url(/images/white.gif);
	height: 5px; 
	width: 202px;
	margin-left:-1px;
    
    /* IE bug */
    line-height:0px;
    font-size:2px;
}

#center_container {
	background-image:url(/images/center_bg.gif);
}

#agendaUl li {
	background-color: #ffec79;
	text-align:left;

	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#agendaUl li:hover {
	background-color: #fff3a8;
/*	text-decoration:underline;*/
}

#agendaUl .active{
	background-color: #fff3a8;
}


#leftColFillup {
	background-color: #333333;
	color: #fbf6d6;
	text-align:left;
}
#leftColFillup a {
    color: #fbf6d6;
}

.openingTimes th{
	font-weight:bold;
	text-align:left;
}
.openingTimes {
    font-size: 11px;
    color: #fbf6d6;
}
#centerColMenu {
	background-image:url(/images/menu_bg.gif);
}

#menu li:hover{
	background-image:url(/images/menu_active_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.menuActive {
	background-image:url(/images/menu_active_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#centerColTitle {
	text-align:left;
	font-weight:bold;
}

#centerColNavi {
	color:#bea40f;
}

#centerColNavi a {
	color:#bea40f;
}


#centerColContent h1{
	font-size:20px;
}

#centerColContent h2{
	font-size:12px;
	font-weight:normal;
    text-transform:uppercase;
    margin-bottom:0px;
}

.intro {
	font-weight:bold;
}


