html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: transparent;
}

body {
  line-height: 1;
}

blockquote,q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********** MAIN ***********/
* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
}

html {
  min-width: 930px;
}
/*IE7*/

body {
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #c3fbfb url(../img/body-bg.jpg) repeat-x 0 0;
  font: 78%/ 155% Arial, Helvetica, sans-serif;
}

/*********** COMMON ***********/
a {
  color: #004085;
  cursor: pointer;
  text-decoration: underline;
  outline: none !important;
  font-weight: normal;
  position: relative;
}

a:hover,a:focus {
  color: #004085;
  text-decoration: none;
}

img {
  border: none;
}

td,th,textarea,input,select {
  font-size: 1em;
}

td,th {
  padding: .3em;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}

form {
  clear: left;
  margin: 0;
}

h1,h2,h3,h4,h5 {
  margin-bottom: 0.3em;
  line-height: 1.2em;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #393939;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #393939;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

input,select,textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
ol,ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li p {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*********** TEMPLATE ***********/

#container {
  margin: 0 auto;
  width: 990px;
}

#body {
  position: relative;
  width: 990px;
}

#header-wrapper {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 0 0 0;
  z-index: 500;
}

#header {
  position: relative;
  float: left;
  display: inline;
  width: 990px;
  height: 195px;
  background: url(../img/header-bg.jpg) no-repeat 0 0;
  z-index: 505;
}

#logo {
    position: absolute;
    top: 10px;
    left: 22px;
    width: 198px;
    height: 110px;
    margin: 0;
    z-index: 300;
}
#logo a {
    display: block;
    width: 198px;
    height: 110px;
    background: url(../img/logo.png) no-repeat 0 0;
    text-indent: -999em;
    z-index: 301;
}

#slogan {
    position: absolute;
    top: 67px;
    left: 220px;
    float: left;
    display: inline;
    width: 437px;
    height: 20px;
    margin: 0;
    z-index: 301;
}
#slogan p {
    display: block;
    width: 437px;
    height: 20px;
    background: url(../img/slogan.gif) no-repeat 0 0;
    text-indent: -999em;
    z-index: 301;
}

#header-links {
    float: left;
    display: inline;
    width: 970px;
  height: 19px;
    padding: 10px;
    margin: 0;
}
#header-links ul {
  float: right;
  display: inline;
}
#header-links li {
    float: left;
    display: inline;
    border-right: 1px solid #fff;
    padding-right: 1em;
    margin: .25em 1em .25em 0;
    font-size: .916em;
    line-height: 1.2em;
}
#header-links li.last {
  margin-right: .5em;
}
#header-links li a {
  color: #fff;
  text-decoration: none;
}

#decal {
  clear: both;
  float: left;
  display: inline;
}
#decal .schaatsen {
  position: absolute;
  top: 50px;
  width: 92px;
  height: 186px;
    background: url(../img/icedecal.png) no-repeat 0 0;
}


#search {
    float: right;
    display: inline;
    width: 165px;
    height: 19px;
    overflow: hidden;
    position: relative;
}
#search form {
  padding: 0;
  margin: 0;
  border: 0;
}
#search span.caption {
    color: #fff;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
#search .field {
    border: none;
    width: 150px;
    height: 16px;
    line-height: 16px;
    padding: 1px 3px;
    margin: 0 0 0 .5em;
}
#search .button {
  position: absolute;
  right: 1px;
  top: 1px;
    border: 0;
    width: 22px;
    height: 18px;
    background: none;
    padding: 0;
    margin: 0;
    background: url(../img/search.gif) no-repeat 0 0;
    text-indent: -999em;
}

