body,td,th {
	font-family: 				Verdana;
	font-size: 					12px;
	color: 						#000000;
}
body {
	margin-left: 				0px;
	margin-top: 				0px;
	margin-right: 				0px;
	margin-bottom: 				0px;
	background-color:			#c0e2b5;
}
a:link {
	color: 						#663399;
	text-decoration:			underline;
}
a:visited {
	color: 						#663399;
	text-decoration:			underline;
}
a:hover {
	color: 						#ffffff;
	text-decoration:			underline;
}
a:active {
	color: 						#ffffff;
	text-decoration:			underline;
}

/* MENU */
h2 {
	font-size: 					12px;
	color: 						#fff9bf;
	background-color:			#ff9900;
	padding:					3px;
	margin-bottom: 				0px;
	margin-top:					0px;
}
a:link.menu {
	color: 						#d78357;
	text-decoration:			none;
	width:						100%;
	padding:					3px;
	padding-left:				18px;
	border-left:				4px Solid #FFF9BF;
}
a:visited.menu {
	color: 						#d78357;
	text-decoration:			none;
	width:						100%;
	padding:					3px;
	padding-left:				18px;
	border-left:				4px Solid #FFF9BF;
}
a:hover.menu {
	color: 						#d78357;
	text-decoration:			none;
	background-color:			#ffc977;
	width:						100%;
	padding:					3px;
	padding-left:				18px;
	border-left:				4px Solid #F33C33;
}
a:active.menu {
	color: 						#d78357;
	text-decoration:			none;
	background-color:			#ffc977;
	width:						100%;
	padding:					3px;
	padding-left:				18px;
	border-left:				4px Solid #F33C33;
}

/* WINKELGROEPEN */
a:link.winkels {
	color: 						#006732;
	text-decoration:			none;
	font-weight:				bold;
}
a:visited.winkels {
	color: 						#006732;
	text-decoration:			none;
	font-weight:				bold;
}
a:hover.winkels {
	color: 						#ffffff;
	text-decoration:			none;
	font-weight:				bold;
}
a:active.winkels {
	color: 						#ffffff;
	text-decoration:			none;
	font-weight:				bold;
}
/* WINKELGROEP_ACTIVE */
a:link.winkels_active {
	color: 						#ffffff;
	text-decoration:			none;
	font-weight:				bold;
}
a:visited.winkels_active {
	color: 						#ffffff;
	text-decoration:			none;
	font-weight:				bold;
}
a:hover.winkels_active {
	color: 						#ffffff;
	text-decoration:			none;
	font-weight:				bold;
}
a:active.winkels_active {
	color: 						#ffffff;
	text-decoration:			none;
	font-weight:				bold;
}

/* MAIN */
.main {
	border-left:				1px Solid #666666;
	border-right:				1px Solid #666666;
}
.text {
	width: 						854;
	height:						100%;
	border:						none;
	overflow: 					auto;
	padding:					20px;
	padding-left:				60px;
}
.text3 {
	width: 						1000;
	height:						100%;
	border:						none;
	overflow: 					auto;
}
h1 {
	font-size: 					16px;
	color: 						#FFFFFF;
	margin-bottom: 				0px;
	margin-top:					0px;
}
h3 {
	font-size: 					14px;
	color: 						#006600;
	margin-bottom: 				2px;
	margin-top:					20px;
}
h4 {
	font-size: 					14px;
	color: 						#ffffff;
	margin-bottom: 				0px;
	margin-top:					0px;
}
.subtitle {
	padding-left:				40px;
	color: 						#ffffff;
	font-style:					italic;
}
li {
	list-style-type:			none;
	font-size:					11px;
	color: 						#663399;
}

input, textarea, select {
	background-color: 			#FFFFFF;
	border: 					1px solid #000000;
	color: 						#000000;
	font-size: 					12px;
}

/* ## ## ## ## ## ## ## CMS ## ## ## ## ## ## ## */
.bg_cms {
	background-color: 			#87b386;
	color: 						#000000;
}
.bg_cms_titel {
	background-color: 			#FFF9BF;
	padding-left: 				2px;
	padding-right: 				2px;
	color: 						#000000;
}
.bg_cms_bericht {
	background-color: 			#FF9900;
	padding-left: 				2px;
	padding-right: 				2px;
	color: 						#000000;
}
.randFoto {
	border: 					1px solid #000000;
	margin: 					5px;
}