/*
	------------------------------------------------------------------
	CSS Stylesheet van B.G.S. Hasselt
	Website: http://www.bgshasselt.nl
	Datum: 19-03-2007
	Auteur: In Balans Webdesign
	Copyright: In Balans Webdesign
	------------------------------------------------------------------	
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #535353;
	font-size: 62.5%; /* font sizen naar 16px*62.5%=10px [0.9em = 9px] */
	text-align:center;
	background-color: #dfdfdf;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#main {
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: url(../images/content_background.jpg) repeat-y;
}

/* Header styling */
#header {
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	display:block;
	width: 771px;
	height: 260px;
	float: left;
	clear: left;
	text-align: left;
}

#header_menu {
	color: #ffffff;
	margin-left: 30px;
	margin-top: 30px;
}

#header_menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#header_menu a:hover {
	text-decoration: underline;
}

#header_logo {
	width: 284px;
	height: 160px;
	margin-left: 32px;
	margin-top: 52px;
	float: left;
	clear: both;
}

/* Footer styling */
#footer {
	background: #ffffff;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	color: #838383;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 771px;
	height: 30px;
	clear: both;
	padding-top: 2px;
	font-size: 1.1em;
}

#footer a {
	color: #838383;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #838383;
	text-decoration: underline;
}

/* Content styling */
#content {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_left {
	font-size: 1.1em;
	width: 200px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	padding-left: 19px;
	text-align: left;
}

#content_right {
	font-size: 1.2em;
	width: 497px;
	float: left;
	clear: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}

#content_main {
	min-height: 600px;
	padding-bottom: 40px;
}

/* Styling menublock */
.menu_block {
	font-size: 1em;
	color: #8A8A8A;
	text-align: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	margin-bottom: 10px;
	letter-spacing: 0em;
	word-spacing: 0em;
	float: left;
	clear: both;
}

.menu_block dl {
	text-align: left;
	background-image: url(../images/menu_block_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

.menu_block dt {
	background-image: url(../images/menu_block_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.menu_block dd {
	background-attachment: scroll;
	background-image: url(../images/menu_block_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.menu_block dt.contact {
	background-image: url(../images/menu_block_header_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 61px;
	margin-left: -6px;
}

.menu_block dd.contact {
	line-height: 16px;
}

.menu_block dd h1 {
	font-size: 1.1em;
	height: 15px;
	font-weight: bold;
	color: #838383;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.menu_block a, a:link, a:visited {
	color: #465385;
	line-height: 17px;
	text-decoration: underline;
	font-weight: normal;
}

.menu_block a:hover {
	color: #76ab48;
	text-decoration: underline;
	font-weight: normal;
}

.menu_block dd.menu_header {
	padding-bottom: 9px;
}

/* Groepsfoto styling */
#content_right a.groepsfoto {
	background-image: url(../images/groepsfoto_bgs_voor.jpg);
	width: 495px;
	height: 330px;
	clear: both;
	float: left;
	border: 1px solid #C3C3C3;
	margin-bottom: 5px;
}


#content_right a:hover.groepsfoto {
	background-image: url(../images/groepsfoto_bgs_achter.jpg);
	width: 495px;
	height: 330px;
	clear: both;
	float: left;
	border: 1px solid #949494;
	margin-bottom: 5px;
}


/* Overige styling */
#content_right a {
	color: #465385;
	text-decoration: underline;
	font-weight: normal;
}

#content_right a:hover {
	color: #76ab48;
	text-decoration: underline;
}

/* Typo3 styling algemeen */
p.bodytext {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	line-height: 18px;
}

#content_right h1 {
	font-size: 1.4em;
	color: #838383;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: -18px;
}

#content_right h1.csc-firstHeader {
	display: block;
	font-size: 1.4em;
	height: 26px;
	color: #7e87aa;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: -12px;
}

/* Typo3 Image styling */
div.csc-textpic img {
	border: 1px solid #C3C3C3;
	padding: 3px;
}

div.csc-textpic a:hover img {
	border: 1px solid #949494;
	padding: 3px;
}

/* Typo3 menu styling */
div.menu1-level1-no a, div.menu1-level1-no a:link, div.menu1-level1-no a:visited, div.menu1-level1-act a:hover {
	color: #465385;
	line-height: 17px;
	text-decoration: none;
	background-image: url(../images/menu_block_vink_groen.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 14px;
	font-weight: normal;
	display: block;
}

div.menu1-level1-act a, div.menu1-level1-act a:link, div.menu1-level1-act a:visited, div.menu1-level1-no a:hover {
	color: #76ab48;
	line-height: 17px;
	text-decoration: none;
	background-image: url(../images/menu_block_vink_blauw.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 14px;
	display: block;
}

div.menu1-level2-no a, div.menu1-level2-no a:link, div.menu1-level2-no a:visited, div.menu1-level2-act a:hover {
	color: #465385;
	line-height: 17px;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
	display: block;
}

div.menu1-level2-act a, div.menu1-level2-act a:link, div.menu1-level2-act a:visited, div.menu1-level2-no a:hover  {
	color: #76ab48;
	line-height: 17px;
	text-decoration: none;

	padding-left: 14px;
	display: block;
}

/* th_mailformplus extension stylen */
form#th_mailformplus table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 14px;
}

form#th_mailformplus {
	width: 430px;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

form#th_mailformplus input {
	font-size: 1em;
	color: #5B5C52;
	background-color: #F8F8F8;
	border: 1px solid #DADADA;
	width: 180px;
	height: 14px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
}

form#th_mailformplus input#contactpersoon {
	width: 110px;
	margin-left: 3px;
}

form#th_mailformplus select {
	font-size: 1em;
	color: #5B5C52;
	background-color: #F8F8F8;
	border: 1px solid #DADADA;
	height: 20px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
}

form#th_mailformplus textarea {
	font-size: 1em;
	color: #5B5C52;
	background-color: #F8F8F8;
	border: 1px solid #DADADA;
	width: 180px;
	height: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
}

form#th_mailformplus input#submit {
	font-size: 1em;
	color: #5B5C52;
	background-color: #EEEEEE;
	border: 1px solid #DADADA;
	width: 70px;
	height: auto;
	padding: 0px;
	text-align: center;
	margin-left: 10px;
}

form#th_mailformplus td {
	width: 190px;
}

form#th_mailformplus td img {
	margin-left: 10px;
	margin-bottom: 8px;
}

div#error_mailform {
	font-size: 0.9em;
	padding-left: 18px;
	padding-top: 3px;
	color: #FF0000;
}