
/* body */
body {
	position: absolute; top: 0; left: 0;
	width: 100%;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	background-image: url(../graphic/bgi_body.gif);
	background-position: center top;
	background-repeat: repeat-x;
	}
div#windowContainer {
	position: relative; top: 0; left: 0;
	width: 1000px;
	}


/* header */
div#headerContainer {
	position: absolute; top: 0; left: 0;
	width: 1000px;
	text-align: left;
	background-image: url(../graphic/bgi_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
div#headerContainer img{
	display: inline;
	line-height: 81px;
	}
div#headerContainer h1{
	font-size: 250%;
	color: #ea1236;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	display: inline;
	float: right;
	line-height: 50px;
	}


/* navigation */
div#navigationContainer {
	position: absolute; top: 90px; left: 0;
	width: 1000px;
	}
div#navigationContainer a {
	color: #0061aa; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold;
	height: 20px; 
	border-left: 0px solid transparent; 
	border-bottom: 1px solid transparent; 
	padding: 2px 10px 2px 5px;
	}
div#navigationContainer a:hover {
	color: #000000; 
	text-decoration: none;
	border-left: 0px solid transparent;  
	border-bottom: 1px solid transparent; 
	}
div#navigationContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
div#navigationContainer li {
	float: right;
	height: 21px;
	overflow: hidden;
	}
div#navigationContainer sup {
	font-size: 10px; 
	font-weight: bold;
	line-height: 13px;
	vertical-align: middle;
	}
div#navigationContainer .activeLink {
	text-decoration: none;
	border-left: 1px solid #ea1236;  
	border-bottom: 1px solid transparent; 
	background-image: url(../graphic/bgi_tab.png);
	background-position: right top;
	background-repeat: no-repeat;
	}
div#navigationContainer .activeLink:hover {
	border-left: 1px solid #ea1236; 
	border-bottom: 1px solid transparent; 
	}


div#navigationContainer {
	}
div#navigationLedenContainer a {
	color: #0061aa; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: normal;
	padding: 0px 10px 0px 5px;
	}
div#navigationLedenContainer a:hover {
	color: #ea1236; 
	text-decoration: none;
	}
div#navigationLedenContainer .activeLedenLink {
	color: #0061aa; 
	}
div#navigationLedenContainer .activeLedenLink:hover {
	color: #000000; 
	}


/* content */
div#contentContainer {
	position: absolute; top: 93px; left: 0;
	width: 1000px;
	margin-top: -1px;
	text-align: left;
	font-size: 12px;
	padding-top: 35px; /* Dit moet 15px zijn bij hoofd template */
	}
div#contentWindow {
	width: 1000px;
	}
div#contentLeftContainer {
	width: 350px;
	float: left;
	min-height: 310px;
	}
	div#contentLeftContainerLeden {
		width: 250px;
		float: left;
		min-height: 310px;
		}
	div#contentCenterContainerLeden a {
		color: #ea1236;
		text-decoration: none;
		}
	div#contentCenterContainerLeden a:hover {
		color: #000000;
		text-decoration: none;
		}
div#contentCenterContainer {
	width: 350px;
	float: right;
	margin-right: 25px;
	}
	div#contentCenterContainerLeden {
		color: #2c2c2c;
		width: 450px;
		float: right;
		margin-right: 25px;
		}
div#contentCenterContainer a {
	color: #ea1236;
	text-decoration: none;
	}
div#contentCenterContainer a:hover {
	color: #000000;
	text-decoration: none;
	}
	div#contentCenterLeft {
		width: 165px;
		float: left;
		border-top: 1px dotted #a1a1a1;
		margin-top: 15px;
		}
	div#contentCenterRight {
		width: 165px;
		float: right;
		border-top: 1px dotted #a1a1a1;
		margin-top: 15px;
		}
	.leesMeer {
		float: right;
		display: block;
		width: 150px;
		text-align: right
		}
