﻿* {
	margin: 0;
	padding: 0;
}
html {
	background: #FFFFFF url(../images/bg.gif) top center repeat-x;
	font-family: Arial, verdana, helvetica;
	color: #191919;
	font-size: 13px;
	line-height: 20px;
	height: 100%;
}
body {
	background: #FFFFFF url(../images/bg.gif) top center repeat-x;
	font-family: Arial, verdana, helvetica;
	color: #191919;
	font-size: 13px;
	line-height: 20px;
	height: 100%;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 25px;
}
.clearx {
	clear: both;
	padding: 0;
	margin: 0;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	background: url(../images/button.gif) top left no-repeat;
	padding-left: 20px;
}
strong {
	font-weight: bold;
}
img {
	border: none;
}
.border {
	border: 1px solid #FFFFFF;
}
.borderx {
	padding-left: 5px;
	padding-bottom: 5px;
}
h1 {
	color: #0070bc;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin: 0 0 18px 0;
}
h2 {
	color: #0070bc;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin: 18px 0 18px 0;
}
/**************************************/
/* Algemeen lay-out */
#container {
	height: auto;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
#header {
	background: url(../images/bg-header.jpg) top center no-repeat;
	width: 1000px;
	height: 207px;
	margin: 0 auto;
}
#logo {
	float: left;
	padding-top: 50px;
}
#menu {
	background: url(../images/bg-menu.jpg) top left no-repeat;
	height: 35px;
	margin: 0 auto;
	width: 1000px;
}
#stmenu {
	width: 1000px;
	margin: 0 auto;
}
#wrapper {
	background: url(../images/bg-wrapper.gif) top left repeat-y;
	min-height: 200px; /* na invullen van content = height: 100%; */;
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}
/**************************************/
#content {
	width: 1000px;
	min-height: 350px;
	overflow: hidden;
	margin: 0 auto;
}
#text {
	padding-top: 20px;
	width: 680px;
	margin-left: 50px;
	min-height: 140px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
#right {
	padding-top: 10px;
	float: right;
	text-align: center;
	padding-right: 6px;
	padding-bottom: 10px;
}
#blok {
	background: url(../images/bg-blok.gif) top center no-repeat;
	width: 680px;
	height: 197px;
	border: 1px none #000000;
}
.blok2 {
	background: fff;
	min-width: 300px;
	min-height: 150px;
}
.blok3 {
	background: fff;
	min-width: 300px;
	min-height: 225px;
}
.blok4 {
	background: fff;
	min-width: 300px;
	min-height: 325px;
}
.blok5 {
	background: fff;
	min-width: 300px;
	min-height: 680px;
}
.bloktext {
	margin-top: 20px;
	padding: 10px;
}
.blok-links {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 280px;
}
.blok-rechts {
	float: left;
	padding-top: 10px;
	width: 360px;
}
/**************************************/
/* Footer */
#footer {
	background: url(../images/bg-footer.jpg) top center no-repeat;
	height: 35px;
	width: 1000px;
	margin: 0 auto;
}
.geel {
	color: #f9ec10;
	font-weight: bold;
}
.footerl {
	padding-top: 8px;
	color: #eeead4;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
a.lsites {
	color: #999999;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.lsites:hover {
	color: #666666;
	text-decoration: underline;
}
a.footertext {
	color: #eeead4;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.footertext:hover {
	color: #eeead4;
	text-decoration: none;
}
.footerr {
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	color: #999999;
}
a {
	color: #191919;
	font-size: 13px;
	text-decoration: underline;
}
a:hover {
	color: #191919;
	text-decoration: none;
}
a:hover img {
	border: no;
	outline: none;
}
. a:active {
	outline: none;
}
a:focus {
}
a:active {
}
a:hover {
}
/**************************************/

