/* GENERAL STYLING */
* 
{
    margin: 0;
    padding: 0;
}
body {
    overflow: -moz-scrollbars-vertical;
    color: #2d374f;
    background: url(../images/background.jpg) no-repeat center top #f0f5fb;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 76%;
    line-height: 1.35em;
}
html {
    height: 100%;
}
hr {
    clear: both;
    height: 1px;
    margin: 0 0 0.5em 0;
    border-style:none;
    border-bottom: 1px dotted #999eab;
    /* IE fixes */
    _border-bottom: 1px solid #b4b9c5;
}
img {
    border: 0;
}
input, select, textarea {
    padding: 0 2px 0 2px;
    color: #3f3d3d;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 1em;
}
select option {
    padding: 0 2px 0 2px;
}
.clear {
    clear: both;
    font-size: 0.1em;
}
.disabled {
    opacity: .4;
    cursor: default;
    /* IE fixes */
    *filter: alpha(opacity=40);
}
a {
    color: #2d374f;
    text-decoration: underline;
}
a:hover {
    color: #e60118;
    text-decoration: underline;
}
input, select, textarea {
    padding: 0 2px 0 2px;
    color: #3f3d3d;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 1em;
}
.emphasis{
    font-style: italic;
}

/* CONTAINER */

div#container {
    position: relative;
    width: 976px;
    height: auto;
    margin: 6px auto 0 auto;
    text-align: left;
    background: url(../images/bg_container.gif) repeat-x left 8px;
}

/* BRANDING */
div#branding {
    z-index: 10;
    width: auto;
    height: 100%;
    background: url(../images/bg_branding.png) repeat-x top left;
}
div#branding div#logo {
    position: absolute;
    left: 16px;
    top: 16px;  
    width: 74px;
    height: 56px;
    background: url(../images/logo_hot_item.gif) no-repeat;
}
div#branding div#logo a {
    z-index: 100;
    display: block;
    width: 74px;
    height: 56px;
}
div#branding div#logo a span {
    position: absolute;
    left: -999em;
}

div#branding div#placeholder {
    position: relative;
    z-index: 100;
    width: auto;
    height: 62px;
    margin: 0 240px 0 126px;
}

div#branding div#shortcuts {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding: 16px 8px 8px 0;
}

div#branding div#shortcuts li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: .75;
    /* IE fixes */
    *filter: alpha(opacity=75);
}

div#branding div#shortcuts li:hover {
    opacity: 1;
    /* IE fixes */
    *filter: alpha(opacity=100);
}

div#branding div#shortcuts li a {
    display: block;
    margin: 0 2px 0 0;
    color: #d9ebfb;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

div#branding div#shortcuts li a {
    margin: 0 8px 0 0;
}
div#branding div#shortcuts li a.separate {
    margin: 0 8px 0 16px;
}

div#branding div#search {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding: 15px 8px 8px 16px;
}

div#branding div#search input {
    float: left;
    width: 154px;
    height: 16px;
    margin: 0 4px 0 0;
    padding: 1px 3px 0 3px;
    border: 0;
    color: #2d374f;
    background: url(../images/bg_input.gif) no-repeat;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 0.9em;
    line-height: 1.15em;
}

div#branding div#search a {
    float: left;
    margin: 0 0 0 1px;
}

div#branding div#payoff {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    height: 40px;
    background: url(../images/payoff.gif) no-repeat;
}

div#branding div#payoff span {
    position: absolute;
    left: -999em;
}

/* NAV_MAIN */
div#nav_main {
    z-index: 100;
    width: auto;
    height: 24px;
    padding-bottom: 3px;
    background: url(../images/bg_nav.gif) no-repeat bottom;
}

div#nav_main ul {
    z-index: 100;
    clear: both;
    float: none;
    position: relative;
    height: 24px;
    margin: 0 0 0 126px;
    padding: 0 8px 0 2px;
    background: url(../images/nav_main_divider.gif) no-repeat left center;
}

