body {
/*	background-color:#641B46; */
	background-color:#37112C;
	font-family: Arial;
	/* text-align: center; */ /* UPDATE 5-12-08 dit heb ik  er uit gecomment omdat dit toch niet nodig was en dit de layout van de cbp pagina beinvloede */
	/* margin: 10px 10px 50px 12.5%; */	
}

img {
	border:0px;
	display: inline;
}

textarea{
	width:240px;
}

#site {
	margin: 0px auto 0;
	width: 822px;
	border: 1px solid #BBBBBB;
	overflow: hidden;
}

#top {
	height: 141px;
	position: relative;
}

	#logo {
		width: 820px;
		height: 100px;
		left: 0px;
		position: relative;
	}

	#flags {
		position: relative;
		top: -35px;
		/* left: 730px; */
		left: 740px;
		width: 70px;
	}
	
		#flags img {
			margin: 5px;
			border: solid 1px #000;
		}

	#topmenu { 
		text-align: left;
		width: 100%;
		height: 20px;
		bottom: 0px;
		background-color:#37112C;
		position: absolute;
		left: 0px;
		border-top: 1px solid #000000;
	}

#navlist
{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	font-size:13px;
}

	#navlist li
	{
		display: inline;
		margin-top: 5px;
	}

		#navlist li a
		{
			color:#37112C;
			display: block;			
			padding: 5px;
			text-align: left;
			text-decoration: underline;
			background-color:#FFFFFF;
		}

#content {
	border-top: 1px solid #000000;
	width: 100%;	
	height: 540px;
	background-color:#FFFFFF;
	position:relative;
}
	#contenttekst {		
		font-size:13px;
		width:602px;
		height:100%;
		padding-left:10px;
		padding-top: 0px;
		padding-right: 15px;
		float: right;
		
		border-left: 1px solid #000000;
		overflow: auto;
		text-align: left;
	}
	
	#specialtext {
		font-size:13px;
		height:100%;
		padding: 10px;
		background-color:#FFFFFF;
		overflow:scroll;
	}
	
	#navcontainer {
		width: 100%;
	}

#footermenu
{
	text-align: left;	
	font-size: smaller;
	padding-left: 15px;
	position:absolute;
	float: left;
	bottom: 0px;
}
	#footermenu p {
		margin-bottom: 15px;
	}

td.links {
	font-size:13px;
}

td.menu {
	font-size:10px;
}

a:link		   { color: #37112C; }

.contentmenu {
	text-align:left;
	width:189px;
	height:100%;
	padding-left:5px;
	left:0px;
	position:absolute;
	font-size:12px;
}

.site2 {
	text-align:left;
	width: 722px;
	border: 1px solid #000000;
}

.inactive {
	position: relative;
	text-align: center;
	height: 20px;
	width: 135px;
	display: inline-block;
	border: 1px solid #FFFFFF;
}

.inactive a
{
	color: #FFFFFF;
	text-decoration: none;
}

.active {
	position: relative;
	text-align: center;
	height: 20px;
	width: 135px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.active a {
	color: #37112C;
	text-decoration: none;
}

ul#menu {
	list-style:none;
	width:100%;
	margin:0;
	text-align:left;
}

ul#menu li{
	margin-top:0;
	display:block;
	padding:1px;
}

ul#menu li a{
	color: white;
	border: #000 solid 1px;
	background: #37112C;
	height: 100%;
	width: 100%;
	padding:1px;
	margin:1px;
	text-decoration:none;
}

ul#menu li a:hover {
	background:#37112C;
	border:#000 solid 1px;
	padding:1px;
	text-decoration:none;
}

ul.listbullet
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1.3em;
	padding-left: 0em;
}

ul.listbullet li{
 padding-left:0em;
 margin-left:0em;
}

#text{
 line-height:24px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	padding-top: 20px;
}
h1,h2,h3,h4,h5,h6
{
color: #37112C;
}

.logo2 {
	border-bottom:#000 solid 1px;
	background-color:#FFFFFF;
	top:0;
 	height:100%;
	left:0px;
	position:relative;
}

