/* Start of CMSMS style sheet 'Front' */
#category .item {
	height: 168px;
	width: 286px;
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	padding:0 10px;
}

#category .item H1 {
    padding-bottom:20px;
}

#category .item .text {
    font-size:11px;
	font-weight:bold;
    width:250px;
	height:125px;
	margin-bottom:10px;
	overflow:hidden;
}

#category .item .text p {
        margin:0;
        padding:0;
}

#category ul {
    padding:10px 0 10px 2px;
	margin:0;
}

#category li {
	display:block;
	float:left;
	list-style-type: none;
	border-right: solid 2px #d2d4d4;
	padding: 2px 10px;
	margin:0;
}

#category .last {
	border-right: none;
	padding-right:0;
}

#category .sport {
	background-image: url(uploads/images/background-sport.jpg);
}

#category .zorg {
	background-image: url(uploads/images/background-zorg.jpg);
}

#category .reintergratie {
	background-image: url(uploads/images/background-reintergratie.jpg);
}


#frontnews {
	border-top: solid 1px #d2d4d4;
	margin: 10px 15px;
	padding:15px;
        float: left;
        _float: none;
}

#frontnews .h-separator {
	background-image: url(images/greypixel.gif);
	background-repeat: repeat-y;
	background-position: 400px;
	padding:10px 0 20px;
        margin: 0;
}

#frontnews .newslist {
    width:375px;
	float:left;
	overflow-x: hidden;
    padding-bottom: 3px;
}

#frontnews .newslist H2 {
    margin-bottom: 10px;
}

#frontnews .newslist .date {
	color: #999999;
}

#frontnews .newslist .history {
	border-top: solid 1px #d2d4d4;
	border-bottom: solid 1px #d2d4d4;
	padding: 7px 0;
	margin: 10px 0 10px;
	overflow:hidden;
}

#frontnews .newslist ul, #frontnews .newslist li {
	padding:0;
	margin: 0;
	list-style-type: none;
}

#frontnews .newslist li span {
    width:80px;
	display:block;
	float:left;
}

#frontnews .newslist li a {
	font-weight: bold;
	color: #606262;
}

#frontnews .welcomecontent {
        width:auto;
	margin-left:420px;
}
/* End of 'Front' */

