html, body, table {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 110%;
	color: #000;
	background: #f3fbff;
}

form {
   margin:0;
   padding:0;
}

/* BEGIN CSS VOOR LAYOUT */
#container {
	margin: 0px auto;
	margin-bottom: 20px;
	width: 760px;
	background: url("../images/container.gif") repeat-y top left;
}

#top {
	width: 760px;
	height: 125px;
	background: url("../images/top.gif") no-repeat top left;
}

#logo {
	float: left;
	width: 85px;
	height: 85px;
	margin: 18px 0 0 17px;
	display: inline;
}

#rotator {
	/* background: url("../images/top/rid.php?pic=random") no-repeat; */
	/* background: url("../images/rotator.gif") no-repeat; */
	width: 450px;
	height: 60px;
	float: right;
	margin: 15px 11px 0 0;
}

#menubar {
	margin: 0;
	padding: 0;
	font-size: 11px;
	background: url("../images/menubar.gif") no-repeat top left;
	width: 760px;
	height: 25px;
}

#menubar img {
	margin: -8px 10px 0 10px;
}

#menubar img.home {
	margin-left: 20px;
}

#breadcrumbs {
	height: 14px;
	padding: 0 20px 0 20px;
	font-size:70%;
	/* color:#00074c; */
	margin: -6px 0 4px 0;
}

p.breadcrumbs {
	color: #00074c;
}

span.breadcrumbs {
	color: #710808;
}

a.breadcrumb, a.breadcrumb:visited {	
	color: #00074c;
	text-decoration: underline;
	font-weight: normal;
}

a.breadcrumb:hover, a.breadcrumb:active {
	color: #710808;
}

#menu {
	float: left;
	display: inline;
	margin: 0 0 20px 11px;
	width: 200px;
	font-size: 70%;
	line-height: 120%;
	color: #710808;
}

#menu_content {
	padding: 0px 0px 0px 20px;
	background: #f0f8fe url("../images/menu_bg.gif") repeat-y top left;
}

#menu_top {
	background: url("../images/menu_top.gif") no-repeat top left;
	height: 14px;
	width: 200px;
}

#menu_bottom {
	background: url("../images/menu_bottom.gif") no-repeat top left;
	height: 14px;
	width: 200px;
}

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

li.level2 {
	background: url("../images/bullet_menu.gif") top left no-repeat;
	background-position: 4px 8px;	
	margin-left: -20px;
	padding: 4px 0 0 16px;
}

li.level2:hover, li.level2:active, li.level3:hover, li.level3:active, li.level4:hover, li.level4:active {
	background: #ebf5fa;
}

li.level2:hover, li.level2:active {
	background: #ebf5fa url("../images/bullet_menu.gif") top left no-repeat;
	background-position: 4px 8px;	
}

li.level3{
	padding-left: 24px;
	margin-left: -20px;
}

li.level4 {
	padding-left: 31px;
	margin-left: -20px;
}

#content {
	float: right;
	display: inline;
	width: 480px;
	margin: 0 24px 20px 0;
	padding: 0;
	font-size: 80%;
	text-align: justify;
}

#footer {
	height: 30px;
	width: 760px;
	background: url("../images/footer.gif") no-repeat top left;
	margin: 0;
}

p.footer {
	text-align: center;
	font-size: 70%;
	padding-top: 10px;
}

img {
    border: none;
}
/* EINDE CSS VOOR LAYOUT */


/* TEKST OPMAAK EN LINKS */


p {
    margin:0;
    padding:0 0 0 0px;
    margin-bottom: 0px;
}

p.leesmeer {
	margin: 14px 0 0 0;
}

.paragraph {
	margin: 0;
}

.below {
	line-height: 10px;
}

h2.content {
	font-size: 16px;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	color: #00074c;
	border-bottom: 1px solid;
	text-align: left;
}

h3 {
	color: #000;
	font-size: 11px;
	text-align: left;
}

a, a:visited {
    color: #710808;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #00074c;
    text-decoration: underline;
}

a.menu, a.menu:visited {
	color: #710808;
	text-decoration: none;
}


/* VANAF HIER OUDE MEUK */
hr {
	color: #710808;
	background-color: #710808;
	height:1px;
	border:none;
	margin: 12px 0 12p 0;
}

.errors {
	color:#f00;
	margin: 0 0 10px 8px;
	padding: 4px;
	border: 1px solid #f00;
}

td.correct {
    color: #0c0;
}

input, textarea, select {
	border:1px solid #710808;	
	font-size: 11px;
}

fieldset {
	padding:10px;
	border:none;
	position: relative;
	margin-top:1em;
	padding-top:.75em;
	border:#710808 solid 1px;
	}
	
fieldset table tr td {
	vertical-align:top;
}

textarea.nwrptext {
	height: 400px;
	width: 450px;
}

ul.index {
	text-align: left;
}
