/*------------------------------------------------------------------------
		CSS Document
		created by:			Roland Franke | Alternet Internet BV
		creation date:		09 feb 2010
		last modified on:	12 feb 2010
		fuction:			this css file set the basic structured layout
------------------------------------------------------------------------*/

/*--- MAIN layout ---*/
/* body { background: #f5f5f5; }*/
body {
/*    background: url("http://cnvvakmensen.dev.alternet.nl/fileadmin/templates/res/images/landingspagina_4.jpg");*/
      background-position: 50% 50%;
  background-repeat: no-repeat;
    }

#printHeader, #printFooter { display: none; }

#mainWrapper { background: #ebebeb url('../images/bg.png') left top repeat-x; width: 980px; margin: 0 auto; }


/*--- Header Parts ---*/
#headerContainer { z-index: 1; height: 156px; }
#headerContainer h1#pageTitle { display: none; }
#headerContainer #leftSpacer { float: left; width: 220px; }
#headerContainer #tabMenu { float: left; width: 482px; margin: 19px 0 0 0; padding: 0; }
#headerContainer #quickMenu { float: left; margin: 20px 0 0 10px; }
#headerContainer #topLogin { position: absolute; right: 0; top: 0; }
#headerContainer #headerBg {
	position: absolute;
	bottom: 10px;
	background: url('../images/header1-bg.png') bottom left no-repeat;
	width: 940px;
	height: 107px;
}
#headerContainer #headerBg #homeLink { z-index: 2; position: absolute; float: left; width: 205px; height: 85px; margin: 10px; display: block; outline: none; }
#headerContainer #headerBg #logo { z-index: 1; position: absolute; top: 1px; left: 10px; background: url('../images/cnv-logo.png') top left no-repeat; width: 188px; height: 105px; }
#headerContainer #headerBg #slider { position: absolute; top: 1px; left: 160px; width: 500px; height: 105px; }
#headerContainer #headerBg #slider img { padding: 0; margin: 0; }
#headerContainer #headerBg #searchBox { float: right; width: 229px; height: 25px; margin: 40px 40px 0 0; display: block; }
#searchBox .formText { background: url('../images/search-bg.png') no-repeat; border: 0 none; float: left; width: 198px; height: 25px; }
#searchBox .formSubmit { background: url('../images/search-button.png') no-repeat scroll 0 0; border: 0 none; float: left; width: 31px; height: 25px; }
#searchBox input { color: #919191; padding: 5px 0 0 10px; border: none; background: none; width: 180px; }


/*--- Content Parts ---*/
#breadCrumbs { margin: 10px 0 0 10px; }
#mainContent {}

/*--- Footer Parts --*/
/*#footerWrapper { margin: 60px 10px 0 10px; height: 215px; }*/
#footerWrapper { height: 215px; }
#footerPaars { background: #782a90 url('../images/footer-bg.png') top left no-repeat; height: 185px; color: #ffffff; }
#footerZwart { background: #000000; height: 30px; }
#footerZwart p { padding: 5px 0 0 0; margin: 0; font-size: 11px; color: #9c9c9c; text-align: center; }