div#nav_main li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../images/nav_main_divider.gif) no-repeat right center;
}
div#nav_main li a {
    display: block;
    margin: 0 2px 0 0;
    padding: 4px 14px 4px 14px;
    color: #f9d9db;
    background: url(../images/nav_main.gif) repeat-x left -48px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

div#nav_main li a:hover {
    color: #fff;
    background: url(../images/nav_main.gif)  repeat-x left -24px;
    text-decoration: none;
}

div#nav_main li.current a, div#nav_main li.current a:hover {
    color: #fff;
    background: url(../images/nav_main.gif) repeat-x left -24px;
    text-decoration: none;
}

div#nav_main li#search {
    position: absolute;
    top: 0;
    left: 610px;
    background: none;
}
div#nav_main li#search input.data {
    float: left;
    width: 193px;
    height: 16px;
    margin: 0 2px 0 0;
    padding: 0 4px 0 6px;
    border: none;
    color: #666;
    background: url(../images/input_inner_shadow.gif) no-repeat;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    line-height: normal;
    /* IE fixes */
    *padding: 2px 4px 0 6px;
    
}
div#nav_main li#search input.button {
    cursor: pointer;
    position: relative;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: none;
    color: transparent;
    background: url(../images/button_search.gif) left 0 transparent no-repeat;
    text-indent: -999em;
    /* IE fixes */
    *font-size: 0;
    *display: block;
    *line-height: 0;
}

div#nav_main li ul {
    position: absolute;
    z-index: 1000;
    list-style: none;
    top: -999em;
    left: auto;
    width: auto;
    height: auto;
    margin: 0 0 0 -1px;
    padding: 7px 4px 7px 4px;
    border: 1px dotted #999eab;
    border-top: 1px dotted #999;
    background: #fff;
    line-height: 1.5em;
    opacity: 0.92;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
    _border-top: 1px solid #999;
    *filter: alpha(opacity=92);
}

div#nav_main li ul li {
    position: relative;
    float: none;
    list-style: none;
    height: auto;
    margin: 0;
    padding: 0 0 1px 0;
    border: 0;
    background: none;
    line-height: 1.25em;
}

div#nav_main li ul li a, div#nav_main li.current ul li a {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 2px 16px 3px 14px;
    border: 0;
    color: #2d374f;
    background: url(../images/nav_main_li.gif) 0 center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    white-space: nowrap;
}
div#nav_main li ul li a:hover, div#nav_main li.current ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: url(../images/nav_main_li_mo.gif) 0 center no-repeat #e60118;
}
div#nav_main li:hover ul, div#nav_main li.iehover ul {
    display: block;
    top: auto;
}

/* CONTENT */

div#content {
    z-index: 0;
    width: auto;
    height: 100%;
    padding: 0;
    background: #fff;
}

/* CONTENT_MAIN */

div#content_main {
    float: left;
    width: 464px;   
    margin: 16px 0 8px 0;
    padding: 0;
}
div#content_main.pictures {
    width: 468px;   
    margin-right: -4px;
}
div#content_main div.picture_large {
    overflow: hidden;
    width: 462px;
    height: 190px;
    margin: 0 0 16px 0;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}
div#content_main div.picture_large a {
	text-decoration: none;
	border: none;
	background: none;
}
div#content_main div.picture_large ol {
    margin: 0;
    padding : 0;
}
div#content_main div.picture_large ol li {
    list-style: none;
}
div#content_main div.picture_large ol li a {
    list-style: none;
    display: block;
    width: 462px;
    height: 190px;
}
div#content_main div.picture_large ol li a span {
    position: absolute;
    left: -999em;
}
div#content_main a.thumbnail {
    float: left;
    display: block;
    width: 148px;
    height: 111px;
    margin: 0 6px 4px 0;
    padding: 0;
    background: none;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}
