body,body * {
	margin:0;
	padding:0;
	}
body {
	font:62,5% Arial, Helvetica, sans-serif;
	color:#5B5B5B;
	background:url(../images/bodybg.gif) no-repeat 600px 106px;
	text-align:center;
	}
h1.toptitle {
	height:63px;
	color:red;
	}
h1 {
	color:#814353;
	font-size:1.3em;
	margin-bottom:10px;
	}

#content-title h1 {
	font-size:1.8em;
	color:#858b8f;
	font-style:italic;
	letter-spacing:3px;
	font-weight:normal;
	padding-top:31px;
		background:url(../images/h1bg.jpg) repeat-x 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/*--------- ID's -----------*/
#container {
 	width: 950px;
 	margin: 0 auto; /* We are going to center this design */
	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
	background:url(../images/footerbg.jpg) repeat-y 46px 0;
 }
#col-right{
	float: right; /* Our content is going to be right aligned. */
	width: 617px; /* And it's going to have a 500px width */
	background:url(../images/right-colbg.jpg) no-repeat  right 168px;
}
#col-left{
	padding-top:26px;
 	float: left; /* Our column is going to be left aligned. */
	width: 333px; /* Our total width - content width is 260px */
	height:659px;
	/** different background for every page **/ 
	/*  background:#FFF url(../images/left-colbgfeesten.jpg) no-repeat 46px 105px; put in other stylesheet */
	}
#footer {	
	margin-left:46px;
	background:#eae7e3 url(../images/footerbg.jpg) repeat-y top left;
	padding-left:310px;
	clear:both;
}

#header {
	background:#FFF url(../images/headertl.gif) no-repeat top left;
	height:105px;
	width:100%;
	}
#content {
  /** different background for every page **/ 
	/* background:url(../images/contentbgfeesten.jpg) no-repeat top left; put in other stylesheet */
	padding:0 50px 15px 100px;
}
#content-title {
	height:63px;
	background:url(../images/content-titlebg.jpg) repeat-x top left;
	margin-right:-41px;
	margin-bottom:30px;
	}
/* LANGUAGE CHOICE */
#langs {
	float: right;
	list-style-type: none;
	list-style: outside;
	padding: 0px;
	margin: 0px;
	margin-top: -270px;
	/*margin-left:-4px;*/
  font-size:0.8em;

	

}
#langs li {
	display: inline;
	padding: 0px;
	background-image: none;
	padding-right: 5px;
	text-transform: uppercase;
	text-color:black;
	
}
#langs li.active a {
	color: #ff8a00;
}
	
/*--------- CLASSES ------*/
table.info_table td {
	padding:3px 5px; 
	border-bottom:1px solid #CCC;
	font-size:1em;
	text-align:center;
	}
tr.thead td{
		background-color:#621529;
		color:#FFF;
		padding:2px 10px;
		border-bottom:2px solid #CCC;
		font-size:1.1em;
		}
tr.subhead td{
		background-color:#DDD;
		padding:2px 10px;
		border-bottom:2px solid #CCC;
		font-size:0.9em;
		font-weight:bold;
		}