/*---{ common )-------------------------------------------------------*/

body
{
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	background: #1D1848;
	padding: 0;
	margin: 0;
	line-height: normal;
	z-index: auto;
}

body, input, select, textarea, td, th
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1, .Kop1
{
	font-size: 180%;
	font-weight: normal;
	color:#fff;
}

h2, .Kop2
{
	font-size: 160%;
	font-weight: normal;
	color: #FFFFFF;
}

h3, .Kop3
{
	font-size: 100%;
	font-weight: bold;
	color: #747e90;
}

.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;
}

/*---{ general styles )-------------------------------------------------*/

/* more */

p.more{
	padding-left:10px;
	background:url(../images/ico-more-yellow.gif) left 50% no-repeat;	
}

p.more a{
	color:#fff;
	text-decoration:none;
}

p.more a:hover{
	color:#fff;
	text-decoration:underline;
}

/* thumb */

p.thumb{
	padding:0;
	margin:0;
}

p.thumb a{
	text-decoration:none;	
	border:3px solid #747e90;
	display:block;
}

p.thumb a:hover{
	border:3px solid #fff;
}


p.thumb a img{
	border:none;
}


/* back */

p.back{
	padding:0;
	margin:0;
}

p.back a{
	padding:0 0 0 18px;
	margin:0;
	background:url(../images/ico-back2.gif) left 3px no-repeat;
}



/*---{ 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;
	z-index: 200;
	background: #1D1848 url(../images/header-bg.gif) left top no-repeat;
}

/* logo */

#logo
{
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 35px;
	top: 20px;
	background: url(../images/logo.gif) left top no-repeat;
	font-size: 200%;
	border-bottom: none;
}

#logo a
{
	padding: 0;
	margin: 0;
	display: block;
}

#logo, #logo a
{
	width: 212px;
	height: 97px;
}

#logo a span
{
	display: none;
	overflow: hidden;
}

/* address */

#header address
{
	display: none;
}

/* utilNav */
/*
ul#utilNav {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 410px;
	margin: 0;
	padding: 0;
}
#utilNav li.hide {
	display: none;
}
#utilNav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 14px 0 1px;
	list-style: none;
}
#utilNav li a {
	text-decoration: none;
	color: #CBC9D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#utilNav li a:hover {
	text-decoration: underline;
}
*/

/* globalNav */
#globalNav {
	position: absolute;
	z-index: 200;
	top: 141px;
	left: 16px;
}
#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: 11px;
	text-transform: uppercase;
	height: 28px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#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) 2px 50% no-repeat;
	padding: 18px 21px 2px 12px;
}
#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;
}
#globalNav ul li ul li.active,
#globalNav ul li ul li a:hover {
	/*background: url(../images/globalnav-active.gif) -2px -1px no-repeat;*/
	background: none;
	text-decoration: underline;
	color: #454545;
}

#magazineBox{
	position:absolute; 
	z-index:1; 
	right:250px; 
	top:0px;
	text-decoration:none; 
}

/*---{ cols )-------------------------------------------------------*/

#cols {
	position: relative;
	padding: 0 5px;
	margin: 0;
	width: 980px;
	line-height: 17px;
}

#content {
	position: relative;
	padding: 20px 0px 20px 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;
}

/*---{ sidecol )-------------------------------------------------------*/

/* 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:#747e90;
	text-decoration:none;
	border-bottom:1px solid #605b82;
	_height:1%;
}

#localNav ul li.active a
{
	color:#fff;
}

#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: 75px;
	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;
}

#footer a, #footer
{
	text-decoration:none;
	color:#B0AEC1;
}

#footer 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;
}

.pageNav ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	position:absolute;
	right:0px;
	top:0px;
}

.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;
}


/*---{ rs-navigation }---------------------------------------------------------*/

#rs-navigation{
	padding:0;
	margin:0;
	line-height: normal;
}

#rs-navigation li{
	padding:0;
	margin:0 0 0 10px;
	line-height: normal;
	display: inline;
}

#rs-navigation li a{
	text-decoration:none;
	color:#747e90;
}

#rs-navigation li a:hover{
	text-decoration:underline;
	color:#fff;
}

#rs-navigation li a.active{
	font-weight:bold;
	color:#fff;
}



