body {
	margin: 100;
	padding: 0;
	text-align: left;
	color: #202020;
	background: url(losstaand/linnen.jpg);
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #373737;
	background: #d5d5d5;
	border: 6px double Black;
}

			/*BANNER*/
#banner {
	float: left;
	width: 900px;
	height: 170px;
	border-bottom: 3px double Black;
	background: url(banners/banner1.jpg);
}

#banner h1 {
	margin: -5px 0 0 170px;
	font: normal 2.2em georgia, verdana, arial, tahoma, sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	color: #ffffff;
}

#banner h2 {
margin : -40px 0 0 340px;
font : normal 1em arial, tahoma, sans-serif;
letter-spacing : 2px;
color: #ffffff;}

#banner h3 {
margin : 37px 0 0 431px;
}

			/*MAIN CONTENT*/
#content {
	padding : 200px 7px 0 20px;
	margin-left : 180px;
	line-height : 1.4em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

#contentkolom {
	float: left;
	width: 360px;
	padding : 0px 0px 20px 0px;
	margin-left : 50px;
	line-height : 1.4em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

.tekst {
	text-indent: 20px;
	width: 480px;
}

.tekst2 {
	text-indent: 20px;
	width: 650px;
}

.tekstkolom {
	text-indent: 20px;
	width: 350px;
}

.fotos {
	width: 550px;
}


.rechts {
	float: right;
	clear: right;
	margin: 0px 10px 20px 30px;
}

.links {
	float: left;
	margin: 20px 15px 10px 0px;
}

.zonden {
	margin: 15px 0 15px 50px;
}

.lijn {
	float: left;
	width: 89.5%;
	margin: 5px 0px 15px 50px;
}

			/*LEFT SIDEBAR*/
#sidebar {
	float : left;
	width : 160px;
	margin : 0 0 0 0;
	padding : 10px;
}
			/*NAVIGATION*/
.menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #202020;
	font: bold;
	margin: 0 0 2px 0;
}
.menu {
	width : 150px;
	font-size: 11px;
	color: #202020;
	line-height: 140%;
	padding-top: 15px;
}
.menu p {
	margin-top: 3px;
	margin-left: 17px;
}

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

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

.menu a {
	display: block;
	font-size: 11px;
	color: #3C3C3C;
	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);
}

.links {
	font-size : 1.4em;
	text-transform : uppercase;
	letter-spacing : 3px;
	text-transform: uppercase;
}
		
			/*FOOTER*/
#footer {
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 195px;
	margin-top: 50px;
	height: 15px;
	font-size: 0.6em;
	color: #ffffff;
	background: #909090;
	border-top: 3px double Black;
}
#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;
}

			/*TYPOGRAPHY*/
h1 {
	margin: 0 0 -8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #303030;
}

h2 {
	margin: 0 0 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #303030;
}


blockquote {
font-weight : normal;
font-style : italic;
color: #ffffcc;}
			/*LINKS*/
a {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: Navy;
	background: inherit;
}


