<!--
* {
	margin: 0;
	padding: 0;
}
body, html {
	background: #afc9e4 url('img/body_bg.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}


#base {
	position: relative;
	width: 890px;
	margin: 10px auto 0 auto;
	background: transparent url('img/base_bg.png') repeat-y;
}
*html #base { background: transparent url('img/base_bg_ie6.png') repeat-y; }






/*
============================== COMMON STYLES
*/

img { border: none; }
.left { float: left; }
.right { float: right; }


/*
============================== HEADER
*/

#header {
	position: relative;
	width: 890px;
	height: 191px;
}
	#logo {
		position: absolute;
		top: 0;
		left: 10px;
		width: 257px;
		height: 132px;
		z-index: 2;
	}
	
		#logo a {
			width: 257px;
			height: 132px;
			display: block;
			overflow: hidden;
			line-height: 999px;
			background: transparent url('img/logo_eceSports.png') no-repeat;
		}
		*html #logo a { background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.ecepromotion.nl/assets/templates/ecepromotion/img/logo_eceSports.png',sizingMethod='image'); }
		
	#visual {
		position: absolute;
		top: 0;
		left: 10px;
		width: 870px;
		height: 174px;
		overflow: hidden;
		z-index: 1;
	}
	#mainNav {
		position: absolute;
		top: 167px;
		left: 10px;
		width: 870px;
		height: 24px;
		z-index: 3;
	}
		#mainNav ul {
			list-style-type: none;
			margin: 0 0 0 32px;
		}
			#mainNav li {
				position: relative;
				display: inline;
				float: left;
				margin: 0 20px 0 0;
				background: url('img/navItem_bg.png') repeat-x;
			}
			*html #mainNav li {
				width: 50px;
			}
			
				#mainNav a {
					height: 24px;
					font-size: 11px;
					color: #ffffff;
					line-height: 22px;
					text-decoration: none;
					font-weight: bold;
					display: block;
					overflow: hidden;
					padding: 0 5px;
				}
				#mainNav li .ls, #mainNav li .rs {
					position: absolute;
					height: 24px;
					width: 5px;
					top: 0;
					overflow: hidden;
				}
				#mainNav li .ls { left: -5px; background: url('img/navItem_left.png') no-repeat; }
				#mainNav li .rs { right: -5px; background: url('img/navItem_right.png') no-repeat; }
			
			#mainNav li:hover {
				background: url('img/navItem_bg_hover.png') repeat-x;
			}
				#mainNav li:hover .ls { background: url('img/navItem_left_hover.png') no-repeat; }
				#mainNav li:hover .rs { background: url('img/navItem_right_hover.png') no-repeat; }
			#mainNav li.active,
			#mainNav li.active:hover {
				background: url('img/navItem_bg_active.png') repeat-x;
			}
				#mainNav li.active .ls,
				#mainNav li.active:hover .ls {	
					background: url('img/navItem_left_active.png') no-repeat;
				}
				#mainNav li.active .rs,
				#mainNav li.active:hover .rs {
					background: url('img/navItem_right_active.png') no-repeat;
				}
			
			
			
	#baseTop {
		position: absolute;
		top: -10px;
		left: 0;
		width: 890px;
		height: 20px;
		background: transparent url('img/base_top.png') no-repeat;
		z-index: 4;
	}
	*html #baseTop { background: transparent url('img/base_top_ie6.png') no-repeat; }




