/* Href styles	*/
a:link {
  color: #0085C2;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #0085C2;
  text-decoration: none;
  font-weight: bold;
}

a:hover {color: #FF5C00; }


/* positioning of logos */
#logo {
	position: absolute;
	left: 8px;
	top: 4px;
}

#subsitelogo {
	position: absolute;
	left: 4px;
	top: 75px;
	width: 115px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFB8B4;
	background-color: #1040AC;
	text-align: center;
}


/* background for topmenu */
td.topmenu {
	background-image: url( images/header.jpg );
	background-repeat: no-repeat;
}

td.toprepeat {
	background-image: url( images/header_repeat.png );
	background-repeat: repeat-x;
}

div.topmenu {
  position: absolute;
  left: 160px;
  top: 120px;
  font-size: 18pt;
}

div.topItem {
  float: left;
  margin-left: 18pt;
}

a.topItem {
	text-decoration: none;
	font-size: 12pt;
}

/* quick search in left menu */
#quicksearch {
	position: absolute;
	left: 20px;
	top: 110px;
	width: 160px;
}

.qsbutton {
	position: relative;
	left: 0px;
	top: 0px;
}

input.zoek {
	width: 116px;
	font-size: 8pt;
}


/* left menu */
td.menuleft {
	background-image: url( images/lm_repeat.png );
	background-repeat: repeat-y;
	background-color: #FFB6A7; /* #EB651C; */
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

#subsiteheader {
	position: absolute;
	left: 0px;
	top: 130px;
}

#subsitefooter {
	position: absolute;
	left: 0px;
	top: 536px;
}

menu.left {
  padding-left: 0;
  margin-left: 0;
	position: absolute;
	left: 10px;
	top: 150px;
	width: 155px;
}

.lmitem {
  padding-left: 0;
  margin-bottom: 10pt;
  list-style-type: none;
  font-size: 10pt;
}

.submenu {
  list-style-type: circle;
  list-style-position: outside;
  margin-top: -6pt;
  margin-bottom: 10pt;
  font-size: 9pt;
}

a.lmitem {
 font-family: Verdana, sans-serif;
 color: white;
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}

#activeMenu {
  color: #006898;
}

a.lmitem:visited {
 font-family: Verdana, sans-serif;
 color: white;
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}

a.lmitem:hover {
  color: #006898;
}


/* Common styles */
body {
	font-family: Verdana, sans-serif;
	color: black;
	background-color: white;
	font-size: 11pt;
	margin-bottom: 3pt;
	margin: 0;
	margin-left: 0;
}

body.print {
	font-family: Times, serif;
	top: 30px;
	left: 30px;
	color: black;
	background-color: white;
	font-size: 10pt;
}

h1 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-align: left;
	vertical-align: bottom;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding-top: 1pt;
}

h4 {
	font-size: 11pt;
	font-style: italic;
	color: black;
	padding-top: 1pt;
}

h5 {
	font-size: 11pt;
	color: black;
	padding-top: 1pt;
	margin-left: 10pt;
}

h6 {
	font-size: 11pt;
	color: black;
	padding-top: 1pt;
	text-indent: 16pt;
}

blockquote {
	font-style: italic;
}

td {
	font-style: normal;
	margin-top: -20pt;
	color: black;
	font-size: 10pt;

}

th {
	font-style: normal;
	font-weight: bold;
	margin-top: -20pt;
	color: black;
	font-size: 10pt;
	text-align: left;
}

.moveabit {
	margin-top: 5px;
}

p {
	top: 0;
	left: 0;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 3pt;
}

hr {
	font-size: 1pt;
	vertical-align: text-bottom;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	border-bottom: 1px solid #FF5C00;;
}

pre {
	font-family: Courier New, monospace;
	font-size: 10pt;
	font-style: normal;
	color: black;
	font-weight: normal;
}

ul {
	color: black;
	font-size: 10pt;
}

ol {
	color: black;
	font-size: 10pt;
}

li {
	color: black;
	font-size: 10pt;
}

strong {
	font-weight: bold;
	font-style: normal;
	color: #0085C2;
}

small {
	font-size: smaller;
	color: #7E7E7E;
	font-style: normal;
}

.verysmall {
	font-size: x-small;
	color: black;
	font-style: normal;
}

.verybig {
	font-size: x-large;
	color: black;
	font-style: normal;
}

.big {
	font-size: larger;
}


/* form stuff */
td.Form {
	background-color: white;
	color: #0085C2;
}

form {
	top: 0;
	left: 0;
	font-size: 10pt;
	color: black;
}

input	{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: black;
}

textarea	{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: black;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: black;
}

option {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: black;
}

.FormTitle {
	font-size: 11pt;
	font-weight: bold;
	color: #0085C2;
}

.FormField {
	font-size: 9pt;
	text-align: left;
	padding-left: 20px;
	color: black;
	background-color: #FBCA8E;
}