#navigation {
  position: relative;
  float: left;
  display: inline;
  clear: both;
  margin: 107px 28px 0 28px;
  width: 962px;
  height: 49px;
  z-index: 510;
}
#navigation ul#mainnav {
    float: left;
    display: inline;
  margin: 0 43px;
  width: 846px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cce1e1;
    background: url(../img/mainnav-bg.gif) repeat-x 0 0;  
}
#navigation li {
    float: left;
    display: inline;
    height: 49px;
    border-left: 1px solid #1c3a5b;
    border-right: 1px solid #677a93;
}
#navigation li#main-1 {
    border-left: none;
}
#navigation li.last {
  border-right: none;
}
#navigation li a {
  float: left;
  display: inline;
  width: 139px;
    height: 21px;
    padding: 14px 0;
    font-size: 1.42em;
    line-height: 21px;
    font-family: Impact, Verdana, Arial;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;

}
#navigation li.onhover a,
#navigation li.active a,
#navigation li a:hover {
    background: url(../img/mainnav-bg-on.gif) repeat-x 0 0;  
}

#navigation li#main-3 a {
  width: 140px;
}

#main-1.onhover a,
#main-1.active a,
#main-1 a:hover {
    color: #00a5b6;
}
#navigation #main-1 ul li .image {
  border-color: #00a5b6;
}
#main-2.onhover a,
#main-2.active a,
#main-2 a:hover {
  color: #6563a2;
}
#navigation #main-2 ul li .image {
    border-color: #6563a2;
}
#main-3.onhover a,
#main-3.active a,
#main-3 a:hover {
    color: #ea8400;
}
#navigation #main-3 ul li .image {
    border-color: #ea8400;
}
#main-4.onhover a,
#main-4.active a,
#main-4 a:hover {
    color: #db0013;
}
#navigation #main-4 ul li .image {
    border-color: #db0013;
}
#main-5.onhover a,
#main-5.active a,
#main-5 a:hover {
    color: #db0013;
}
#navigation #main-5 ul li .image {
    border-color: #db0013;
}
#main-6.onhover a,
#main-6.active a,
#main-6 a:hover {
    color: #db0013;
}
#navigation #main-6 ul li .image {
    border-color: #db0013;
}


#navigation ul li.onhover div.navsub {
  display: inline;
}
#navigation ul li div.navsub {
    clear: both;
    display: none;
    float: left;  
  position: absolute;
  width: 990px;
  top: 49px;
  left: -12px;
  z-index: 449;
}
#navigation ul li ul {
    clear: both;
    float: left;
    display: inline;
    border: 1px solid #003f85;
    border-width: 1px 0 1px 1px;
    background: url(../img/subnav-bg.gif) repeat 0 0;
    z-index: 450;
    min-height: 180px;
}
#navigation ul li#main-4 div.navsub ul.unfold {
    float: right;
    margin-right: 50px;
}
#navigation ul li#main-5 div.navsub ul.unfold,
#navigation ul li#main-6 div.navsub ul.unfold {
    float: right;
    margin-right: 50px;  
}
#navigation ul li ul li {
  clear: none;
  float: left;
  display: inline;
  width: 152px;
    height: auto;
  padding: 4px 4px 15px 4px;
  border: 0;
}
#navigation ul li ul li div.navhead {
    float: left;
    display: inline;  
  width: 152px;
  height: 105px;
  padding: 0;
  margin: 0;
}
#navigation ul li ul li div.navhead a {
  float: left;
  display: inline;    
  width: 110px;
  padding: 0 2px;
  margin: 0;
  height: auto;
  color: #003f85;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.3em
  font-family: Arial;
  background: none;
  text-align: left;
  color: #1d3b62;
}
#navigation ul li ul li div.navhead a,
#navigation ul li.onhover ul li div.navhead a,
#navigation ul li.active ul li div.navhead a {
    background: none;  
    color: #1d3b62;  
}
#navigation ul li ul li div.navhead .image {
  float: left;
  display: inline;
  clear: both;
  width: 150px;
  height: 75px;
  margin: 4px 0;
  padding: 0;
  border: 1px solid #ccc;
  overflow: hidden;
}
#navigation ul li ul li div.navhead .image a {
  margin: 0;
  padding: 0;
  border: 0;
}

