/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */

/* revision v.03.b : 14-02-2008 : explanation added */
/* revision v.03.a : 12-02-2008 : IE-versionnumbering with CC */

/* v0.3 includes only one update:
around the pagewrapper a couple of spans are written with IE Conditional Comments
These spans have no layout-influence, it only writes a span around #pagewrapper
which identifies the IE-version ran by the client.

f.e.: <span id="IE6">

This span is closed after the pagewrapper:
	<span id="IE6">
		<div id="pagewrapper">bla</div>
	</span>		


What this means:

1. no more need for an additional IE7-stylesheet
2. the !important - hack is not necessary anymore to target IE6.
	as in:
		.myrule
			{	bla: 7px !important; 
				bla: 5px;}

Instead, you can now write your code like this:

.mystuff{	bla: 7px;} -> targets all decent browsers
#IE6 .mystuff{ bla: 9px}
#IE7 .mystuff{ bla: 8px}

This makes your CSS-code and the exceptions for the various IE-flavours:
	-> clean
	-> easy to read and interprete
	-> fully W3C-compliant

version vectors supported 'till now:
#IE5
#IE55
#IE6
#IE7
#IE8

WWhy no #IE4? -> IE4 doesn't understand CC, therefore this selector has no use.
#IE8? IE8 isn't out yet, but will most likely work with CC


*/


/* ############### BASIC BUILDING BLOCKS ADDONS ############### */
#pagewrapper{
	width: 960px;/* ware breedte is 980px, met 10px witruimte rondom*/
	margin:0 auto;
	text-align:left;
	padding:10px;
	background-color:#ffffff;
	text-align:left; /* om text-align=center van in "html, body" te compenseren*/
}

#header{ width: 960px; height:78px; }

#headerimage{width: 960px; border:0}

#content{/*margin-top: -38px;*/ /* fix offset from #topnav */	}

#footer{ margin:25px; padding-top:5px; border-top:1px solid #999999; text-align:center}

#topnav{
	overflow: hidden;
	width: 960px;
	margin-top:2px;
}

#crumbpath{
	margin-top: -5px;
	margin-bottom: 25px;
	height: 30px;
}

/*.col1{	width: 200px;}
.col2{	width: 700px; }*//* = pagewrapper.width - col1.width */

/* ############## HEADER IMAGE #################### */
#topimage{
	padding-top:78px;
	height:186px;
	width:960px;
	background-repeat:no-repeat;
	background-position: bottom;
	}

#IE55 #topimage, #IE6 #topimage, #IE7 #topimage, #IE8 #topimage{padding-top:0px; }
	
	.topimage01{ background-image:url(../images/header/image.top.01.jpg); }
	.topimage02{ background-image:url(../images/header/image.top.02.jpg); }
	.topimage03{ background-image:url(../images/header/image.top.03.jpg); }
	.topimage04{ background-image:url(../images/header/image.top.04.jpg); }
	.topimage05{ background-image:url(../images/header/image.top.05.jpg); }
	.topimage06{ background-image:url(../images/header/image.top.06.jpg); }
	.topimage07{ background-image:url(../images/header/image.top.07.jpg); }
	.topimage08{ background-image:url(../images/header/image.top.08.jpg); }
	.topimage09{ background-image:url(../images/header/image.top.09.jpg); }
	.topimage10{ background-image:url(../images/header/image.top.10.jpg); }
	.topimage11{ background-image:url(../images/header/image.top.11.jpg); }
	.topimage12{ background-image:url(../images/header/image.top.12.jpg); }
	.topimage13{ background-image:url(../images/header/image.top.13.jpg); 
	}
#topimagecontent{ float:right; margin-right:5px; padding-top:145px;}



/* ############### 1 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.oneCol#header .col1{
	color: #fff;
	height: 150px;
	width: 980px;
	}
.oneCol#content .col1{
	width: 960px;}

/* ############### 2 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.twoCols#header .col1{
	float:left;
	width: 450px;
}
.twoCols#header .col2{
	float:right;
	text-align:right;
	padding-right:0px;
	color: #000;
}
	
	.twoCols#header .col2 #taal{ height:60px;}
	.twoCols#header .col2 #gemeenten{ color:#666666  }

.twoCols#content .col1{
	width: 239px; 
	}
.twoCols#content .col2{
	width: 653px;
/*	padding: 34px 26px 34px 40px;*/
	padding-top:34px;
	margin-bottom:34px;
	margin-left:40px;
}

.twoColsHome#content .col1{
	float:left;
	width: 370px; 
	margin: 210px 40px 50px 50px;
	}
#IE6 .twoColsHome#content .col1{ 
	margin: 20px 40px 50px 50px;
	}
.twoColsHome#content .col2{
	float:left;
	margin: 210px 40px 50px 50px;
}
#IE6 .twoColsHome#content .col2{ 
	margin: 20px 40px 50px 50px;
	}

/* 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 */



/* ############### 3 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.threeCols#header .col1{
	background-color: #000;
	color: #fff;
	height: 150px;
	width: 200px;}
.threeCols#header .col2{
	background-color: green;
	color: #fff;
	height: 150px;
	width: 760px;}
.threeCols#header .col3{
	background-color: orange;
	color: #fff;
	height: 150px;
	width: 200px;}

.threeCols#content .col1{
	background-color: #ffcc00;	
	width: 200px;}
.threeCols#content .col2{
	background-color: #fff;
	width: 500px;}
.threeCols#content .col3{
	background-color: Maroon;
	width: 200px;}

/* 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)
 !!!!!
*/
.threeCols#content .col1 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col1 {height: 200px;} /* IE6 */

.threeCols#content .col2 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col2 {height: 200px;} /* IE6 */


.threeCols#content .col3 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col3 {height: 200px;} /* IE6 */




/* ############### HEADER ADDONS ############### */
.twoCols#header .col1{ }
.twoCols#header .col2{ }
.twoCols#header .col1 a{
	display: block;
}




/* ############### ADDONS ############### */
.right{ float:right; margin:5px 0 5px 15px }
.left{ float:left; margin:5px 15px 5px 0}

