/*
Copyright Soluso e-solutions & consultancy, 2009. Alle rechten voorbehouden.
version: 1.0

Stylesheet: main.css
Description: positioning for all common sections and selectors.
Author: Soluso e-solutions & consultancy.
Date: 17-07-2009
*/

body{
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	color: #393939;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

/* Begin Container section */

div#container{
	width: 961px;
	position: relative;
	margin: 0 auto;
	text-align: justify;
}

/* Begin Header section */

div#header{
	position: relative;
	height: 173px;
	width: 960px;
	background: #FFFFFF;
	z-index: 9;
}

div#logo{
	position: absolute;
	top: 38px;
	left: 30px;
	width: 221px;
	height: 55px;
}

div#payoff{
	position: absolute;
	top: 53px;
	right: 30px;
}

/* Begin Navigation section */

div#navigationholder{
	position: absolute;
	top: 130px;
	left: 0px;
}

/* End Navigation section */

/* End Header section */

/* Begin Main section */

div#main{
	position: relative;
	margin: 23px 0;
	z-index: 0;
}

div.column
{
	float: left;
	display: block;
	width: 280px;
	margin-right: 30px;
	position: relative;
	
}

div.wiezijnwij{
	background: url(../images/background-wiezijnwij.png) no-repeat;
	height: 208px;
}

div.watdoenwij{
	background: url(../images/background-watdoenwij.png) no-repeat;
	height: 208px;
}

div.onzeklanten{
	margin-right: 0px;
	background: url(../images/background-onzeklanten.png) no-repeat;
	height: 208px;
}

div#profile{
	width: 822px;
	height: 177px;
	margin: 20px auto;
}

div#main div.column h6
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
}

div#main div.column h6 a{text-decoration: none; color: #FFFFFF;}

div#main div.column p
{
	line-height: 27px;
	position: absolute;
	bottom: 6px;
	left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

div#content{
	position: relative;
	margin: 0;
	width: 901px;
	padding: 30px;
	background: url(../images/content-background-middle.png) repeat-y;
}

div#contenttop{background: url(../images/content-background-top.png); width: 961px; height: 9px;}
div#contentbottom{background: url(../images/content-background-bottom.png); width: 961px; height: 9px;}

div#leftcontent{
	float: left;
	display: block;
	width: 590px;
	margin: 0 50px 0 0;
	padding: 0;
}

div#rightcontent{
	float: left;
	display: block;
	width: 260px;
	margin: 0;
	padding: 0;
}

div.sidebar{
	width: 262px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	margin: 38px 0 20px;
}

div.sidebar h2.information{margin: 0px 28px 10px; font-size: 22px; color: #7da7d9;}
div.sidebar h2.information span{position: relative; top: 5px; margin-right: 10px;}

div.sidebar p{
	margin: 0 0 15px 28px;
	width: 207px;
	color: #555555;
	line-height: 20px;
}

img.portfolio
{
	margin: 10px 0;
}

/* Begin Related links section */

ul.links
{
	width: 220px;
	background: #cfcfcf;
	padding: 0 20px;
}

ul.links li a
{
	display: block;
	padding: 10px 0;
	background: url(../images/relatedlink-background.png) no-repeat bottom;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
}

ul.links li a.last
{
	background: none;
}

/* End Quicklinks section */

/* End Main section */

div#footerContainer{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div#footer
{
	margin: 0 auto 20px;
	width: 930px;
	text-align: justify;
	font-size: 11px;
	background: #FFFFFF;
}

a.lnkFooterNavigation
{
	display: block;
	line-height: 18px;
}

div.contact, div.informatie, div.snelnaar
{
	padding-left: 20px;
	width: 260px;
	color: #AAA;
}

.xs-text 
{
    font-size: 9px;
    line-height: 14px !important;
}

div.contact a, div.informatie a, div.snelnaar a 
{
	color: #AAA;
}

div.contact a:hover, div.informatie a:hover, div.snelnaar a:hover
{
	color: #393939;
}

div.contact p span{
	font-weight: bold;
	margin-right: 5px;
}



div.snelnaar{
}

div.informatie{
	margin-right: 0;
}

address span{
	display: block;
	line-height: 18px;
}

div#footer p{
	margin: 0;
	padding: 0;
	line-height: 18px;
}

/* End Container section */


/* 
	Common used elements 
	DO NOT MODIFY!
*/

.clearfix, .clearfix:after{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

/*  \*/
.clearfix{
	min-height:1%;
}

* html .clearfix{
	height:1%;
}

div.left{
	float: left;
}

div.right{
	float: right;
}

/*------UNDER CONSTRUCTION------*/

div.uc-title
{
    text-align: center !important;
    font-weight: bold;
    margin: 40px 0;
}

div.uc-text
{
    text-align: center !important;
}

div.uc-text p
{
    text-align: center !important;
}