#navigation ul li ul li ul {
  position: relative;
    float: left;
    display: inline;
  border: none;
  width: 152px;
  padding: 0;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}
#navigation ul li#main-4 ul li ul,
#navigation ul li#main-5 ul li ul,
#navigation ul li#main-6 ul li ul {
    left: auto;
    right: auto;
}
#navigation ul li ul li ul li {
  clear: left;
  float: left;
  display: inline;
    width: 152px;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
}
#navigation ul li ul li ul li a {
    float: left;
    display: inline;  
  background: none;
  font-family: Arial, Helvetica, Verdana;
  font-size: 1em;
  font-weight: normal;
    white-space: normal;
  width: 148px;
  height: auto;
  padding: 0 2px;
  margin: 0;
  line-height: 1.3em;
  text-transform: none;
  text-align: left;
}
#navigation li.onhover ul li ul li a,
#navigation li.active ul li ul li a,
#navigation li ul li ul li a:hover {
    background: none;
}
#navigation li ul li ul li a:hover {
  text-decoration: underline;
}



#content-wrapper {
  float: left;
  display: inline;
  clear: both;
  width: 990px;
  margin: 199px 0 0 0;
}
#content {
  float: left;
  display: inline;
  width: 946px;
  padding: 0 22px;
  z-index: 510;
}
#contenthead {
   float: left;
   display: inline;
   width: 946px;
   height: 238px;
   padding: 0;
   background: url(../img/contenthead-bg.jpg) no-repeat 0 0;
}
.home #contenthead {
    height: 405px;
    background: url(../img/contenthead-bg-home.jpg) no-repeat 0 0;  
}
.portal #contenthead {
    height: 80px;
}
#contentbody-wrapper {
   float: left;
   display: inline;
   width: 946px;
   background: url(../img/contentbody-bg.jpg) repeat-y 0 0;
   z-index: 102;
}
#contentbodytime-wrapper {
   float: left;
   display: inline;
   width: 946px;
   background: url(../img/contenttime-bg.jpg) repeat-y 0 0;
   z-index: 102;
}
#contentbody {
   float: left;
   display: inline;
   width: 946px;
   margin: -200px 0 0 0;
   padding: 0 0 40px 0;
   position: relative;
   z-index: 101;
}
.home #contentbody {
   margin: -370px 0 0 0;  
}

#content h1 {
  font-size: 2em;
  font-family: Impact, Verdana, Arial;
  font-weight: normal;
}

#content table.tabular {
  border: 1px solid #000;
  border-width: 1px 0 0 1px;
}
#content table.tabular th,
#content table.tabular td {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
}

.grid_left {
	float: left;
	margin-right: 20px;
}
#portalcontent {
  width: 760px;
    padding: 40px 43px;
    margin: 0 71px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cce1e1;
  overflow: hidden;
}
.ticketbox {
	float: left;
	width: 240px;
	height: 321px;
	padding: 10px 0; 
	background: url(../img/ticketboxbg.gif) no-repeat 0 0;
}
.ticketbox h2 {
	width: 240px;
	height: 100px;
	text-indent: -999em;
	background: url(../img/tickettext.gif) no-repeat 50% 0;
}
.ticketbox h2.zwemmen {
	background: url(../img/tickettext.gif) no-repeat 50% -100px;
}
.ticketbox h2.schaatsenzwemmen {
	background: url(../img/tickettext.gif) no-repeat 50% -200px;
}
.ticketbox .image {
	width: 206px;
	height: 141px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ticketbox a.button {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 1.5em;
	font-family: impact, arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	width: 198px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../img/tickettext.gif) no-repeat 0 -320px;
}
.ticketbox a.button:hover {
	background: url(../img/tickettext.gif) no-repeat 0 -360px;
}	

#pageheader {
    position: relative;
    width: 990px;
    height: 215px;
    z-index: 100;
}
.home #pageheader {
  height: 354px;
}
#pageheader .image {
  width: 834px;
  height: 203px;
    padding: 6px;
    margin: 0 71px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cce1e1;
  overflow: hidden;
}
.home #pageheader #carousel {
    width: 787px;
    height: 297px;
    padding: 29px 29px 28px 30px;
    margin: 0 71px;
    background-color: #fff;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cce1e1;
    overflow: hidden;
    position: relative;
    z-index: 310;
}

