html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: url(/img/bg-body.png) top repeat-x;
}

img {
	border: none;
	margin: 0;
	padding:0;
}

#container {
	width: 778px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 778px;
	height: 150px;
	background: white url(/img/bg-header.png) top left no-repeat;
}
.logo{
float:left;
margin: 10px 0 0 10px;
}
.header-img{
float:right;
margin: 10px 10px 0 0px;
}

#toplink {
	width: 758px;
	height:27px;
	line-height:27px;
	padding: 0 20px 0 0;
	color:#e90505;
	text-align:right;
}
#toplink a {
	color:#e90505;
	text-decoration:none;
}
#toplink a:hover {
	text-decoration:underline;
}

#motto {
	height:50px;
	line-height:20px;
	padding: 0 0px 0 0;
	margin: 25px 0 5px 1px ;
	color:#ade389;
	color:#fefefe;
	font-weight:bold;
	font-size:15px;
}
.telefoonnummer {
display:inline-block;
float:right;
padding: 0 20px 0 0;
}
.slogan {
display:inline-block;
float:left;
}

#logo {
	background: url(/img/logo.gif) top left no-repeat;
	position:relative;
	clear:both;
	float:right;
	height:27px;
	line-height:27px;
	padding: 0 35px 0 0;
	margin: 20px 0px 0 0;
	color:white;
}
#logo h1 {
	margin: 0 0 0 45px;
	padding: 0;
	font-size:20px;
}
#logo h3 {
	margin: 5px 0 0 75px;
	padding: 0;
	font-size:18px;
	font-weight:normal;
}

#menubar {
	clear:both;
	width:778px;
	padding: 5px 0 5px 0;
	background-color:white;
}


#page{
	float:left;
	clear:both;
	width: 778px;
	background-color:white;
	color:black;
}

#sidebar {
	margin: 0 10px 10px 10px;
	float:left;
	width: 129px;		
}

#impressie {
	width:129px;
	height:30px;
	line-height:30px;
	margin:5px 0 10px 0 ;
	background-color:#fae22f;
	text-align: center;
	color:#ff4516;
	font-size:14px;
	font-weight:bold;
}


#content {
	float:left;
	margin: 0px 0px 0px 10px;
	padding-bottom:25px;
	width:575px;
}

#content h2 {
	font-size:20px;
	margin: 5px 0 8px 0;
	padding: 0;
	color:#e90505;
}
#content h3 {
	color:#e90505;
	margin: 10px 0 5px 0;
	padding: 0;
}
#content a {
	color: #5ec917;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

#footer {
	clear: both;
	background: url(/img/bg-footer.png) repeat-x;
	width: 778px;
	height: 23px;
	line-height: 23px;
	color:#215298;
	font-size:10px;
}

#footer span {
	float:right;
	margin: 0 20px 0 0px;
	font-size: 10px;
}

#footer span a {
	color:#215298;
	font-size:10px;
	text-decoration:none;
}
#footer span a:hover {
	text-decoration:underline;
}

.row {
	clear:both;
	margin: 5px 0 5px 0;
	float:left;
}
.thumbnail {
	float:left;
	width:140px;
	text-align:center;
}
.thumbnail img {
	margin:0;
	padding:0;
}

.cell
	{
	float:left;
	width:105px;
	margin:2px;
	text-align:center;
	}
.cell img {
	margin: 0 auto 5px auto;
}
.cell p {
	margin:0;
	padding:0;
}

.form_label {
	width:120px;
}
.form_text {
	width:120px;
}

.form_veld {
	height:100px;
	width:300px;
}
