body {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	font-size: 16px;
}

a img {
	border: 0;
}

body {
	background: #007DC5 url(../images/bg.gif) center 0 no-repeat;
}

h1, .home #main>h2:first-child {
	margin: 0 0 12px;
	font-size: 18px;
}

h2, div.date {
	font-size: 14px;
	margin: 0 0 11px;
}

a {
	color: #037DC6;
	text-decoration: underline;
}

a:hover {
	color: #BF2B41;
	text-decoration: none;
}

table, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	position: relative;
	width: 804px;
	margin: 8px auto 0;
	padding-top: 182px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 802px;
	padding-top: 20px;
	border: 1px solid #fff;
	border-bottom: none;
	font-size: 28px;
	color: #fff;
	height: 161px;
}

#header img {
	vertical-align: bottom;
}

#header span {
	color: #FF7101;
	margin-left: 15px;
}

#header_subtitle {
	margin: 25px -1px 0;
	border-bottom: 1px solid #037DC6;
}

#header_subtitle, .home h1 {
	background: #fff;
	height: 57px;
	padding: 10px 0 0 23px;
	font-size: 32px;
}

#menu {
	background: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: -1px;
	top: 147px;
	left: -1px;
	border: 1px solid #037DC6;
	border-width: 1px 0;
	height: 32px;
	font-size: 14px;
}

#menu>li {
	border-left: 1px solid #037DC6;
	float: left;
	width: 160px;
	line-height: 32px;
}

#menu>li:first-child {
	border: none;
}

#menu>li>a {
	display: block;
	/*padding-left: 15px;*/
	text-align: center;
}

#menu>li.selected>a {
	background-color: #E5F2FA;
	font-weight: bold;
	color: #037DC6;
}

#menu>li:hover>a {
	background-color: #BF2B41;
	color: #fff;
}

#menu>li>a, h1, h2, #header_subtitle {
	color: #BF2B41;
}

#menu a, #newsticker a {
	text-decoration: none;
}

#content, #right_header, #main {
	color: #037DC6;
}

#content {
	padding: 262px 23px 23px;
	overflow: hidden;
	background: #fff url(../images/header.jpg) 23px 23px no-repeat;
}

#plaatjes {
	overflow: hidden;
	margin-bottom: 15px;
}

#plaatjes img, #plaatjes div {
	float: right;
}

#plaatjes img:first-child {
	float: left;
}

#newsticker {
	background: #037DC6 url(../images/icon_twitterbird.png) 10px center no-repeat;
	margin-bottom: 15px;
	color: #fff;
	padding: 6px 15px 6px 45px;
	font-size: 14px;
	line-height: 17px;
	min-height: 34px;
}

#newsticker ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#newsticker a {
	color: #fff;
}

#wrapper>h1 {
	display: none;
}

.home #wrapper>h1 {
	display: block;
}

/*
.home h1 {
	margin: -121px -20px 0;
	height: 111px;
	font-weight: normal;
}
*/

.home h1 {
	position: absolute;
	top: 81px;
	right: 0;
	left: 0;
	margin: 0;
	font-weight: normal;
}

.home #header_subtitle {
	display: none;
}

#main, #right, #right_header {
	font-size: 12px;
	line-height: 17px;
}

#main {
	padding: 0 0 20px;
	overflow: hidden;
}

.withright #main {
	float: left;
	width: 477px;
}

#right, #right_header {
	float: right;
	border: 1px solid #037DC6;
	padding: 5px 15px;
	width: 228px;
}

#right_header {
	height: 209px;
}

#right_header>h2:first-child {
	margin-top: 10px;
}

#right_header, #right_button {
	position: absolute;
	top: 205px;
	right: 23px;
}

#social {
	position: absolute;
	/*bottom: 23px;
	left: 23px;*/
	top: 105px;
	right: 23px;
	z-index:1;
}

#social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

#social li {
	float: left;
}

#social a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

#social .twitter {
	background: url(../images/icon_twitter.png);
}

#social .facebook {
	background: url(../images/icon_facebook.png);
}

#social .linkedin {
	background: url(../images/icon_linkedin.png);
}

div.date {
	margin: -11px 0 11px;
}

