/* algemene css */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	margin:0px;
	padding:0px;
}

#header{
	width:auto;
	height:120px;
	background:url(pictures/algemeen/header.jpg) repeat;
}

#logo{
	height:117px;
	width:900px;
	padding-top:3px;
	background:url(pictures/algemeen/nllogo.png) no-repeat;
	margin:auto;
}

#inhoud{
	width:900px;
	height:auto;
	margin:auto;
	padding:20px 0px 30px 0px;
}
	

#footer{
	width:auto;
	height:16px;
	padding:3px;
	position:fixed;
	bottom:0px;
	left:30px;
	right:30px;
	font-size:12px;
	color:#FFF;
	background-image:url(pictures/algemeen/footerbg.png);
}

#credit{
	float:right;
}

#credit a{
	text-align:right; 
	color:#F30;
}

#credit a:visited{
	text-align:right; 
	color:#F30;
}
.gastenboek{
	float:left;
}

.gastenboek a{
	color:#FFF;
}

.gastenboek a:visited{
	color:#FFF;
}
/* einde algemene css */

/* index */

#bg{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-399px;
	margin-top:-299px;
	height:600px;
	width:800px;	
	text-align: center;
	background:url(pictures/index/indexbg.gif) no-repeat top;
}

#indexlogo{
	height:106px;
	width:192px;
	background:url(pictures/index/logo.jpg) no-repeat;
	float:right;
}

#talen{
	height:47px;
	width:112px;
	float:right;
	margin-top:447px;
}
#kaderrechts{
	float:right; 
	width:192px; 
	height:600px;
}
.visible{
	font-size:12px;
	display:none;
	position:fixed;
	left:100px;
	bottom:22px;
	background-image:url(pictures/algemeen/footerbg.png);
	width:200px;
	height:100px;
}
	
/* einde index */

/* menu */

#menu{
	width:900px;
	height:23px;
	margin:auto;
	background-color:#333;
	list-style:none;
	padding:0px;
}

#menu li {
	height:23px;
	float: left;
	font-size:12px;
	margin: 0;
	padding: 0;
}
#menu a {
	height:15px;
	background-color:#333333;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: auto;
	padding: 4px 12px;
	text-decoration: none;
}
#menu a:hover {

	background: #FFFFFF ;
	color: #333333;
	padding-bottom: 4px;
}

/* einde menu */
