
/* in den beginne
------------------------------------- */
*{ 
	margin: 0;
	padding: 0;
}


/* algemeen wat
------------------------------------- */

html,
body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%; 
	/* 100 % height */
}
html>body #wrap {height:10%;} /* 100 % height */
#header {
	width:100%;
	height:150px;
	border:none;
}
html>body #header {
	position:fixed;
	background-image:url(../images/header2.png);
	z-index:10; 
	border:none;
	text-align:center;
}
html>body #content-wrap {height:100%;} 
html>body #content {padding:6em 1em;} 

#masthead {
	width:100%;
	height:100px;
	
}
html>body #masthead {
	position:fixed;
	bottom:0;
	z-index:11; 	
}

.masthead_contain {
 width: 100%;
 margin: 0 auto 0 auto;
 background-image:url(../images/footer2.png);
 text-align:center;

 }

div#header { 
 /* transparent png hack for ie */
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='header2.png',sizingMethod='scale');
 }
 
 div#header[id] {
 background: transparent url(../images/header2.png) top repeat-x;
 }

div#masthead { 
 /* transparent png hack for ie */
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='footer2.png',sizingMethod='scale');
 }
 
 div#masthead[id] {
 background: transparent url(/footer2.png) top repeat-x;
 }

/* Beetje layouten
------------------------------------- */

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 background: white;
 color:#111;
 }
 
form {margin:0; padding:0;}

a,
a:visited {
 color: #99963d;
 }
 
a:hover,
a:active {
 color:#99963d;
 }
 
h1 {
font-weight: 400;
color:#99963d;

} 
 
h3, h3 a, h3 a:visited {
font-weight: normal;
font-size:20px;
line-height: 1.2;
text-decoration: none;
color:#99963d;
 } 
 


/* Topje  */

#header {
	background:#eee;
	font-size:11px;
/*	color:#aaa;
*/	font-family:verdana, sans-serif;
	border-bottom:1px solid #ddd;
	text-align: center;
}

.footer {
 
 padding-top:4;}

.adres{
font-size:16px;
color:#99963d;
font-family:Georgia, "Times New Roman", Times, serif;

}
 

.logo{
width:183;
height:81;
float:left;
margin-left:10%;
margin-top:5px;
 }
 
 
/* Adres regel
------------------------------------- */
#browsebar {
 height:100px;
 width: 800px;
 margin-left:auto;
 margin-right:auto;

 } 

/* Inhoud
------------------------------------- */
#content {
 text-align: left;
 padding-bottom: 1px;
 }
 
.column {
 width: 800px;
 margin: 0px auto 220px auto;
 padding-top: 10px;
 }


.excerpt {
margin-bottom: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 22px;
line-height: 1.2; 
color:#aaa;
}


.tekst
{
font-family: Georgia,Arial,Helvetica,Geneva,Sans-Serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
line-height: 1.5;

}
/* Float fix
------------------------------  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


/* Portfolio
------------------------------  */
.portfolio_titel {

font-size:22px;
color:#99963d;}

/* Echt geen twitter
------------------------------  */
.twitter {
float: right;
margin-right:20px;
