html, body {
   margin:0;
   padding:0;
   height:100%;
}


a {color:#000000; text-decoration:none;}
a:hover {text-decoration: underline;}
h1 {font-size:13px; font-family: Arial; font-weight:normal; color:#545454;}
h2 {font-size:13px; font-family: Arial; font-weight:normal; color:#ffffff;}
h3 {font-size:14px; font-family: Arial; font-weight:normal; color:#ffffff;}

h4 {font-size:10px; font-family: Arial; font-weight:normal; color:#545454;}
h5 {font-size:12px; font-family: Georgia; font-weight:normal; color:#ffffff;}
h6 {font-size:12px; font-family: Georgia; font-weight:normal; color:#ffffff;}
h7 {font-size:26px; font-family: Arial; font-weight:bold; color:#b3a585;}


html, body { width:100%; height:100%; }
#wrap { 
min-height:100%;
height:auto !important;
height:100%;    
margin: 0 auto -158px;  /* Bottom value must = footer height */


}

.menu
{
	background-image: url(images/menu.jpg);
	clear: both;
	width:100%;
    height:134px;
}

.logo
{
	clear: both;
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}


.menuitems
{
	clear: both;
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}


.header
{
	clear: both;
	width:100%;
}

.body
{
	clear: both;
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}


.hometext
{
	width:500px;
	margin-left: auto;
    margin-right: auto;
}

.nieuws
{
	width:500px;
	margin-left: auto;
    margin-right: auto;
}

.body2
{
	clear: both;
	width:1000px;
	margin-left: auto;
    margin-right: auto;

}

.body3
{
	clear: both;
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}


.push { 
	width:100%; 
	height:158px; 
	position:relative; 
	bottom:0; 
	}

.pagefooter { 
	background-image: url(images/bottom.jpg);
	width:100%; 
	height:235px; 
	position:relative; 
	bottom:0; 
	}
	
.footertext
{
	clear: both;
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}  

.text_veld{
width:150px;
border-top: 1px solid #666;
border-left: 1px solid #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!
}


