@charset "utf-8";
/* CSS Document */

/*
Colors :
donker blauw 	:  #002860
oranje 			:  #F78F1E  ( #EC602E orig )
grijs : 
*/

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
a {
	color: #F78F1E;
	text-decoration: none;
}
a.more {
	font-style: italic;
}
.orange { 
	color: #F78F1E;
}
.blue {
	color: #002860;
}
#container {
	width: 933px;
}
#header {
	width: inherit;
	height: 126px;
	border-bottom: 1px solid black;
}
#content {
	margin: 28px 0 0 115px;
}

h1,h2,h3,.article_title, span.Title {
	font-size: 14px;
	line-height: 26px;
	color: #F78F1E;
	font-weight: bold;
}
h2,
h3.ankeiler {
	color: #002860;
	margin-bottom: 10px;
}
h3 {
	line-height: 18px;
	margin: 0;
}
div.clear {
	clear: both;
}
.padding {
	padding-right: 22px;
}
/* NAVIGATION */
#navigation_main {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 115px;
	background-color: #002860;
	width: 818px; /* 933 - 115 */

}
#navigation_main li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid white;
	position: relative;

}
#navigation_main ul {
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	background-color: #F78F1E;
	width: auto;
	padding : 0;
	z-index: 9;
}
#navigation_main a {
	display: block;
	float: left;
	color: white;
	width: 113px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}
#navigation_main a:hover,
#navigation_main li:hover a,
#navigation_main li.selected a {
	color: 	#F78F1E;
}
#navigation_main li:hover ul {
	display: block;
}
#navigation_main ul li {
	display: block;
	border-bottom: 1px solid white;
	border-right: none;
	padding: 0 8px;
	min-width: 97px; /* 113 - 2*8 */
	width: auto;
	float: none;
}
#navigation_main ul li:last-child {
	border: none;
} 
#navigation_main li ul a {
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	text-align: left;
}
#navigation_main li:hover ul a,
#navigation_main li.selected ul  a /* temp */ {
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	color: black;
	text-align: left;

}
#navigation_main li:hover ul a:hover {
	color: white;
}

#navigation_meta {
	margin: 0;
	padding: 0;
	margin-left: 40px;
}
#navigation_meta li {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
}
#navigation_meta a {
	color: black;
	text-decoration: none;
}

#crumblepath, 
#crumblepath li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#crumblepath {
	position: absolute;
	margin-left: 115px;
	margin-top: 36px;
}
/* HEADER */
#header div {
	height: 70px;
}
#header .home {
	display: block;
	float: left;
	margin-right: 114px;
	height: 70px;
}
#header div div {
	float: left;
	width: 144px;
	padding-top: 18px;
	height: auto;
}
#header form {
	margin-left: 40px;
	display: block;
}
#header input {
	border: 1px solid black;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	height: 16px;
	width: 170px;
}

/* CONTENT */
.w40 { 	width: 285px; }
.w60 {	width: 440px; }
.w50 {	width: 362px; }
.w100 {	width: 725px; }
.w40, .w50, .w60, .w100 {
	float: left;
}
.w50 h2,
.w60 h2 {
	margin-left: 168px;
}

.introduction {
	width: 260px;
}
.introduction h1 {
	color: white;
	position: absolute;
	width: 240px;
	margin: 10px;
}
.article img {
	margin-bottom: 10px;
}
.introduction p {
	margin: 0;
	padding: 0;
}

.newsitem,
.newsintro,
.w60 .article {
	margin-bottom: 16px;
	height: auto;
	padding-left: 170px;	
}
.newsitem_image {
	float: left;
	width: 140px; /* 162 - 22 */
	min-height: 100px;
	text-align: right;
	margin-right: 22px;
	margin-left: -170px;
}
.newsitem_image img {
	/*border: 1px solid black;*/	
}

.newsitem,
.peopleitem {
	padding-left: 362px;	
}
.newsitem .newsitem_image,
.peopleitem .newsitem_image {
	margin-left: -362px;
}
.newscontainer div.clear {
	clear: both;
}
.newsitem .newsitem_image,
.peopleitem .newsitem_image {
	width: 340px; /* 362 - 22 */
}
.w100 table.overview 		{	width: 725px; }
.w100 table.overview td 	{	width: 362px; }

.newsitem form .submit {
	background-color: #F78F1E;
	border: 1px solid #002860;
	color: white;
	padding: 4px 14px;
	font-weight: bold;
	font-size: 11px;
	margin-left: 270px;
}
/* people */
.peopleitem h1 {
	color: #002860;	
}
.people_intro {
	min-height: 155px;
}
.people_intro_image {
	width: 90px;
	height: 90px;
}
.people_intro_image img {
	border: 1px solid black;
}

.recordTable {
	margin: 20px;
}
.recordTable th {
	text-align: left;
}
.recordTable tr td:first-child {
	width: 70px;	
}
.recordTable a,
.recordTable a:visited {
	color: #F78F1E;
}
/* CMS COMPENSATION */
#cmsInline_preview_2 {
	min-height: 50px;	
}
