/*---{ common )-------------------------------------------------------*/

body {
	font-size: small;
	color: #F7F7F7;
	background: #1D1848;
	margin: 0;
	line-height: normal;
	z-index: auto;
	-webkit-text-size-adjust: none;
}

body, input, select, textarea, td, th, button {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	/*color:#0B0B61;*/
}

h1, .Kop1 {
	font-size: 24px;
	font-weight: bold;
	color: #F8E718;
	margin: 0.67em 0px;
	padding: 0;
}

h2, .Kop2 {
	font-size: 160%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h3, .Kop3 {
	font-size: 100%;
	font-weight: bold;
	color: #747e90;
	margin: 0;
	padding: 0;
}

.Standaard {
	font-size: 100%;	
}

p {}

a {
	text-decoration: underline;
	color: #fff;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

.clsSmall {	font-size: 85%;	}

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

/*---{ wrapper )-------------------------------------------------------*/

#wrapper
{
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 990px;
	font-size: 85%;
	z-index: 3;
	background: url(../images/wrapper-bg.gif) left top repeat-y;
}

/*---{ header )-------------------------------------------------------*/

#header
{
	position: relative;
	height: 190px;
	padding: 0 0 50px 0;
	margin: 0;
	background: #1D1848 url(../images/header-bg.gif) left top no-repeat;
}

/* logo */

#logo {
	position: absolute;
	left: 35px;
	top: 20px;
	z-index: 1;
}

/* breadCrumbs */

#breadcrumbs
{
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: normal;
	font-size: 100%;
	border: 0;
}

#breadcrumbs a {
	text-decoration: none;
}

.full #breadcrumbs {
	display: none;
}

/* globalNav */
#globalNav {
	position: absolute;
	z-index: 400;
	top: 141px;
	left: 15px;
	width: 970px;
}
#globalNav ul {
	position: relative;
	padding: 0;
	margin: 0;
}
#globalNav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: url(../images/globalnav-sep.gif) left bottom no-repeat;
}
#globalNav ul li a {
	padding: 18px 6px 2px 9px;
	margin: 0;
	color: #454545;
	text-decoration: none;
	font-size: 14px;
	/*text-transform: uppercase;*/
	height: 28px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px
}

#globalNav ul li.active,
#globalNav ul li a:hover {
	background: url(../images/globalnav-active.gif) left top no-repeat;
}
#globalNav ul li.home {
	background: none;
}
#globalNav ul li.home a {
	background: url(../images/icon_home.gif) 3px 50% no-repeat;
	padding: 18px 20px 2px 10px;
}
#globalNav ul li.home a span {
	display: none;
}
#globalNav ul li ul {
	display: none;
	position: absolute;
	left: 1px;
	top: 48px;
	z-index: 1000;
	
	background-color: #F7E416; /*#F7DA16;*/
	-khtml-opacity:.93; 
	-moz-opacity:.93; 
	-ms-filter: "alpha(opacity=93)"; 
	filter: alpha(opacity=93); 
	opacity: .93;
}
#globalNav ul li ul li {
	background: none;
	width: 120px;
	border-bottom: 1px solid #F5D10B;
}
#globalNav ul li ul li a {
	padding: 8px 6px 8px 9px;
	height: auto;
	text-transform: none;
	float: none;
	font-size: 12px;
}
#globalNav ul li ul li.active,
#globalNav ul li ul li a:hover {
	background: none;
	text-decoration: underline;
	color: #454545;
}



/*---{ cols )-------------------------------------------------------*/

#cols {
	position: relative;
	padding: 0 5px;
	margin: 0;
	width: 980px;
	line-height: 17px;
}

#content {
	position: relative;
	padding: 45px 0px 40px 15px;
	margin: 0;
	width: 700px;
	float: left;
}
.homepage #content {
	padding: 20px 0 0 0;
	width: 980px;
}
#sidecol {
	position: relative;
	padding: 20px 15px 0 20px;
	margin: 0;
	width: 220px;
	float: right;
}
.homepage #sidecol {
	display: none;
}

.full #content {
	width: 980px;
	padding: 0;
}
.full #sidecol {
	display: none;
}


/* localNav */

#localNav
{
	padding:4px 0 10px 0;
	margin:0 0 20px 0;
	position:relative;
	background:url(../images/localnav-top.gif) left top no-repeat;
	width:220px;
}

