html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #d0e8f0 url(/file/upload/site/bg_body.gif) repeat-x;
    font-size: 12px;
    color:#3d3d3d;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

h1 {
    color:#dd5f1e;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    margin-bottom:14px;
}

h2 {
    font-size: 12px;
    font-weight:bold;
    margin-bottom:6px;
}

h3 {
    font-size: 12px;
    font-weight:bold;
    margin-bottom:14px;
}

h4 {
    color:#a8a8a8;
    font-weight:bold;
    font-style:italic;
    font-size:12px;
    margin-bottom:3px;
}

a {
    text-decoration:none;
    outline:none;
    color:#dd5f1e;
}

a:hover {
    text-decoration:underline;;
}

ul {   
    list-style:none;
    margin:0;
    padding:0;
}

ol li {
    margin-bottom:10px;
}

ul li {
    display:inline;
}

td object {
    width:472px !important;
    height:369px !important;
    outline:none;
}

.circle {
    list-style-type:circle !important;
}

.square {
    list-style-type:square !important;
}

#pageWrap {
    width:1000px;
    margin:auto;
}

.topHeader {
    background: url(/file/upload/site/top_header.png) no-repeat;
    padding-top:35px;
    height:25px;
}

.dutchLang {
    color:#008ebe;
    font-size:11px;
    padding-left:25px;
    background: url(/file/upload/site/dutch_flag.gif) center left no-repeat;
    margin:5px 40px 0 45px;
    float:left;
}

.englishLang {
    color:#008ebe;
    font-size:11px;
    padding-left:25px;
    background: url(/file/upload/site/uk_flag.gif) center left no-repeat;
    margin-top:5px;
    float:left;
}

.dutchLang:hover,
.englishLang:hover {
    color:#dd5f1e;
    text-decoration:none;
}

.shadow {
    padding:0 35px;
    background: url(/file/upload/site/shadow.png) repeat-y;
}

#header {
    height:94px;
    background: url(/file/upload/site/header.png) no-repeat;
    color:#fff;
    font-size:13px;
}

#header a {
    float:left;
    margin-left:30px;
    height:94px;
    width:150px;
    text-indent:-4000px;
}

#header form {
    float:right;
    margin-top:53px;
    margin-right:17px;
}

#header input[type="text"] {
    color:#ef770d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background: url(/file/upload/site/bg_input.png) no-repeat;
    width:149px;
    height:20px;
    border:none;
    padding:5px 8px 0 8px;
}

#header input[type="submit"] {
    display:none;
}

.zoeken {
    height:25px;
    line-height:25px;
    float:right;
    margin-top:53px;
    margin-right:5px;
}

.menuWrap {
    height:39px;
    border:1px solid #cbcbcb;
}

#mainMenu {
    height:39px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    background: url(/file/upload/site/bg_menu.gif) repeat-x;
    padding-left:11px;
}

#mainMenu a {
    padding:0 8px;
    color:#7a7a7a;
    font-size:13px;
    font-weight:bold;
    height:39px;
    line-height:39px;
    float:left;
}

#mainMenu a:hover {
    color:#008fbf;
    text-decoration:none;
}

#mainMenu a.selected {
    color:#fff;
    border-left:1px solid #cbcbcb;
    border-right:1px solid #cbcbcb;
    background: url(/file/upload/site/bg_selected.gif) repeat-x;
}

#content {
    background:#fff;
    padding:40px 30px 0 30px;
}

#content2 {
    background:#fff;
    padding:0 30px 0 30px;
}

.breadcrumb {
    height:32px;
    padding-left:23px;
    padding-top:8px;
    background:#fff;
}

.breadcrumb a {
    color:#008ebe;
    font-size:11px;
    padding-left:11px;
    margin-left:8px;
    background: url(/file/upload/site/arrow.gif) center left no-repeat;
}

.breadcrumb a.home {
    padding:0;
    margin:0;
    background: none;
}

.breadcrumb a.select {
    text-decoration:underline;
}

.submenuWrap {
    width:164px;
    margin-right:16px;
    float:left;
    margin-bottom:40px;
}

.submenuWrap h1 {
    margin-bottom:2px;
    width:180px;
}

.submenu li {
    display:block;    
}

.subLink {
    border-top:1px solid #ccc;
    border-bottom:1px solid #fff;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    background: url(/file/upload/site/bg_submenu.gif) repeat-y;
    color:#00759c;
    float:left;
    padding:10px 6px;
    width:150px;
}

.subLink.select {
    border-left:none !important;
    padding-left:7px;
    background: url(/file/upload/site/bg_submenu_select.gif) top right repeat-y !important;
}

.subLink:hover,
.subFirstLink:hover,
.subLastLink:hover {
    color:#dd5f1e;
    text-decoration:none;
}

.subLink.select:hover,
.subFirstLink.select:hover,
.subLastLink.select:hover {
    color:#00759c;
    text-decoration:none;
}

.subFirstLink {
    color:#00759c;
    float:left;
    border:none;
    width:150px;
    padding:11px 7px;
    background: url(/file/upload/site/bg_submenu_first.gif) top left no-repeat;
}

.subFirstLink.select {
    background: url(/file/upload/site/bg_submenu_first_select.gif) top left !important;
}

.subLastLink {
    color:#00759c;
    border:none;
    border-top:1px solid #ccc;
    float:left;
    width:150px;
    padding:10px 7px 11px 7px;
    background: url(/file/upload/site/bg_submenu_last.gif) bottom left no-repeat;
}

