body {
	margin: auto;
	font-size: 12px;
	font-family: arial;
}
.declass {
	border: 1px solid #000000;
	padding: 2px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div {
	line-height: 16px;
	text-align: left;
}

td {
	text-align: left;
}

h2 {
	margin-top: 0px;
	line-height: 14px;
	font-size: 14px;
	margin-left: 10px;
}

div.websitecontainer {
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	}
	
div.headerwebsite {
	width: 1000px;
	margin: auto;
	margin-top: 5px;
	height: 112px;
	position: relative; 
	background-image: URL(../images/headerosnet.jpg);
	background-repeat: no-repeat;
	}
	
div.mainwebsite {
	position: relative;
	float: left;
	border-right: 2px solid #C3D9FF;
	width: 940px;
	margin: auto;
	z-index: -1;
	}	
	
div.mainleft {
	width: 200px;
	background-image: URL(../images/backgroundleft.jpg);
	position: relative;
	float: left;
	height: 100%;
	z-index: -1;
	}
	
div.mainlefttext {
	position: relative;
	float: left;
	margin: 5px;
	z-index: 0;
	}	

div.mainright {
	width: 680px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	}

div.mainrighttext {
	width: 680px;
	position: relative;
	float: left;
	overflow: hidden;
	}

div.footercontainer {
	width: 100%;
	position: relative;
	float: left;
	}
	
div.footer {
	width: 1000px;
	position: relative; 
	margin: auto;
	height: 30px;
	border-top: 2px solid #C3D9FF;
	}

div.footertxt {
	width: 942px;
	position: relative; 
	float: left;
	height: 40px;
	background-image: URL(../images/backgroundleft.jpg);
	text-align: center;
	padding-top: 0px;
	}


div.loginhome {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 2px;
	margin-top: 0px;
	}
	
div.loginhomegelogd {
	position: relative;
	float: left;
	width: 100%;
	}

div.kruimeltje {
	position: relative; 
	float: left; 
	width: 100%; 
	margin-top: -10px; 
	margin-bottom: 5px; 
	margin-left: 10px;
	}
	
/* profielmodule */
table.profiel {
	border: 1px solid #356AA0;
	width: 100%;
	background-color: #EDF4F8;
	}
	
td {
	vertical-align: top;
}

input{
	background: white;
	color: #1c176f;
}

input.alert_input{
	border: 1px solid #ff0000;
	background: #ffaaaa;
	color: #1c176f;
}

div.alert_box{
	border: 1px solid #ff0000;
	background: #ffaaaa;
	color: #1c176f;
	padding:15px;
	text-align:center;
}

div.advertentie {
	position: relative; 
	float: left;
	margin-top: 10px;
	text-align: center;
}


#menu {
	width: 880px;
	background: #EDF4F8;
	float: left;
	height: 32px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 146px;
	float: left;
}


#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0px;
	padding: 2px 3px;
}

#menu h2 {
	color: #000000;
	background: #EDF4F8 url(../images/menuback.jpg); 
	height: 32px;
	text-align: center;
	cursor: pointer;
	
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #356AA0;
}

#menu li {	
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 18px;
}

#menu ul ul {
	position: relative;
	z-index: 12;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}