/* standaard items */
*{
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body{
	font-size:11px;
	line-height:140%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

img{
	border:none;
}

p { margin-top: 0; margin-bottom: 10px; }

.contentpaneopen ul, .contentpaneopen ol{
	padding-left:20px;
}


/* ================== onderdelen ================== */

#container {
	position: relative;
	width: 1000px;
	height:100%;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

#top{
	width:1000px;
	height:244px;
}

#header{
	margin-top:-1px;
	width:1000px;
	height:204px;
	float:left;
	background-image:url(../images/header.jpg);
}

#topmenu{
	width:1000px;
	height:40px;
	float:left;
	background-image:url(../images/topmenu.jpg);
}

#mid{	
	width:1000px;
	/*height:100%;*/
}

#left{
	width:246px;
	height:439px;
	float:left;
	background-color:#ffffff;
}

#main{
	width:754px;
	height:439px;
	float:left;
}

#bottom{
	width:1000px;
	height:42px;
	float:left;
	background-image:url(../images/bottom.jpg);
}


/* ================== main menu ================== */

.moduletable_menu{
	margin-left:30px;
	margin-top:15px;
}

.moduletable_menu a{
	font-size:11px;
	font-weight:bold;
	line-height:220%;
	color:#478505;
	text-decoration:none;
}

.moduletable_menu ul li.active a:link, .moduletable_menu ul li.active a:visited {
	color:#24621E;
	text-decoration:underline;
}

.moduletable_menu ul{
	list-style:none;
}



/* ================== top menu ================== */

.moduletable_topmenu{
	margin-left:300px;
	margin-top:10px;
	display:block;
	color:#ffffff;
	font-size:11px;
}

.moduletable_topmenu ul li{
	list-style:none;
	display:inline;
}

.moduletable_topmenu a{
	color:#ffffff;
	font-weight:bold;
	margin-right:15px;
	text-decoration:none;
}


.moduletable_topmenu ul li.active a:link, .moduletable_topmenu ul li.active a:visited {
	color:#24621E;
	text-decoration:none;
}



/* ================== main ================== */

.contentpaneopen{
	margin-left:52px;
	color:#ffffff;
	padding-bottom:5px;
	padding-top:15px;

}

.contentheading, .compnentheading{
		font-size:13px;
		font-weight:bold;
}

.contentpaneopen a{
	color:#ffffff;
}


/* ================== logo ================== */

.moduletable_logo{
	margin-left:30px;
}


/* ================== adres ================== */

.moduletable_adres{
	margin-left:310px;
	margin-top:50px;
}


.moduletable_adres a {
color: #478505
}
