@import url(css-reset.css);

html {
	overflow-y:scroll;
	}

body {
	font:normal 0.7em/1.4em Arial, Helvetica, sans-serif;
	color:#000;
	background:#b7daf0;
	text-align:center;
	}
	
#wrapper {
	width:900px;
	margin:0 auto;
	text-align:center;
	}

/*///////////////////////////////

		HEADER
		
//////////////////////////////*/

#header {
	width:100%;
	height:130px;
	background:url('../images/layout/header-bg.jpg') no-repeat top left;
	position:relative;
	}

#header h1 {
	display:none;
	visibility:hidden;
	}

#header #header-menu {
	position:absolute;
	top:110px;
	left:25px;
	}
	
#header #header-menu li {
	float:left;
	margin-right:15px;
	}
	
#header #header-menu li a,
#header #header-menu li a:visited {
	text-decoration:none;
	color:#123d58;
	}

#header #header-menu li a:hover {
	text-decoration:underline;
	color:#123d58;
	}

/*///////////////////////////////

		CONTENTS
		
//////////////////////////////*/

	
#contents {
	margin:0 auto;
	background: #fff url('../images/layout/contents-bg.gif') no-repeat top left;
	}
	
#container {
	width:850px;
	margin:0 auto;	
	padding-top:25px;
	text-align:left;
	}
	
/*///////////////////////////////

		SUBHEADER
		
//////////////////////////////*/

#sub-header {
	width:100%;
	height:216px;
	margin:0 auto;
	position:relative;
	}
	
#main-menu {
	float:left;
	width:205px;
	}

#main-menu li {
	margin-bottom:1px;
	}

#main-menu li a,
#main-menu li a:visited {
	display:block;
	width:205px;
	height:30px;
	line-height:30px;
	font-size:130%;
	color:#fff;
	background-image:url('../images/layout/tabs-round-corner.gif');
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-indent:10px;
	text-decoration:none;
	}

#main-menu li a:hover {
	text-decoration:underline;
	}


/*  TAB KLEUREN 

	sportieve evenementen:			#AC0000
	bedrijfsuitje:					#D95F00
	schooluitje:					#DDAC00
	actief vergaderen:				#007D00
	teambuilding:					#006DA8				
	groepsarrangementen:			#002E7B
	fietsen en mountainbiken:		#3E00AF

*/

#main-menu li a.sportieve-evenementen {
	background-color:#AC0000;
	}
	
#main-menu li a.bedrijfsuitje {
	background-color:#D95F00;
	}

#main-menu li a.schooluitje {
	background-color:#DDAC00;
	}

#main-menu li a.actief-vergaderen {
	background-color:#007D00;
	}

#main-menu li a.teambuilding {
	background-color:#006DA8;
	}

#main-menu li a.groepsarrangementen {
	background-color:#002E7B;
	}

#main-menu li a.fietsen-en-mountainbiken {
	background-color:#3E00AF;
	}
	
/*  
	EINDE TAB KLEUREN
*/	
	
	
#active-spacer {
	float:left;
	height:216px;
	width:10px;
	background:#b22a1c;
	}
	
#image-header {
	position:absolute;
	top:0;
	left:215px;	
	width:635px;
	height:216px;
	z-index:100;
	}
	
#flash-content {
	position:absolute;
	top:0;
	width:635px;
	height:216px;
	z-index:10;
	}
	
.active-block {
	height:48px;
	line-height:47px;
	width:635px;
	background:#b22a1c;
	position:absolute;
	left:215px;
	top:120px;
	z-index:400;
	}
	
.active-block h2 {
	color:#fff;
	font-size:180%;
	margin-left:20px;
	}
	
/*///////////////////////////////

		BREADCRUMB
		
//////////////////////////////*/

#breadcrumb {
	height:34px;
	width:100%;
	line-height:34px;
	clear:both;
	}

.breadcrumb-spacer {
	padding:0 6px;
	}

#breadcrumb a,
#breadcrumb a:visited {
	text-decoration:none;
	color:#777;
	}

#breadcrumb a:hover {
	text-decoration:underline;
	color:#222;
	}

/*///////////////////////////////

		CONTENT
		
//////////////////////////////*/

#content {

	}
	
