@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	background-image: url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

img {
	border: 0px none;
}

/* Stippelrand weg bij een link in Mozilla */
a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

div#webpagina {
	/* breedte 900px */
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div#scroller {
	/* hoogte 30px */
	height: 27px;
	/* breedte 900px */
	width: 900px;
	padding-top: 3px;
	font-size: 2.0em;
	font-weight: bold;
	color: white;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_scroller.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

div#banner {
	width: 900px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_cs_banner.jpg);
	background-repeat: no-repeat;
	text-align:center;
	border-bottom: 1px solid black;
}

div#adres {
	float: left;
	/* hoogte 170px */
	height: 165px;
	/* breedte 550px */
	width: 200px;
	padding-top: 5px;
	padding-left: 350px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	color: white;
	background-image: url(../images/bg_adres.jpg);
	background-repeat: no-repeat;
}

div#adres a,
div#adres a:link,
div#adres a:active,
div#adres a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
div#adres a:hover {
	text-decoration: none;
	font-weight: bold;
	color: yellow;
}

div#bannerfoto {
	float: left;
		/* hoogte 170px */
	height: 169px;
	padding-top: 1px;
	width: 350px;
	background-color: black;
}

div#infocontainer {
	margin-right: auto;
	margin-left: auto;
	/* breedte 900px */
	width: 900px;
	text-align: center;
}

/* Nodig om infocontainer te laten meestretchen met binnenliggende floats
(http://www.webtoolkit.info/css-clearfix.html) */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Einde clearfix  */

div#infocontainer-links {
	float: left;
	overflow: hidden;
	/* breedte 190px */
	width: 190px;
	text-align: left;
}

div#infocontainer-links a,
div#infocontainer-links a:link,
div#infocontainer-links a:active,
div#infocontainer-links a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
div#infocontainer-links a:hover {
	text-decoration: none;
	font-weight: bold;
	color: yellow;
}

div#infocontainer-rechts {
	float: left;
	overflow: hidden;
	/* breedte 710px */
	width: 710px;
	text-align: left;
}

div#infocontainer-rechts a.route,
div#infocontainer-rechts a.route:link,
div#infocontainer-rechts a.route:active,
div#infocontainer-rechts a.route:visited {
	text-decoration: none;
	font-weight: bold;
	color: red;
}
div#infocontainer-rechts a.route:hover {
	text-decoration: none;
	font-weight: bold;
	color: yellow;
}

div#paginatitel {
	/* breedte 710px */
	width: 600px;
	height: 42px;
	padding-left: 17px;
	background-image:url(../images/bg_paginatitel.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div#paginatitel h3 {
	font-size: 2.2em;
	font-weight: 600;
	margin:0;
	padding-top: 5px;
	color: #666666;
	/* border: 1px black solid; */
}

div#info {
	overflow: auto;
	/* breedte 710px */
	width: 670px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	color: #5F5F5F;
	line-height: 1.5em;
}

div#info a,
div#info a:link,
div#info a:active,
div#info a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7E8384;
}
div#info a:hover {
	text-decoration: none;
	font-weight: bold;
	color: yellow;
}

div#info ul {
	margin-bottom:5px;
	margin-top:0px;
}

ul.vermenu {
	padding-top: 0;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0;
	margin: 0;
	list-style: none;
	color: white;
}

div.titeltekst {
	/* breedte 670px */
	width: 670px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0;
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

div.tekst {
	/* breedte 670px */
	width: 670px;
	margin: 0;
	text-align: left;
	line-height: 1.5em;
}

div.tekst ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#copyright {
	width: 670px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.0em;
	color: #7E8384;
	/* border: 1px solid red; */
}
div#copyright a,
div#copyright a:link,
div#copyright a:active,
div#copyright a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7E8384;
}
div#copyright a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF15;
}

div#copyright hr {
	width:70%;
	height: 1px;
	color: #7E8384;
}

div#designed-by {
	position: absolute;
	top: 5px;
	left: 2px;
}

div#bedankt {
	width: 190px;
	height: 101px;
	border-bottom: black 1px solid;
}