#localNav .btm
{
	padding:0;
	margin:0;
	height:4px;
	position:relative;
	background:url(../images/localnav-btm.gif) left bottom no-repeat;
}


#localNav h3
{
	display:none;
}

#localNav .inner{
	background:url(../images/localnav-inner.gif) left bottom repeat-y;
}


#localNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#localNav ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}


#localNav ul li.last a{
	border-bottom:none;
}

#localNav ul li a
{
	padding: 4px 5px 4px 25px;
	margin: 0 0 0px 0;
	list-style: none;
	background: url(../images/localnav-ico.gif) 9px 50% no-repeat;
	display:block;
	color: #fff;
	text-decoration:none;
	border-bottom:1px solid #605b82;
	_height:1%;
}

#localNav ul li.active a
{
	color:#FFED00;
}

#localNav ul li.more ul{
	display:none;
}


/* 2nd layer */

#localNav ul li.active ul{
	display:none;
}


/*---{ footer )-------------------------------------------------------*/

#footer
{
	position: relative;
	padding: 0 5px 150px 5px;
	margin: 0;
	background: url(../images/footer-bg.gif) left bottom no-repeat;
	line-height: 17px;
	font-size: 11px;

}

#footer #brands {
	display: block;
	height: 85px;
	padding: 10px 15px 10px 18px;
	border-bottom: 1px solid #3F3A63;
	/*background-color:#FFFFFF*/
}
#footer #footerFunctions {
	display: block;
	height: 210px;
}
#footer #footerFunctions .col {
	position: relative;
	float:left;
	width: 290px;
	height: 165px;
	padding: 25px 15px 20px 20px;
	overflow: hidden;
	border-right: 1px solid #3F3A63;
}
#footer #footerFunctions .noborder {
	border-right: 0px;
}
#footer #footerFunctions .col img {
	display: block;
	margin-bottom: 12px;
}
#footer #footerFunctions .col p {
	margin: 0;
	padding: 0;
}

#footerFunctions a, 
#footerFunctions {
	text-decoration:none;
	color:#B0AEC1;
}

#footerFunctions a:hover
{
	text-decoration:underline;
}

#footer ul#footerNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul#footerNav li {
	margin: 0;
	padding: 0px 0 4px 14px;
	background: url(../images/list-img.gif) 1px 7px no-repeat
}


/* legal */
#legal,
#divide,
#legal a,
#divide a {
	padding:0;
	margin:0;
	font-size: 11px;	
	color: #928FA7;
}
#legal {
	position:absolute;
	z-index : 1;
	left : 130px;
	bottom : 118px;
}
#divide {
	position:absolute;
	z-index: 1;
	left: 130px;
	bottom: 101px;
	padding: 0;
}

a#intersport {
	position:absolute;
	z-index : 1;
	left : 25px;
	bottom : 104px;
	padding:0;
	margin:0;
	background:url(../images/intersport-bg.gif) left top no-repeat;
	display: block;
	width: 85px;
	height: 27px;
}

a#intersport span {
	display:none;
}

#gotoTop
{
	display:none;
}

/* --- { sitemap } ----------------------------------------------------*/

#sitemapNav
{
	padding: 0;
	margin: 0;
}

#sitemapNav ul
{
}

#sitemapNav ul li
{
}

#sitemapNav ul li a
{
	text-decoration:none;
}

#sitemapNav ul li a:hover
{
	text-decoration:underline;
}


/*---{ page-navigation }---------------------------------------------------------*/

.pageNav
{
	position:relative;
	height:20px;
}
.pageNavTop {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 500px;
	z-index: 1;
}

.pageNav ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	position:absolute;
	right:15px;
	top:0px;
}

.pageNavTop,
.pageNavTop ul {
	padding-top: 25px;
}

.pageNav ul li
{
	margin: 0 3px 0 0;
	padding: 0 3px 1px 4px;
	list-style: none;
	float: left;	
	border: 1px solid #3F3A63
}

.pageNav ul li.disabled
{
	color: #747e97;
}

.pageNav div.comments{
	display:none;
}

.pageNav ul a
{
	text-decoration:none;
	height: 1%;
}

.pageNav ul a:hover
{
	
}

.pageNav ul li.active
{
	background:#747e97;
	color:#fff;
}

