body {
	margin: 0;
	padding: 30px 0;
	font: 76% tahoma,verdana,sans-serif;
	/*background:#00295A url('/media/img/bodybg.png') repeat-x fixed;*/
	background-color: #004094;
	color: #000;
}

#thetop {
	margin:0;
}

#container {
	width:720px;
	margin:0 auto;
	padding:20px 20px 0 20px;
	background:#fff url('/media/img/contbg.png') no-repeat;
	color:#000;
}

a {
	font-weight:bold;
	text-decoration: none;
	background-color:inherit;
	color:#008;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

p{
    margin: 0 0 15px 0;
	line-height:1.5em;
}

#main p, #menu p{
	padding:0 0 0 10px;
}

#logo {
	float:left;
	width:180px;
	margin-top: 4px;
}

#hoofdtitel h1 {
	text-align: center;
	color: #000080;
	font-size:2.6em;
	margin-top: 0.5em;
	line-height:1.5em;
	font-weight:bold;
        border:4px solid #EF7B18;
	margin-left: 180px;
}

#titel h1 {
	text-align: center;
	color: #000080;
	font-size:2.6em;
	margin-top: 0.3em;
	line-height:1.5em;
	font-weight:bold;
	border:4px solid #EF7B18;
	margin-left: 8px;
}

div.titel {
	font-size:1.6em;
}

#main {
	float:right;
	width:530px;
	margin-left:20px;
	padding:0;
}

#menu {
	width:155px;
	float:left;
	margin-top:125px;
	font-size:1em;
	line-height:1.3em;
}

#menu ul {
	list-style:none;
	width:150px;
	margin:0 0 20px 0;
	padding:0;
}

#menu li {
	margin-bottom:5px;
}

#menu li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	_height: 20px;
	padding:6px 0 6px 10px;
	background:#eee url('/media/img/gradient1.png') repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #000080;
}

#menu li a.kinderpagina, #menu li a.kinderpagina:hover {
	background:#fff none;
	display:block;
	border:0px;
	padding:6px 0 6px 4px;
}

#menu li a:hover, #menu li a.current {
	background:#fff url('/media/img/gradient2.png') repeat-x;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #EF7B18;
}

#menu ul ul {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:135px;
}

#menu ul ul a {
	height:16px;
	margin:0;
	padding:4px 0 0 8px;
}


#footer {
	margin:0 auto 20px auto;
	width:760px;
	background:#fff url('/media/img/footerbg.png') bottom left no-repeat;
	padding:0 0 5px 0;
	font-size:0.9em;
	color:#888;
	text-align:center;
}

h1,h2,h3,h4 {
	margin:0 0 10px 0;
	font-weight:normal;
}

h1{
    font-size:2.8em;
}

h2{
	font-size:1.4em;
	display:block;
	margin:30px 0 10px 0;
	padding:3px 0 5px 8px;
	background:#eee url('/media/img/gradient2.png') repeat-x;
	color:#000;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:4px solid #EF7B18;
	text-decoration:none;
}

h3 {
	margin:20px 0 8px 0;
	font-size:1.4em;
}

h4 {
	margin:10px 0 5px 0;
	font-size:1.2em;
}

li {
	line-height: 1.4em;
}


.clear {
	clear:both;
	margin:0;
	padding:0;
}

.right {
	text-align:right;
}

.internallink {
	font-size:0.9em;
	text-align:center;
	padding-bottom: 110px;
}

.block {
	padding:20px;
	background:#eee;
	color:#222;
	border:2px solid #ddd;
}

.credit {
	color:#888;
	background-color:inherit;
}

.hide {
    display:none;
}

.center {
    text-align: center;
}

.left { text-align: left}
.right { text-align: right}
.floatl {float:left;}
.floatr {float:right;}
.marginr { margin-right: 20px; }
.marginl { margin-left: 20px; }

table.tableborder {border-collapse: collapse }
.tableborder th { padding: 3px; border: 1px solid #808080}
.tableborder td {padding: 3px; border: 1px solid #808080}
table.thtop th { text-align: left; vertical-align: top; padding-top: 4px }

