@import url(table.css);

/*
    Based on a layout on http://www.code-sucks.com	  
*/

* { padding: 0; margin: 0; }

body {
 	font-family:     "Palatino Linotype",	/* Windows */
    "URW Palladio L",		/* Unix+FontConfig (ugly!) */
    "palladio l",		/* Unix+X+FreeType */
    palatino,			/* MacOS */
    "book antiqua",		/* Win95 */
/* Fallback options */
    times,			/* Unix+X, MacOS */
    serif;
/* "Goudy Old Style" is vaguely like Palatino. */
 	font-size: 14px;
 	background-color: white;
 	background-image: url(../images/bg.jpg);
 	background-repeat: repeat-x;
	height: 100%;
	color: black;
}

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

#outer {
	margin: 0;
	padding: 0;
}

#wrapper { 
	display: block;	
 	margin: 0 auto; 
 	width: 850px; 
}

#navigation {
 padding: 0px;
 margin: 0px;
/* height: 53px;*/
 background-image: url(../images/navigatie.jpg);
 background-repeat: no-repeat;
 position: relative;
 z-index: 5000;
 background-color: white;
 display: none;
}

#header { 
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header01 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header02 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header03 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header04 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header05 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header06 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header07 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header08 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header09 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}
#header10 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header11 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#header12 {
 width: 850px;
 height: 117px;
 padding: 0px;
 margin: 0;
 background-image: url(../images/header-print.jpg);
 background-repeat: no-repeat;
}

#rightcolumn { 
 margin: 0px;
 padding: 0px;
 width: 850px;
}

#rightcolumn ul li {
	background: url(../images/bullet.jpg) no-repeat 0 5px;
	line-height: 1.3em;
	padding: 0px 0px 6px 32px;
}

#rightcolumn ol li {
	list-style-position: outside; 
	list-style-type: decimal-leading-zero;
	list-style: decimal-leading-zero;
	line-height: 1.3em;
	padding: 0px 0px 6px 0px;
	margin-left: 32px;
}

#leftcolumn { 
 margin: 0px;
 padding: 0px;
 width: 850px;
}

#leftcolumn ul li {
	background: url(../images/bullet.jpg) no-repeat 0 5px;
	line-height: 1.3em;
	padding: 0px 0px 6px 32px;
}

#leftcolumn ol li {
	list-style-position: outside; 
	list-style-type: decimal-leading-zero;
	list-style: decimal-leading-zero;
	line-height: 1.3em;
	padding: 0px 0px 6px 0px;
	margin-left: 32px;
}

#onecolumn { 
 float: left;
 margin: 0px;
 padding: 0px;
 padding-top: 10px;
 padding-right: 0px;
 width: 850px;
}

#onecolumn table ul li {
	background-image: none;
	line-height: 1.3em;
	padding: 0px 0px 6px 12px;
}

#onecolumn ul li {
	background: url(../images/bullet.jpg) no-repeat 0 5px;
	line-height: 1.3em;
	padding: 0px 0px 6px 32px;
}

#onecolumn ol li {
	list-style-position: outside; 
	list-style-type: decimal-leading-zero;
	list-style: decimal-leading-zero;
	line-height: 1.3em;
	padding: 0px 0px 6px 0px;
	margin-left: 32px;
}

#linkscolumn { 
 margin-left: 0px;
}

#indexcolumn {
 margin: 0px;
 padding: 0px;
 width: 850px;
}

#contentcolumn {
 margin: 0px;
 padding: 0px;
 width: 850px;
}

#contentcolumn ul li {
	background: url(../images/bullet.jpg) no-repeat 0 5px;
	line-height: 1.3em;
	padding: 0px 0px 6px 32px;
}

#footer { 
	display: none;
}

.clear { clear: both; background: none; }

p {
	padding: 0 0 8px 0;
	text-align: justify;
}

p.small {
	font-size: 0.8em;
	line-height: 16px;
}

a:link {
	text-decoration: none;
	color: #ae0042;
}

a:visited {
	text-decoration: none;
	color: #ae0042;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #666666;
}

a:active {
	text-decoration: none;
	color: white;		
	background-color: #666666;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding-bottom: 10px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h1 a {
	color: #fff;
}

.kleineletters {
	font-size: 10px;
}

.icon {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}


#mssHolder {
		width: 850px;
		height: 253px;
		display: none;
}

#flashcontent {
	width: 850px;
	height: 253px;
	background-image: url(../images/header-01.jpg);
	background-repeat: no-repeat;
	display: none;
}

div.search {
	background-color: #ae0042;
	margin-bottom: 6px;
	padding: 4px;
	color: white;
}

.img-right {
	float: right;
	padding-left: 20px;
}

.img-left {
	float: left;
	padding-left: 20px;
	padding: 4px;
	border: solid 1px silver;
	background: #ECECEC;
	max-width:100px;
	max-height: 200px;
	overflow: hidden;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 1px;
}
