/* 
	START INDEX PAGE
*/
body {
	background-color: rgb( 186, 38, 38);
	background-image:url('/res/img/bg-3.jpeg');
	background-repeat: repeat;	
}

#welcome{
	text-align: center;
}

#welcometext{
	font-size: small;
	font-family:"Verdana";
	margin: 20px auto 20px auto;
	width:450px;
	
}
.head{
	font-weight: bold;
	font-size:small;
	}

#welcomeleft{
	float: left;
	width: 200px;
	background-color: rgb( 227, 227, 117);
	border-style:solid;
	border-color:black;
	border-width:1px;
	padding:5px;
	margin:5px;
	

}
#welcomeleft a{
	color:black;
	
}
#welcomeright a{
	color:black;
	
}

#welcomeright{
	
	float:right;
	width: 200px;
	background-color: rgb( 227, 227, 117);
	border-style:solid;
	border-color:black;
	border-width:1px;
	padding:5px;
	margin: 5px;
}
.kop{
font-weight:bold;
}

/* 
	START HOME
*/
#main{
	width: 612px;
	padding: 0px;
	margin:20px auto 20px auto;
	font-family:"Verdana";
}
#banner{
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:5px;
	background-color: rgb( 227, 227, 117);
	padding:0px;
	height: 170px;
}
#menu{
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:7px 5px;
	background-color: rgb( 227, 227, 117);
	font-size:small;
	text-align:center;
}
#text{	
	font-size:small;
	background-image:url('/res/img/home/home-bg-3.jpeg');
	background-repeat:no-repeat;
	background-position: 101% 5px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:5px;
	padding:10px 40px 10px 20px;
	background-color: rgb( 227, 227, 117);
}
#text-foto{	

	background-image:url('/res/img/home/home-bg-3.jpeg');
	background-repeat:no-repeat;
	background-position: 101% 5px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:5px;
	padding:10px 40px 10px 20px;
	background-color: rgb( 227, 227, 117);
	text-align:center;
}
#footer{
	text-align:center;
	font-size:x-small;
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:7px 5px;
	background-color: rgb( 227, 227, 117);
}
#bottom{
	text-align:center;
	font-size: x-small;
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:5px;
	background-color: rgb( 227, 227, 117);
}
h1{		
	font-size: medium;
}
h2{		
	font-size: small;
	font-weight:bold;
}
img{
	border: 0px;
}
.boek{
	font-style:italic;

}
#menu a{
	color:black;
	text-decoration:none;
	}
#menu a:hover{
	text-decoration: underline;
}
#text-foto a{
	color:black;
	text-decoration:none;
}
#text-foto a:hover{
	text-decoration:underline;
}
#text a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	}
#text a:hover{
	color:black;
	text-decoration:underline;
	font-weight:bold;
	}
#foto{
	text-align:center;
	width: 350px;
	margin: 10px auto;
}
#foto img{
	margin:5px;
}
.kaarten{
		text-align:center;
}
blockquote{
	font-style: italic;
}
