.printhidden { display: none }

body {
	font: 68.5%/1.6em Arial, Helvetica, sans-serif;
	background: #ffffff no-repeat 0px 0px;
	color: #333;
}


/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

.homeleft{
	
	width:100%;
	
	}

.homeright{
	width:100%;
	}



.subleft{
	float:left;
	margin-left:20px;
	margin-right:30px;
	width:260px;
	margin-top: 15px;
	}
.subright{
	float:none;
	margin-right:0px;
	width:100%;
	margin-top: 0px;
	}
	
	
	
/* ******************* CONTENT *********************** */

.content   {
	margin: 0px;
	padding: 0px;
	
}

.content1{
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
	}
.content2{
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	}
.content3{
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
	}
.content4{
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	}
.content5{
	margin: 0 10px 0 0;
	padding: 0;
	float: none;
	width: 100%;
	}	

.content6{
	margin: 0 10px 0 0;
	padding: 0;
	float: none;
	width: 100%;
	}	
	
.content7{
	margin: 0;
	padding: 0;
	float: left;
	float: none;
	width: 100%;
	}	
.content8{
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
	}
.content9{
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
	}		
.contenthalf{
	float: none;
	width: 100%;
}


  	
	
	/* ******************* BOX YELLOW ********************* */

.box_yellow{
	width:100%;
	margin-bottom:25px;
	}
.box_yellow .box_top{
	display:none;
	height:33px;
	background: url(../images/triangle/triangle_yellow_top.gif) no-repeat;
	}
.box_yellow .box_main{
	background-color:#ffffff;
	}
.box_yellow .box_bottom{
	display:none;
	height:33px;
	background: url(../images/triangle/triangle_yellow_bottom.gif) no-repeat;
	}
	
	
	/* ******************* BOX WHITE ********************* */

.box_white{
	width:100%;
	}
.box_white .box_top{
	display:none;
	height:33px;
	background: url(../images/triangle/triangle_white_top.gif) no-repeat;
	}
.box_white .box_main{
	background: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
.box_white .box_bottom{
	display:none;
	height:33px;
	background: url(../images/triangle/triangle_white_bottom.gif) no-repeat;
	}
	
	
/* ******************* BOX LIGHT BLUE ********************* */

.box_lightblue{
	width:100%;
	}
.box_lightblue .box_top{
	display:none;
	height:33px;
	background: url(../images/triangle/triangle_lightblue_top.gif) no-repeat;
	}
.box_lightblue .box_main{
	background: #fff;
	}
.box_lightblue .box_bottom{
	display:none;
	height:33px;
	background: url(../images/triangle/triangle_lightblue_bottom.gif) no-repeat;
	}
	

/* ******************* BOX WINNAARS ********************* */

.box_winnaars{
	width:950px;
	}
.box_winnaars .box_top{
	height:60px;
	background: url(../images/triangle/triangle_winnaars_top.gif) no-repeat;
	}
.box_winnaars .box_main{
	background: #bbdbe3;
	}
.box_winnaars .box_bottom{
	height:60px;
	background: url(../images/triangle/triangle_winnaars_bottom.gif) no-repeat;
	}

/* ******************* BOX YELLOW ********************* */

.box_subleft_yellow{
	width:260px;
	}
.box_subleft_yellow .box_top{
	height:20px;
	background: url(../images/triangle/triangle_subleft_yellow_top.gif) no-repeat;
	}
.box_subleft_yellow .box_main{
	background-color:#f5cb22;
	}
.box_subleft_yellow .box_bottom{
	height:20px;
	background: url(../images/triangle/triangle_subleft_yellow_bottom.gif) no-repeat;
	}
	
	
	/* ******************* LISTS ********************* */
.listcont{
	
	}

ul.listcont li{
	list-style:none;
	margin:0px;
	padding:0px;
	}

.listitem{}

.listpic{
	width:20%;
	height:80px;
	overflow:hidden;
	}

.listtxt{
	/*float:left;
	width:auto;*/
	}

.date{ color:#333;
text-transform:uppercase;
font-size:x-small

}


/* ******************* CONTENTLIST ********************* */

.boxlist{
	list-style: none;
}

.boxcontainer{
	/*width: 180px;
	float: left;*/
	background: #e3e8e7;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #8ab3d8;
}



.boxpic{
	float: left;
	width: 120px;
	height:80px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow:hidden;
}



.boxcontent{
	float: left;
	background: #e3e8e7;
	padding: 5px;
	text-transform: none;
	font-size: 1em;
	margin: 0px;
	color: #326897;
}

.boxtxt{
	line-height: 1.7em;
	margin-bottom: 5px;
}

.boxtitle{
	font-weight: bold;
	color: #326897;
	margin-bottom: 5px;
}


.boxlink{
	text-align: right;
}