/*
============================== CONTENT
*/
#content {
	
}
	#mainColumn {
		float: left;
		width: 540px;
		margin: 27px 0 24px 37px;
		display: inline;
	}
	
	#rightColumn {
		float: right;
		width: 250px;
		margin: 21px 26px 24px 0;
	}
		.sideBlock {
			position: relative;
			width: 220px;		/* -30px padding */
			margin: 0 0 4px 0;
			padding: 16px 11px 20px 19px;
			background: url('img/sideBlock_bg.png') repeat-y;
		}
			.sideBlock .top, .sideBlock .bottom {
				position: absolute;
				left: 0;
				width: 250px;
				height: 11px;
				overflow: hidden;
				
			}
			.sideBlock .top { top: 0; background: url('img/sideBlock_top.png') no-repeat;}
			.sideBlock .bottom { bottom:0; background: url('img/sideBlock_bottom.png') no-repeat;}
	
		#content h1,
		#content h2,
		#content h3,
		#content dt {
			color: #2c54a3;
			font-weight: normal;
		}
		#content h1 {
			font-size: 24px;
			margin: 0 0 2px 0;
		}
		#content h2 {
			font-size: 19px;
			margin: 0 0 1px 0;
		}
		#content h3,
		#content dt {
			font-size: 16px;
			margin: 0 0 1px 0;
		}
			#content h1 em,
			#content h2 em,
			#content h3 em {
				color: #cc6633;
				font-style: normal;
			}
			
			#content h1 a,
			#content h2 a,
			#content h3 a {
				font-weight: normal;
				color: #cc6633;
				text-decoration: none;
			}
				#content h1 a em,
				#content h2 a em,
				#content h3 a em {
					color: #2c54a3;
					font-style: normal;
				}
			#content h1 a:hover,
			#content h2 a:hover,
			#content h3 a:hover {
				color: #2c54a3;
			}
				#content h1 a:hover em,
				#content h2 a:hover em,
				#content h3 a:hover em {
					color: #cc6633;
				}

		#content p {
			font-size: 12px;
			color: #000000;
			line-height: 18px;
			margin: 0 0 20px 0;
		}
			#content .sideBlock p {
				font-size: 11px;
				line-height: 16px;
				margin: 0;
			}
			
		#content a {
			color: #2c54a3;
			font-weight: bold;
			text-decoration: none;
		}
			#content a:hover {
				color: #cc6633;
			}
			
		#content a.more {
			padding: 0 11px 0 0;
			background: url('img/arrow.png') right 3px no-repeat;
		}
			#content a.more:hover {
				background: url('img/arrow_orange.png') right 3px no-repeat;
			}
		#content .sideBlock a.more {
			padding: 0 9px 0 0;
			background: url('img/arrow_small.png') right 3px no-repeat;
		}
			#content .sideBlock a.more:hover {
				background: url('img/arrow_small_orange.png') right 3px no-repeat;
			}
			
		#content ul {
			list-style-type: none;
			margin: 0 0 20px 0;
		}
			#content li {
				font-size: 12px;
				line-height: 16px;
				padding: 0 0 2px 12px;
				background: url('img/arrow.png') 0 4px no-repeat;
			}
		
		#content dd {
			font-size: 11px;
			padding: 0 0 2px 10px;
			background: url('img/arrow_small.png') 0 3px no-repeat;
		}
		#content dd.pdf {
			padding: 0 0 6px 20px;
			background: url('img/icon-pdf.gif') 0 0 no-repeat;
		}
			#content dd a {
				color: #000000;
				text-decoration: none;
				font-weight: normal;
			}
			#content dd a:hover {
				color: #2c54a3;
			}



/*
============================== OVERVIEW
*/

#content .overview,
#content .overviewMore {
	list-style-type: none;
}
	#content .overview li {
		padding: 0;
		background: none;
	}
		#content .overview em,
		#content .overviewMore em,
		#content dd em {
			font-style: normal;
			color: #999999;
		}
#content .overviewMore li {
	padding: 0;
	background: none;
}
	#content .overviewMore a {
		color: #cc6633;
		padding: 0 0 0 12px;
		background: url('img/arrow_orange.png') 0 2px no-repeat;
	}
		#content .overviewMore a:hover {
			color: #2c54a3;
			background: url('img/arrow.png') 0 2px no-repeat;
		}
	
	
	

/*
============================== FORM-ELEMENTS
*/

#mainColumn form fieldset {
	border: none;
	padding: 10px;
}

	label {
		font-size: 12px;
		display: inline-block;
		width: 80px;
		text-align: right;
		margin: 0 6px 0 0;    
	}
	label.left {
		margin: 6px 6px 0 0;
	}
	
	label.opmerking {
		text-align:left;
	}
	input {
		height: 17px;	/* -1px padding */
		font-size: 12px;
		margin: 3px 0 6px 0;
		padding: 1px 3px;
		border: 1px solid #cccccc;
	}


	input.small {
		width: 100px;
	}
	input.normal {
		width: 240px;
	}

textarea {
	float: left;
	width: 440px;
	height: 150px;
	margin: 3px 0 0 4px;
	border: 1px solid #cccccc;
}

div.errors {
	width: 514px;		/* -20px padding */
	font-size: 11px;
	line-height: 16px;
	color: #9d0404;
	border: 1px solid #9d0404;
	padding: 6px;
	margin: 0 0 20px 0;
}


#EmailForm .button {
	margin: 10px 12px 0 0;
}

.button {
	position: relative;
	height: 24px;
	background: url('img/navItem_bg.png') repeat-x;
}
	#content .button a {
		height: 24px;
		line-height: 23px;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		display: block;
		overflow: hidden;
		padding: 0 5px;
	}
	.button .ls,
	.button .rs {
		position: absolute;
		width: 5px;
		height: 24px;
		overflow: hidden;
		
	}
	.button .ls { top: 0; left: -5px; background: url('img/navItem_left.png') no-repeat; }
	.button .rs { top: 0; right: -5px; background: url('img/navItem_right.png') no-repeat; }
		
		.button:hover {
			background: url('img/navItem_bg_hover.png') repeat-x;
		}
			.button:hover .ls { background: url('img/navItem_left_hover.png') no-repeat; }
			.button:hover .rs { background: url('img/navItem_right_hover.png') no-repeat; }

