@charset "utf-8";

/* CSS Document */



html, body { 

height: 100%; 

margin: 0; 

padding: 0; 

background-color: #010101;

color: #FFF;

background-image:url(../../img/interface/mdf_background.jpg);

}



p {

	font-family: "Courier New", Courier, monospace;

	font-size: 12px;

	text-align: left;

	} 



h1 {

	font-family: "Courier New", Courier, monospace;

	font-size: 16px;

	font-weight: bold;

	color: #F05502;

	}

	

a {

	font-family: "Courier New", Courier, monospace;

	font-size: 12px;

	font-weight: bold;

	color: #F05502;

	}

	

b {

	font-family: "Courier New", Courier, monospace;

	font-size: 14px;

	font-weight: bold;

	color: #000000;

	}



div.container {

	margin: 0 auto;

	height: 100%;

	width: 100%;

	overflow: hidden;

	background-color: #FFFFFF;

	}

	

div.logo {

	margin-left: 20px;

	margin-right: 20px;

	float: left;

	margin: 0;

	height: 183px;

	width: 250px;

	background-color: #FFFFFF;

	background-image: url(../images/error_pages/logo.gif);

	background-repeat: no-repeat;

	}

	

div.links {

	clear: left;

	float: left;

	height: 500px;

	width: 250px;

	margin-left: 20px;

	}

	

div.menu {

	clear: left;

	float: left;

	width: 250px;

	padding-left: 38px;

	}



div.rechts {

	float: left;

	height: 100%;

	width: 650px;

	}

	

div.letop {

	margin-top: 21px;

	float: right;

	height: 52px;

	width: 405px;

	}

	

div.content {

	padding-top: 45px;

	float: left;

	height: 500px;

	width: 650px;

	overflow: auto;

	}



/* mailing pagina */

	

div.tabel {

	margin-left: 30px;

	float: left;

	}

	

#nieuwsbrief {

	margin-left: 30px;

	margin-top: 159px;

	float: left;

	}

	

#nieuwscontent {

	margin-left: 30px;

	float: left;

	clear: both;

	}

	

#htmllinks {

	overflow: hidden;

	float: left;

	width: 500px;

	height: 450px;

	}



#textrechts {

	overflow: hidden;

	float: left;

	margin-left: 10px;

	margin-top: 10px;

	width: 500px;

	height: 450px;

	}



#submitmail {

	clear: both;

	}

	

.style1 {

	font-family: "Courier New", Courier, monospace;

	color: #F05502;

	font-weight: bold;

}



.nomargin p {

	margin-bottom: 0px;

}