/*** Algemene stijlregels */
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica, Times New Roman, Sans;
	font-size: 11px;
	text-decoration: none;
	color: #131313;
}

body {
	background-color: #fffdf4;
	background-image: url("../images/body_bg.png");
	text-align: center;
}

/*** De hoofdcontainer */

div.container {
	width: 800px;
	margin: 10px auto;
}

/*** Stijlregels voor de menu-cirkel */

div.circle {
	margin: 0 auto;
}

/*** Stijlregels voor het menu */

div.menu {
	text-align: center;
	overflow: hidden;
}

div.menu div.menubg {
	float: left;
	width: 724px;
	overflow: hidden;
	background-image: url("../images/menu/menu_expander.png");
}

div.menu img.menu-image {
	float: left;
}

div.menu a,div.menu a:visited,div.menu a:hover,div.menu a:active {
	display: block;
	padding: 7px 30px;
	background-image: url("../images/menu/menu_expander.png");
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right: solid #8a4a9a 2px;
}

div.menu img.left-image {
	border-right: solid #8a4a9a 2px;
}

div.menu a:hover,div.menu a:active {
	background-image: url("../images/menu/menu_expander_hover.png");
}

/*** Stijlregels voor de content */

div.content {
	width: 800px;
	overflow: hidden;
	margin: 15px 0;
}

div.content div.sub-content {
	background-image: url("../images/content/content_expander.png");
	padding: 1px 10px;
	text-align: left;
}

/*** Stijlregels voor de footer */

div.footer {
	padding: 5px;
	text-align: center;
	color: #9b8b34;
	font-size: 10px;
}

div.footer a,div.footer a:visited,div.footer a:hover,div.footer a:active {
	color: #615826;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

div.footer a:hover,div.footer a:active {
	text-decoration: underline;
	color: #524d30;
}

/*** Stijlregels voor text */

div.content h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #864d94;
}

div.content p {
	padding: 5px;
	color: #2a292a;
}

/*** Stijlregels voor URLs */

a,a:visited,a:hover,a:active {
	color: #864d94;
	text-decoration: none;
	font-weight: bold;
}

a:hover,a:active {
	color: #a46cb2;
	text-decoration: underline;
}

/*** Activiteitenkalender */
div.activitycalendar_formcontainer {
	text-align: center;
}

/*** Stijlregels voor formulier elementen */

select {
	background: 0;
	width: 260px;
	border: solid #C1C1C1 1px;
	padding-top: 3px;
}

option {
	background-color: #FFFFFF;
	border: solid #C1C1C1 1px;
	border-top: 0;
	padding: 4px;
}

option.row2 {
	background-color: #EEEEEE;
}

option.heading {
	background-color: #c1c1c1;
	font-weight: bold;
	color: #232323;
}

option.current {
	background-color: #a46cb2;
	color: #FFFFFF;
	font-weight: bold;
}

input[type=submit] {
	border: solid #a229b4 2px;
	background: 0;
	background-image: url("../images/menu/menu_expander.png");
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
}

/*** Willekeurige stijlregels */

img {
	border: 0;
}

hr {
	width: 99%;
	margin: 0.5%;
	background-color: #a46cb2;
	color: #a46cb2;
}

/*** End Of File */
