@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#CCCCCC;
}
body,
html {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#F15A24;
}
a:hover {
	text-decoration:underline;
}
h1,
h2,
h3 {
	font-weight:normal;
}
#mainContainer {
	position:relative;
	width:1015px;
	margin:0 auto;
}
#headerContainer {
	position:relative;
	width:1015px;
	height:155px;
	background:url(../images/headerContainer.png) no-repeat top left;
}
#logo {
	position:absolute;
	top:5px;
	left:70px;
}
#info {
	position:absolute;
	top:27px;
	right:28px;
	width:390px;
	height:155px;
	padding:0 0 0 20px;
	background:url(../images/infoBackground.jpg) no-repeat top left;
}
#gegevens,
#search {
	float:left;
}
#search form {
	padding:0;
	margin:0;
}
#gegevens {
	position:relative;
	width:162px;
	top:20px;
}
#search {
	position:relative;
	width:208px;
	top:20px;
}
#hrefs {
	position:relative;
	width:340px;
	top:25px;
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
}
#search img {
	border:none;
	vertical-align:middle;
}
.arrow {
	background:url(../images/arrowBlue.png) no-repeat top right;
	text-decoration:none;
	font-size:13px;
	color:#000;
	display:block;
	width:85px;
	height:18px;
	line-height:18px;
}
.tellFriend {
	background:url(../images/tellFriend.jpg) no-repeat top left;
	height:24px;
	padding:0 10px 0 20px;
	display:block;
	float:left;
	
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:20px;
}
.rss {
	background:url(../images/rss.jpg) no-repeat top left;
	height:24px;
	padding:0 10px 0 25px;
	display:block;
	float:left;
	
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:20px;
}
.linkedin {
	background:url(../images/linkedin.jpg) no-repeat top left;
	height:24px;
	padding:0 10px 0 25px;
	display:block;
	float:left;
	
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:20px;
}
.twitter {
	background:url(../images/twitter.jpg) no-repeat top left;
	height:24px;
	width:56px;
	padding:0 10px 0 24px;
	display:block;
	float:left;
	
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:20px;
}
.email {
	background:url(../images/emailButton.png) no-repeat top left;
	width:51px;
	height:17px;
	padding:5px 0 0 22px;
	display:block;
	line-height:17px;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
.newsLetter {
	background:url(../images/newsLetter.png) no-repeat top right;
	
	height:16px;
	display:block;
	text-decoration:none;
	color:#F15A24;
	font-size:12px;
	line-height:24px;
	margin:5px 0 0;
}
#search input,
#search select {
	outline:none;
	margin:0 0 5px;
	padding:0;
	border:1px solid #000;
	background:#fff;
	font-size:10px;
	color:#666666;
}
#search input {
	padding:2px 0 0 3px;
	width:137px;
	height:15px;
}
#search select {
	width:142px;
	height:19px;
}
#search .searchField,
#search .searchArrow {
	position:relative; 
	float:left;
}
#search .searchArrow {
	margin:0 0 0 5px;
}
#menuContainer {
	position:relative;
	width:1015px;
	height:180px;
	background:url(../images/backgroundBlue.png) repeat-y top left;
}
#menu {
	position:relative;
	top:0;
	left:27px;
	width:815px;
	font-family:"Segoe UI", Arial, Verdana;
	font-size:13px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	width:190px;
	height:51px;
	margin:0 0 0 40px;
	float:left;
	list-style-type:none;
	background:url(../images/menuLiBackground.jpg) no-repeat top left;
}
#menu a {
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:0 15px 0 3px;
	width:172px;
	height:50px;
	line-height:55px;
}
#menu a:hover {
	color:#F15A24;
}

#menu a.activePage {
	color:#F15A24;
}

.contentContainerBackground {
	position:absolute;
	top:0;
	left:0;
	width:1015px;
	height:100%;
}
#contentContainer {
	position:relative;
	width:1015px;
	background:url(../images/backgroundWhite.png) repeat-y left top;
}
#contentLeft,
#contentRight {
	position:relative;
	float:left;
	padding:30px 0;
}
#contentLeft {
	width:229px;
	left:71px;
}
#contentRight {
	width:666px;
	left:71px;
}
#submenu {
	position:relative;
	padding:0 0 20px;
	font-family:"Segoe UI", Arial, Verdana;
}
#submenu h2 {
	font-size:14px;
	color:#1a1a1a;
}
#submenu ul {
	margin:0;
	padding:0;
}
#submenu li {
	list-style-type:none;
	width:179px;
	height:32px;
	line-height:29px;
	padding:0 0 0 10px;
}
#submenu a {
	width:189px;
	height:32px;
	display:block;
	text-decoration:none;
	font-family:"Segoe UI", Arial, Verdana;
	font-size:13px;
	color:#26405E;
}
#submenu a:hover {
	color:#F15A24;
}

#submenu a.activePage {
	color:#F15A24;
}

.submenuWhite {
	background:url(../images/submenuBackgroundGray.jpg) no-repeat top left;
}
#submenu li.submenuGray {
	background:url(../images/submenuBackgroundWhite.jpg) no-repeat top left;
	padding:0 0 0 20px;
}
.contact {
	background:url(../images/contactButton.jpg) no-repeat top left;
	width:76px;
	height:26px;
}
.contact a {
	width:76px;
	height:26px;
	text-decoration:none;
	color:#FFF;
	display:block;
	line-height:26px;
	font-size:14px;
	text-align:center;
}
.image {
	padding:30px 0 0;
	position:relative;
}
.image img {
	border:2px solid #002147;
}
.banner {
	position:relative;
}
.banner img {
	border:2px solid #002147;
}
.content,
.newsContainer {
	float:left;
	position:relative;
}
h1 {
	font-size:16px;
	color:#1a1a1a;
}
.content {
	width:435px;
	padding:0 20px 0 0;
	font-family:"Segoe UI", Arial, Verdana;
	font-size:13px;
	color:#333333;
}
.newsContainer {
	width:190px;
	font-family:"Segoe UI", Arial, Verdana;
	font-size:13px;
	color:#333333;
}
.news h1 {
	font-size:16px;
	color:#1a1a1a;
}
.news{
	position:relative;
	padding:0 0 12px;
}
.newsHref {
	position:absolute;
	bottom:0;
	left:0;
	width:182px;
	height:13px;
	background:url(../images/newsHref.jpg) no-repeat top left;
}
.newsHref a {
	text-decoration:none;
	color:#002147;
	line-height:8px;
}
.newsHref a:hover {
	color:#F15A24;
}
#sitemap {
	position:relative;
	width:940px;
	padding:0 0 0 75px;
	background:url(../images/backgroundBlue.png) repeat-y top left;
}
.sitemap {
	float:left;
	margin:0 20px 0 0;
}
.sitemap ul {
	margin:15px 0 0;
	padding:0;
}
.sitemap li {
	list-style-type:none;
}
.sitemap a {
	color:#999999;
	text-decoration:none;
	font-size:11px;
}
.sitemap .head {
	color:#FFF;
	font-size:12px;
}
#footer {
	position:relative;
	width:1015px;
	height:48px;
	background:url(../images/footerBackground.png) no-repeat top left;
}
#copyright {
	position:relative;
	width:400px;
	margin:0 auto 20px;
	text-align:center;
	color:#4d4d4d;
}
#copyright h1 {
	margin:0 0 2px;
	padding:0;
}
.urlBig {
	
	font-size:23px;
}
.copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.breaker {
	clear:both;
}