* {
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%; /* Required */
	padding:0;
	margin:0 auto;
	height: 100%;
	min-height: 100%;

	height: 700px;
	min-height: 700px;
}

body  {	font-family: Universe, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #000000;
}



h1 {
	font-size: 194%;
}

h2 {
	font-size: 167%;
}


h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
	padding-bottom: 15px;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #1777B1;
}

a:hover {
	text-decoration: none;
	color: #1777B1;
}

img {
	border: none;
}


#content img {
	border: 1px solid #014284;
}

#content img.spacer-gif {
	border: 0px solid white;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}


/* Header */

#header {
	width: 900px;

/*	width: 780px;	*/

	height: 231px;
	position: relative;
	left: -4px;
	margin: 0 auto;
	background: #FFFFFF url(../img/img02_blauw_wit.png) no-repeat;
	background-position: bottom;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;

}

#viewport {
  margin: 0 auto;
  width: 896px;

/*  width: 776px; */

  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */


  background: url(../img/bg.png);
  background-position: bottom;

  background-repeat: no-repeat;

  border-left: 150px solid #014284;
  border-right: 150px solid #014284;
  padding: 15px;

}



/* Logo */

#logo {
	height: 190px;
}

#logo h1, #logo h2 {
	text-align: center;
	padding-bottom: 0px;

}

#logo h1 {
	padding-top: 30px;
	font-weight: bold;
	font-size: 350%;
	font-size: 60px;
	margin-bottom: -20px;

}

#logo h2 {
	font-size: 143%;
	font-size: 24px;
	font-weight: bold;

}

/* Menu */

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 115%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Page */


#page {
	width: 772px;
	margin: 0 auto;
	padding: 10px 0;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

/* Content */

#content {
	float: left;
	margin-left: 36px;
	width: 700px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}


.contenttable td {
	padding: 0px;
	margin: 0px;
}

.contenttable p {
	padding: 0px;
}

.clearer {
	clear: both;
}

/* Footer */


#footer {
	width: 900px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}



#footer a {
	color: #FFFFFF;
}