div#contentRightContainer {
	width: 250px;
	float: right;
	}
div#contentRightContainer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}


div#photoContainer {
	width: 250px;
	display: block;
	}
div#photoContainer a {
	color: #ea1236;
	text-decoration: none;
	}
div#photoContainer a:hover {
	color: #000000;
	text-decoration: none;
	}
div#photoContainer img {
	padding: 0px;
	margin: 50px 0px 0px 0px;
	border: 0px;
	display: block;
	width: 250px;
	}


h2 {
	color: #0061aa; 
	font-weight: normal; 
	font-size: 250%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 36px;
	}
h3 {
	color: #ed1c24; 
	font-weight: normal; 
	font-size: 180%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: times, sans;
	font-style: italic;
	}
h4 {
	color: #0061aa; 
	font-weight: bold; 
	font-size: 135%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
h5 {
	color: #ed1c24; 
	font-weight: bold; 
	font-size: 135%;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	}


/* rightContent */
.contentNavigationList {
	border-top: 1px dotted #a1a1a1;
	margin-bottom: 35px;
	}
.contentNavigationList li {
	border-bottom: 1px dotted #a1a1a1;
	}
.contentNavigationList a {
	color: #24559e;
	text-decoration: none;
	}
.contentNavigationList a:hover {
	color: #df002b;
	text-decoration: none;
	}
.contentNavigationList sup {
	font-size: 10px; 
	font-weight: bold;
	line-height: 10px;
	vertical-align: middle;
	}
.bannerList {
	margin-top: 50px;
	}
.more-info a {
	font-weight: bold;
	font-size: 80%;
	color: #df002b;
	}
.more-info a {
	color: #24559e;
	}

/* footer */
div#footerContainer {
	width: 1000px;
	border-top: 1px solid #a1a1a1;
	float: left;
	margin-top: 25px;
	}
div#footerContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
div#footerContainer li {
	float: right; 
	}
div#footerContainer a {
	color: #a1a1a1; 
	text-decoration: none; 
	font-size: 10px; 
	font-weight: normal;
	margin-left: 15px;
	}
div#footerContainer a:hover {
	color: #000000; 
	text-decoration: none;
	}
div#footerContainer img {
	position: relative; top: -17px;
	float: left;
	margin-left: 5px;
	}


/* iframe navigatie */
div#iframeNavigation {
	position: absolute; top: 0; left: 0;
	width: 250px;
	text-align: left;
	font-size: 12px;
	}
div#iframeNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
div#iframeNavigation li {
	border-bottom: 1px dotted #a1a1a1;
	}


/* iframe members */
div#iframeMembers {
	position: absolute; top: 0; left: 0;
	width: 250px;
	text-align: right;
	font-size: 12px;
	}
div#iframeMembers ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
div#iframeMembers li {
	border-bottom: 1px dotted #a1a1a1;
	}


/* formulier (in 16) */
.resultTitle {
	color: #a1a1a1;
	width: 150px;
	text-align: right;
	vertical-align: top;
	}
.resultOutcome {
	border: 0px;	
	border-bottom: 1px dotted #a1a1a1;
	width: 300px;
	}
.resultOutcomeText {
	text-align: right;
	width: 300px;
	}
.resultOutcome input {
	border: 0px;	
	color: #ea1236;
	width: 300px;
	}
.resultOutcomeText textarea {
	border: 1px dotted #a1a1a1;
	border-top: 0px;
	color: #ea1236;
	font-size: 12px; 
	width: 300px;
	}
.resultCheck {
	border: 0px;	
	width: 300px;
	}
.resultCheck input {
	float: left;
	}
.resultCheckText textarea {
	border: 1px dotted #a1a1a1;
	color: #ea1236;
	font-size: 12px; 
	width: 300px;
	}







/* hide - msIe hack */
div#hideContainer {
	position: absolute; top: 93px; left: 0;
	width: 1000px;
	border-top: 2px solid #ffffff;
	}