#left-column {
	float:left;
	width:205px;
	}

#sub-menu-container {
	margin-bottom:25px;
	background:url('../images/layout/sub-menu-top.gif') no-repeat top left;
	}

.sub-menu-bottom {
	height:10px;
	background:url('../images/layout/sub-menu-bottom.gif') no-repeat bottom left;
	}

#left-column #sub-menu {
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	}

#left-column #sub-menu li {
	line-height:22px;
	text-indent:20px;
	}

#left-column ul#sub-menu li.active {
	background:url('../images/layout/sub-menu-bol.gif') no-repeat 5px 8px;
	text-decoration:underline;
	color:#fff;
	}
	
#left-column ul#sub-menu li.active ul {
	font-weight:normal;
	}
	
#left-column #sub-menu li a,
#left-column #sub-menu li a:visited {
	text-decoration:none;
	color:#fff;
	font-size:120%;
	}

#left-column #sub-menu li a:hover {
	text-decoration:underline;
	}
	
#left-column #sub-menu li ul {
	font-size:100%;
	margin-left:15px;
	}

#center-column {
	width:635px;
	float:left;
	margin-left:10px;
	}

#center-column h3 {
	font-size:160%;
	margin:5px 0 10px 5px;
	font-weight:bold;
	}

#center-column a,
#center-column a:visited {
	text-decoration:none;
	}	
	
#center-column a:hover {
	text-decoration:underline;
	}
	
.center-column-text {
	font-size:110%;
	line-height:22px;
	padding:0 5px;
	}

.center-column-text h1 {
	font-size:140%;
	font-weight:bold;
	}
	
.center-column-text h2 {
	font-size:130%;
	font-weight:bold;
	}
	
.center-column-text h3 {
	font-size:120%;
	font-weight:bold;
	}

.center-column-text h4 {
	font-size:110%;
	font-weight:bold;
	}

.center-column-text strong{
	font-weight:bold;
	}

.center-column-text em, .center-column-text i{
	font-style:italic;
	}	

.center-column-text u{
	text-decoration:underline;
	}		

.center-column-text ul {
	list-style:disc;
	}
	
.center-column-text ol {
	list-style:decimal;
	}
	
.center-column-text ul li, .center-column-text ol li {
	margin-left:20px;
	padding-bottom:8px;
	}
	
.center-column-text p {
	line-height:22px;
	color:#111;
	margin-bottom:15px;
	}
	
	

/*///////////////////////////////

		BLOKKEN
		
//////////////////////////////*/	
	
	
.content-block {
	width:300px;
	float:left;
	margin-bottom:20px;
	}	

.alt {
	margin-left:35px;
	}	


.content-block-head {
	width:100%;
	height:30px;
	line-height:30px;
	background:url('../images/layout/content-block-top.gif') no-repeat top left;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	text-indent:15px;
	}

.content-block-image {
	width:100%;
	height:180px;
	}
	
.content-block-image img {
	width:300px;
	height:180px;
	}

.content-block-text {
	width:100%;
	margin:0 auto;
	line-height:22px;
	color:#222;	
	}
	
.content-block-text a,
.content-block-text a:visited {
	text-decoration:none;
	}	
	
.content-block-text a:hover {
	text-decoration:underline;
	}

/*///////////////////////////////

		FOOTER
		
//////////////////////////////*/

#footer {
	width:100%;
	height:40px;
	}

#footer-block {
	float:left;
	width:205px;
	margin-bottom:25px;
	background:url('../images/layout/sub-menu-top.gif') no-repeat top left;
	}

.footer-block-bottom {
	height:28px;
	background:url('../images/layout/sub-menu-bottom.gif') no-repeat bottom left;
	}
	
#footer-text {
	float:left;
	height:28px;
	line-height:28px;
	padding-left:20px;
	}

#footer a,
#footer a:visited {
	text-decoration:none;
	}	
	
#footer a:hover {
	text-decoration:underline;
	}

/*///////////////////////////////

		CONTAINER-BOTTOM
		
//////////////////////////////*/

#contents-bottom {
	width:100%;
	background:url('../images/layout/footer-bg.gif') no-repeat bottom left;
	height:6px;
	margin-bottom:15px;
	}

