﻿body
{
	background-image:url('../images/bg.jpg');
	margin: 0;
 	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
 	font-size: 12px;
}

#divWrapper
{   
	background-color:White;
	width: 980px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    /*border-left:1px black solid;
    border-right:1px black solid;
    border-bottom:1px black solid;*/
    -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.8);
	box-shadow: 0 0px 6px rgba(0,0,0,0.8);
    height:100%;
}

#divHeader
{
	background-color:White;
	margin-top:25px;
	padding:25px;
	padding-bottom:0px;
}

#divBanner
{
	background-color:White;
	margin-bottom:20px;
}

#divBannerFoto
{
	background-color:White;
	float:left;
	margin-left:25px;
	padding-left:50px;
	height:250px;
}

#fotofront { position: absolute; width: 370px; height: 250px; }
#fotofront div { width: 370px; height: 250px; padding: 0px; }
#fotofront div img {  width: 370px; height: 250px; }
#fotofront div { top: 0; left: 0; }

#divBannerTekst
{
	width:400px;
	background-color:White;
	float:right;
	margin-right:25px;
}

#divPortfolio
{
	background-color:White;
	margin:0;
	padding:0;
}

#divPortfolio a
{
    margin:0;
    padding:0;
    border:0;
}

#divPortfolio a img
{
    margin-left:10px;
    margin-bottom:10px;
    padding:0;
    border:0;
}

#divLinks
{
	background-color:White;
	width: 930px;
    margin-left: 25px;
    margin-right: 25px;
}

#divLaatste
{
	background-color:White;
	width: 930px;
    margin-left: 25px;
    margin-right: 25px;
}

#divFooter
{
    width: 930px;
    height: 26px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0px;
    background-color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

#divFooter p
{
	display: inline-block;
	padding: 0px;
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style:normal;
	color: #aeaea2;
	margin: 0;
}

h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #aeaea2;
	margin: 0;
}

p
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

hr
{
    height:1px;
    margin:25px;
    color:Black;
    background-color:Black;
    border: 0px solid #F00;
}

a:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aeaea2;
	text-decoration: none;
}
					
a:link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aeaea2;
	text-decoration: none;
}
				
a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aeaea2;
	text-decoration: none;		
}