body { 
	font-family: Arial, serif; 
	font-size: 11px;
	margin: 0px;
	color: #232323;
	background: url('../images/layout/background.jpg') repeat-x #95C0EA;
}

h1 {
	font-family: Monotype Corsiva;
	font-size: 25px;
	color: #B3081B;
}

img {
	text-decoration: none;
	border: 0px;
}

a {
	text-decoration: none;
}

table {
	font-family: Arial, serif; 
	font-size: 11px;
}


/* DIV  ALL*/

#container					{ position: absolute; margin-left: -500px; width: 1000px; left: 50%; top:0px; }

#header 					{ position: relative; width: 1000px; height: 434px; background: url('../images/layout/banner.jpg') no-repeat; }

#menu	 					{ position: relative; width: 1000px; height: 30px; margin-left: 350px; margin-top: 155px}

#keuzemenu					{ position: relative; width: 1000px; height: 30px; width: 200px; margin-left: 625px; margin-top: 205px}

#main						{ position: relative; width: 1000px; height: 439px; padding-left: 350px; padding-right: 150px; background: url('../images/layout/main_back.jpg') no-repeat;  }

#footer						{ position: relative; width: 892px; height: 89px; top: 0px; background: url('../images/layout/footer.png') no-repeat; }

#maintext					{ padding-left: 41px; width: 575px; height: 400px; padding-right: 5px; overflow: auto; padding-top: 10px; border-top: 1px dashed #B3081B; background: url('../images/layout/trans.png') repeat; }

#clear 						{ clear: both; }