.subLastLink.select {
    background: url(/file/upload/site/bg_submenu_last_select.gif) bottom left !important;
}

.frameContent {
    background: url(/file/upload/site/frame_content.png) no-repeat;
    width:646px;
    padding:14px 22px 0 22px;
    float:left;
    min-height:351px;
}

.frameContent2 {
    background: url(/file/upload/site/frame_content2.png) no-repeat;
    width:474px;
    padding:18px 18px 45px 18px;
    float:left;
    min-height:302px;
}

.frameContent2 img {
    border:2px solid #de6324;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.leftImg {
    float:left;
    margin-right:18px !important;
}

.rightImg {
    float:right;
    margin-left:18px !important;
}
    
.pageHighlight {
    border:1px solid #a1a1a1;
    height:176px;
    width:616px;
    background: url(/file/upload/site/bg_pagehighlight.gif) repeat-x;
    padding:14px;
    margin-bottom:18px;
}

.pageHighlight img {
    margin-right:14px;
    float:left;
}

.pageHighlight div {
    height:130px;
    overflow:hidden;
}

.pageHighlight a {
    float:right;
}

.newsContent {
    float:left;
    width:150px;
    margin-left:30px;
}

.oneNews {
    margin-bottom:28px;
}

.oneNews2 {
    width:150px;
    height:156px;
    margin-right:11px;
    float:left;
}

.oneNews img,
.oneNews2 img{
    float:left;
    border:2px solid #de6324;
}

.date {
    color:#a8a8a8;
    font-weight:bold;
    font-style:italic;
    font-size:11px;
    float:right;
}

.oneNews a,
.oneNews2 a {
    display:block;
    float:left;
    color:#3D3D3D;
    font-size:11px;
    font-weight:bold;
    font-style:italic;
}

.oneNews a:hover,
.oneNews2 a:hover {
    color:#DE6324;
    text-decoration:none;
}

/* NEWS TEXT */

.newsText {
    padding-bottom:40px;
}

.newsText p{
    display:block;
}

.newsText img {
    float:  left;
    border:2px solid #de6324;
    margin:0 8px 8px 0;
}



.newsDate {
    color:#a8a8a8;
    font-weight:bold;
    font-style:italic;
    font-size:11px;
}

#footer {
    height:53px;
    background: url(/file/upload/site/footer.png) no-repeat;
}

.no-border {
    border: none !important;
}

.downloadLink {
    height:24px;
    line-height:24px;
    padding-left:30px;
    background: url(/file/upload/site/pdf.gif) no-repeat;
    float:left;
}

.left {
    float:left;
}

.clear {
    clear:both;
}

.clearFix {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


/* fancybox */
html, body {
    height: 100%;
}

div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 30;
}

* html div#fancy_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
    text-align: left;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/file/upload/site/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 30;
}

div#fancy_loading_icon {
    position: absolute;
    background: url('/file/upload/site/fancy_loading.gif') no-repeat;
    z-index: 35;
    width: 16px;
    height: 16px;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width:100%;
    height:100%;
    border: 1px solid #BBB;
    background: #FFF;
}

div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}

div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 100;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border:0; 
    padding: 0; 
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('/file/upload/site/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right {
    position: absolute; 
    bottom: 0px; 
    height: 100%; 
    width: 35%; 
    cursor: pointer;
    z-index: 111; 
    display: none;
    background-image: url(data:image/gif;base64,AAAA);
    outline: none;
}

a#fancy_left {
    left: 0px; 
}

a#fancy_right {
    right: 0px; 
}

span.fancy_ico {
    position: absolute; 
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112; 
    cursor: pointer;
    display: block;
}

span#fancy_left_ico {
    left: -9999px;
    background: transparent url('/file/upload/site/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
    right: -9999px;
    background: transparent url('/file/upload/site/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
    left: 20px; 
}

a#fancy_right:hover span {
    right: 20px; 
}

.fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}
    
div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('/file/upload/site/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/file/upload/site/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('/file/upload/site/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/file/upload/site/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/file/upload/site/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('/file/upload/site/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/file/upload/site/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

div#fancy_title div {
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
}

div#fancy_title table {
    margin: 0 auto;
}

div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}

td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url(/file/upload/site/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
    height: 32px;
    background: transparent url(/file/upload/site/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url(/file/upload/site/fancy_title_right.png) repeat-x;
}



a.icewislink {     
    float:right;
    margin:0 36px 12px 0;
    display: block;
    width: 100px;
    height: 32px;
    background: no-repeat top left;      
        
    overflow: hidden;                         
    border: none;
    cursor: pointer; 
    outline: none;   
        
    text-decoration: none;
    text-indent: -999px;
}    
    
a.icewislink.black {
    background-image: url(http://icewis.com/file/static/img/icewistag_black.gif);  
}     
    
a.icewislink.white {
    background-image: url(http://icewis.com/file/static/img/icewistag_white.gif);
}

.priceTag {
    font-family: Helvetica, Arial, sans-serif;
    color: #474747;

    font-size:40px;
    line-height:45px;
}


/* WINDKRACHT SERIE LOGOS */
#serielogos{
    margin:0;
    padding:0;
    text-align:left;
    border:0;
}
.serieitem{
    float:left;
    margin:0 8px;
    height:130px;
}
.serieitem img{
    border:none;
}


