html {
	height: 100%;
	}

div { 
	font-size: 12px; 
	color: #000000; 
	background-color: transparent;
	text-decoration: none; 
	font-family: Arial, verdana;	
	}

body {
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.content {
	border-left: 4px solid #C21630;
	border-right: 4px solid #C21630;
	background-repeat: repeat; 
	background-image:URL(images/page_bg.jpg);
	background-position: right top;	
	}

#container {
	width: 782px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-left: 4px solid #C21630;
	border-right: 4px solid #C21630;
	border-bottom: 2px solid #C21630;
	background-repeat: repeat; 
	background-image:URL(images/page_bg.jpg);
	background-position: right top;
	font-size: 8px;
	}
	
#menucontainer {
	position: relative;
	float: left;
	width: 782;
	padding-top: 2px;
	height: 20px;
	border-bottom: 2px solid #C21630;
	background-color: #ffffff;

	}

	#menu {
		position: relative;
		float: left;
		padding-left: 16px;
		}

	#adresbalk {
		position: relative;
		float: right;
		}

#content {
	position: relative;
	float: left;
	width: 782px;
	}

#content_left {
	position: relative;
	top: 10px;
	float: left;
	width: 155px;
	}
	
	
#content_main {
	position: relative;
	top: 10px;	
	float: right;
	width: 610px;
	border-left: 1px solid #6F7FB0;
	}	
	
#content_wide {
	position: relative;
	top: 10px;
	width: 780px;
	border-left: 1px solid #6F7FB0;
}

#page_titel { 
	background-color: #6F7FB0; 
	color: #ffffff; 
	}

.page_titel { 
	background-color: #6F7FB0; 
	color: #ffffff; 
	}	
	
	
td { font-family: Arial, non-serif;	font-size: 12px; color: #000000; text-decoration: none;}

.input { font-family: Arial; font-size: 12px; color: #000000; background-color: #ffffff; border: 1px solid #3E6DB3; margin: 2px; width: 150px; }

.button { font-family: Arial, non-serif;	font-size: 12px; color: #000000; border: 1px solid #3E6DB3; padding-left: 3px; padding-right:3px; padding-top: 1px; padding-bottom: 1px; width: 100px;}

.standard { font-family: Arial, non-serif;	font-size: 12px; color: #3E6DB3; }
.standard_titel { color: #BA2E39; font-size: 12px; font-weight: bold; }

a{font-size: 12px; color: #CA1331; text-decoration:underline; font-weight:bold;}
a:link { font-size: 12px; color: #CA1331; text-decoration:underline; font-weight:bold;}
a:active { font-size: 12px; color: #CA1331; text-decoration:underline; font-weight:bold;}
a:visited { font-size: 12px; color: #CA1331; text-decoration:underline; font-weight:bold;}
a:hover { font-size: 12px; color: #000000; text-decoration:underline; font-weight:bold;}

a.menu:link { font-size: 12px; color: #000000; text-decoration: none; font-weight:bold;}
a.menu:active { font-size: 12px; color: #000000; text-decoration: none; font-weight:bold;}
a.menu:visited { font-size: 12px; color: #000000; text-decoration: none; font-weight:bold;}
a.menu:hover { font-size: 12px; color: #CA1331; text-decoration: none; font-weight:bold;}

a.aanbod:link { font-size: 12px; color: #000000; text-decoration: none; font-weight:normal;}
a.aanbod:active { font-size: 12px; color: #000000; text-decoration: none; font-weight:normal;}
a.aanbod:visited { font-size: 12px; color: #000000; text-decoration: none; font-weight:normal;}
a.aanbod:hover { font-size: 12px; color: #CA1331; text-decoration: none; font-weight:normal;}

.aanbod_1 { background-color: #DFE1ED; }
.aanbod_2 { }

