/*
/   master
/ 
/   Created by Joost Schuttelaar on 2006-08-10.
/
*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #7ec4d6;
	color: black;
	font-family: lucida sans unicode, lucida sans, sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 16pt;
	background-image: url(/images/bg_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

p {
	margin-bottom: 10pt;
}

a {
	color: #053a49;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	color: #492304;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10pt;
	line-height: 16pt;
}

h2 {
	color: #053a49;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10pt;
	line-height: 12pt;
}

td {
	vertical-align: top;
	color: black;
	font-family: lucida sans, lucida sans unicode, sans-serif;
	font-size: 10pt;
}

th {
	text-align: left;
	vertical-align: top;
	color: black;
	font-family: lucida sans, lucida sans unicode, sans-serif;
	font-size: 10pt;
}

#container {
	width: 780px;
	text-align: left;

	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #eef8fb;
	background-image: url(/images/top/1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	/*padding-top: 16px;*/
	height: 109px;
}

#menu {
	float: left;
	width: 168px;
	background-color: #eef8fb;
	background-image: url(/images/bg_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-bottom: 64px;
	padding-left: 16px;
	padding-right: 16px !important; /* ie7 + other browsers */
	/padding-right: 3px /* ie6 dirty fix */
}

#menu ul {
	margin-top: 0;
	margin-bottom: 32px;
}

#menu ul li {
	list-style-type: none;
}

#menu ul li a {
	text-decoration: none;
}

#menu ul li a:hover {
	padding-left: 8px;
}

#content {
	float: right;
	width: 548px;
	background-color: #eef8fb;
	background-image: url(/images/bg_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-bottom: 64px;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 300px;
}

#content ol {
	margin-left: 16px;
	margin-bottom: 10pt;
}

#content ul {
	margin-left: 16px;
	margin-bottom: 10pt;
}

#content ul li {
	list-style: disc;
}

#content .bijschrift {
	text-align: center;
	font-size: smaller;
}

#content div.blok_1 {
	background-color: #bce4ee;
	padding: 8px;
	margin-bottom: 10pt;
}

#content div.blok_2 {
	/*background-color: #a5f492;*/
	border: 1px solid #bce4ee;
	padding: 8px;
	margin-bottom: 10pt;
}

#content div.blok_3 {
	background-color: #ffba4d;
	padding: 8px;
	margin-bottom: 10pt;
}

#content div.blok_1 p {
	margin-top: 10pt;
}

#content div.blok_2 p {
	margin-top: 10pt;
}

#content div.blok_3 p {
	margin-top: 10pt;
}

#content table {
	width: 100%;
	margin-bottom: 10pt;
}

#content blockquote .quote {
	color: #7ec4d6;
	font-weight: bold;
}

#content blockquote {
	margin-left: 32px;
	margin-right: 32px;
}

/*#content blockquote {
	background-image: url(/images/close_quote.png);
 	background-repeat: no-repeat;
	background-position:  bottom right;
	margin: 0;
	margin-left: 16px;
	margin-right: 300px;
	padding-top: 6px;
}

#content blockquote:first-letter {
	background-image: url(/images/quote.png);
	padding: 10px 0px 2px 20px;
 	background-repeat: no-repeat;
}*/

#extra_content {
	float: right;
	width: 180px;
	margin-bottom: 32px;
	line-height: 14pt;
}

#extra_content h1 {
	padding-left: 16px;
}

#extra_content ul {
	border-top: 1px solid #053a49;
}

#extra_content ul li {
	border-bottom: 1px solid #053a49;
	background-color: #7ec4d6;
	padding: 8px;	
	list-style-type: none;
}

#extra_content ul li a {
	color: #053a49;
	text-decoration: none;
}

#extra_content ul li a:hover {
	text-decoration: underline;
}

#bottom_spacer {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 16px;
	height: 40px;
	width: 748px;
	color: #bde3ee;
	text-align: left;
}

#bottom_spacer a {
	color: #bde3ee;
}

sup.footnote {
	font-size: smaller;
	position: relative;
}

sup.footnote a:hover {
	/*background: none;*/
	border-bottom: 1px solid #7ec4d6;
}

sup.footnote a {
	/*background-color: #7ec4d6;*/
	text-decoration: none;
}

p.footnote {
	margin-bottom: 0;
}

acronym {
	border-bottom: 1px dotted #053a49;
}

table.form {
	margin-bottom: 16px;
}

table.form input.text {
	width: 460px;
}

table.form select {
	width: 460px;
}

table.form textarea {
	width: 460px;
	height: 300px;
	font-family: sans-serif;
	font-size: 9pt;
}

table.overzicht {
	width: 100%;
}

table.overzicht th {
	padding-right: 16px;
	border-bottom: 1px solid #053a49;
	color: #053a49;
}

table.overzicht td {
	padding-right: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 50%;
}

span.todo {
	color: black;
	background-color: yellow;
}

img.right {
	float: right;
	margin-left: 16px;
}

#content #presentationTabs {
	height: 30px;
	margin: 10px 0 30px 0;
}

#content #presentationTabs li{
	height: 24px;
	width: 200px;
	padding-top: 6px;
	margin-right: 10px;
	text-align: center;
	float: left;
	list-style-type: none;
	border: 1px solid #cce3e9;
  	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content #presentationTabs li.active{
	background: #7EC4D6;
	opacity: 0.8;
}

#content #presentationTabs li:hover{
	background: #7EC4D6;
	opacity: 0.8;
}

#content #presentationTabs li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.remover {
	padding: 10px 0;
}

.message {
	
}


