html, body {
	height:100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
	color: #00285d;
	background-color: #f3f3f3;
}

#container {
	width: 900px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -18px;	
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

#top_main {
	width: 900px;
	height: 135px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top_back.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

#main_left {
	height: 278px;
	width:176px;
	float: left;
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_main {	
}


#footer {
	width: 900px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
}

a:link {
	color: #00285d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #00285d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #970201;
	text-decoration: none;
	font-weight: bold;
} 
a:active {
	color: #970201;
	text-decoration: none;
	font-weight: bold;
} 

a.menu:link {
	color: #e9e9e9;
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
}
a.menu:visited {
	color: #e9e9e9;
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
}
a.menu:hover {
	color: #970201;
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
} 

a.menu:active {
	color: #970201;
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
} 

a.menukaart:link {
	color: #00285d;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}
a.menukaart:visited {
	color: #00285d;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}
a.menukaart:hover {
	color: #970201;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
} 

a.menukaart:active {
	color: #970201;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
} 

a.design:link {
	color: #e9e9e9;
	text-decoration: none;
	font-size: 11px;
}
a.design:visited {
	color: #e9e9e9;
	text-decoration: none;
	font-size: 11px;
}
a.design:hover {
	color: #8e8e8e;
	text-decoration: none;
	font-size: 11px;
} 
a.design:active {
	color: #8e8e8e;
	text-decoration: none;
	font-size: 11px;
}

a.groeps:link {
	color: #00285d;
	text-decoration: underline;
	font-weight: bold;
}
a.groeps:visited {
	color: #00285d;
	text-decoration: underline;
	font-weight: bold;
}
a.groeps:hover {
	color: #970201;
	text-decoration: underline;
	font-weight: bold;
} 
a.groeps:active {
	color: #970201;
	text-decoration: underline;
	font-weight: bold;
} 

.menuline {
	font-weight: bold;
	color: #FFFFFF;
}

.standaardkop {
	font-size: 14px;
	font-weight: bold;
}

.rowlijn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #970201;
}