/* OPMAAK */
#site {
	margin: auto;
	width: 1024px;
	height: 1500px;
}
	
#top {
	width: 1024px;
	height: 110px;
	background-image: url(../layout/top.png);
}
#menu {
	width: 185px;
	height: 1390px;
	float:left;
	background-image: url(../layout/menu.png);
	margin:0px;
}
#knoppen {
	width: 185px;
	height: 730px;
	margin: 0px;
	text-decoration: none;
}

#login{
	float: left;
	margin-top: 620px;
	margin-left: 5px;
}
#kadergroot {
 	width: 839px; 
	height: 1390px;
	background-image: url(../layout/kadergroot.png);
	background-repeat: no-repeat;
	float:left;
}

#kadergroot a img{
	margin-right: 25px;
}

#nieuws{
	margin-top: 60px;
	margin-left: 50px;
	margin-bottom: 20px;
	width: 694px;
	height: 473px;
	background-image: url(../layout/tv.png);
	background-repeat: no-repeat;
	float: left;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;	
}

#nieuws ul li{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size: 14px;
	margin: 5px 0 5px 30px;
}

body{
	/*background-image: url(../layout/background.jpg);*/
	background-color: #FFF;
	margin: 0;
}
/* TEKST */

h1 {
	margin-left: 10px;
	margin-top: 10px;
	margin-right:10px;
 	font-family: Tahoma;
	font-size: 20px;
	font-weight: 200;
	color: #000000;
	text-decoration:none;
}

h2 {
	margin-left: 10px;
	margin-top: 10px;
	margin-right:10px;
 	font-family: Tahoma;
	font-size: 17px;
	font-weight: 200;
	color: #000000;
	text-decoration:none;
}

h3 {
	margin-left: 60px;
	margin-right:30px;
	margin-bottom: 30px;
	margin-top: 60px;
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}


p {
	margin-left: 10px;
	margin-right: 20px;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}

.nieuwe_lijn{
	clear: both;
}

ul {
	margin-left: 10px;
	margin-right:20px;
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;

}

li {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	list-style: square;
}

.vet_underline, #nieuws ul li .vet_underline {
	font-weight: bold;
	color: #FC0;
	text-decoration:  underline;
}

.vet{
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
}

.vet_underline_blauw{
	font-weight: bold;
	text-decoration: underline;
	color: darkblue;
}

.fuif{
	margin: 0 0 0 50px;
}

/* LINKS */
a:link {color: #000066}
a:visited {color: #000066}
a:hover {color: #ff9900}
a:active {color: #ff9900}

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