/* CSS Document */
*{
	padding:0;
	margin:0;
}

html, body {
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #fff;
}

.logo-positioner{
  position: absolute;
  top: 0px;
  left: 50%;        
  width: 1px;
  height: 1px;
  z-index: 100;
  overflow: visible;
}
.positioner{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;        
  width: 1px;
  overflow: visible;
}
.container{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 940px;
	left: -470px;
}
.logo {
	position: absolute;
	left: -470px; /* relative to positioner, not to container */
	top: 20px;
	z-index: 3;
}


.topbar, .topbar-vervolg {
	position: absolute; 
	top: 55px; 
	left: 0px;
	width: 100%; 
	height: 283px;
	overflow: hidden;
	background-color: #FFF;
}        
.topbar-vervolg {
	height: 218px;
}

.bottombar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px; /*Hoogte van bottombar div*/
	overflow: hidden;        
	/*background-color: #fff;*/
	/*background-image : url('back_bottombar.gif');*/
	/*background-repeat : repeat;*/
	/*background-position : top;*/
}  

.bottombar A {
  text-decoration: none;
  color: #FFF;
}

.bottomright {
	bottom: 0px;
	right: 0px;
	text-align: right;
}
.bottomright a {
	font-size: 75%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.innertube{
	margin:10px 40px 50px 40px
}






body,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background-repeat: repeat-x;
}
.swoosh {
	background-repeat: repeat-x;
	background-position: center top;
	height: 165px;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

.content{
	position: absolute;
	top: 338px; /*Hoogte van topbar div plus eventuele toppositie van topbar*/
	bottom: 40px; /*Hoogte van topbar bottombar div*/
	left: 0px;
	width: 100%;
	overflow: auto;
}
.content-vervolg{
	position: absolute;
	top: 273px; /*Hoogte van topbar div plus eventuele toppositie van topbar*/
	bottom: 40px; /*Hoogte van topbar bottombar div*/
	left: 0px;
	width: 100%;
	overflow: auto;
}
.centerdiv {
	position:absolute;
	width: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0px;

}
h2 {
	font-size: 115%;
	letter-spacing: 1px;
	line-height: 150%;
}
h3{
	font-size: 115%;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 4px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}
input {
	width: 170px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #000000;
	width: 170px;
	margin-bottom: 5px;
}
.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}


.fotos {
	height: 205px;
	overflow: hidden;
}
DIV.topbar-vervolg .fotos {
	height: 140px;
}

.nav {
	padding: 12px 40px 15px 40px;
}
.nav a {
	color: #000;
	text-decoration: none;
	margin-left: 118px;
	font-weight: bold;
}
.nav a:hover {
	color: #FFF;
}

.nav .current {
	color: #FFF;
}

.kleurkeuze {
	text-align: right;
	background-repeat: no-repeat;
	background-position: right top;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #FFF;
}
.footer {
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	vertical-align: bottom;
	height: 25px;
}
DIV.footer DIV.padding {
  padding: 5px 0 0 20px;
}

.footer span {
	margin: 0px 20px;
}
