			/*Het gehele beeldscherm*/
body {
	margin: 100;
	padding: 0;
	text-align: left;
	background: #d5d5d5;
	font-family: Tahoma, Geneva, sans-serif;
}

			/*De gehele website*/
#container {
	width: 960px;
	margin: auto;
	padding: 0;
	color: #350000;
	font-size: 0.8em;
	background: #d5d5d5;
	border: 3px hidden gray;
}

			/*Bovenste blok over gehele breedte*/
#banner {
	float: left;
	width: 960px;
	height: 180px;
	background: url(banners/banner1.jpg);
}

			/*LEFT SIDEBAR*/
#sidebar {
	float : left;
	width : 160px;
	margin : 0 0 0 0;
	padding : 23px 10px 10px 0px;
}

			/*Inhoudsblok, onder Banner en naast Sidebar*/
#content {
	padding : 225px 0px 0 30px;
	margin-left : 180px;
	line-height : 1.5em;
}

			/*Breedte Tekstblok*/
.tekst {
	width: 540px;
}

			/*Breedte pagina 'Referenties'*/
.tekst2 {
	width: 650px;
}

			/*Opmaak Afbeeldingen*/
.thumbnail {
margin: 0px 30px 0px 0px;
padding: 0px;
	float: left;
	min-height: 210px;
	font-size: 0.8em;
text-align: right;
}

			/*Positioneren caption onder Afbeeldingen*/
.thumbnail p {
	margin: 0;
}

			/*Positionering Rechts*/
.rechts {
	float: right;
	clear: right;
	margin: 0px 0px 20px 30px;
}

			/*Positionering Links*/	
.links {
	float: left;
	margin: 20px 45px 10px 0px;
}

			/*Positioneren pagina 'HoofdzondenEngels'*/
.zonden {
	margin: 15px 0 15px -125px;
}


			/*Menubreedte en tekst 'vul ... en druk op'*/	
.menu {
	width : 150px;
	font-size: 8pt;
}

			/*H5-teksten*/
.menu h5 {
	font-size: 8pt;
   margin: 0 0 5px 0;
}

			/*  */
.menu ul {
	padding : 0;
	list-style-type : none;
}

/*  */
.menu li {
	margin : 0 0 5px 10px;
}

/*  */
.menu a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	background: url(losstaand/menu2.jpg);
	line-height: 130%;
	margin: 0 0 4px -10px;
	padding: 5px 10px;
}

/*  */
.menu a:hover {
	color: White;
	background: url(losstaand/menu2_hover.jpg);
}

			/*FOOTER*/
#footer {
	clear: both;
	padding: 5px 10px 5px 195px;
	margin-top: 50px;
	height: 15px;
	font-size: 0.8em;
	color: #ffffff;
	background: #909090;
}

/*  */
#footer a:link, #footer a:visited {
	background : inherit;
	text-decoration : none;
	color: #ffffff;}
	
	/*  */
	#footer a:hover {
	background : inherit;
	border-bottom: 1px #ccffff solid;
	color: #ccffff;
}

			/*H1-teksten beperkt tot 1 kopregel ivm SEO*/
h1 {
	margin: 0 0 -10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

			/*Kopie van H1 voor tweede en volgende kopregel per pagina*/
h3 {
	margin: 0 0 -10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

			/*LINKS*/
a {
	color: black;
	text-decoration: underline;
	background: inherit;
}

a:hover {
	text-decoration: none;
	color: Maroon;
	background: inherit;
}