/*/////////////////////////////////////////////////////////////

			CONTACT FORMULIER
		
////////////////////////////////////////////////////////////*/

#inschrijven-formulier {
	width:					95%;
	margin:					20px auto 0 auto;
	clear:					both;
	}

#inschrijven-formulier fieldset {
	margin-bottom:			10px;
	padding:				0 10px 10px 0;
	border-bottom:			1px solid #ddd;
	clear:					both;
	}

#inschrijven-formulier fieldset legend{
	color:					#333;
	font-size:				110%;
	font-weight:			bold;
	padding:				0 5px 5px 5px;
	letter-spacing:			1px;
	text-indent:			-5px;

	}

#inschrijven-formulier .form-info {
	width:					95%;
	color:					#777;
	font-size:				95%;
	padding:				3px 0;
	line-height:			18px;
	}

#inschrijven-formulier div.form-area-divider {
	float:					left;
	width:					100%;
	clear:					both;
	}

#inschrijven-formulier div.form-spacer {
	clear:					both;
	width:					480px;
	height:					20px;
	margin-bottom:			10px;
	}

#inschrijven-formulier div.form-area-divider .gender-option span {
	padding:				3px;
	width:					80px;
	height:					14px;
	display:				block;
	margin-top:				3px;
	}

#inschrijven-formulier label {
	display:				block;
	clear:					both;
	}

#inschrijven-formulier span {
	display:				block;
	float:					left;
	margin-top:				1px;
	padding:				5px 10px 0 0;
	width:					180px;
	text-align:				left;
	color:					#333;
	}

span.special-span {
	position:				relative;
	top:					-2px;
	}

#inschrijven-formulier div.input-example {
	float:					left;
	margin-top:				5px;
	color:					#444;
	}

#inschrijven-formulier input.radio-input {
	margin-right:			15px;
	margin-left:			140px;
	margin-bottom:			10px;
	}

#inschrijven-formulier span em {
	font-weight:			bold;
	color:					#990000;
	font-style:				normal;
	padding-left:			5px;
	font-size:120%;
	}

#inschrijven-formulier input, #inschrijven-formulier textarea {
	float:					left;
	margin:					3px 0 3px 0;
	height:					16px;
	color:					#555;
	}


#inschrijven-formulier select.select-input {
	display:				block;
	float:					left;
	margin:					3px 5px 3px 0;
	font-size:				120%;
	color:					#666;
	}

#inschrijven-formulier input.text-input {
	display:				block;
	margin-right:			5px;
	border:1px solid #aaa;
	height:18px;
	}

input.input-checkbox {
	padding:				0 5px 0 0;
	}
	
#inschrijven-formulier textarea {
	font:					110%/1.4em Arial, Helvetica, sans-serif;
	display:				block;
	width:					330px;
	height:					120px;
	color:					#333;
	padding: 				3px 0 0 3px;
	color:					#555;
	}

#inschrijven-formulier div.form-area-divider em.checkbox-description {
	line-height:			22px;
	padding-left:			6px;
	}

#inschrijven-formulier textarea:focus, #inschrijven-formulier input:focus {

	}

#inschrijven-formulier input.submit-button {
	clear:					both;
	color:					#244759;
	width:					9.6em;
	height:					35px;
	margin-left:			190px;
	margin-bottom:			13px;
	}

.form-spacer {
	width:					100%;
	float:					left;
	clear:					both;
	height:					30px;
	}

.readonly {
	background:				#bbb;
	}

#inschrijven-formulier textarea.remarks-field {
	width:					233px;
	height:					100px;
	}

.inschrijven-error {
	width:					94%;
	margin:					10px auto;
	line-height:			14px;
	font-weight:			bold;
	color:					#990000;
	}

.inschrijven-success {
	width:					94%;
	margin:					10px auto;
	line-height:			14px;
	font-weight:			bold;
	color:					#333;
	}

/*///////////////////////////////

		SLIDESHOW
		
//////////////////////////////*/

#slideshow img {
	display:none;
	position:absolute;top:0;left:0;
	width:635px;
	height:216px;
	}

/*///////////////////////////////

		OVERIGE
		
//////////////////////////////*/
	
.clearer {
	width:100%;
	height:1px;
	clear:both;
	}

