body, html {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	background-color: #fdfdfe;
	color: #626262;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	line-height: 20px;
}
a:link, a:visited,  a:active {
	text-decoration: underline;
	color: #626262;
}
a:hover {
	color: #162983;
	text-decoration: underline;
}
strong, b {
	color: #333333;	
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
input {
	border: solid 1px #162983;
	padding-left: 4px;
	padding-right: 4px;
	background-color:#EFEFEF;
}
textarea {
	border: solid 1px #162983;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#EFEFEF;
}
.borderFoto {
	margin-right: 5px;
	border: solid 1px #162983;	
}
html>body .borderFoto {
	border: solid 0px #162983;	
}
.groot {
	font-size: 16px;
}
.kop {
	font-size: 18px;
	color: #162983;
	margin-bottom: 10px;
}
div#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
html>body #container {
	height: auto;
}
div#containerHead {
	position: relative;
	width: 100%;
	height: 153px;
}
div#containerContent {
	position: relative;
	padding-left: 200px;
	padding-right: 225px;
	padding-bottom: 50px;
	border: solid 0px #000000;
	/*height: 422px;*/
}
div#containerMenu {
	position:absolute;
	width: 148px;
	height: 422px;
	z-index: 5;
}
div#containerFooter {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #162983;
	text-align: right;
	bottom: 0px;
	width: 100%;
	height: 40px;
	border: solid 0px #000000;
}
a.linkFooter:link, a.linkFooter:visited,  a.linkFooter:active {
	text-decoration: underline;
	color: #162983;
}
a.linkFooter:hover {
	color: #162983;
	text-decoration: none;
}