@charset "utf-8";
/* altijd verticale scrollbar in Firefox, anders verspringt de gecentreerde pagina*/

:root{ 
 overflow-y:scroll;
}

body, div, tr, td, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

.twoColFixRtHdr #container {
	width: 874px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bg_rep_container.jpg);
	background-repeat: repeat-y;
	background-position: 0px 20px;
	position: relative;
	z-index: 15;
} 
.twoColFixRtHdr #container #header {
	padding-top: 0px;
	height: 200px;
	width: 874px;
	z-index: 2;
	position: relative;
} 
.twoColFixRtHdr #container #header #bgheaderlaag {
	height: 100px;
	width: 100px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	overflow: visible;
}
.twoColFixRtHdr #container #header #logolaag {
	height: auto;
	width: auto;
	left: 10px;
	top: 0px;
	position: absolute;
	z-index: 0;
	overflow: visible;
}
.twoColFixRtHdr #container #header #HeaderTextlaag {
	height: auto;
	width: auto;
	left: 555px;
	top: 0px;
	position: absolute;
	z-index: 0;
	overflow: visible;
}
.twoColFixRtHdr #container #header #HeaderImagelaag {
	height: auto;
	width: auto;
	left: 10px;
	top: 8px;
	position: absolute;
	z-index: 0;
	overflow: visible;
		width: 854px;
	height: 220px;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px;
	z-index: 16;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	font-size: 9px;
}
.twoColFixRtHdr #container #sidebar1 #menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: uppercase;
}
.twoColFixRtHdr #container #sidebar1 #menu  p {
/*	width: 212px;
margin:0; padding-left:20;
*/
	color: #ffffff;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 #menu .selectedpart { /* onderdeeltitel rood als subpagina geselecteerd */
	color: #d20101;
}
.twoColFixRtHdr #container #sidebar1 #menu .selectedpage { /* actieve pagina rode tekst + lichtere bg */
	color: #d20101;
	background-color: #c4ecc9;;
}
.twoColFixRtHdr #container #sidebar1 #menu .selectedpage:hover { /* actieve pagina rode tekst >> zwart als IE  */
	color: #000000;
	background-color: #c4ecc9;;
}

.twoColFixRtHdr #container #sidebar1 #menu p:hover {
	background-color: #c4ecc9;;
	color: #ffffff; /*color: #d20101;*/
}
/*
.twoColFixRtHdr #container #sidebar1 #menu a:hover p {
	
	color: #d20101;
}
*/

.twoColFixRtHdr #container #sidebar1 #menu {
	position: relative;
	z-index: 15;
	width: 212px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 13px;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container #sidebar1 #search form {
	padding: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.knop {
	background-color: #e70000;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	height: 19px;
	border: 2px solid #d20101;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 #search input {
	height: 19px; width:100%;
}

.menuvlak {
	position: relative;
	z-index: 15;
	width: 212px;
	background-image: url(../img/menuvlak_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 13px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.menuvlaktekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.menukopje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.blokform {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 246px;
	padding-top: 35px;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 5;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
} 
.twoColFixRtHdr #container #mainContent #rechterkolom {
	width: 174px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #133f84;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #4eb2cc; /*black;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px; 
	font-weight: bold;
	color: #4eb2cc; /*#133f84;*/
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
/*	line-height: 20px;*/
	font-weight: bold;
	color: #4eb2cc; /*#133f84;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
/*	letter-spacing: 1px;*/
	text-align: left;
}
h3 a { 	font-weight: bold; }
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 20px;*/
	font-weight: bold;
	color: #5bae65;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
	text-align: left;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #5bae65;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	font-weight: normal;
	color: #e70000;
}

hr {
	color: #a7c7a4;
	height: 1px;
}
.agendatijd {
	width: 20%;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4eb2cc;
}
.agendaitem {
	width: 80%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.agendaitem a {
	text-decoration: none;	
}
.agendaitem a:hover {
	text-decoration: underline;	
}

#rechterkolom img {
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #999999; 
}
#mainContent form {
	background-color: #c4ecc9;
}

#mainContent table {
	cell-spacing: 4px;
	cell-padding: 0px;
	text-align: left;
}

#mainContent td {
	margin-left: 4px;
}





.twoColFixRtHdr #footer {
	width: 854px;
	margin-top: 30px;
	padding-top: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	background-color: #e7f3e8;
	z-index: 25;
	position: relative;
} 
.twoColFixRtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a1aaa2;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 260px;
}
.twoColFixRtHdr #container #footer a {
	color: #a1aaa2;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {color: #000000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* menus are standard small caps , submenus not! */
.submenunormal {
	text-transform: none;
	font-variant: normal;
}


#registerbutton {
visibility: visible;
position: absolute;
left: 100px;
top: 130px;
width:111px;
height: 111px;

z-index: 20;
}



.h2congress { font-weight: bold;  }
.h3congress{ font-weight: bold }


.rightimage
{
	margin-top:0px; 
	margin-bottom:10px;
	margin-left:60px; 
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 30px;

	text-align: right;
	
}

.photoright
{
	margin-top:0px; 
	margin-bottom:10px;
	margin-left:10px; 

	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #999999; 
	text-align: right;
	
}

.messagebox {
	border: 1px dash #lightgreen; 
	padding: 20px;
	margin-left:20px;
	border-style:dashed; 
	border-width:1px;
background-color: #E8FFE8;
border-style:dashed; 
	border-width:1px;
	
}
