/* CSS Document */
body {
background-image:url(images/Clouds.jpg);
}
#mainkader {
	width: 55em;
	background-color:#c90404;
	border: 3px solid #fff4c7;
	margin-left: 3em;
	margin-top: 3em;
	padding-top: 13em;
	margin-bottom:3em; 
	overflow:hidden;
	height:auto;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	display:block; 
}

#menu {
	background-color:black;
	width: 30.5em;
	position:absolute;
	margin-left: 4.5em;
	padding-left:1em;
	margin-top: -1em;

	color: white;
	font-size: 18pt;
	font-family: Arial;
}

#menu ul {
	padding: 0%;
	margin: 0%;
}

#menu li {
display: inline;
 /*	width: 10em;
 	height: 1em;*/
 	padding: 0em 0.8em;
 	margin-left: 0.9em;
 	background: url(images/menubutton.jpg) repeat;
 	font-family: Arial;
 	font-weight:bold;
 	color:#fdedae;
 	font-size: 14pt;
 	text-align:center;
 	border-bottom: 2px outset #4A4A4A;

	/*width: 18%;
	height:27%;
	margin-top: 3.2em;
	margin-left: 1.2em;
	display: inline;
	/*width: 4em;
	height: 1em;
	padding: 0em 1.5em;

	margin-left: 0.7em; */
	/*background: url(images/menubutton.jpg) repeat;


	font-family: Arial;
	font-weight:bold;
	color:#fdedae;
	font-size: 14pt;

	text-align:center;
	border-bottom: 2px outset #4A4A4A;*/
}

li {
	list-style-type: square;
}

#rightsidebar {
	float: right;
	width: 8em;
	position: static;
}

.blackbox {
	border: 3px solid white;
	padding: 1em;
	margin-right: 0.1em;
	margin-bottom: 2em;
	background-color: black;
	font-family: Arial;
	font-size: 9pt;
	text-align:center;
	color:white;
	width: 8em;
}

.nieuwsbox {
	background-color: #980808;
	width: 75%;
	color:#f8f4e3;
	margin-left: 3em;
	margin-bottom: 3%;
	border: 1px solid white;
	margin-right:0%;
}

.nieuwstitelbox {
	background-color:#8b1313;
	font-weight:bold;
	font-style:italic;
	color:#fff4c7;
	font-family:Arial;
	font-size: 10pt;
	text-align:left;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.3em;
}

.nieuwstext {
	color: white;
	padding: 1em;
	padding-left: 10.1em;
	padding-bottom: 1.5em;
	background-repeat:repeat;
	font-family:Arial;
	font-size: 10pt;
	text-align:left;
}

.nieuwsimg {
	width: 102px;
	height: 101px;
	margin: 1em;
	float:left;
	overflow:hidden;
}

.mapsinfo {
	width: 70%;
	background-color:#980808;
	border: 1px solid white;
	margin-left: 3em;
	margin-bottom: 3%;
	padding: 1em;	
}

#contactbar {
	margin-top:5em;
	color: white;
	font-family:Arial;
	font-size: 9pt;
	text-align:center;
	background-color:black;
	padding-top: 1em;
	padding-bottom: 0.5em;
	position: inherit;
}

h4 {
	font-size: 13pt;
	font-family: Arial;
	color: white;
}

h3 {
	font-size: 13pt;
	font-family: Arial;
	color: white;
	text-decoration: underline;
}

h2 {
	font-size: 9pt;
	font-family:Arial;
	font-weight: normal;
	padding: 0em;
}

p {
	font-size: 11pt;
	font-family: Arial;
	color: white;
}


a {
	color:#fff4c7;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

.bbimg {
	padding-top: 0.5em;
	padding-bottom: 1em;

}

.mapimg {
	padding: 0.1em;
	width:200px;
	height: 50px;
}