#pageheader #controls {
  position: absolute;
  top: 308px;
  left: 120px;
  z-index: 370;
}
#pageheader #pager a {
  float: left;
  display: inline;
   width: 32px;
   height: 18px;
   margin-left: -1px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#pageheader #pager a span {
  float: left;
  display: inline;
  width: 32px;
  height: 18px;
  text-align: center;
  background: url(../img/pager.png) no-repeat 0 0;
  color: #fff;
  font-size: .916em;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
}


#pageheader #pager a span.purple { background: url(../img/pager-purple.png) no-repeat 0 0;    }
#pageheader #pager a span.orange { background: url(../img/pager-orange.png) no-repeat 0 0; }
#pageheader #pager a span.red { background: url(../img/pager-red.png) no-repeat 0 0; }
#pageheader #pager a span.gray { background: url(../img/pager-gray.png) no-repeat 0 0; }

#pageheader #pager a.activeSlide span.purple,
#pageheader #pager a.activeSlide span.orange,
#pageheader #pager a.activeSlide span.red,
#pageheader #pager a.activeSlide span.gray,
#pageheader #pager a.activeSlide span {
    background: url(../img/pager-on.png) no-repeat 0 0;
    color: #00adbe;
}

#pageheader #pager a.activeSlide span.purple { color: #6563a2; }
#pageheader #pager a.activeSlide span.orange { color: #ea8400; }
#pageheader #pager a.activeSlide span.red { color: #db0013; }
#pageheader #pager a.activeSlide span.gray { color: #393939; }

#carouselbox {
    position: absolute;
    top: 30px;
    right: 100px;
    z-index: 380;
    width: 300px;
    height: 290px;
}
#carouselbox .desc a {
  display: block;
    width: 300px;
    height: 290px;
    text-indent: -999em;
    cursor: pointer;
    background: url(../img/space.gif);
}

.home #decalleft {
    position: absolute;
    left: 31px;
    top: -48px;
    width: 40px;
    height: 48px;
    background: url(../img/home-decal-left.png) no-repeat 0 0;
    z-index: 321;  
}
.home #decalright {
    position: absolute;
    right: 5px;
    top: -53px;
    width: 82px;
    height: 53px;
    background: url(../img/home-decal-right.png) no-repeat 0 0;
    z-index: 322;   
}

.home #pageheader .overlay {
    position: absolute;
    left: 1px;
    width: 985px;
    height: 507px;
    background: url(../img/home-overlay.png) no-repeat 0 0;
    z-index: 320;
}
.home #snow-wrapper {
  display: none;
    position: absolute;
    left: 1px;
  width: 985px;
  height: 370px;    
    z-index: 321;
}


.page #pageheader .overlay {
    position: absolute;
    left: 25px;
    width: 949px;
    height: 339px;
    background: url(../img/page-overlay.png) no-repeat 0 0;
}
.page #pageheader .actieoverlay {
    position: absolute;
    left: 25px;
    width: 949px;
    height: 339px;
    background: url(../img/page-overlay_actie.png) no-repeat 0 0;
}
.page #content a,
.page #content h1 {
    color: #de0016;
}

.zakelijk #pageheader .overlay {
    position: absolute;
    left: 25px;
    width: 949px;
    height: 339px;
    background: url(../img/page-overlay.png) no-repeat 0 0;
}
.zakelijk #content a,
.zakelijk #content h1 {
    color: #393939;
}

.schaatsen #pageheader .overlay {
    position: absolute;
    left: 25px;
  width: 932px;
  height: 254px;
  background: url(../img/schaatsen-overlay.png) no-repeat 0 0;
}
.schaatsen #content a,
.schaatsen #content h1 {
  color: #6765a4;
}

