body {
	background-color: #FFF;
	background-image: url(../images/bg_main.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	color: #3568A9;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

h2 {
	font-size: 18px;
	color: #4D78B2;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

h3 {
	font-size: 14px;
	color: #4D78B2;
	padding: 20px 0px 15px 0px;
	margin: 0px;
}

h4 {
	font-size: 18px;
	color: #CCC;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px 0px 13px 0px;
	line-height: 14px;
}

a:link,
a:visited {
	color: #F63;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.datum {
	text-transform: capitalize;
}

.input_text {
	border: 1px solid #CCC;
	font-size: 11px;
	color: #666;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form sup {
	font-size:11px;
	color:#F00;
	vertical-align: text-top;
	padding-left: 2px;
}

form .tableLine {
	padding-top: 20px;
}

form .formButton {
	background-color: #FFF;
	font-weight:bold;
	font-size: 11px;
	color: #F60;
	border: 1px solid #CCC;
}

#pageContent ul,
#congresInfo ul {
	list-style-type: none;
	margin: 5px 0px 20px 10px;
	padding: 0px;
}

#pageContent ul li,
#congresInfo ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 12px;
}


/******************************************
		MAIN LAYOUT DIVS
******************************************/

#mainWrapper {
	background: #FFF url(../images/bg_content_main.gif) repeat-y;
	width: 770px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#top {
	background: #000 url(../images/bg_top_main.gif) left repeat-y;
	height: 10px;
	border-bottom: 1px solid #FFF;
}
#headerWrapper {
	background-position: right top;
	background-repeat: no-repeat;
}
.micHeader {
	background-image: url(../images/main_header2.jpg);
}
.beamHeader {
	background-image: url(../images/main_header1.jpg);
}
.cupHeader {
	background-image: url(../images/main_header3.jpg);
}

#header h1 {
	background: #FFF url(../images/logo_main.gif) left 37px no-repeat;
	width: 165px;
	height: 118px;
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	display: block;
	width: 165px;
	height: 118px;
}
#header h1 span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#mainContainer {
	width: 770px;
}
#sideContainer {
	background-color: #F4F4F4;
	border-left: 1px solid #F63;
	float: right;
	width: 229px;
}
#sideContainer h3 {
	background-color: #F63;
	color: #FFF;
	padding: 14px 0px 8px 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#sideContainer p {
	margin-left: 10px;
}
#leftNav {
	float: left;
	width: 165px;
	border-right: 1px solid #FFF;
}
#content {
	float: right;
	width: 564px;
	border-top: 10px solid #F4F4F4;
	padding: 10px 20px 30px 20px;
	margin-top: 180px;
}
#footer {
	background-color: #FFF;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: #999;
	text-align: right;
	padding: 5px 5px 20px 0px;
}

.pageTools {
	float: right;
	padding-top: 17px;
}
.pageTools .print {
	background-image: url(../images/print_icon.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 18px;
}


/******************************************
		MENUS
******************************************/

#leftNav ul {
	background-color: #369;
	padding: 20px 0px 9px 0px;
	margin: 0px;
	list-style-type: none;
	border: none;
}
#leftNav ul li {
	width: 165px;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #369;
}
#leftNav ul li a:link,
#leftNav ul li a:visited {
	background-color: #4D78B2;
	color: #C8D7EB;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 6px 0px 7px 15px;
}
#leftNav #currentMenuItem a,
#leftNav ul li a:hover,
#leftNav ul li a:active {
	background-color: #ADC1DD;
	color: #369;
	text-decoration: none;
}
.contactButton:link,
.contactButton:visited {
	background-color: #4D78B2;
	color: #C8D7EB;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 6px 0px 7px 15px;
	border-bottom: 1px solid #369;
	border-top: 1px solid #369;
}
.contactButton:hover,
.contactButton:active {
	background-color: #ADC1DD;
	color: #369;
	text-decoration: none;
}
#leftNav address {
	color: #FFF;
	border-top: 23px solid #7291BD;
	background-color: #94ADD0;
	font-style: normal;
	padding: 8px 0px 10px 13px;
	line-height: 14px;
	margin: 0px;
}


