/* Opmaak Algemeen */

html {
	margin: 0;
	height: 100%;
}

body {
	background-color : #195ca6;
	background-image: url(/inc/img/bg.jpg);
	background-repeat: repeat-x;
	text-align : center;
	color:#000;
}

h1 {
	text-transform: uppercase;
	font-size: 155%;
}

h2 {
	font-size: 110%;
	margin: 0px;
	letter-spacing: 0px;
}

br { /* Oplossing IE BUG letterspacing */
	letter-spacing: 0px;
}

/* DIV opmaak */
#container {
	width: 910px;
	height: 600px;
	margin-right : auto;
	margin-left : auto;
	text-align : left;
}

#container #content {
	overflow: hidden;
	float: left;
	width : 640px;
	height: 600px;
	_height: 616px;
	background-color: #d5e04d;
	background-image: url(/inc/img/bg_content.jpg);
	background-position: 0 280px;
	background-repeat: no-repeat;
}

#container #content h1 {
	margin : 5px 0 10px 0px;
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 2px;
}

#container #content a {
	text-decoration: underline;
	color: #00529f;
}

#container #content a:hover {
	text-decoration: underline;
}


#container #content #flashbanner {
	margin: 18px 5px 0 17px;
}

#container #content #content_body {
	overflow: auto;
	width : 606px;
	height: 600px;
	margin-left: 17px;
	margin-top: 17px;
	color: #00529f;
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}

#container #content #content_body form table {
	margin-top: 30px;
	width: 605px;
}

#container #content #content_photo {
	width : 606px;
	height: 464px;
	margin-left: 17px;
	margin-top: 10px;
}

/* Forms */
.textbox {
	border: 1px solid #CCCCCC;
	display: block;
	float: right;
	height: 16px;
	width: 400px;
}

.textarea {
	border: 1px solid #CCCCCC;
	display: block;
	float: right;
	width: 400px;
}

/* PHOTO ALBUM */

#pagecontainer {
	position: static;
	padding: 0;
	margin: 0;
}

#pagecontainer a {
	color: #FFFFFF;
	text-decoration: none;
}

#pagecontainer a:hover {
	color: #00529f;
	text-decoration: none;
}

#viewport {
	position: relative;
	margin: 0;
	padding: 0;
	height: 96px;
	overflow: hidden;
}

#filmstrip {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

.placeholder {         
	overflow: hidden;
	float: left;
	cursor: pointer;
	text-align: center;
	border: 4px solid #fff;
	width: 112px;
	height: 83px;
	margin: 2px;
}

.placeholder img {
	padding: 0px;
	margin-left: -50px;
}

#navlinks, #viewport{
	float: left;
}

.navigatie a{
	height: 95px;
	background-color: #CCCCCC;
	margin: 0 0.5em;
	padding: 0 0.7em;
}

.navigatie a.selected {
	background-color: whitesmoke;
}

#paginanav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 1.2em;
	padding: 1;
	padding-bottom: 3;
	text-align:center;
} 

#paginanav a{
	color: #FFFFFF !important;
	padding: 0.1em 0.5em;
	text-decoration: none;
}

#paginanav a.currentpage {
	color: #FFFFFF;
	background-color: #00529f;
}

#paginanav span{
	border: 1px solid silver;
	background-color: transparent;
	padding: 0 0.2em;
	text-decoration: none;
}

#paginanav span.currentpage {
	background-color: silver;
}

span.label {
	float: left; width: 5em;
}   