@charset "utf-8";
/* CSS Document */

html, body {
	background:#000;
	padding:0;
	border:0;
	margin:0;
	color:#333333;
	background-image:url(../ontwerp/onder.jpg);
	background-position:center top;
	 }

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-size:13px;
	color:#333333;
	background-image:url(../ontwerp/onder.jpg);
	background-position:center top;
	background-attachment:fixed;
	 }
#toptext{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 202px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	font-size:12px;
	text-align:center;
	background-image:url(../ontwerp/boven.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#maincontent{
	position: fixed; 
	top: 202px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	text-align:center;
}
.innertube{
	margin: 0px auto; /*Margins for inner DIV inside each DIV (to provide padding)*/
	width:730px;
	padding-left:10px;
	text-align:left;
}
.innertubeaangepast{
	margin: 0px auto; /*Margins for inner DIV inside each DIV (to provide padding)*/
	width:830px;
	padding-left:10px;
	text-align:left;
}

* html body{ /*IE6 hack*/
	padding: 202px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}
* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

body,td,th {
	font-family: Lucida Sans Unicode, Trebuchet MS, Arial;
	font-size: 12px;
	color: #333333;
	line-height:19px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Courier New", Courier, monospace;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size:16px;
	}
.courier {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	}
.fotorechts {
	margin-left:20px;
	float:right;
	border:#ccc 2px ridge;
	padding:2px;
	}
.fotolinks {
	margin-right:20px;
	float:left;
	border:#ccc 2px ridge;
	padding:2px;
	}
.fotorand {
	border:#ccc 2px ridge;
	padding:2px;
	}
a:link {
	color: #333333;
	outline:none;
}
a:visited {
	color: #333333;
	outline:none;
}
a:hover {
	color: #990000;
	outline:none;
}
a:active {
	color: #333333;
	outline:none;
}

body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7,
body#menu8 a#menu8,
body#menu9 a#menu9 {
   color:#fff;
   text-decoration:none;
   background-color:#999;
}

.klein {
	font-size:10px;
	}
	
