* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
	background: none;
}

#site {
	position: relative;
	margin: 0px auto 0px auto;
	width: 625px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 12px arial, verdana, sans-serif;
	background-color: #fff;
}

/*--------------------Header-----------------*/
#adres, #navigation, #fotorondjes, #footer, #footerleft, #header, #nav_background{
	display: none;
}

#print_logo{
	margin: 0px 0px 0px 0px;
	width: 150px;
	height: 100px;
	float: left;
	display: block;
}

#print_adres{
	margin: 12px 0px 0px 0px;
	width: 150px;
	height: 100px;
	float: right;
	display: block;
	text-align: right;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	color: #aea88f;
}

#print_header {
	margin: 0px;
	padding: 0px;
	width: 625px;
	height: 120px;
	float: left;
	display: block;
	text-indent: 0px;
}

/*----------------------------- Content --------------------*/
#content{
	margin: 0px 0px 0px 0px;
	width: 650px;
	background-color: #fff;
	border: 0px solid #3d2715;
}

#content .tekst{
	float: left;
	font-family: arial;
	width: 650px;
	line-height: 16px;
	font-size: 12px;
	color: #573819;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
}

#content .tekst h1{
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

/*-------------------------------- end -------------------*/

br.clear { clear: both; font: 0px sans-serif; line-height: 0px; }
