/* Algemeen */
body {
	font-family: arial;
	background-color: black;
	color: white;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #404040;
	scrollbar-arrow-color: #EFEFEF;
/*	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;*/
}

p.voor {
	font-size: 18px;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
h1,h2,h3,h4 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
td {
	font-size: 16px;
}
p {
	margin-top: 0.5em;
}
.pointer {
	cursor: pointer;
}
h1.nieuwsbrief {
	text-align: center;
	font-family: MicrogrammaDMedExt, Arial, Helvetica, sans-serif;
	font-size: 40px;
}
h2.nieuwsbrief {
	text-align: center;
}
.microgamma {
	font-family: MicrogrammaDMedExt, Arial, Helvetica, sans-serif;
}
a {color: #B0B0B0; text-decoration: none;}     /* unvisited link */
a:link {color: #B0B0B0; text-decoration: none;}     /* unvisited link */
a:visited {color: #B0B0B0; text-decoration: none;}  /* visited link */
a:hover {color: #FFFFFF; text-decoration: underline;}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration: none;}   /* selected link */

a.blauw {color: #569DFF; text-decoration: none;}     /* unvisited link */
a:link.blauw {color: #569DFF; text-decoration: none;}     /* unvisited link */
a:visited.blauw {color: #569DFF; text-decoration: none;}  /* visited link */
a:hover.blauw {color: #FFFFFF; text-decoration: underline;}   /* mouse over link */
a:active.blauw {color: #FFFFFF; text-decoration: none;}   /* selected link */

/* Indeling */
div#main {
	position: absolute;
	width: 942px;
	height: 534px;
	left: 50%;
	top: 50%;
	margin-left: -471px;
	margin-top: -267px;
	border: 1px solid #EFEFEF;
}
img#links {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 147px;
	height: 401px;
}
img#linksboven {
	position: absolute;
	top: 0px;
	left: 146px;
}
img#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 940px;
	height: 131px;
}
img#home {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Content div scrollt als geheel */
div#content {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 790px;
	height: 400px;
	overflow: auto;
}
div#text {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 400px;
	height: 400px;
	padding: 3px;
}

/* Alleen text-div scrollt */
div#content_text_scroll {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 790px;
	height: 400px;
	overflow: hidden;
}
div#text_scroll {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 420px;
	height: 400px;
	padding: 3px;
	padding-right: 23px;
	overflow: auto;
}

div#images {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 350px;
	height: 370px;
	text-align: right;
	padding: 3px;
}
div#banner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 20px;
	border: 0px;
	padding-right: 5px;
	overflow: hidden;
	z-index: 1;
}

/* Met topmenu */
div#content_topmenu {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 790px;
	height: 375px;
	padding: 10px;
	overflow: auto;
}
div#topmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 790px;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px solid white;
}
div#topmenu td {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
div#text_scroll_topmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 420px;
	height: 370px;
	padding: 3px;
	padding-right: 23px;
	overflow: auto;
}
div#images_topmenu {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 350px;
	height: 340px;
	text-align: right;
	padding: 3px;
}


/* Guestbook */
div#content_guestbook {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 790px;
	height: 400px;
	padding: 10px;
	overflow: auto;
}

/* Tijdlijn */
div#tijdlijn {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 250px;
	width: 790px;
	overflow: auto;
}
table.tijdlijn td {
	border-left: 0px solid white;
	vertical-align: top;
	padding-left: 0px;
	margin-left: 0px;
}
table.tijdlijn th {
}
table.tijdlijn tr td p {
	width: 300px;
	border-left: 2px white;
	border-left-style:solid;
	padding: 0px;
	padding-left: 4px;
	margin: 4px;
	margin-left: 2px;
}
div.actueel {
	position: absolute;
	bottom: 0px;
	height: 140px;
	width: 750px;
	right: 0px;
	overflow: hidden;
	border: 0px solid red;
}
table.actueel {
	width: 100%;
	border: 0px solid red;
}
table.actueel tr td {
	vertical-align: top;
}
table.actueel tr td h3 {
	margin-bottom: 0px;
}
table.actueel tr td p {
	margin-top: 0px;
}

/* Sponsoring */
table#sponsortabel {
}
td#sponsoren {
	height: 100%;
	border-right: 1px solid white;
	text-align: center;
}
td#cosponsoren {
	width: 200px;
	border-bottom: 1px solid white;
	text-align: center;
	font-size: 15px;
}
td#cosponsoren ul {
	margin-left: 25px;
	padding-left: 0px;
	text-align: left;
}
td#logorotator {
	height: 96px;
	text-align: center;
	vertical-align: top;
}
p.camsponsoren {
	position: absolute;
	top: 60px;
	text-align: left;
}
p.camsponsoren img {
	width: 120px;
	margin-bottom: 20px;
}
p.webcam {
	text-align: right;
	margin: 10px;
}

