html {
	height:100%;
	overflow-y:hidden;	
}
body {
	height:100%;
	padding: 0;
	margin: 0;
	background-color: #ffcc00;
	background-image:url(../gfx/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#pagina {
	height:100%;
	width: 950px;
	border-left:4px #76c244 solid;
	border-right:4px #76c244 solid;
	margin: auto;
}
#header {
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 950px;
}
#left {
	width: 475px;
	background-color: #7673b6;
	float:left;
	height: 100%;
}
#right {
	width: 395px;
	float:left;
	padding:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.81em;
	color:  #2E3897;
	line-height:1.54em;
	overflow-x:hidden;
	overflow-y: auto;
}
#right .title {
	font-size:2.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
#right a {
	/*background-color:#ffdd00;*/
	color: #7574b6;
	text-decoration:none;
	font-weight:bold;
}
#right a:hover {
	background-color:#ffdd00;
	color:  #2E3897;
	text-decoration:none;
	font-weight:bold;
}
#right .back_link {
	font-family: Verdana, Arial;
	font-size:0.85em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2F3897;
	padding: 3px;
}
#right .back_link:hover {
	font-family: Verdana, Arial;
	font-size:0.85em;
	color: #ffcc00;
	text-decoration: none;
	background-color: #2F3897;
	padding: 3px;
}

/* ----- MENU ----- */
#nav, #nav ul {
	height:30px;
	list-style: none;
	line-height:30px;
	background-color:#ffcc00;
	font-family: Verdana, Arial;
	font-size:0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	border: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}

#nav a {
	display: block;
	color:#2e3897;
	text-decoration: none;
}

#nav a.daddy {
	background: url(../gfx/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;	/*width: 10em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	margin: 0;
	border-top: 1px solid #ffffff;
}

#nav li li {
	padding:0 0 0 10px;
	width: 238px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#nav li ul a {
	width: 250px;
	line-height:26px;
	color:#FFFFFF;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size:11px;
	text-transform: none;
}

#nav li ul ul {
	margin-top: -27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-color:#2f3895;
	color:#FFFFFF;
}

#nav li a:hover, #nav li a.sfhover { /* hover eerste niveau */
	color: #ffffff;
}

#nav li ul a:hover, #nav li ul a.sfhover { /* hover tweede niveau */
	color: #ffcc00;
}

/* ----- MENU ----- */
#intnav, #intnav ul {
	height:30px;
	list-style: none;
	line-height:30px;
	background-color:#ffcc00;
	font-family: Verdana, Arial;
	font-size:0.6em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	border: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}

#intnav a {
	display: block;
	color:#2e3897;
	text-decoration: none;
}

#intnav a.daddy {
	background: url(../gfx/rightarrow2.gif) center right no-repeat;
}

#intnav li {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;	/*width: 10em;*/
}

#intnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	margin: 0;
	border-top: 1px solid #ffffff;
}

#intnav li li {
	padding:0 0 0 10px;
	width: 238px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#intnav li ul a {
	width: 250px;
	line-height:26px;
	color:#FFFFFF;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size:10px;
	text-transform: none;
}

#intnav li ul ul {
	margin-top: -27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
}

#intnav li:hover ul ul, #intnav li:hover ul ul ul, #intnav li.sfhover ul ul, #intnav li.sfhover ul ul ul {
	left: -999em;
}

#intnav li:hover ul, #intnav li li:hover ul, #intnav li li li:hover ul, #intnav li.sfhover ul, #intnav li li.sfhover ul, #intnav li li li.sfhover ul {
	left: auto;
	background-color:#2f3895;
	color:#FFFFFF;
}

#intnav li a:hover, #intnav li a.sfhover { /* hover eerste niveau */
	color: #ffffff;
}

#intnav li ul a:hover, #intnav li ul a.sfhover { /* hover tweede niveau */
	color: #ffcc00;
}

/* ----- SUBNAVIGATIE ----- */
#subnav, #subnav ul {
	list-style: none;
	font-family: Verdana, Arial;
	font-size:0.82em;
	font-weight: bold;
	padding: 0;
	border: none;
	margin: 0;
}

#subnav a {
	color:#ffffff;
	text-decoration: none;
	padding-left:5px;
}

#subnav a:hover {
	color:#ffcc00;
	background-color:#2f3895;
}

#subnav li {
	background-color:#2f3895;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ----- SITENAVIGATIE ----- */
#zoeken {
	height:26px;
	width: 935px;
	background-color:#7673b6;
	text-align:right;
	padding-top:4px;
	padding-right:15px;
}
#zoeken form{
	display:inline;
}

#zoeken .input {
	height: 16px;
	border: 0px;
	padding:0 0 2px 0;
}
#zoeken .submit {
	height: 18px;
	border:1px solid #ffffff;
	background-color:#7673b6;
	font-size:0.7em;
	vertical-align: middle;
	color:#ffffff;
	padding:0 0 2px 0;
	cursor:pointer;
}

/* ----- REGIOS ----- */
#regios, #regios ul {
	list-style: none;
	line-height:20px;
	background-color:#ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
}
#regios ul {
	margin-bottom:20px;
}
#regios li ul {
	width: 90%;
	line-height:20px;
	font-weight: normal;
	text-transform:none;
}
#regios li li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}
#regios li li a{
	color: #7574b6;
	text-decoration: none;
}
#regios li li a:hover{
	display:block;
	background-color:#ffdd00;
	color: #7574b6;
	text-decoration: none;
}

/* ----- LOGIN ----- */
#login_box label {
	width:120px;
	float:left;
}
#login_box input {
	width:120px;
}
#login_box .loginbutton {
	width:70px;
	margin-left:123px;
}

/* ----- FORMS ----- */
.required {
	color: #FF0000;
	font-size:14px;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:left;
	font-weight:bold;
}
.textfield {
	font-size: 12px;
	width: 250px;
}
.textarea {
	font-size: 12px;
	width: 250px;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 250px;
}
.captcha {
	font-size: 12px;
	width: 126px;
}