* {
	padding: 0;
	margin: 0;
	
}

body, html {
	height: 100%;
	font-family: Verdana,Arial,sans-serif;
	color: #2A2A2A;
	line-height: 20px;
	background-color: #7E97B4;
	text-align: center;
	overflow: auto;
}

a {
	color: #314153;
	text-decoration: none;
}

a:link{
	color: #314153;
	text-decoration: none;
}

a.speciaal:visited {
	color: #435B74;
}
a:visited{
	color: #435B74;
}

a.speciaal:hover {
	color: #435B74;
	border-bottom: 1px dashed #435B74;
}

a:hover{
	color: #435B74;
}



h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2 {
 font-family: Georgia,Arial,sans-serif;
 font-size: 117%;
 margin: 0px;
 padding: 10px 0;
}

h3 {
 font-family: Georgia,Arial,sans-serif;
 font-size: 110%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4 {
 font-family: Georgia,Arial,sans-serif;
 font-size: 105%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

p {
	padding-top: 15px;
}


/*  Divs  */

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	visibility: visible;
	display: block;
}

#header {
	background: url(../images/banner.jpg) no-repeat;
	padding: 20px 0px 1px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: left;
}

#content {
	height: auto;
  	text-align: left;
	list-style-position: inside;
	padding-bottom: 20px; 
}


/* onderdelen */


#siteTitel {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
}


/* nav */

#nav{
	padding: 90px 0px 40px 15px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	word-spacing: 10px;
	text-align: center;
}

#nav img{
 display: block;
}

#nav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

div.picsnav {
	font-size: 75%;
	padding-top: 5px;
	
}

a.picsnav:link{
	color: #314153;
	text-decoration: none;
	font-size: 75%;
}

a.picsnav:visited {
	color: #435B74;
	font-size: 75%;
}

a.picsnav:hover {
	color: #435B74;
	border-bottom: 1px dashed #435B74;
	font-size: 75%;
}

a.current:link, a.current:hover, a.current:visited {
	color: #2A2A2A;
	font-size: 80%;
	text-decoration: none;
	cursor: default;
}

/* paginatitel */

#paginatitel{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	word-spacing: 10px;
	text-align: center;
}

/* breadcrumb */

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

/* SimpleViewergerief*/

#flashcontent {
		height: 410px;
		width: 100%;
}

div.simpleviewer {
	width: 100%;
}

/*.tekst */

.tekst{
	padding: 10px 10px;
	font-size: 80%;
	height: auto;
}

.tekstcenter{
	text-align: center;
	padding: 10px 10px;
	font-size: 80%;
	height: auto;
}


.imgleft {
	float: left;
	padding: 10px 10px 0px 0px;
	clear: both;
}

.imgright {
	float: right;
	padding: 10px 0px 0px 10px;
	clear: both;
}

/*footer*/

#footer{
	position: absolute;
	bottom: 0;
	left:0;
	height: 30px;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	margin-top: 5px;
}

footerSV {
	position: relative;
	height: 30px;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	margin-top: 5px;
	}