/*CSS for homepage. Made by S-partners, last change by Koen Roelandt on 31/05/2010*/

/*NEWSTICKER
-----------------------------------------------------------*/
#newsticker {
	width: 860px;
	border: 1px solid #ccc;
	margin-left: 50px;
	background-color: white;
	height: 2.1em;
	margin-top: 0.9em;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*ul containing the items to be shown in the ticker*/
#newsticker .ulCycle {
	margin-top: 0;
	padding-left: 1.5em;
	width: 40em;
	margin-left: 1.4em;
}
#newsticker ul li {
	list-style: none;
	font-size: 0.85em;
	color: 	#666;
	height: 2em;
	margin-top: 0.7em;
	margin-left: 0;
	width: 100%;
}
/*The category part of the link in the newsticker: News, vacancy or Training*/
#newsticker ul li .category{
	font-weight: bold;
	margin-right: 1.4em;
	width: 6em;
	float: left;
	display: block;
}
/*The arrows at the right side to navigate through the news items*/
#newsticker #nav {
	float: right;
	margin-top: -1.2em;
	margin-right: 1em;
}
#newsticker #nav a, #newsticker #nav a img {
	display: block;
	border-width: 0;
	background-color: white;
}
/*main link part of the newsticker*/
#newsticker .content {
	display: block;
	overflow: hidden;
	height: 1.2em;
}

/*FOUR BOXES ON HOMEPAGE
---------------------------------------------------------------------
first line of the boxes on the homepage*/
#row_1 {
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 43px;
}
/*second line of boxes*/
#row_2 {
	clear: both;
	padding-top: 20px;
	margin-left: 50px;
	margin-right: 43px;
}
/*we want to clear the area after the second row and add empty content with a height of 2em*/
#row_2:after {
	height: 0.5em;
	content: " ";
	clear: both;
	display: block;
}

/*boxes at the left*/
#box_1, #box_3 {
	float: left;
}
/*boxes at the right*/
#box_2, #box_4 {
	float: right;
}
/*box with different parts of borders and corners*/
.box {
	background: white url('/images/homepage/border-right.png') top right repeat-y;
	height: 185px;
	width: 408px;
}
.box_header {
	background: transparent url('/images/homepage/corner_top_right.png') top right no-repeat;
	height: 2.2em;
	padding-top: 1px;
	width: 408px;
}
.box_header h2 {
	background: transparent url('/images/homepage/corner_top_left.png') top left no-repeat;
	height: 1.8em;
	padding-left: 0.8em;
	padding-top: 0;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	color: #333;
}
.box_header h2 a {
	text-decoration: none;
	color: inherit;
}
.box_header h2 span {
	background: transparent url('/images/homepage/border_top.png') top right repeat-x;
	display: block;
	margin-top: 0;
	padding-top: 0.4em;
	padding-left: 0.4em;
	width: 19.3em;
	height: 1.5em;	

}
.box_content {
	border-left: 0.15em solid #ccc;
	background: white url('/images/homepage/border_bottom.png') bottom left repeat-x;
	margin-top: -0.15em;
	width: 390px;
	padding-top: 0.2em;
	height: 158px;
	height: 9.91em;
}
.box_text {
	background: transparent url('/images/homepage/corner_bottom_left.png') bottom left no-repeat;
	height: 152px;
	margin-left: -0.187em; /*necessary for difference between Safari and FF*/
	width: 340px;
}
.box_text p {
	margin: 0.5em 0 0.5em 2em;
	font-size: 0.8em;
	color: #666;
}
.box_text ul {
	height: 140px;
	margin-top: 0.8em;
	margin-left: 3.5em;
}
.box_text ul li {
	font-size: 0.8em;
	padding-bottom: 0.2em;
	color: #666;
	line-height: 1.2em;
	list-style: disc;
}
/*image at the right of the box*/
.box_image {
	background: transparent url('/images/homepage/corner_bottom_right.png') bottom right no-repeat;
	float: right;
	margin-top: -173px;
	margin-right: -16px;
	height: 172px;
	width: 50px;
}
.box_image img {
	float: right;
	margin-right: 10px;
}
