/********************************************
   HTML ELEMENTS
********************************************/ 
/* COMMON ELEMENTS */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #f2f2f2;
}

h1{
	color: #005394;
	font-weight: bold;
	line-height: 155%;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	text-transform:capitalize;
}
h2 {
	color: #005394;
	font-weight: bold;
	line-height: 155%;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 16px;
}
h2,h3 {
	color: #005394;
	font-weight: bold;
	line-height: 155%;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
}

a {
	color: #005394;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* MAIN */
#main {
	position: relative;
	width: 1003px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background: #FFFFFF;
	overflow: hidden;
	height: auto;
	background-image:url('/default/images/website/inhoud_bg.png');
}

/* HEADER */
#header {
	position: relative;
	margin: auto;
	background: url('/default/images/website/header.png') no-repeat;
	border-left: 1px solid #DCDCDB;
	border-right: 1px solid #FFFFFF;
	width: 1002px;
	height: 265px;
}

#content_size {
	position: absolute;
	top: 20px;
	left: 650px;
}
#content_size img {
	border: 0px;
}
#taal_keuze{
	position: absolute;
	padding-top:20px;
	margin-left:860px;
	font-family:"trebuchet MS";
}
#contact_titel a{
	position: absolute;
	padding-top:20px;
	margin-left:760px;
	font-family:"trebuchet MS";
	font-size:12px;
	text-decoration:none;	
}

#language {
	position: absolute;
	top: 5px;
	left: 850px;
}
#language img {
	border: 0px;
}

/* LEFT MENU */
#menu {
	position: relative;
	float: left;
	background: transparent url('/default/images/website/menu.png') repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDB;
	width: 205px;
	height: 550px;
	text-align: right;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

#menu .head {
	padding-right: 15px;
	padding-top: 15px;
	background-color:#1383b5;
	margin-left:1px;
	margin-right:1px;
}

#menu .sub {
	padding-right: 25px;
	padding-top: 3px;
	background-color:#58a3c5;
	margin-left:1px;
	margin-right:1px;
	border-right:#000000;
}

#menu .subsub {
	padding-right: 45px;
	padding-top: 3px;
	background-color:#7fb2c9;
	margin-left:1px;
	margin-right:1px;
}

#menu .subsubsub {
	padding-right: 65px;
	padding-top: 3px;
	background-color:#b8d3df;
	margin-left:1px;
	margin-right:1px;
}

#menu .head a{
	font-weight: bold;
	color: #0A2A5D;
	text-decoration: none;
	font-size: 11px;
}
#menu .sub a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#menu .subsub a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
#menu .subsubsub a{
	color:#ffffff;
	text-decoration: none;
	font-size: 11px;
}
#menu .sub a:hover{
	background-color:#1383b5;
}
#menu .subsub a:hover{
	background-color:#1383b5;
}
#menu .subsubsub a:hover{
	background-color:#1383b5;
}
/* CONTENT */
#content {
	position: relative;
	float: left;
	width: 740px;
	top: 10px;
	left: 20px;
}

#content_text {
	line-height: 155%;
	padding-right:20px;
}

ul {
	position: relative;
	left:10px;
}
li{
	margin-bottom:8px;
	list-style-type:disc;
}
ol{
	padding-left:22px;
}

/* DROP */
#drop {
	position: relative;
	float: right;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top:73px;
	width: 1000px;
	height: 164px;
	background-position:right;
	background-repeat:repeat-y;
}

/* SANMAX */
#bottom {
	position: relative;
	margin: auto;
	width: 150px;
	color: #000000;
}

/* ERRORS */
fieldset#errors {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1em;
	color: red;
	border: 1px solid red;
	width: 80%;
}
fieldset#errors legend {
	padding: 3px;
	font-weight: bold;
}
fieldset#errors ul {
	padding-left: 10px;
}
.opsomming{
	padding-left:10px;
}
table{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	vertical-align:top;
}
