html, body {
	background-image: url(background_drcontrol.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-color: #ffffff;
	color: #000000;
	height:100%;
}


div#main_container {
		margin:0 auto;
		text-align:left;
		width:1000px;
		clear:left;
}

div#DRcontrol_logo {
width: 1000px;
height: 113px;
float:left;
}

div#menu {
width: 1000px;
height: 42px;
float:left;
}

div#foto_drcontrol_links {
margin-top: 13px;
width: 490px;
height: 200px;
float:left;
}

div#vlak_drcontrol_links {
margin-top: 13px;
margin-left: 20px;
width: 235px;
height: 200px;
float:left;
}

div#vlak_drcontrol_rechts {
margin-top: 13px;
margin-left: 20px;
width: 235px;
height: 200px;
float:left;
}

div#inhoud_drcontrol {
margin-top: 13px;
width: 994px;
float:left;
border:3px solid #000000;
}

div#onder_drcontrol_links {
padding-top: 5px;
padding-left: 10px;
margin-top: 13px;
width: 640px;
height: 55px;
float:left;
background-color: #57d000;
color: #ffffff;
font-size: 14px;
}

div#onder_drcontrol_rechts_1 {
padding-top: 5px;
margin-top: 13px;
width: 150px;
height: 55px;
float:left;
background-color: #57d000;
color: #ffffff;
font-size: 14px;
}

div#onder_drcontrol_rechts_2 {
padding-top: 5px;
margin-top: 13px;
width: 200px;
height: 55px;
float:left;
background-color: #57d000;
color: #ffffff;
font-size: 14px;
}

h1 {
font-size: 16px;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
}

h2 {
font-size: 24px;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
}

p {
margin-top: 20px;
font-size: 14px;
margin-left: 20px;
margin-right: 20px;
}

A:link  {
 	
	text-decoration : none;
	color : #ffffff;
	font-family :Arial, Times;
}

A:visited  {

	text-decoration : none;
	color : #ffffff;
	font-family :Arial, Times;
}

A:active  {
	
	text-decoration : none;
	color : #ffffff;
	font-family :Arial, Times;
}

A:hover  {

	text-decoration : underline;
	color : #ffffff;
	font-family :Arial, Times;
}	



