/*****************************/
/********** GENERAL **********/
/*****************************/

*
{
    margin:0px;
    padding:0px;
}

html
{
    padding:0px;
	margin:0px;
}

body 
{
	font-size:10pt;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.05em;
	color:#390a5d;
	margin:0px;
	padding:0px;
	background-color:#007b45;
	background-image:url(../pattern.jpg);
	background-position:top left;
	background-repeat:repeat;
}

strong, b
{
	color:#00a65d;
	font-weight:bold;
}

p
{
    margin-bottom:5px;
}

ul{
	list-style-image:url(../li.jpg);
	list-style-type:square;
	list-style-position:outside;
	margin-left: 20px;
}

li{
	margin-bottom:3px;
	margin-top:3px;
}

img
{
	border:0px;
}

a:link
{
	color:#390a5d;
	text-decoration:underline;
}

a:visited
{
	color:#390a5d;
	text-decoration:underline;
}

a:hover
{
	color:#390a5d;
	text-decoration:none;
}

a:active
{
	color:#390a5d;
	text-decoration:underline;
}

#centerDiv{
	position:relative;
	width:100%;
	min-height:264px;
	text-align:center;
	background-image:url(../topshadow.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#container
{
	position:relative;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header{
	position:relative;
	float:left;
	width:780px;
	height:120px;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#00a65d;
	display:inline;
}

#headerContainer{
	position:relative;
	float:left;
	width:820px;
	height:120px;
	background-image:url(../contentbg.png);
	background-position:top left;
	background-repeat:repeat-y;
	display:inline;
}

#headerLeft{
	position:relative;
	float:left;
	width:100px;
	height:auto;
	padding-top:10px;
}

#headerMiddle{
	position:relative;
	float:left;
	width:510px;
}

#headerLanguage{
	position:relative;
	float:left;
	width:510px;
	height:100px;
}

#language{
	position:relative;
	width:55px;
	height:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../languagebg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

a.language:link{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#c3e0ae;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
}

a.language:visited{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#c3e0ae;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
}

a.language:hover{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
}

a.language:active{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#c3e0ae;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
}

a.activelanguage:link{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
	cursor:text;
}

a.activelanguage:visited{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
	cursor:text;
}

a.activelanguage:hover{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
	cursor:text;
}

a.activelanguage:active{
	position:relative;
	float:left;
	width:27px;
	height:9px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
	cursor:text;
}

#languageLine{
	position:relative;
	float:left;
	width:1px;
	height:9px;
	margin-top:3px;
	background-color:#c3e0ae;
}

#headerMenu{
	position:relative;
	float:left;
	width:490px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

.activeMenuItem{
	position:relative;
	float:left;
	height:17px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	margin-left:5px;
	border-bottom:solid 3px #FFFFFF;
	color:white;
	font-size:8pt;
	font-weight:bold;
}

a.menuItem:link{
	position:relative;
	float:left;
	height:17px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	margin-left:5px;
	border-bottom:solid 3px #00a65d;
	color:white;
	font-size:8pt;
	text-decoration:none;
}

a.menuItem:visited{
	position:relative;
	float:left;
	height:17px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	margin-left:5px;
	border-bottom:solid 3px #00a65d;
	color:white;
	font-size:8pt;
	text-decoration:none;
}

a.menuItem:hover{
	position:relative;
	float:left;
	height:17px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	margin-left:5px;
	border-bottom:solid 3px #FFFFFF;
	color:white;
	font-size:8pt;
	text-decoration:none;
}

a.menuItem:active{
	position:relative;
	float:left;
	height:17px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	margin-left:5px;
	border-bottom:solid 3px #00a65d;
	color:white;
	font-size:8pt;
	text-decoration:none;
}

#headerRight{
	position:relative;
	float:left;
	width:170px;
	height:120px;
}

#contentContainer{
	position:relative;
	float:left;
	width:740px;
	height:auto;
	padding:30px;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../contentbg.png);
	background-position:top left;
	background-repeat:repeat-y;
	display:inline;
}

#contentContainerBottom{
	position:relative;
	float:left;
	width:820px;
	height:19px;
	background-image:url(../contentbottombg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#loginForm
{
	position:relative;
	float:left;
	padding-top:20px;
}

.wloginFormField
{
	position:relative;
	float:left;
	width:144px;
	padding:3px;
	margin-bottom:3px;
	border:solid 1px #adaead;
	font-size:11px;
	color:#adaead;
}

.loginFormField{
	position:relative;
	float:left;
	width:144px;
	padding:3px;
	margin-bottom:3px;
	border:solid 1px #adaead;
	font-size:11px;
	color:#390a5d;
}

a.loginFormButton:link{
	position:relative;
	float:left;
	width:103px;
	height:20px;
	padding-top:6px;
	font-size:8pt;
	color:#00a65d;
	text-align:center;
	background-image:url(../buttonbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}

a.loginFormButton:visited{
	position:relative;
	float:left;
	width:103px;
	height:20px;
	padding-top:6px;
	font-size:8pt;
	color:#00a65d;
	text-align:center;
	background-image:url(../buttonbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}

a.loginFormButton:hover{
	position:relative;
	float:left;
	width:103px;
	height:20px;
	padding-top:6px;
	font-size:8pt;
	color:#00a65d;
	text-align:center;
	background-image:url(../buttonbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}

a.loginFormButton:active{
	position:relative;
	float:left;
	width:103px;
	height:20px;
	padding-top:6px;
	font-size:8pt;
	color:#00a65d;
	text-align:center;
	background-image:url(../buttonbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}

#copyright
{
	position:relative;
	float:left;
	width:820px;
	text-align:center;
	font-size:9px;
}

#homeImages
{
	position:relative;
	float:left;
	width:740px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	border-top:solid 1px #00a65d;
	border-bottom:solid 1px #00a65d;
}

.homeImagesTbl
{
	vertical-align:middle;
	text-align:center;
}

/*nieuwsberichten*/

#nieuwsberichten
{
	position:relative;
	float:left;
	width:740px;
	margin-bottom:20px;
}

#nieuwsbericht
{
	position:relative;
	float:left;
	width:480px;
	margin-right:20px;
}

#nieuwsberichtTitle
{
	position:relative;
	float:left;
	width:480px;
	font-size:16px;
	color:#00a65d;
	margin-bottom:5px;
	letter-spacing:0.05em;
	font-weight:bold;
}

#nieuwsberichtText
{
	position:relative;
	float:left;
	width:480px;
}

#nieuwsberichtlist
{
	position:relative;
	float:left;
	width:240px;
}

#nieuwsberichtlistTitle
{
	position:relative;
	float:left;
	width:240px;
	font-size:16px;
	color:#00a65d;
	margin-bottom:5px;
	letter-spacing:0.05em;
	font-weight:bold;
}

#nieuwsberichtlistList
{
	position:relative;
	float:left;
	width:240px;
}

.newsul
{
	list-style-image:url(../li.png);
	list-style-type:square;
	list-style-position:outside;
	margin-left: 20px;
}
