/* Algemeen */
html,body { background-color: #aad5f1; margin: 0; font-family: Arial, Helvetica, sans-serif; }
img { border: 0; }
/* css voor de website */
#container { width: 950px; height: auto; margin: auto; }
#header { background-image: url(../images/header.jpg); width: 950px; height: 157px; }
#menu { width: 950px; height: 45px; }
#menu-shadow { background-image: url(../images/shadow-repeat.jpg); width: 950px; height: 5px; }
#content {
	background-image: url(../images/content-repeat.jpg);
	width: 950px;
	height: auto;
	min-height: 800px;
}
#footer { width: 950px; text-align: center; padding-top: 2px; padding-bottom: 2px; color: #FFFFFF; font-size: 10px; }
#text {
	font-size: 11px;
	color: #1a6fb6;
	padding-left: 40px;
	padding-top:  5px;
	padding-right: 40px;
	padding-bottom: 5px;
} /* hier kleur van content text wijzigen */ 
/* css voor de splash pagina */
#splash_afb { background-image: url(../images/splash_afb.jpg); width: 950px; height: 607px; }
#splash_bottom { background-image: url(../images/splash_bottom.jpg); width: 661px; height: 43px; float: left; }
/* links */
a { outline: none; color: #be0080; text-decoration: none; }
/* andere */ 
.button { float: left; }
.clear { clear: both; }
