/* -- CSS Template - opmaak standaard gebruikte elementen -- */

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	overflow:-moz-scrollbars-vertical;
}

/* basis */

* {
	margin:0px;
	padding:0px;
}

td, div, th, span {
	vertical-align:top;
	text-align:left;
	border:0px solid #ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

/* opsommingen */

ul,
ol {
	margin-left:20px;
	margin-bottom:15px;
}

ul li {
	list-style-type:dot;
	color:#202020;

}

/* afbeeldingen */

img.left {
	float: left;
	margin: 5px 1em 1em 0;
	border: 1px solid #CFCFFF;
	clear: left;
}

img.right {
	float: right;
	margin: 5px 1em 1em 10px;
	border: 1px solid #CFCFFF;
	clear: left;
}

img.vlag {
	float: left;
	margin: 0em 1em 1em 0;
	border: 0px solid #CFCFFF;
	clear: left;
	height:18px;
	width:35px;
}




/* invoervelden */

input {
	width:200px;
	font-size:18px;
	border:1px solid #808080;
	background:none;
	color:#0A7AA5;
	font-color:#0A7AA5;
}

textarea {
	width:200px;
	border:1px solid #808080;
	color:#333333;
}

button,
.button {
	width:200px;
	border:1px solid #808080;
	background:none;
	background-color:#004c9;
	color:#0A7AA5;
}

/* links */

a:link {
	color:#333366;
	text-decoration:none;

}

a:visited {
	color:#333366;
	text-decoration:none;

}

a:hover {
	color:#A3A3CC;
	text-decoration:none;

}

a:active {
	color:#333366;
	text-decoration:none;

}

/* container */

div.container {
	width:800px;
	height:700px;
	margin:0px auto;
	overflow:

}


/* Linker en rechter balkjes */
div.LeftBar
{
	width:777px;
	padding:0px 0px 0px 23px;
	margin:0px;
	display:block;
	background-color:#FFFFFF;
	background-image: url(images/leftbg.png);
	background-repeat: repeat-y;
}

div.RightBar
{
	width:777px;
	margin:0px;
	display:block;
	background-color:#FFFFFF;
	background-image: url(images/rightbg.png);
	background-repeat: repeat-y;
	background-position:right;
}

/* header */

div.header {
	width:754px;
	margin-top:0px;
	padding:0px;
	background-color:#FFFFFF;
	height:70px;
}

div.space {
	width:619px;
	margin-top:0px;
	padding:0px;
	background-color:#FFFFFF;
	height:15px;
}

div.header img
{
	margin:10px;

}



/* bar */

div.adbar {

	margin-left:-10px;
	width:754px;
	height:120px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	background-color:#CDCDFF;

}

div.navigatie {

	margin-left:-10px;
	width:734px;
	height:120px;
	margin-top:0px;
	margin-bottom:20px;
	padding:10px;
	background-color:#CDCDFF;

}

/* leftcontent / menu */


div.leaderbord {
	float:left;
	width:728px;
	height:90px;
	margin-bottom:20px;
	padding:00px;
	margin-left:0px;
}

div.teller {
	float:left;
	width:96px;
	height:15px;
	margin-bottom:20px;
	padding:00px;
	margin-left:-130px;
	z-index:20;
}
/* maincontent */

div.maincontent {
	float:left;
	width:730px;
	margin-top:0px;
	margin-left:0px;
	padding:10px;
	background-color:#FFFFFF;
}

div.item
{
	float:left;
	height:40px;
	margin-left:0px;
}

/* opmaak */

P {
	font-family:Verdana, Arial;
	font-size:12px;
	line-height:20px;
	color:#202020;
	margin-bottom:15px;
	text-align:justify;
}

P.note {
	font-family:Verdana, Arial;
	font-size:10px;
	line-height:16px;
	color:#404040;
	margin-bottom:0px;
}

P.adtext {
	font-family:Verdana, Arial;
	font-size:10px;
	line-height:16px;
	color:#A3A3CC;
	margin-bottom:5px;
	text-align:center;
}

hr {
	border: 0;
	color: #0A7AA5;
	background-color: #0A7AA5;
	height: 1px;
	margin-bottom:15px;
}




H1 {
color:#527AA3;
	font-family:Verdana, Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin-top:15px;

}

H2 {
color:#527AA3;
	font-family:Verdana, Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:5px;

}
