body {
	background-color: #000000;
	background-image: url(../images/achtergrondTop.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-position: center top;
	text-align:center;
}


.black_overlay{

            display: none;

            position: absolute;

            top: 0%;

            left: 0%;

            width: 100%;

            height: 100%;

            background-color: black;

            z-index:1001;

            -moz-opacity: 0.8;

            opacity:.80;

            filter: alpha(opacity=80);

        }

        .white_content {

            display: none;

            position: absolute;

            top: 25%;

            left: 25%;

           width: 600;

            height: 400;

            padding: 16px;

            border: 16px solid black;

            background-color: white;

            z-index:1002;

            overflow: auto;

        }

#container{
	position:relative;
	width:980px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	clear:both;
	top:70px;
	z-index:0;
}
#flashContainer{
	position:relative;
	width:960px;
	height:430px;
	margin-left:10px;
	z-index:0;
	}
#inhoudContainer{
	position:relative;
	width:960px;
	margin-left:10px;
	margin-top:10px;
	}
#linkerContainer{
	position:relative;
	float:left;
	width:210px;
	}
	
#navigatie {
	width:210px;
	height:450px;
	background-image:url(../images/agNav.gif);
	background-repeat:no-repeat;
	background-position:top;
	/*padding-left:10px;*/
	padding-top:10px;
	}

#navigatie ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#rechterContainer{
	position:relative;
	float:right;
	width:740px;
	}
#nieuwsTicker{
	width:210px;
	margin-top:15px;
	}
#tekstContainer{
	position:relative;
	float:left;
	width:485px;
	background-color:#CCCCCC;
	}
#tekstInput{
	position:relative;
	width:455px;
	margin-left:10px;
	margin-top:10px;
	}
#tekstBottom{
	position:relative;
	width:485px;
	height:50px;
	background-image:url(../images/agTekst.gif);
	}
#fotoContainer{
	position:relative;
	float:right;
	width:245px;
	}
#fotoVlak{
	position:relative;
	width:245px;
	height:245px;
	margin-bottom:10px;
	}
#spacer{
	height:2px;
	clear:both;
}
#adres{
	position:relative;
	float:right;
	margin-bottom:5px;
	background-color:#000000;
	clear:both;
	}
#achtergrondBottom{
	position:relative;
	height:100px;
	background-image:url(../images/agBottom.gif);
	}
#footerLinks{
	position:relative;
	float:left;
	margin-top:30px;
	}
#footerRechts{
	position:relative;
	float:right;
	margin-top:30px;
	}