#sideContainer ul {
	background-color: #F5E5E0;
	border-top: 1px solid #F7D0C3;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sideContainer ul li {
	padding: 5px 5px 7px 15px;
	margin: 0px;
	border-bottom: 1px solid #F7D0C3;
}
#sideContainer ul li.even {
	background-color: #F6DED7;
}
#sideContainer ul li a:link,
#sideContainer ul li a:visited {
	color: #F63;
	font-weight: bold;
	text-decoration: none;
}
#sideContainer ul li a:hover,
#sideContainer ul li a:active {
	text-decoration: underline;
}

#english {
	padding: 20px 0px 10px 14px;
}
#english a {
	background-image: url(../images/en_flag.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 22px;
	color: #369;
}
/******************************************
		OVERIGE STYLING
******************************************/

#listTable td {
	vertical-align: top;
	padding: 10px 10px 10px 10px;

}
#listTable .listDatum {
	text-transform: capitalize;
	width: 120px;
	padding-left: 0px;
}
#listTable .listLink {
	background-color: #F9F9F9;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #E7E7E7;
}
#listTable .listLinkEven {
	background-color: #F3F3F3;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #E7E7E7;
}
#listTable .listLinkOver {
	background-color: #CAD8EC;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #CAD8EC;
}
#listTable table {
	margin: 0px;
	padding: 0px;
}
#listTable table td {
	padding: 2px 4px 0px 0px;
	border: none;
}
#listTable .listInfo {
	display: none;
	background-color: #FFF;
	border: 1px solid #7291BD;
	padding: 5px 10px 10px 10px;
	margin: 5px 0px 0px 0px;
	cursor: auto;
}
#listTable .listLinkOver a,
#listTable .listLinkOver a:hover,
#listTable .listLinkOver a:active {
	color: #369;
	text-decoration: none;
}
#listTable strong {
	color: #369;
}
#listTable .meerInfo {
	padding-top: 5px;
}


.topLink {
	background: url(../images/bg_cotekst.gif) left 17px repeat-x;
	text-align: right;
	padding: 10px 20px 10px 0px;
}
.topLink a {
	background: #FFF url(../images/bg_top_link.gif) 8px 7px no-repeat;
	border: 1px solid #D4D4D4;
	padding: 1px 5px 3px 20px;
}
html>body #content .topLink a { /* niet voor IE dus */
	background-position: 7px 6px;
}

/******************************************
		CONGRES PAGE
******************************************/

#congresTabs {
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 561px;
	border-bottom: 1px solid #369;
	white-space: nowrap;
}
#congresTabs li {
	list-style-type: none;
	display: inline;
}
#congresTabs li a {
	display: block;
	float: left;
	padding: 6px 41px 7px 5px;
	border-left: 6px solid #369;
	text-decoration: none;
}
#congresTabs li a:link,
#congresTabs li a:visited {
	background: #ADC1DD url(../images/congrestab_bg.gif) right 0px no-repeat;
	color: #369;
}
#congresTabs li a:hover,
#congresTabs li a:active,
#congresTabs #currentTab a {
	background-color: #369;
	background-position: right -26px;
	color: #C8D7EB;
}

#congresInfo {
	border-left: 6px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	padding: 25px 10px 20px 10px;
	width: 534px;
	overflow: hidden;
}

.medewerker {
	padding: 30px 0px 0px 0px;
	position: relative;
}
.medewerker h3 {
	background-repeat: no-repeat;
	width: 225px;
	height: 195px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom:20px;
}
.medewerker h3 span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.medewerker div {
	float: right;
	width: 325px;
	margin-bottom:20px;
}


#inschrijfFrame {
	width: 520px;
	height: 1024px;
}

/*****
    Referentie buttons
*****/

a.button,
a.button:hover,
a.button:visited {
    line-height: 30px;
    padding: 5px 15px 7px 15px;
    margin: 10px 0 10px 0;
    border: 1px solid #F7D0C3;
    background-color: #FF6633;

    font-weight: bold;
    color: white;
}

div.clearer {
    clear: both;
    height: 1px;
}
