body {			font-family			: arial, helvetica, sans-serif;
				margin				: 0px;
				padding				: 0px;
				background-image	: url(gradient_bkg.jpg);
				background-repeat	: repeat-x;
				background-color	: #fcd607;				
}
				
#container {
				width				: 980px;
				margin-left			: auto;
				margin-right		: auto;
				margin-top			: 5px;

}


#kop {
				height						: 180px;
				width						: 980px;
				text-align					: right;
			/*	background-image			: url(kop.gif);
				background-repeat			: no-repeat;       */
}
		
				
#nieuws {		width						: 200px;
				float						: left;
				background-image:url(bg_nieuws.gif);
				background-repeat:no-repeat;
}

#menu {			width						: 765px;
				height						: 30px;
 				float						: right;
				margin-top					: -10px;		
}

#content_foto {
				width						: 765px;
				float						: right;
}


#content {
				padding						: 5px;
				color						: #000000;
				width						: 600px;
				float						: left;
				background-color			: #FBF2CD;
}

#foto {
				width						: 148px;
				float						: right;
}


#footer {
					width					: 978px;
					clear					: both;
					background-image		: url(footer.gif);
					background-repeat		: no-repeat;
					height					: 40px;
					padding					: 1px;	
}


.img {				margin-left				: 3px;
}



/* ---------------- TEKST ----------------- */




p {
					font-size			: 90%;
					color				: #000000;
}

a:link, 
a:active, 
a:hover, 
a:visited {
					color				: #000000;
}

li {
					font-size			: 90%;
					color				: #000000;
}

h1 {
					font-size			: 120%;
					font-weight			: bold;
					color				: #FF0000;
					border-bottom-width	: 2px;
					border-bottom-style	: dotted;
					border-bottom-color	: #000000;
					padding				: 5px;
}

h2 {
					text-align			: left;
					font-size			: 100%;
					font-weight			: normal;
					color				: #FFFFFF;
}

h3 {
					padding-left		: 2px;
					text-align			: left;
					font-size			: 85%;
					font-style			: italic;
}

#nieuws a:link {
					color				: #006600;					
					text-decoration		: none;
					padding				: 4px;
}
					
#nieuws a:hover, a:active {
					color				: #FF0000;					
					text-decoration		: none;
}

#nieuws a:visited {
					color				: #006600;					
					text-decoration		: none;
					padding				: 4px;
}