

#pagewrapper{
	width: 978px;
	margin:0 auto;
	padding:0;
	background-image:url(../gfx/basics/bg.pagewrapper.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:38px;
	/*margin-left: 0;*//* for lefthanded layout instead of centered*/
	/* margin-top: XXpx; */ /* offset from pagetop */
}
.home #pagewrapper {
	background-image: none !important;
	margin-top:10px !important;
}
#content{
	margin-top: -83px; /* fix offset from #mainnav */
	}
#contentHome{
	margin:0 auto;
	padding:0;
	width:900px;
	height:550px;
	min-height:550px;
	background-image:url(../gfx/home/vrouwen-vlaanderen-imghome.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	}
#sponsors{	
	position: relative;
	left: 350px;
	top: -44px;
	width: 674px; }


/* ############### navigation ############### */
#topnav{
	background-color: #c2c0b3;
	/* relative positioning: pull #mainnav up or down, to the left or right, it will layer itself above the header */
	position: relative;
	left: 304px;
	width: 654px;
	padding-right:20px;
	height: 29px; 
	overflow: hidden;
}
#mainnav{
	background-color: #a09a8e;
	/* relative positioning: pull #mainnav up or down, to the left or right, it will layer itself above the header */
	position: relative;
	left: 304px;
	width: 674px;
	height: 64px; 
	overflow: hidden;
}
#mainnavsubnav{
	background-color: #ece9e0;
	/* relative positioning: pull #mainnav up or down, to the left or right, it will layer itself above the header */
	position: relative;
	left: 304px;
	width: 674px;
	height: 28px; 
	overflow: hidden;
}

/

/* ############### HOME ############### */

.oneCol {} /* LEGE CLASS NIET VERWIJDEREN: anders wordt onderstaande col1 niet uitgevoerd */
	
.oneCol#contentHome .col1{
	width:774px;
	position:relative;
	top:450px;
	text-align:right;
}


/*.col1{	width: 200px;}
.col2{	width: 700px; }*//* = pagewrapper.width - col1.width */



/* ############### 2 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */

.twoCols#content .col1{
	background-color:#edeae1;
	width: 304px;
	margin-top:-38px;}
.twoCols#content .col2{
	width: 570px;
	padding-top:120px;
	margin:0 30px 30px 70px;
}

/* minimum height for sidenav and text-block */
/* remember: if working with backgroundcolors or borders, 
you'll need to set a repeating background on 
.twoCols#content, since col1 doesn't know how
long col2 becomes (and vice-versa)
 !!!!!
*/
.twoCols#content .col1 {min-height: 200px;} /* mozilla + IE7 */
*html* .twoCols#content .col1 {height: 200px;} /* IE6 */

.twoCols#content .col2 {min-height: 200px;} /* mozilla + IE7 */
*html* .twoCols#content .col2 {height: 200px;} /* IE6 */


/* ############### HEADER ADDONS ############### */
.twoCols#header .col1{ }
.twoCols#header .col2{ }
.twoCols#header .col1 a{
	display: block;
}


