*{
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size:10px;
	line-height: 150%
}

body{
	/*background-color:#cccccc;
	padding:50px;;*/
		/* dit is de achtergrond*/
	background-color: #FFFFFF;
	background-image: url(../images/Shadow.gif);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;	
	padding:50px;
}

div#container{
	position:absolute;
	width:900px;
	height:500px;
	margin-left:-450px;
	position: absolute;
	left:50%;
}

div.top_row{
	width:900px;
	background-color:#b2b2b2;
	height:50px;
	border:none;
}

div.top_title_row{
	border:none;
	width:900px;
	height:50px;
	background-color:white;
}

div.top_title_row img{
	border:none;
	height:50px;
}

div.top_row div.top_left{
	width:200px;
	height:50px;
	border:none;
	float:left;
	clear:none;
}

div.top_row div.top_left img{
	border:0px;
}

div.top_row div.menu_inactive{
	width:140px;
	padding:16px;
	float:left;
	text-align:center;
}

div.top_row div.menu_inactive a{
	text-decoration:none;
}

div.top_row div.menu_active{
	width: 140px;
	padding:16px;
	text-align:center;
	float:left;
}

div.top_row div.menu_active a{
	text-decoration:none;
}

div.content{
	clear:right;
	background-color:white;
	height:400px;
	width: 900px;
}

div.content div.left{
	display:block;
	width:200px;
	/*height:400px;*/
	float:left;
	clear:both;
	margin-right:80px;
}

div.content div.main{
	/*width: 700px;*/
	padding :30px 100px 30px 80px;
	/*border:solid black 1px;*/
}

div.content div.main a img{
	border-color: white;
}

div.content div.main a img:hover{
	border-color:#ff0101;
}


div.content a#link1{
	position:absolute;
	top:414px;
	left: 34px;
	text-decoration:none;
}

div.content a#link2{
	position:absolute;
	top:440px;
	left: 34px;
	text-decoration:none;
}

div.content div.main h2{
	padding:15px;
	padding-top: 5px;
	color:#ff0101;
	font-size:28px;
	font-weight:normal;
	/*border:solid black 1px;*/
}

div.content div.main p{
	padding: 7px 0px 7px 0px;
}

div.content div.main a img{
	float: none;
	margin: 17px 0px 7px 0px;
}

a:link,a:active,a:visited{
	color: white;
}

a:hover{
	color:#ff0101;
}

p a:link,p a:active,p a:visited{
	color: black;
}

p a:hover{
	color:#ff0101;
}



	



