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

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

}

/* 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:#666666;
	text-decoration:none;

}

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

}

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

}

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

}

/* container */

div.container {
	width:100%;
	height:220px;
	margin:0px auto;
	background-color:#000000;

}

div.bar {
	width:100%px;
	height:12px;
	margin-top:0px;
	padding:0px;
	background-image: url(images/line.png);

}

div.bardown {
	width:100%px;
	height:12px;
	margin-top:0px;
	padding:0px;
	background-image: url(images/linedown.png);

}

div.bg {
	width:417px;
	height:52px;
	margin-bottom:0px;
	padding:0px;
	background-image: url(images/bg.png);

}

div.bottombar {
	width:100%;
	height:50px;
	margin:0px auto;
	background-color:#000000;

}


div.inhoud {
	width:500px;
	height:500px;
	margin:0px auto;

}




/* header */

div.header {
	width:500px;
	margin-top:0px;
	padding:0px;
	height:250px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

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

div.header img
{
	margin:10px;

}





/* 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:500px;
	margin-top:0px;
	margin-left:0px;
	padding:10px;
}


/* 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:#CC007A;
	font-family:Verdana, Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-top:17px;
	margin-bottom:2px;


}

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

}