.schaatsen #snow-wrapper {
    position: absolute;
    left: 25px;
  width: 932px;
  height: 254px;  
}

.zwemmen #pageheader .overlay {
    position: absolute;
    top: 56px;
    left: 55px;
    width: 920px;
    height: 243px;
    background: url(../img/zwemmen-overlay.png) no-repeat 0 0;
}
.zwemmen #content a,
.zwemmen #content h1 {
    color: #00a3b4;
}

.fitness #pageheader .overlay {
    position: absolute;
    top: -7px;
    left: 5px;
    width: 990px;
    height: 278px;
    background: url(../img/fitness-overlay.png) no-repeat 0 0;
}
.fitness #content a,
.fitness #content h1 {
    color: #f08a00;
}

.zaalsporten #pageheader .overlay {
    position: absolute;
    top: 136px;
    left: 45px;
    width: 897px;
    height: 134px;
    background: url(../img/zaalsporten-overlay.png) no-repeat 0 0;
}
.zaalsporten #content a,
.zaalsporten #content h1 {
    color: #de0016;
}

.feesten #pageheader .overlay {
    position: absolute;
    top: 129px;
    left: 47px;
    width: 875px;
    height: 125px;
    background: url(../img/feesten-overlay.png) no-repeat 0 0;
}
.feesten #content a,
.feesten #content h1 {
    color: #de0016;
}


#breadcrumb {
    display: block;
    height: 50px;
    padding: 0;
    font-size: 0.833em;
    line-height: 50px;
    text-align: left;
    color: #003f85;
}
#column-left #breadcrumb a {
    color: #003f85;  
}

#column-wide {
  position: relative;
    clear: both;
    float: left;
    display: inline;
    width: 900px;
    margin: 0 10px;
    padding: 0 10px 0 0;
    z-index: 500;
}

#column-left {
    clear: both;
    float: left;
    display: inline;
    width: 630px;
    margin: 0 0 0 75px;
    padding: 0 20px 0 0;
}
#column-right {
    float: left;
    display: inline;
    width: 220px;
    margin: 0;
    padding: 20px 0;
}


#column-left ul {
  margin: 0 0 1em 1em;
}
#column-left ul li ul {
  margin: 0 0 0 1em;
}
#column-left ul li {
  list-style: disc;
  margin: 0 0 0 1em;
}
#column-left li,
#column-left td,
#column-left p {
  line-height: 1.4em;
}



#column-left #searchresults ul li {
    margin-bottom: 1em;
}
#column-left #searchresults h3 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.167em;
}

#column-right .promo a {
  display: block;
  padding: 3px 20px;
  color: #004085;
  text-align: left;
}
#column-right .promo {
  clear: both;
    float: left;
    display: inline;
    width: 220px;
  margin-bottom: 1em;
}
.subscribe {
  float: left;
  display: inline;
  width: 330px;
  height: 178px;
  padding: 0px 0 0 0px;

}
.subscribe a {
    font-weight: bold;
}
.subscribe input {
  width: 193px;
  height: 19px;
  line-height: 19px;
  border: 1px solid #000000;
  color: #666;
}
.subscribe h2 {
  background: url(../img/newsletter-bg-22-09.png) no-repeat 0 0;
  text-indent: -999em;
  width: 330px;
  height: 178px;
}
.subscribe p {
    margin: -10px 0px 0 60px;
}
.video {
  float: right;
  display: inline;
  width: 292px;
  height: 178px;
   
}
.video p {
    margin:0px 0px 0 100px;

}
.video a {
    font-weight: bold;
}
.video h2 {
    float: left;
    display: inline;
    text-indent: -999em;
    width: 292px;
    height: 178px;
    background: url(../img/video_banner_spo2.png) no-repeat 0 0;
  margin: 0 0 0 35px;
}
.video div {
    float: right;
    display: inline;
}
.kinderfeest {
  float: left;
  display: inline;
  width: 236px;
  height: 178px;

 
}
.kinderfeest p {
    margin: 0px 0px 0 40px;

}
.kinderfeest a {
    font-weight: bold;
}
.kinderfeest h2 {
    float: right;
    display: inline;
    text-indent: -999em;
    width: 236px;
    height: 178px;
    background: url(../img/banner_kinderfv5_1.png) no-repeat 0 0;

}
.kinderfeest div {
    float: right;
    display: inline;
}
.promo div {
    float: left;
    display: inline;
}
.promo h2 {
    float: left;
    display: inline;
    text-indent: -999em;
}
.promo p {
    float: left;
    display: inline;
    font-size: .916em;
}
.promo a {
    font-weight: bold;
}