div#content_main a.thumbnail:hover {
    background: none;
    border: 1px dotted #e60118;
    /* IE fixes */
    _border: 1px solid #e60118;
}
div#content_main a.thumbnail img {
    width: 148px;
    height: 111px;
    border: none;
    background: none;
}
div#content_main div.picture_large.cartoon{
    overflow: hidden;
    width: 360px;
    height: auto;
}
div#content_main div.picture_small {
    border:medium none;
    float:right;
    margin: 0.4em 8px 0.4em 8px;
    padding-left: 8px;
    position:relative;
}
div#content_main img.overview {
    position: relative;
    float: right;
    margin: 0.4em 0 1em 16px;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
    }
div#content_main a {
    color: #e60118;
    background: url(../images/text_decoration.gif) repeat-x bottom;
    text-decoration: none;
}
div#content_main a:hover {
    color: #e60118;
    background: none;
    text-decoration: underline;
}
div#content_main h1 {
    margin: -0.15em 0 0 0;
    color: #e60118;
    font-family: "Gill Sans Std", Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
}
div#content_main h2 {
    margin: 0.75em 0 0 0;
    color: #e60118;
    font-family: "Gill Sans Std", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
div#content_main h3 {
    margin: 0.75em 0 0 0;
    color: #e60118;
    font-family: "Gill Sans Std", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
}
div#content_main h1 + h2 {
    margin: 0;
}
div#content_main h2 + h3 {
    margin: -0.25em 0 0 0;
}
div#content_main img {
    margin: 0;
}
div#content_main a.logo {
    text-decoration: none;
    background: none;
}
div#content_main a.logo img {
    float: none;
    margin: 0;
    border: 0;
}
div#content_main p {
    margin: 0 0 1em 0;
    color: #2d374f;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
}
div#content_main h1 + p,
div#content_main h1 + blockquote + p {
    font-weight: bold;
}
div#content_main blockquote {
    font-weight: normal;
    font-style: italic;
	margin: 0 0 1em 16px;
}
div#content_main h1 + blockquote {
	margin: 0 0 1em 0;
}
div#content_main p.note {
    margin: 1.5em 0 0.5em 0;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 0.9em;
}
div#content_main p.partner {
    float: left;
}
div#content_main p span {
    color: #fc1363;
}
div#content_main p span.emphasis {
    color: #2d374f;
    font-style:italic;
}
div#content_main p img {
    position: relative;
    float: right;
    margin: 2px 0 0.25em 16px;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
    }
div#content_main ul {
    margin: 0 0 1.1em 0;
    padding: 0 0 0 0;
    list-style: none;
}
div#content_main ul ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
div#content_main ul li {
    margin: 0 0 0 9px;
    padding: 0 0 0 14px;
    background: url(../images/li1.gif) 0 2px no-repeat;
    line-height: 1.65em;
    list-style: none;
}
div#content_main ul li ul li{
    margin: 0;
    padding: 0 0 0 12px;
    background: url(../images/li2.gif) 0 2px no-repeat;
    font-size: 0.9em;
    list-style: none;
}
div#content_main ol {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 28px;
    /* IE fixes */
    *padding: 0 0 0 32px;
}
div#content_main ol ol {
    margin: 0;
    padding: 0 0 0 19px;
    /* IE fixes */
    *padding: 0 0 0 23px;
}
div#content_main ol li {
    margin: 0;
    padding: 0;
    line-height: 1.65em;
    list-style: decimal outside;
}
div#content_main ol li ol li{
    margin: 0 0 0 0;
    padding: 0;
    font-size: 0.9em;
    list-style: lower-alpha outside;
}
div#content_main p.link {
    margin: 0 0 0.5em 4px;
    font-weight: normal;
}
div#content_main p.link.accent {
    margin: 0 0 0 4px;
    font-weight: bold;
}
div#content_main p.link a {
    margin: 0 0 0 1px;
    padding: 0 0 0 12px;
    text-decoration: none;
    background: url(../images/link.gif) 0 1px no-repeat;
}
div#content_main p.link a:hover {
    padding: 0 0 0 12px;
    text-decoration: none;
    background: url(../images/link_mo.gif) 0 1px no-repeat;
}
div#content_main p.linknews {
    float: right;
    margin: -1em 0 0.5em -4px;
    font-weight: normal;
}
div#content_main p.linknews a {
    margin: 0 0 0 1px;
    padding: 0 0 0 12px;
    text-decoration: none;
    background: url(../images/link.gif) 0 1px no-repeat;
}
div#content_main p.linknews a:hover {
    padding: 0 0 0 12px;
    text-decoration: none;
    background: url(../images/link_mo.gif) 0 1px no-repeat;
}
div#content_main p.date {
    margin: 0;
    color: #999eab;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.9em;
	font-weight: normal;
}
div#content_main table {
    margin: 0;
    border-collapse: collapse;
    border-top: 1px dotted #d6d8dd;
    /* IE fixes */
    _border-top: 1px solid #b4b9c5;
}
div#content_main th, div#content_main td {
    border-bottom: 1px dotted #d6d8dd;
    /* IE fixes */
    _border-bottom: 1px solid #b4b9c5;
}
div#content_main th {
    padding: 0.2em 1.6em 0.2em 0;
    color: #999eab;
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: baseline;
}
div#content_main td {
    padding: 0.2em 1.6em 0.2em 0;
    color: #2d374f;
    font-weight: normal;
    vertical-align: baseline;
}

