/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */




/* ############### BASIC BUILDING BLOCKS ADDONS ############### */
#pagewrapper{
	width: 960px;
	/*margin-left: 0;*//* for lefthanded layout instead of centered*/
	/* margin-top: XXpx; */ /* offset from pagetop */
}

#header{
	height: 124px;
	}
#content{
	background-image: url(../gfx/basics/back.sidenav.gif);
	background-repeat: repeat-y;
	}
.homepage #content{
	background-image: none !important;
	background-color: #fff;
}	
.external #content{
	background-image: none !important;
	background-color: #fff;
}	
#footer{
	background-image: url(../gfx/basics/back.footer.withsidenav.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
	}
	
#IE6 #footer,#IE7 #footer{
	margin-left: -2px; 
}	
.homepage #footer{
	background-image: url(../gfx/basics/back.footer.gif);
}
.external #footer{
	background-image: url(../gfx/basics/back.footer.external.gif);
}
#topnav{
	width: 960px;
	height: 70px;
	overflow: hidden;
	background-color: #B6DE40;
	background-image: url(../gfx/basics/back.topnavig.doublerow.withsidenav.jpg);
	background-repeat: no-repeat;
}
	.external #topnav{
		background-color: #a1cbdb;
		}
#IE6 #topnav{
	margin-top: -26px;
}
.homepage #topnav{
	background-image: url(../gfx/basics/back.topnavig.doublerow.jpg);}
.external #topnav{
	background-image: url(../gfx/basics/back.topnavig.external.jpg);}
	
#crumbpath{
	
}
#accessibility{
	display: none;
}



/* ############### 1 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.oneCol#header .col1{
	background-image: url(../gfx/basics/back.header.langbutton.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 150px;
	width: 960px;
	}
.oneCol#content .col1{
	/*background-color: #ffcc00;*/
	width: 940px;
	padding: 10px;}
.fr .oneCol#header .col1{
	background-image: url(../gfx/basics/back.header.langbutton.fr.jpg) !important;}
	
.external .oneCol#header .col1{
	background-image: url(../gfx/basics/back.header.external.gif) !important;}
/* ############### 2 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.twoCols#header .col1{
	background-color: #000;
	color: #fff;
	height: 150px;
	width: 200px;}
.twoCols#header .col2{
	background-color: green;
	color: #fff;
	height: 150px;
	width: 700px;}

.twoCols#content .col1{
	width: 225px;}
	
.twoCols#content .col2{
	width: 685px;
	padding: 10px 25px 25px 25px;
}
#IE6 .twoCols#content .col2{
	width: 700px;
	padding: 10px 10px 25px 25px;
}
#IE7 .twoCols#content .col2{
	padding: 10px 10px 25px 25px;
}
.homepage .twoCols#content .col1{
	width: 705px;
	padding: 0px 0 0 15px;
	margin-top: -10px;
	/*padding: 10px 25px 25px 25px;*/}
.homepage #IE6 .twoCols#content .col1{
	width: 705px;
	padding: 0px 0 0 15px;
	margin-top: -10px;
	/*padding: 10px 25px 25px 25px;*/}	
	
.homepage .twoCols#content .col2{
	width: 175px;
	padding-top: 25px;
}
.homepage #IE6 .twoCols#content .col2{
	width: 170px !important;	
	padding: 35px 0 0 20px !important;
	margin-left: 10px;
}
.homepage #IE7 .twoCols#content .col2{	
	padding-top: 35px;
}
/* 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: 500px;}
.threeCols#header .col3{
	background-color: orange;
	color: #fff;
	height: 150px;
	width: 200px;}

.threeCols#content .col1{
	width: 200px; padding-left: 10px;}
.threeCols#content .col2{
	width: 520px; padding: 0 10px 0 10px;}
.threeCols#content .col3{
	width: 200px; padding-right: 10px;}

/* 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;
}


