html, body
{
    height: 100%;   
}

body
{
    margin: 0px;
	padding: 0px;
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #777362;	
	
	font-family: arial, Verdana, Times New Roman;
	font-size: 12px; 
}

h1 
{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	display: inline;
	
	color: #FFFFFF;
	font-family: Georgia, Arial, Verdana, Times New Roman;
	font-size: 12px;
}

img 
{
	border: 0px;
}

div 
{
	font-family: Arial, Verdana, Times New Roman;
}

/* layout */

#wrapper
{
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important; /* voor moderne browsers */
    height: 100%; /* voor IE */
}

#footer
{
    float: left; 

    text-align: center;
    font-size: 10px;
}

#content 
{	
    /*float: none;*/
    width: 656px;
    
    margin: 0px auto;    
}

#leftColumn
{
	float: left;
	width: 173px;
}

#contactWrapper 
{
	float: left;
	width: 173px;
	height: 306px;
	
	margin-right: 10px;
	text-align: center;
	background-color: #6D6A5A;
	
	border-bottom: solid 8px #EAA52D;
	
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contactWrapper a 
{
	color: #FFFFFF;
}

#contactWrapper a:hover 
{
	text-decoration: none;
	color: #EAA52D;
}

#rightColumn 
{
	float: right;
	width: 473px;
	text-align: center;
	/*border: solid 1px red;*/
}

#contentText
{
	width: 473px;
	float: right;
	text-align: justify;
	color: #FFFFFF;
	font-family: Georgia, Arial, Verdana, Times New Roman;
}

.bedrijfsfoto 
{
	margin-top: 30px;
	padding-bottom: 25px;
}

/* contact */

#contact 
{
	margin-top: 70px;
	font-size: 10px;
	color: #FFFFFF;
}

/* menu */

#menuWrapper
{
	float: left;
}

#menu 
{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu li 
{
	padding-left: 20px;	
	padding-bottom: 20px;
}

#menu li a 
{
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, Arial, Verdana, Times New Roman;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;	
}

#menu li a:hover 
{
	text-decoration: none;
	color: #EAA52D;
}

/* webnet */

#xhtmlLink 
{
    float: left;
    
    margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;	
}

#webnet4u 
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}

#webnet4u a 
{
    color: #FFFFFF;
    font-family: Arial, Verdana, Georgia;
    font-size: 9px;
}

#webnet4u a:hover 
{
    text-decoration: none;
}

.webnet4u 
{
	color: #FFFFFF;
	font-size: 10px;
}

.webnet4u:hover 
{
	text-decoration: none;
	color: #EAA52D;	
}

/* float classes */

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

.clearBoth 
{
	clear: both;
}

.foto img
{
    border: 4px solid #777362;
}

.foto:hover img
{
    border: 4px solid #FFF;
}