/* NAV_SUPP */

div#nav_supp {
    position: relative;
    float: left;
    width: 224px;
    height: 100%;
    padding: 16px 16px 16px 15px;
}

/* NAV_SUB */

div#nav_sub {
    overflow: hidden;
    width: 224px;
    height: 190px;
    margin: 0 0 16px 0;
    border-top: 1px dotted #999eab;
    border-bottom: 1px dotted #999eab;
    /* IE fixes */
    _border-top: 1px solid #b4b9c5;
    _border-bottom: 1px solid #b4b9c5;
}
div#nav_sub h4 {
    display: block;
    border-bottom: 1px dotted #999eab;
    font-size: 1em;
    /* IE fixes */
    _border-bottom: 1px solid #b4b9c5;
}
div#nav_sub h4 a {
    display: block;
    margin: 2px 0 2px 0;
    padding: 2px 4px 2px 16px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    background: url(../images/nav_sub_li.gif) 0 center no-repeat;
}
div#nav_sub h4 a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/nav_sub_li_mo.gif) 0 center no-repeat #e60118;
}
div#nav_sub h4.current a, div#nav_sub h4.current a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/nav_sub_li_mo.gif) 0 center no-repeat #e60118;
}
div#nav_sub ul {
    list-style: none;
    width: auto;
    margin: 0 0 1px 0;
    padding: 0 0 0 11px;
    line-height: 1.5em;
}
div#nav_sub li {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0 0 1px 0;
    border: 0;
    border-bottom: 1px dotted #d6d8dd;
    background: none;
    line-height: 1.25em;
    /* IE fixes */
    _border-bottom: 1px solid #e6e8ee;
}
div#nav_sub li a, div#nav_sub li.current a {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 2px 0 1px 0;
    padding: 2px 16px 2px 14px;
    border: 0;
    color: #2d374f;
    background: url(../images/nav_main_li.gif) 0 center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    /* IE fixes */
    *margin: 1px 0 1px 0;
}
div#nav_sub li a:hover, div#nav_sub li.current a {
    cursor: pointer;
    color: #fff;
    background: url(../images/nav_main_li_mo.gif) 0 center no-repeat #e60118;
}

/* NEWS */

div#news  { 
	width: 222px;
    height: 190px;
    margin: 0 0 16px 0;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}
