@import url(reset.css);

html {
	text-align: center;
}


body {
	text-align: left;
	margin: 0 auto;
	position: relative; /* this way, body is containing element for absolutely positioned elements */
	width: 990px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

div#header {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
}

div.tools {
		background: transparent url(../images/stiplijnhor.gif) bottom left repeat-x;
}


div.logo {
	position: relative;
	top:-10px;
	left: 0;
	padding-bottom: 0.5em;
	}
	
div#langswitch {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.1em;
	color: #666;
	margin-top: 0.3em;
}

div#langswitch a:link,
div#langswitch a:visited
{
text-decoration: none;
font-weight : bold;
color: #666;
}
div#langswitch a:hover,
div#langswitch a:active
{
text-decoration: none;
font-weight : bold;
color: #333;
}

div#search {
	position: absolute;
	top: 0;
	right: 10em;
}
div#search input{
	font-size: 1em;
}


div#siteTitle {
	position: relative; 
	left: 0;
	top: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #004e7e;
	padding-left: 259px;
	width: 730px;
	background: transparent url(../images/stiplijnhor.gif) bottom left repeat-x;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.section {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 1em;
	background: transparent url(../images/stiplijnver226.gif) top left repeat-y;
	margin-bottom: 2em;
	display: block;
}


div#documentNavigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}

/*
  Normal navigation
*/

ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0 0.5em 0 0;
  border: none;
 /* background-color: #fff;*/  
  font-size: 1.2em;
}

li.navigation {
  margin: 0;
  padding: 0 0 0.5em 0;
  border: none;
}

li.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0;  
  border: none;
}

li.navigation ul li {
  padding:0 0 0.5em 2em;
  /*border-left: 0.5em solid #dfc;*/
}

/* IE6 fix for items moving off to the left (see issue DSY-408) */
* html li.navigation ul li {
  display: inline-block;
  margin: -0.3em 0;
}

/* Since the hover effect on li's doesn't work on IE6, underline hovered items instead. */
ul.navigation a:hover {
  text-decoration: underline;
}

/*li.navigation ul li:hover {
  border-left-color: #ceb;
}*/

.navigation a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

div.navseparator {
  border: none;
  border-top: 1px solid #693;
  height: 2px;
}

a.level1{
	color: #A41179;
}

a.level2,a.level3,a.level4{
	color: #666666;
}

a.active-navnode {
  font-weight: bold;
  /* IE for some reason bold doesn't show in font-size: 1em 
  Note: 2007/04/02 HL yes it does in IE6, but 1.1 gives more
  contrast aka better recognition
  */
}

a.navgroup {
  cursor: default;
}

a.navnode-open, a.navnode-closed {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 10px;
}

a.navnode-open {
  background-image: url("../images/navnode_open.gif");
  
}

a.navnode-closed {
  background-image: url("../images/navnode_closed.gif");
}





	
div#content {
	position: absolute;
	top: 0;
	left: 260px;
	width: 705px;
}

div#content h1 {
	font-size: 1.4em;
	color: #004e7e;
	font-weight: bold;
	padding: 0.5em 0;
}

div#content h1.daisy-document-name  {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0.5em 0;
}
div#content h2 {
	font-size: 1.2em;
	color: #004e7e;
	font-weight: bold;
	padding: 0.5em 2em;
}

div#content h3 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	font-style: italic;
	padding: 0.5em 0;
}

div#content p {
	font-size: 1.2em;
	color: #333;
	padding: 0.5em 0;
	line-height: 1.2em;
}

div#content em {
	font-style: italic;
}

div#content sup {
font-size: 0.8em;
}

div#content a {
	font-size: 1.0em;
}


div#content ul,
div#content ol {
	font-size: 1.2em;
	color: #333;
	margin-left: 3em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
div#content ul ul,
div#content ul ol,
div#content ol ul,
div#content ol ol{
	margin-left: 3em;
	font-size: 1.0em;
	padding-bottom : 0;
}