.FormLabel {
	color: black;
	background-color: #FBCA8E;
	font-weight: bold;
	padding: 3px;
}

.Error {
	color: red;
	font-weight: bold;
}

.normalbutton {
	font-size: 10pt;
	vertical-align: middle;
}

.bigbutton {
	font-size: 15pt;
	vertical-align: middle;
}

.smallfield {
	width: 100px;
}

.mediumfield {
	width: 200px;
}

.largefield {
	width: 500px;
}

input.bg {
	background-color: #FDFDF3;
}


/* misc stuff */
.item {
	color: black;
	font-size: 9pt;
	margin-left: 0pt;
	margin-bottom: -15pt;
	float: left;
}

/*
.highlight {
	font-size: 9pt;
	font-weight: bold;
	color: red;
}
*/

.OriginalMessage {
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

.oddrow {
	background-color: #97C5F5;
}

.evenrow {
}


/* Photo related */
td.photolistColumn {
	background-image: url( images/balkrechts.png);
	background-repeat: repeat-y;
}

.photolist {
}

.photoheader {
	font-size: 8pt;
	color: #0085C2;
	background-color: #FDFDF3;
}

td.filmstripleft {
	background-image: url( images/filmleft.jpg );
	background-repeat: repeat-y;
	text-align: left;
}

td.filmstripright {
	background-image: url( images/filmright.jpg );
	background-repeat: repeat-y;
	text-align: left;
}


/* Styles for content part */
td.contents {
	background-color: white;
	padding-top: 30px;
}

.formcontents {
	background-color: white;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 40px;
}

td.list {
	background-color: #D4D5DB;
	background-image: url( images/balkrechts.png);
	background-repeat: repeat-y;
	text-align: left;
}

td.detail {
	text-align: left;
	padding-top: 40px;
}

.detailcontents {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 30px;
}


/* Styles for links page */
.portaltable {
	background-color: #E7E7E7;
}

.portalcategory {
	background-color: #70ACE4;
	color: #053977;
	font-weight: bold;
}

.portalitem {
	font-size: 10pt;
}


/* 'Item' styles */
.Flexfield {
	font-size: 8pt;
	font-weight: normal;
	color: black;
	margin-bottom: -10pt;
}

.OverviewFlexfield{
	font-size: 8pt;
	font-weight: normal;
	color: #757577;
	margin-bottom: -10pt;
}

.Flexfieldlist {
	font-size: 8pt;
	font-weight: normal;
	color: #757577;
	margin-bottom: -10pt;
}

.Itembodytitle {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #0085C2;
	vertical-align: bottom;
}

.Itembody {
	font-size: 10pt;
	color: black;
}

td.div {
	background-image: url( images/div.gif );
	background-repeat: repeat-x;
}

.Itemreaction {
	font-size: 9pt;
	font-weight: normal;
	color: #757577;
	text-align: left;
}

.VoegToe {
	font-size: 8pt;
	color: #0000A0;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}


/* Overview styles */
td.Overviewheader {
	font-size: 10pt;
	font-style: normal;
	color: #FF5C00;
	font-weight: normal;
}

td.Overviewcategory {
	font-size: 9pt;
	font-weight: normal;
	color: #FF5C00;
	text-align: right;
}

.Overviewsubject {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #0085C2;
}

td.Overviewdate {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #757577;
	text-align: right;
}

td.Overviewsummary {
	font-size: 9pt;
	font-weight: normal;
	color: black;
	text-align: left;
}


/* 'List' styles */
.listheader {
	font-size: 10pt;
	color: #0085C2;
}

a.listtitle:link {
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

a.listtitle:visited {
	font-size: 9pt;
	font-weight: bold;
	color: #757577;
}

a.listtitle:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #FF5C00;
}

.listdate {
	font-size: 8pt;
	text-align: left;
}

.listempty {
	font-size: 2px;
	color: #757577;
	text-align: left;
}

a.highlight {
	font-size: 9pt;
	font-weight: bold;
	color: #FF5C00;
}


/* Sitemapstyles */
a.sitemaptext:link {
	font-size: 8pt;
	color: #0085C2;
	text-decoration: none;
}

a.sitemaptext:visited {
	font-size: 8pt;
	color: #0085C2;
	text-decoration: none;
}

a.sitemaptext:active {
	font-size: 8pt;
	color: #0085C2;
	text-decoration: none;
}

.sitemapknopl {
	font-size: 10pt;
	font-weight: bold;
	background-color: #ABCBDB;
	text-align: right;
}

.sitemapknopr {
	font-size: 10pt;
	font-weight: bold;
	color: #0085C2;
	background-color: #ABCBDB;
	text-align: left;
}

.sitemaptable {
	background-color: #e7e7e7;
	border-color: #a1a1a1;
}