.calendar {
    width: 240px;
    height: 85px;
    margin: 60px 0 0 20px;
}
.calendar h2 {
    width: 180px;
    height: 63px;
    background: url(../img/Opening_v1.gif) no-repeat 0 0;   
}
.rebates {
    width: 185px;
    height: 90px;
    margin: 62px 0 0 90px;
}
.rebates h2 {
    width: 170px;
    height: 90px;
    background: url(../img/Dagkaart.gif) no-repeat 0 0;  
}

.information {
    width: 338px;
    height: 100px;
    margin: 50px 0 0 15px;
}
.information h2 {
    width: 338px;
    height: 75px;
    background: url(../img/informatie-bg.gif) no-repeat 0 0;
  margin: 0 0 0 20px
}
.information p {
    margin: 0px 5px 0 40px;
}
.tdbg {
    background-color: #fff4df;
}
.rowschaats {
    background-color: #bcbbd8;
}
.rowzwem {
    background-color: #8bd9e1;
}

#column-left #gallery ul li {
    float: left;
    display: inline;
    margin: 0 10px 10px 0;
    padding: 0;
}
#column-left #gallery ul li.break {
    margin-right: 0;
}
.zwemmen #gallery img {
    border: 1px solid #00A3B4;
}
.schaatsen #gallery img {
    border: 1px solid #6765A4;
}
.fitness #gallery img {
    border: 1px solid #F08A00;
}
.feesten #gallery img,
.page #gallery img,
.zaalsporten #gallery img { 
    border: 1px solid #DE0016;
}
#gallery ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#abc-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 990px;
}
#abc {
  float: left;
  display: inline;
  width: 952px;
  margin: 0 19px;
}
#abc-head {
  float: left;
  display: inline;
  width: 952px;
  height: 427px;
  padding: 0;
  background: url(../img/abc-head.jpg) no-repeat 0 0;
}
#abcbody-wrapper {
  float: left;
  display: inline;
  position: relative;
  z-index: 102;
  width: 952px;
  background: url(../img/abc-bg.jpg) repeat-y 0 0;
}
#abc-body {
  float: left;
  display: inline;
  position: relative;
  z-index: 102;
  width: 795px;
  margin: -402px 0 0 157px;
}
#abc-foot {
  float: left;
  display: inline;
  width: 952px;
  height: 186px;
  background: url(../img/abc-foot.jpg) no-repeat 0 0;
}

#abc-wrapper .lbl {
    display: block;
    font-size: 1.9em;
    line-height: 1.2em;
    color: #fff;
    font-family: Impact, Verdana, Arial;
    font-weight: normal;
    margin: 0 0 .3em 0;
}
#abc-wrapper .dict .lbl {
  margin-left: 18px;
}

.dict .row {
  float: left;
  display: inline;
  width: 141px;
  margin: 0 0 0 18px;
  padding: 0 0 10px 0;
}

.dict .letter {
  display: block;
  width: 134px;
  height: 19px;
  padding: 0 0 0 7px;
  font-size: 1.333em;
    line-height: 19px;
    font-weight: normal;
    color: #fff;
    font-family: Impact, Verdana, Arial;
    background: url(../img/letter.png) no-repeat 0 0;
}
.dict ul {
  margin: 4px 0 8px 7px;
}
.dict ul li {
  line-height: 1.1em;
}
.dict ul li a {
  color: #fff;
  text-decoration: none;
  font-size: .916em;
}