div#content ul li,
div#content ol li{
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

table.footnotes {
	padding: 2em 0 1em 0;
	background: transparent url(../images/stiplijnhor.gif) top left repeat-x;
}



div#content .footnotes {
	font-size: 1.0em;
	color: #999;
	line-height: 1.2em;
}

div#comment {
	padding: 2em 0 1em 0;
	float:left;
}
div#content .comment {
	font-size: 1.0em;
	color: #A41179;
	line-height: 1.2em;
	}
	
div#content .comment a:link,
div#content .comment a:visited
{
	font-size: 1.0em;
	color: #A41179;
	line-height: 1.2em;
	}
	
div#content .comment a:hover,
div#content .comment a:active
{
	font-size: 1.0em;
	color: #660B4A;
	line-height: 1.2em;
	}

/* specifieke CSS voor tables */

table {
	font-size: 1.2em;
	margin-bottom: 1em;
}

th {
	font-weight: bold;
}


table.belgifTable a:link,
table.belgifTable a:visited {
text-decoration: none;
color: #666666;
}

table.belgifTable a:hover
{
text-decoration: none;
color: #000;
}


table.softTable, table.stdTable, table.stdorgTable, table.belgifTable, table.domainTable, table.content { 
	color: #404040;
	width: 80%;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	margin-left : 1em;
	line-height: 1.4em;
}

table th,
table td  {
	vertical-align: top;
	text-align: left;
	padding : 0.2em 0.5em;
	} 


div#content table.stdTable th ,
div#content table.stdTable td ,
div#content table.softTable th ,
div#content table.softTable td,
div#content table.stdorgTable th ,
div#content table.stdorgTable td ,
div#content table.content td ,
div#content table.content th 

  {
	border: 1px #6699CC solid;
} 	



div#content table.domainTable th  ,
div#content table.domainTable td ,
div#content table.domainTable th p ,
div#content table.domainTable td p,
div#content table.stdTable th p ,
div#content table.stdTable td p,
div#content table.softTable th p ,
div#content table.softTable td p,
div#content table.stdorgTable th p ,
div#content table.stdorgTable td p,
div#content table.standardFieldTable th p ,
div#content table.standardFieldTable td p ,
div#content table.content td p 
{
	margin : 0;
	padding: 0;
	font-size: 1em;
	}
		
div#content table.content th p
{
	margin : 0;
	font-size: 1.1em;
	color: #004e7e;
	font-weight: bold;
	padding: 0.5em 2em;
	}

div#content table.domainTable th {
	border-bottom: 1px solid #6699CC;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-left: 1px #6699CC solid;
}
div#content table.domainTable td {
	padding-top: 0.5em;
	border-left: 1px #6699CC solid;
	padding-left: 1em;
	padding-right: 1em;
}

div#content table.domainTable td ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div#content table.domainTable td p {
	padding-bottom: 0.5em;
}
div#content table.domainTable td ul li{
margin-bottom: 0.5em;
padding: 0;
}	
table.stdorgTable, table.content th {
	text-align: center;
	font-weight: bold;
	} 
table.stdorgTable td {
	vertical-align: top;
	padding : 0.5em;
	padding-left: 3px;
	text-align: center;
	} 

table.standardFieldTable {
	margin-top : 1em;
	margin-bottom : 1em;
	margin-left : 1em;
}

.standardType {
	font-style: italic;
	text-align:center;
}

.standardFieldLabel {
	
	 color: #A41179;
	 width: 30%;
	 line-height: 1.2em;
}


.standardFieldValue {
	 font: bold;
	 color: #A41179;
	 width: 70%;
	 line-height: 1.2em;
}

div#content table.stdTable ul {
	margin: 0;
	padding: 0;
}
div#content table.stdTable ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

