@charset "utf-8";


html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #015680;
}

#container {
	min-height:100%;
	position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #015680;
	background-image: url(../pics/background.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	width: 800px;
	background-color: #015680;
	height: 150px;
	background-image: url(../pics/header_2012.png);
	background-repeat: no-repeat;
}
#body {
	padding-bottom:40px;   /* Height of the footer */
	width: 720px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#text {
	width: 650px;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	position:absolute;
	bottom:0px;
	width:800px;
	height:40px;
	background-color: #015680;
	background-image: url(../pics/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 9px;
}


* html #container { 
height:100%; 
}
#balk {
	height: 34px;
	width: 800px;
	background-color: #015680;
	background-image: url(../pics/background.png);
	background-repeat: repeat-y;
	background-position: center top;
}


#menu {
	height: 10px;
	background-color: #015680;
	background-image: url(../pics/background2.png);
	background-repeat: repeat-y;
	background-position: center;
	
}
#balk_boven {
	height: 10px;
	background-color: #015680;
	background-image: url(../pics/background2.png);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Century Gothic;
	color: #015680;
	font-size: small;
}
a:link {
	color: #17528A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #17528A;
}
a:hover {
	text-decoration: none;
	color: #8CB1DF;
}
a:active {
	text-decoration: none;
	color: #17528A;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #DA2A1E;
	margin: 0px;
	padding: 0px;
}

