/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/companies.css";

/* ---------- */

#sidecolHeader {
	height:105px;
}
#contentHeader {
	position: relative;
	height: 255px;
	background: url(../images/header.gif) right bottom no-repeat;
}
a#headerUrl {
	position: absolute;
	right: 110px;
	top: 220px;
	width: 265px;
	height: 30px;
	text-decoration: none;
}
#home #contentHeader {
	height: 336px;
	background: url(../images/header_homepage.gif) right bottom no-repeat;
}
#home a#headerUrl {
	display: none;
}

#outerContent #contentHeader ul#languageNav {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	height: 40px;
	margin: 0;
	padding: 10px 0 0 12px;
}
#outerContent #contentHeader ul#languageNav li {
	margin: 0 9px 0 0;
	padding: 0;
	float: left;
	line-height: 16px;
	list-style: none;
}
#outerContent #contentHeader ul#languageNav li.first {
	margin-right: 15px;
}

#footer #logos {
	position: absolute;
	right: 40px;
	top: 30px;
}
#footer #logos span {
	float: left;
}
#footer #logos img {
	margin-left: 30px;
	float: left;
}

#footerImage {
	position: absolute;
	left: 35px;
	bottom: 0px;
	width: 117px;
	height: 225px;
	background: url(../images/footer_1.gif) left top no-repeat;
}
#home #footerImage {
	background: url(../images/footer_homepage.gif) left top no-repeat;
}

/* nieuwsitem op sidecol */
#sidecol .newsItem {
	margin: 0 0 10px 0;
	padding: 14px 3px 18px 22px;
	border: 1px solid #F0F0F2;
}
#sidecol .newsItem h3 {
	margin: 0;
	padding: 10px 0 1px 0;
}
#sidecol .newsItem .date,
#sidecol .newsItem .teaser {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#sidecol .newsItem .date {
	color: #999999;
	display: block;
	padding: 1px 0 3px 0;
}