table.imageTable {
  border-spacing: 0em;
  border-collapse: collapse;
  font-size: small;
  margin-top: .3em;
  margin-bottom: .3em;
}


table.imageTable td
{ 
	font-style: italic;
		font-size: 0.9em;
text-align: center} 

table.belgifTable .firstcat { 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding : 0.5em;
	padding-left: 1.em;
} 

table.belgifTable .secondcat { 
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding : 0.5em;
	padding-left: 2em;
} 

table.belgifTable .belgifstd { 
	vertical-align: top;
	text-align: left;
	padding : 0.5em;
	padding-left: 2em;
} 

.tabCentered {
	text-align: center;
}

sup.modifiedState {
	/*font-weight: bold;*/
	color: #A41179;
	padding-left: 2em;
}

strong {
	font-weight: bold;
}

.textlanguage {
	font-weight:normal;
	padding-left: 5em;
	font-style:italic;
	color: #69C;
}

div.doclinks,
div#description ,
div#software ,
div#standards,
div#modified,
div#new {
	background: transparent url(../images/stiplijnhor.gif) top left repeat-x;
	padding-top: 1em;
	margin-top: 1em;
}

div#content ul.alfabetLinks {
	list-style: none;
}

div#content ul.alfabetLinks li{
	padding: 0.2em;
	display: inline;
	color: #ccc;
}

div#content ul.alfabetLinks li a:link,
div#content ul.alfabetLinks li a:visited,
div#content ul.alfabetLinks li a:hover {
	color: #A41179;
}


div#footer {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 3em;
	background: transparent url(../images/stiplijnhor.gif) top left repeat-x;
	padding-top: 1em;
	padding-left: 259px;
}
div#footer a:link,
div#footer a:visited
{
	font-size: 1.0em;
	color: #A41179;
	line-height: 1.2em;
	}
	
div#footer a:hover,
div#footer a:active
{
	font-size: 1.0em;
	color: #660B4A;
	line-height: 1.2em;
	}

p.newItem a,
div#content li.newItem a {
	padding-right: 16px;
	background: transparent url(../images/newdoc.gif) right center no-repeat;
}
p.modifiedItem a,
div#content li.modifiedItem a {
	padding-right: 16px;
	background: transparent url(../images/modified.gif)  right center no-repeat;
}

div#content p.newItem.legende {
	padding-left: 16px;
	background: transparent url(../images/newdoc.gif) left center no-repeat;
	font-style: italic;
	color: #999;
}

div#content p.modifiedItem.legende {
	padding-left: 16px;
	background: transparent url(../images/modified.gif) left center no-repeat;
	font-style: italic;
	color: #999;
}

/* --- specifieke CSS voor contactformulier --- */
form.contactForm {
	position: relative;
	top: 0;
	left: 0px;
	width: 705px;
	font-size: 1em;
	padding: 1em 0 ;
}

form.contactForm label {
	font-weight: bold;
	color: #660B4A;
}

form.contactForm span.verplicht {
	color: #999;
	font-size: 0.8em;
}

p.note{
  border: 1px solid gray;
  margin: 1.5em;
  /* left padding margin is in pixels because the text needs to come
     to the right of the background image */
  padding: .2em .2em .3em 20px;
  background-repeat: no-repeat;  
  background-attachment:fixed;
	min-height: 1.2em;
}

div#content p.note {
	padding-left: 20px;
	margin: 1.5em;
	background: transparent url(../images/newdoc.gif) left center no-repeat;
  background-position: 4px;
	font-style: italic;
	/*font-weight: bold;*/
	color: #222;
  
}

div#lastModified {
	padding: 2em 0em 1em 0;


}
div#content .lastModified {
	font-size: 1.0em;
	color: #999;
	line-height: 1.2em;
	font-style: italic;
	text-align:right
}



.clear_children,div#documentNavigation.cc_tallest, div#content.cc_tallest { position: relative; } /**/* html .clear_children { display: inline;}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

