/* info - Winter template aanpassingen onderaan */

body {
	background-image: url(../bgi_body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	}

div#headerLeft {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 40%;
	height: 120px;
	background-color: #d6cb0f;
	}
div#headerRight {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 60%;
	height: 120px;
	background-color: #ffffff;
	background-image: url(../bgi_headerRight.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
div#headerCenter {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 120px;
	text-align: center;
	}
div#headerCenterContent {
	width: 1000px;
	height: 120px;
	background-color: transparent;
	background-image: url(../bgi_headerCenterContent.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	}
div#headerCenterNavigation ul {
	list-style: none;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	}
div#headerCenterNavigation li {
	float: right;
	margin: 0px;
	padding: 0px;
	}
div#headerCenterNavigation a {
	border: 0px;
	margin-left: 30px;
	padding: 0px;
	}
div#headerCenterAddress ul {
	float: right;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
div#headerCenterAddress li {
	margin: 0px;
	padding: 0px;
	color: #585858;
	font-size: 15px;
	font-family: trebuchet MS;
	font-weight: bold;
	text-align: right;
	}
div#headerCenterAddress a {
	border: 0px;
	color: #a49b00;
	text-decoration: none;
	}
div#headerCenterAddress a:hover {
	color: #5e5e5e;
	}

div#windowContainer {
	position: absolute;
	top: 220px;
	left: 0;
	width: 100%;
	text-align: center;
	}

div#contentContainer {
	width: 1000px;
	text-align: left;
	}

/* left content */

div#contentContainerLeft {
	float: left;
	width: 310px;
	}
div#contentContainerLeft ul {
	list-style: none;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	border-top: 1px dotted #d6cb0f;
	}
div#contentContainerLeft li {
	text-align: right;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px dotted #d6cb0f;
	}
div#contentContainerLeft a {
	color: #a49b00;
	font-size: 150%;
	text-decoration: none;
	line-height: 24px;
	}
div#contentContainerLeft a:hover {
	}

/* center content */
div#contentContainerCenter {
	float: left;
	width: 380px;
	}
div#contentContainerCenter a {
	color: #a49b00;
	text-decoration: none;
	}
div#contentContainerCenter a:hover {
	color: #d6cb0f;
	text-decoration: underline;
	}
div#contentContainerCenterIndex {
	float: left;
	width: 380px;
	}
div#contentContainerCenterIndex ul {
	list-style: none;
	}
div#contentContainerCenterIndex li {
	width: 380px;
	list-style: none;
	border: 1px  solid #d6cb0f;
	padding: 3px;
	margin-bottom: 3px;
	}
div#contentContainerCenterIndex a {
	display: block;
	width: 372px;
	color: #a49b00;
	text-decoration: none;
	}
div#contentContainerCenterIndex a:hover {
	background-color: #a49b00;
	color: #ffffff;
	}
div#contentContainerCenterIndex img {
	margin: 2px 2px 0px 2px;
	}
div#contentContainerCenterIndex span {
	}

/* right content */
div#contentContainerRight {
	float: left;
	width: 310px;
	line-height: 18px;
	text-align: right;
	}
div#contentContainerRight a {
	color: #a49b00;
	font-size: 80%;
	text-decoration: none;
	line-height: 24px;
	}
div#contentContainerRight img {
	float: right;
	border: 2px solid #d6cb0f;
	}

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


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


.link {
	display: inline;
	height: 18px;
	padding: 0px 2px 0px 2px;
	margin-left: 2px;
	text-align: center;
	border: 1px solid #d6cb0f;
	background-color: #a49b00;
	color: white;
	}
.link_active {
	display: inline;
	height: 18px;
	padding: 0px 2px 0px 2px;
	margin-left: 2px;
	text-align: center;
	border: 1px solid #d6cb0f;
	color: #a49b00;
	}




/* Winter template */
div#winterContainer {
	position: absolute; top: 0px; right: 0px;
	width: 100%;
	height: 300px;
	margin: 0px auto 0px auto;
	}
div#winterWindow  {
	width: 1200px;
	height: 300px;
	margin: 0px auto 0px auto;
	background-color: transparent;
	background-image: url(../bgi_winter.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