#bookingForm .bar {
	width: 532px;		/* -8px padding */
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 8px;
	background: url('img/bar_bg.png') no-repeat;
	margin: 3px 0;
}
	#bookingForm .active {
		background: url('img/bar_active_bg.png') no-repeat;
	}
#bookingForm label {
	width: 130px;
	float: left;
	padding: 6px 0 0 0;
}
#bookingForm .radio {
	float: left;
	width: 50px;
}
	#bookingForm .radio input {
		border: none;
	}
#bookingForm .full {
	width: 100%;
}
	#content #bookingForm p {
		float: left;
		padding: 3px 0 0 3px;
		margin: 0;
	}
	#bookingForm .scheider {
		width: 100%;
		height: 20px;
		overflow: hidden;
	}
#bookingForm textarea {
	width: 510px;
}


/*
============================== GALLERY
*/

.galleryPicture {
	float: left;
	margin: 0 0 6px 6px;
}



/*
============================== CAROUSEL
*/

#carousel {
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 890px;
	height: 110px;
	background: url('img/base_bottom.png') no-repeat;
}
*html #carousel { background: url('img/base_bottom_ie6.png') no-repeat; }

    #container {
    	width: 816px;
        overflow: hidden;
        padding: 0 0 0 1px;
        margin: 10px 0 0 16px;
    }   
    .yui-carousel-content { 
    }
	#container .carouselItem {
		position: relative;
		float: left;
		width: 266px;
		height: 80px;
		display: inline;
		overflow: hidden;
		margin: 0 9px 0 0;
		background: url('img/carouselItem_bg.png') no-repeat;
	}
	
	#container img {
		margin: 6px 0 0 8px;
	}
	
	#container .block
	{
		float: left;
		margin: 6px 0 0 8px;
		width: 140px;
		height: 66px;
		overflow: hidden;
	}

		#container h4 {
			font-size: 12px;
			font-weight: bold;
			color: #1c2d4e;
			margin: 3px 0 4px 0;
		}
		#container p {
			color: #1c2d4e;
			font-size: 11px;
			line-height: 15px;
			margin: 0;
		}
		#container .button {
			position: absolute;
			width: 266px;
			height: 80px;
			top: 0:
			right: 0;
			display: block;
			overflow: hidden;
			line-height: 999px;
			background: url('img/nix.png');
		}
		*html #container .button {
			right: 0;
		}


.yui-carousel {
	visibility: hidden;
}
	.yui-carousel.yui-carousel-visible {
		visibility: visible;
	}
	.yui-carousel-content {
		overflow: hidden;
		position: relative;
		margin: 0 20px;
	}
	.yui-carousel-element{
		margin:0;
		overflow:hidden;
		padding:0;
		position:relative;
		width:32000px;
		z-index:1;
	}
	.yui-carousel-element li {
		float:left;
		width: auto;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
	}

/* NAVIGATION */

.yui-carousel-nav {
	position: absolute;
	width: 890px;
	z-index: 99;
	left: 0;
}
	 .yui-carousel-button { 
		position: absolute;
		top: 28px;
		right: 14px;
		width: 18px;
		height: 18px;
		overflow: hidden;
		background: url('img/carousel_buttons.png') no-repeat;
	}
		 .yui-carousel-button:hover {
			background-position: -18px 0px;
		}
	.yui-carousel-button-disabled, .yui-carousel-button-disabled:hover {
		background-position: -36px 0px;
	}
	.yui-carousel-button input {
		background-color:transparent;
		border:0;
		padding:0 0 0 50px;
		cursor: pointer;
		cursor: hand;
	}
	span.yui-carousel-first-button {
		top: 28px;
		left: 14px;
		background: url('img/carousel_buttons.png') 0px -18px no-repeat;
	}
		span.yui-carousel-first-button:hover {
			background-position: -18px -18px;
		}
	span.yui-carousel-first-button-disabled, span.yui-carousel-first-button-disabled:hover {
		background-position: -36px -18px;
	}

/* INDICATOR */

 .yui-carousel-nav ul {
	display: none;
}



/*
============================== BOTTOM
*/
#bottom {
	width: 870px;
	margin: 106px auto 50px auto;
	font-size: 11px;
	color: #666666;
}
	#bottom a {
		color: #666666;
		text-decoration: none;
	}
	#bottom a:hover {
		text-decoration: underline;
	}

/*
============================== CLEARFIX
*/

* html .clearfix {
	height: 1%;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
-->
