@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}

table,tr,td,div,p, h1, h2, h3{
	padding: 0px;
	margin: 0px;
}

h1{
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 28px;
	color: #b58f1d;
	font-weight: lighter;
	border: none;
	margin-bottom: 10px;
}

h2{
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 20px;
	color: #b58f1d;
	font-weight: lighter;
	border: none;
	margin-bottom: 10px;
}

h3{
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 16px;
	color: #b58f1d;
	font-weight: lighter;
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

a{
	text-decoration: none;
	color: #b58f1d;
}

a:hover{
	text-decoration: underline;
	color: #b58f1d;
}

a:active{
	text-decoration: none;
	color: #b58f1d;
}

a:visited{
	text-decoration: none;
	color: #b58f1d;
}

.orange{
	color: #b58f1d;
}

.hoofdContainer{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.faiTable{
	width: 750px;
	height: 100%;
}

.header{
	background-image:url(images/image_01.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 154px;
}

.scherm_links{
	background-image:url(images/image_02.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 220px;
}

.scherm_viewer{
	background-image:url(images/image_03.png);
	background-repeat: no-repeat;
	width: 349px;
	height: 220px;
}

.video_viewer{
	width: 349px;
	height: 220px;
}

.scherm_rechts{
	background-image:url(images/image_04.png);
	background-repeat: no-repeat;
	width: 201px;
	height: 220px;
}

.scherm_shader{
	background-image:url(images/image_05.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 72px;
}

.informatie{
	width: 750px;
	height: 100%;
	vertical-align: top;
}

.spacingDiv{
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
	vertical-align: top;
}

.column1{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 200px;
	background-image:url(images/image_06.png);
	background-repeat: repeat;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 18px;
	color: #adad67;
}


.column2{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 440px;
	background-image:url(images/image_06.png);
	background-repeat: repeat;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 18px;
	color: #adad67;
}


.column3{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 680px;
	background-image:url(images/image_06.png);
	background-repeat: repeat;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 18px;
	color: #adad67;
}

.guestbook{
	padding: 0px;
	margin: 0px;
	width: 420px;
	height: 600px;
}
