/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#F6FBFE;	
	background-image: url(../img/bg3.jpg);
	background-repeat:no-repeat;
	background-position: top;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#main {
	position:relative;
	width:766px;
	text-align: left;

}

#header {
	position:relative;
	width:766px;
	text-align: left;
	height: 125px;
	background-image: url(../img/banner10.jpg);
	background-repeat:no-repeat;
	background-position: top;	
}

#topbar {
	position:absolute;
	width:200px;
	text-align:right;
	height:20px;
	left:550px;
	top:0px;
	margin:5px;
}

#wrapper {
	position:relative;
	width:766px;
	text-align: left;
}

#menu {
	position:absolute;
	left:0px;
	top:0px;	
	width:130px;
	text-align: left;
	margin: 0px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

#content {
	position:absolute;
	left:150px;
	top:0px;
	width:446px;
	text-align: left;
	margin: 10px;
}

#sidebar {
	position:absolute;
	left:616px;
	top:0px;
	width:130px;
	text-align: left;
	margin: 10px;
}






#content h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size:14px;
	color: #0036A5;
	padding: 0px;
	margin: 0px;		
}

#content p {
	margin-top:3px;
}

#menu {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

#menu a:visited {
	color:#0036A5;
	text-decoration:none;
}

#menu a:link {
	color:#0036A5;
	text-decoration:none;
}

#menu a:hover {
	color:#0036A5;
	text-decoration:underline;
}

#menu a:active {
	color:#0036A5;
	text-decoration:underline;	
}

#content a:visited {
	color:#0036A5;
	text-decoration:none;
}

#content a:link {
	color:#0036A5;
	text-decoration:none;
}

#content a:hover {
	color:#0036A5;
	text-decoration:underline;
}

#content a:active {
	color:#0036A5;
	text-decoration:underline;
}

#sidebar a:visited {
	color:#0036A5;
	text-decoration:none;
}

#sidebar a:link {
	color:#0036A5;
	text-decoration:none;
}

#sidebar a:hover {
	color:#0036A5;
	text-decoration:underline;
}

#sidebar a:active {
	color:#0036A5;
	text-decoration:underline;
}

.tablewie {
	border: 1px solid #0036A5;
	background-color:#F7FBFD;
		font-size:12px;	
}

.menu {
	border: 1px solid #0036A5;
	background-color:#F7FBFD;
	font-size:12px;	
}

.tablewie2 {
	border: 1px solid #0036A5;
	background-color:#E6EAF4;
}

input, option, textarea, select, checkbox {
	font-family: Arial, Tahoma, Arial, Sans-Serif;
	font-size: small;
	color: black;
	font-weight: none;
	border: 1px solid #CCCCCC;
	background-color: white;
}

textarea, input {
width:425px;
}

.bordermenu{
	border: 1px solid #0036A5;
}

.kleur {
	padding-left:10px;	
	color:#0036A5;
	background-color:#D5DFFD;
}
.kleur2 {
	color:#FFFFFF;
	background-color:#0036A5;
	cursor:pointer;
	padding-left:10px;	
}

.style1 {
	font-size: medium;
	font-weight: bold;
}

.kleur2 font {
	color:#FFFFFF;
}



table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
}

table.sample td {
	border-width: 1px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-color:#DFF3FD;
	background-color:#F7FBFD;
	border-style:inset;	
}