/* ------------------------------------------------------- 

	general stylesheet  /  www.2way-consultancy.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	december 2007

---------------------------------------------------------- */

/* ------------------------------------------------------------- body */
body{
margin: 0;
background-color: #005782;
background-image:url(../images/bg_content.gif);
background-repeat: repeat-y;
}

/* ------------------------------------------------------------- header */
div#headerContainer{
width: 900px;
height: 143px;
position: relative;
background-color: #FFFFFF;
}
div#logo{
height: 94px;
width: 231px;
position: relative;
margin: 24px 0px 0px 122px;
float: left;
}
div#titel{
width: 379px;
height: 10px;
position: relative;
float: left;
margin: 86px 0px 0px 122px;
}

/* ------------------------------------------------------------- contant & banner */
div#bannerContainer {
position: relative;
width: 900px;
height: 168px;
overflow: hidden;
}
div#contactContainer{
position: relative;
float: left;
width: 218px;
height: 168px;
background-color: #ada59d;
}
div#adres{
position: relative;
float: left;
width: 170px;
height: 130px;
text-align: right;
margin-top: 15px;
}
div#iib{
position: relative;
width: 170px;
height: 29px;
margin-top:10px;
margin-left:10px;
}
div#banner{
position: relative;
float: left;
width: 682px;
height: 168px;
background-image: url(../images/banner.jpg);
}

/* ------------------------------------------------------------- content */
div#contentContainer{
position: relative;
float: left;
width: 900px;
min-height:600px;
}
div#content{
position:relative;
float: left;
width: 682px;
height: 100%;
display: table;
}
div#contentMargin{
position: relative;
width: 585px;
height: 100%;
margin-left: 46px;
margin-top: 46px;
}
