/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body 
{
	background-image: url('images/music.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container 
{
	background: #FFFFFF;
	width: 800px;
	text-align: justify;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#Top img{
	float: right;
}
#Top h1{
	font-size: 22px;
	font-weight: bold;
	color: #FF2222;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Top h2{
	font-size: 14px;
	color: #111111;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}		
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	margin-left: 3px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #FF2222;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	width: 800px;
	line-height: 18px;
	font-weight: normal;
	margin-left: 3px;
	text-align: right;
}
div#welkom tr.welkom1 
{
	color: #111111;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
div#welkom tr.welkom2 
{
	color: #111111;
	font-weight: bold;
	font-size: 32px;
	line-height: 30px;
}
div#welkom tr.welkom3 
{
	color: #FF2222;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
}
div#welkom tr.welkom4 
{
	color: #111111;
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;
}
/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
	margin-left: 1px;
}
div#MainText h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}
/* Container Left Start*/
div#MainText-left {
	width: 130px;
}
div#MainText-left ul {
	height: 21px;
	list-style: none;
	width: 130px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 130px;
	float: left;
	text-align: left;
	line-height: 21px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a{
	width: 100%;
	height: 21px;
	display: block;
	color: #FF2222;
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #FF2222;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005787;
}
/* Container Right Start*/
div#MainText-right {
	clear: both;
	width: 630px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
}
div#MainText-right table.bestuur{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #111111;
}
div#MainText-right table.agenda{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
div#MainText-right tr.agenda_old{
	color: #AAAAAA;
}
div#MainText-right tr.agenda_new{
	color: #111111;
}
div#MainText-right tr.agenda_next{
	color: #FFFFFF;
	background: #FF2222;
	font-weight:bold;
	line-height: 18px;
}
div#MainText-right table.repertoire{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #111111;
}
div#MainText-right table.nieuws{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #111111;
}
div#MainText-right table.fotos{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #111111;
}
div#MainText-right table.actueel{
	font-size: 12px;
	font-weight: normal;
	color: #111111;
}
div#MainText-right tr.actueel_titel{
	font-weight: bold;
}
div#MainText-right tr.actueel_tekst{
	font-size: 11px;
	font-weight: normal;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
	padding: 3px;
	margin: 0px;
	font-size: 9px;
	color: #949494;
}
