/* OPMAAK */
#site {
	margin: auto;
	width: 800px;
	height: 600px;
}
#top {
	width: 750px;
	height: 218px;
	background-image: url(../layout/top.png);
}
#menu {
	width: 163px;
	height: 782px;
	float:left;
	background-image: url(../layout/menu.png);
}
#knoppen {
	width: 163px;
	height:500px;
	margin-top:50px;
	margin-bottom: 100px;
	text-decoration: none;
}
#kader {
 	width: 587px; 
	height: 635px;
	background-image: url(../layout/kader.png);
	background-repeat: no-repeat;
	float:left;
}
#kadergroot {
 	width: 587px; 
	height: 1500px;
	background-image: url(../layout/kadergroot.png);
	background-repeat: no-repeat;
	float:left;
}
#kaderlinks {
 	width: 587px; 
	height: 1000px;
	background-image: url(../layout/kaderlinks.png);
	background-repeat: no-repeat;
	float:left;
}

body{
background-color: #041944;
}
/* TEKST */

h1 {
	margin-left: 0px;
	margin-right:0p;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
p {
	margin-left: 0px;
	margin-right:0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
/* LINKS */
a:link {color: #CCCCCC}
a:visited {color: #CCCCCC}
a:hover {color: #000000}
a:active {color: #CCCCCC}

/* TABEL */
table.one {
table-layout: automatic
}