div#news h4 {
    display: block;
	padding: 2px 2px 3px 2px;
	background: url(../images/bg_header_twitter.png) right bottom no-repeat;
    border-bottom: none;
    font-size: 1em;
}
div#news h4 a {
    display: block;
    padding: 2px 4px 2px 16px;
	color: #5284fe;
	font-size: 1em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    background: url(../images/nav_sub_li_tweet.gif) 0 center no-repeat;
}
div#news h4 a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/nav_sub_li_mo.gif) 0 center no-repeat #e60118;
}
div#news ul {
	list-style: none;
	margin: 0;
	padding: 8px 8px 6px 8px;
	}
div#news li {
	margin: 0;
	padding: 0.27em 0 0.37em 0;
	line-height: 1.25em;
	}
div#news li span {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0 16px;
	color: #2d374f; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	text-decoration: none;
	background:  url(../images/link_twitter.gif) left -256px no-repeat;
	}
div#news li span:hover {
	text-decoration: none;
	background: url(../images/link_twitter.gif) left 0 no-repeat;
}



/* BANNER LARGE */

div#banner_large  { 
	width: 222px;
    height: 190px;
    margin: 0 0 16px 0;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}

div#banner_small2 {
	clear: left;
	width: 222px;
    height: 86px;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}

/* CONTENT_SUPP */

div#content_supp {
    position: relative;
    float: left;
    width: 224px;
    height: 100%;
    padding: 16px 0 16px 16px;
}

/* BANNER SMALL */

div#banner_small {
    overflow: hidden;
    width: 222px;
    height: 88px;
    border: 1px dotted #999eab;
    background: url(../images/nieuws.png) no-repeat;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}
div#banner_small h4 {
    display: block;
	padding: 2px 2px 3px 2px;
    background: url(../images/bg_header_nieuws.jpg) right bottom no-repeat;
    border-bottom: none;
	}
div#banner_small h4 a {
    display: block;
    padding: 2px 4px 2px 16px;
    color: #7b68cf;
	font-size: 1em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    background: url(../images/nav_sub_li_news.gif) 0 center no-repeat;
}
div#banner_small h4 a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/nav_sub_li_mo.gif) 0 center no-repeat #e60118;
}

div#banner_small ul {
    list-style: none;
    margin: 0;
    padding: 8px 8px 6px 8px;
    }
div#banner_small li {
    margin: 0;
    padding: 0.27em 0 0.37em 0;
    line-height: 1.25em;
    }
div#banner_small li a {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0 0 16px;
    color: #2d374f; 
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 0.9em;
    text-decoration: none;
    background:  url(../images/link_news.gif) left -256px no-repeat;
    }
div#banner_small li a:hover {
    color: #e60018;
    text-decoration: none;
    background: url(../images/link_news.gif) left 0 no-repeat;
    }

/* QUICK */
div#quick {
    width: 222px;
    height: 190px;
    margin: 0 0 16px 0;
    border: 1px dotted #999eab;
    /* IE fixes */
    _border: 1px solid #b4b9c5;
}	


/* SITE_INFO */

div#site_info {
    margin: 0 0 8px 0;
    padding: 16px 0 0 0;
    background: url(../images/bg_footer.png) no-repeat;
}
div#site_info div#copyright {
    clear: left;
    float: left;
    padding: 1px 0 0 8px;
    color: #2d374f;
    font-size: 0.9em;
}
div#site_info div#legal {
    float: left;
    padding: 1px 8px 0 0;
    color: #2d374f;
    font-size: 0.9em;
}
div#site_info div#legal a {
    color: #2d374f;
    background: url(../images/text_decoration_site_info.gif) repeat-x bottom;
    text-decoration: none;
}
div#site_info div#legal a:hover {
    color: #2d374f;
    background: none;
    text-decoration: underline;
}
div#site_info div#social {
    float: right;
    padding: 1px 8px 0 0;
    color: #2d374f;
    font-size: 0.9em;
}
div#site_info div#social a {
    margin-left: 8px;
}
div#site_info div#social a img {
	/* Modern browsers CSS3 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
