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

body {
	margin: 0px;
	background-color:#4c2b5a; /* #e0dfdd;*/
	background-image:url(../images/backgroundclouds2.jpg);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:1.4;
}

table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0px;
	border:0px;
	line-height:1.4;
}

ul {
	margin-left:16px;
	margin-top:0px;
	padding:0;
	list-style-type:bullet;
	line-height:1.4;
}

.kop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #b00e17;
	font-weight:bold;
}

.kopfoto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #b00e17;
	font-weight:bold;
}

a img {
	border : none;
}

a {
	outline: none;
}

a:link, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
  	color: #9e0c14; /*#b00e17;*/
	text-decoration: none;
}

a:hover, a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
  	color: #4c2b5a;
	text-decoration: underline;
}

a.blauw:link, a.blauw:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
  	color: #00a9cb;
	text-decoration: none;
}

a.blauw:hover, a.blauw:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
  	color: #00a9cb;
	text-decoration: underline;
}

#container {
	position:relative; /*toegevoegd ivm z-index*/
	margin: 60px auto;
	width:900px; height:500px; 
	padding:0px;
	text-align:left;
	z-index:2;
}

#logo {
	position: absolute;
	left:40px; top:-30px;
}

#navigatie {
	position: absolute;
	top:140px; left:50px;
	width:140px; height:438px;
	background-image:url(../afb/navigatie_bg.png);
	/*background-color:#dcc1e1;*/
	padding:0 0 0 10px;
}

#content {
	position:absolute;
	top:140px; left:200px;
	width:480px; height:408px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:1.6;
	padding:20px 70px 10px 20px;
	color:#4c2b5a;
	background-color:#dcc1e1;
	z-index:4;
}

#contentfoto {
	position:absolute;
	top:140px; left:200px;
	width:600px; height:398px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:1.6;
	padding:20px 20px 20px 20px;
	color:#4c2b5a;
	background-color:#dcc1e1;
	z-index:4;
}

#nieuws {
	position: absolute;
	top:60px; left:710px;
	width:170px; height:281px;
	padding:90px 40px 10px 50px;
	background-image:url(../afb/nieuwslijst2.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.4;
	color:#b1a99b;
	z-index:5;
}

#right {
	position: absolute;
	top:60px; left:700px;
/*	width:200px; height:270px;
	padding:20px 20px 20px 20px;
	background-color:#9c7da6;*/
	z-index:5;
}

.right {
	border: 20px solid #9c7da6;
}

#foto {	
	position: absolute;
	top:140px; left:-50px;
	width:100px;
	/*background-image:url(../afb/fotobg.png);*/
}

#scrollcontent {
	height:405px;
}

#arinelink {
	position:absolute;
	bottom: 10px; right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#dcc1e1; /*#beb1a9;*/
	/*background-color:#dfd8d4;*/
}

a.arine:link, a.arine:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#dcc1e1;
	text-decoration: none;
}

a.arine:hover, a.arine:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#dcc1e1;	
	text-decoration: underline;
}

