/******* Structure *******/
html, body {
	height: 100%;
}

* { margin: 0; padding: 0; text-decoration: none;}
img {
	border: none;
}

body {
	background-color: #2B663E;
	font-family: Arial;
	font-size: 12px;
	color: #2B663E;
	text-align: center;
	background-image: url('../img/background_container.gif');
	background-repeat: repeat;
	background-position: center;
}

object { display: block; }

ul {
	list-style-position: inside;
}

.kopgroot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	font-size: 18px;
}

.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.standaard {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.standaard a:link {
	color: #000;
	text-decoration: none;}
.standaard a:visited {
	text-decoration: none;
	color: #000;}
.standaard a:hover {
	text-decoration: underline;
	color: #000;
}
.standaard a:active {
	text-decoration: none;
	color: #000;}
.standaard a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gedeelte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
.gedeelte a:link {
	color: #666;
	text-decoration: none;
}
.gedeelte a:visited {
	text-decoration: none;
	color: #000;
}
.gedeelte a:hover {
	text-decoration: underline;
	color: #000;
}
.gedeelte a:active {
	text-decoration: underline;
	color: #000;
}
.gedeelte a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

.knoppen a{
	display: block;
	text-decoration: none;
	font: bold 13px Verdana;
	color: #fff;
	width: 128px;
	height: 32px;
	float: left;
	display: inline;
	margin-right: 0px;
	background-image:url(../img/knoppen.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align:center;
	a:active color:#0000FF; 
	a:active background-image:url(../img/knoppenhover.png);
}

.knoppen a:hover{
	background-image:url(../img/knoppenhover.png);
	color: #275d37;
}

#container {
	/*position: relative;*/
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	margin: 0 auto -14px;
}

#headerwrapper {
	width: 100%;
	background-image: transparant;
	background-repeat: repeat-x;
	background-color: transparent;
	/*padding-bottom: 104px;*/
}

#header {
	height: 104px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 300px;
	height: 104px;
}

#menu {
	float: right;
	width: 675px;
	height: 32px;
	margin-top:72px;
}

#mainwrapper {
	width: 1000px;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.aanbodtitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

#main {
	float: left;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/background_container1.gif');
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

#links {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFC;
	width: 240px;
}

#rechts {
	float: left;
	margin-left: 20px;
	margin-top: 45px;
	background-color: transparent;
	width: 710px;
}

#push {
	height: 14px; /* moet dezelfde hoogte hebben als #footer */
}

#footer	{
/*	position: absolute;
	bottom: 0;*/
	width: 1000px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 12px;
	/*background-color: #2B663E;*/
	text-align: center;
}