#targets {
  clear: both;
  float: left;
  position: absolute;
  width: 172px;
  left: 13px;
  top: -10px;
  z-index: 460;
}
#targets-body {
  width: 152px;
  padding: 35px 0 35px 20px;
    background: url(../img/targets-bg.png) no-repeat 0 0;
}
#targets-foot {
    width: 172px;
    height: 20px;
    background: url(../img/targets-foot.png) no-repeat 0 0;
}
#targets li a {
  color: #000e65;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3em;
  height: 1.3em;
}



#footer-wrapper {
  clear: both;
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 990px;
}
#footer {
  float: left;
  display: inline;
  width: 952px;
  margin: 0 19px;
  padding: 0 0 30px 0;
  background: url(../img/footer-bg.jpg) repeat-y 0 -20px;
}
#footer-links li.last {
  border: 0;
}
#footer-links li a {
  color: #022b5d;
  text-decoration: none;
}
#footer-links li a:hover {
  text-decoration: underline;
}
#footer-links {
    padding: 1em 0 0 0;
}
#footer-links ul {
  text-align: center;
}
#footer-links li {
  display: inline;
    border-right: 1px solid #022b5d;
    padding-right: .5em;
    margin-right: .3em;
    font-size: .916em;
    line-height: 1.2em;
}

#footer-text {
  margin-top: 30px;
  color: #004085;
}
#footer-text p {
    margin: 0;
  font-size: 1.167em;
  line-height: 1.9em;
  text-align: center;
  font-weight: bold;
}
#footer-text p em {
  display: inline-block;
  font-style: normal;
    padding: 0 0 0 23px;
    background: url(../img/star.gif) no-repeat 0 2px;
}
#footer-text p a {
    color: #004085;  
}
#footer-text a.libema {
  display: inline-block;
  width: 63px;
  height: 1.9em;
  background: url(../img/libema.gif) no-repeat 0 50%;
  text-indent: -999em;
}
#footer-text ul {
  font-size: .916em;
    text-align: center;
}
#footer-text li {
    display: inline;
    border-right: 1px solid #004085;
    padding-right: .5em;
    margin-right: .3em;
    line-height: 1.1em;
}
#footer-text li.last {
    border: 0;
}
.apkOranje {
   background-color: #f08a01;
}

/* Aanmeldformulier */
.inputfield {
  border: #a5acb2 solid 1px;
  width: 200px;
  height: 15px;
}
.inputfield_100 {
  border: #a5acb2 solid 1px;
  width: 100px;
  height: 15px;
}
.signup_button {
  border: #a5acb2 solid 1px;
  height: 20px;
  width: 150px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
.required {
  color: #F00;  
}
h6 {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  color:#999;
  font-weight: normal;
}
/* Sportiom Springdeal 01-04-11 */
#springdeal {
  width: 630px;
  min-height: 500px;
  background-image: url(http://www.sportiom.nl/asset/media/Backgroundaktie.jpg);
  background-position: top;
  background-repeat: no-repeat;
}
#springdealTop {
  width: 619px;
  padding-top: 137px;
  padding-left: 11px;
}
#springdealLeft {
  float: left;
  width: 283px;
}
#springdealRight {
  float: right;
  width: 336px;
  padding-top: 220px;
}
#springdealLeft p {
  padding: 0px;
  margin: 0px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 20px;
}
#springdealBottom {
  width: 619px;
  padding-left: 11px;
}
#springdealBottom p {
  padding: 0px;
  margin: 0px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#springdealBottom ul {
  padding: 0px;
  margin: 0px;
  list-style-type: square;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#voordeel {
  width: 619px;
  padding-bottom: 18px;
}
.plus {
  color: #e55600;
  font-weight: bold;
}
#extraSping {
  font-size: 12px;
  font-weight: bold;
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/asset/template/img/fancy_shadow_nw.png', sizingMethod='scale'); }

