/* CSS Document */
/* ############### tales.be css framework v0.2 (by kvd) ###############  */




/* ############### BASIC BUILDING BLOCKS ADDONS ############### */
#pagewrapper{
	width: 799px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*margin-left: 0;*//* for lefthanded layout instead of centered*/
	/* margin-top: XXpx; */ /* offset from pagetop */
}
#accessability{
	display: none;
}
#header{ }
#content{
	background-color:#FFFFFF;
	background-image:url(../gfx/basics/back.content.gif);
	background-repeat:repeat-y;
	/*margin-top: -38px;*/ /* fix offset from #topnav */
	}
#footer{
	background-color:#FFFFFF;}

#topnav{
	background-color: #000;
	/* relative positioning: pull #topnav up or down, to the left or right, it will layer itself above the header */
	/*position: relative;
	left: 257px;
	top: -38px;*/
	width: 799px;
	height: 25px; 
	overflow: hidden;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

#crumbpath{ margin-top:0px; margin-bottom:20px;}

/*.col1{	width: 200px;}
.col2{	width: 700px; }*//* = pagewrapper.width - col1.width */


/* ############### 3 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
/*.threeCol#header .col1{
	color: #fff;
	height: 140px;
	width: 799px;
	border-bottom: 1px solid #fff;
	}
.oneCol#content .col1{
	background-color: #ffcc00;
	width: 900px;}*/

/* ############### 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{
	background-color: #ffcc00;
	width: 200px;}
.twoCols#content .col2{
	background-color: #fff;
	width: 700px;
}*/

/* 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{
	color: #fff;
	height: 140px;
	width: 162px;}
.threeCols#header .col2{
	color: #fff;
	height: 140px;
	width: 475px;}
.threeCols#header .col3{
	color: #fff;
	height: 140px;
	width: 162px;
	}

.threeCols#content .col1{
	width: 160px;}
.threeCols#content .col2{
	width: 437px;
	margin:20px}
.threeCols#content .col3{
	background-color: #cac9c3;
	padding: 0 0 6px 0;
	width: 156px;
	}

/* 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;
}
