﻿body
{
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
    margin: 0px;
}

div
{
	float: left;
	overflow: hidden;
}

li div
{
    float: none;
    display: inline;
}

table, tr, td
{
	white-space: normal;
}

form
{
}

input, textarea, select
{
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 0px;
}

input.inactive, select.inactive
{
	color: #959595;
}

input.button
{
	width: 133px;
	height: 30px;
	border: solid 1px #0099cc;
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
	background-color: Transparent;
}

a
{
	color: #0099cc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: solid 0px white;
}

H1, p
{
	margin: 0px;
	white-space: normal;
}

H2
{
	color: #000000;
	font-size: 18px;
	line-height: normal;
	white-space: normal;
	margin: 0px;
}

H3
{
	color: #0099cc;
	font-size: 12px;
	line-height: normal;
	white-space: normal;	
	margin: 0px;
}

.hidden-elmt
{
	position: absolute;
	top: -100px;
	left: -100px;
}

.wrapper
{
	width: 912px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(images/bg_wrapper.gif) repeat-y top left;
	float: none;
	text-align: left;
	position: relative;
	z-index: 0;
}

iframe.fullframe-800
{
	width: 800px;
	height: 1000px;
	border: 0px;
	margin: 5px 0px 0px 85px;
}

iframe.fullframe-500
{
	width: 575px;
	height: 3000px;
	border: 0px;
	margin: 5px 0px 0px 0px;
}

.main
{
	width: 910px;
	height: 100%;
}

.leaderboard
{
	width: 600px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	height: 60px;
	overflow: hidden;
}

.pageheader
{
	width: 100%;
	height: 60px;
}

.pageheader .logo
{
	width: 575px;
	height: 100%;
	padding: 10px 0px 0px 0px;
}

#searchbarLayered
{
    width: 329px;
/*	height: 50px;*/
    min-height: 50px;
	padding: 10px 0px 0px 6px;
	background-color: #dedede;
	position: absolute;
	top: 160px;
	z-index: 23;
    left: 575px;
}

#searchbarLayered form
{
	width: 319px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#searchbarLayered .button
{
	float: right;
	padding: 0px 10px 0px 0px;
}

#searchbarLayered .field
{
	width: 260px;
	color: #0099cc;
	font-size: 12px;
	font-weight: bold;
}

#searchbarLayered input.text
{
	width: 245px;
	margin: 0px 0px 0px 10px;
}

#searchbarLayered input.checkbox
{
	width: 20px;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}

#searchbarLayered .searchoptions
{
	position: relative;
	top: 0px;
	left: -6px;
	width: 305px;
	height: 315px;
	padding: 5px 15px 5px 15px;
	background-color: #dedede;
	z-index: 4000;
	filter: alpha(opacity=95);
	opacity: .95;
	overflow-y: scroll;
	border-bottom: solid 1px #cdcdcd;
}

#searchbarLayered .searchoptions .advancedsearchpane
{
	width: 305px;
	height: inherit;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #ffffff; 
	background-color: #dedede;
}

#searchbarLayered .searchoptions .advancedsearchpane .field
{
	width: 100%;
}

#searchbarLayered .searchoptions .advancedsearchpane input.text
{
	width: 150px;
	margin: 0px 0px 0px 10px;
}

#searchbarLayered .searchoptions .searchresult
{
	height: inherit;
	padding: 5px 0px 5px 0px;
	background-color: #dedede;
	width: 305px;
	overflow: visible;
}

#searchbarLayered .searchoptions .searchresult H2
{
	display: none;
}

#searchbarLayered .searchoptions .searchresult H3
{
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#searchbarLayered .searchoptions .searchresult a
{
	width: 100%;
	display: block;
	float: left;
	font-size: 12px;
	color: #666666;
}

#searchbarLayered .searchoptions .searchresult a:hover
{
	background-color: #f2f7c2;
}

#searchbar
{
    width: 329px;
    padding: 10px 0px 7px 6px;
	background-color: #dedede;
	position: relative;
	top: auto;
	z-index: 0;
    left: auto;
}

#searchbar form
{
	width: 319px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#searchbar .button
{
	float: right;
	padding: 0px 10px 0px 0px;
}

#searchbar .field
{
	width: 260px;
	color: #0099cc;
	font-size: 12px;
	font-weight: bold;
}

#searchbar input.text
{
	width: 245px;
	margin: 0px 0px 0px 10px;
}

#searchbar input.checkbox
{
	width: 20px;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}

#searchbar .searchoptions
{
	position: relative;
	top: 0px;
	left: -6px;
	width: 305px;
	height: 315px;
	padding: 5px 15px 5px 15px;
	background-color: #dedede;
	z-index: 4000;
	filter: alpha(opacity=95);
	opacity: .95;
	overflow-y: scroll;
	border-bottom: solid 1px #cdcdcd;
}

#searchbar .searchoptions .advancedsearchpane
{
	width: 305px;
	height: inherit;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #ffffff; 
	background-color: #dedede;
}

#searchbar .searchoptions .advancedsearchpane .field
{
	width: 100%;
}

#searchbar .searchoptions .advancedsearchpane input.text
{
	width: 150px;
	margin: 0px 0px 0px 10px;
}

#searchbar .searchoptions .searchresult
{
	height: inherit;
	padding: 5px 0px 5px 0px;
	background-color: #dedede;
	width: 305px;
	overflow: visible;
}

#searchbar .searchoptions .searchresult H2
{
	display: none;
}

#searchbar .searchoptions .searchresult H3
{
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#searchbar .searchoptions .searchresult a
{
	width: 100%;
	display: block;
	float: left;
	font-size: 12px;
	color: #666666;
}

#searchbar .searchoptions .searchresult a:hover
{
	background-color: #f2f7c2;
}

.menu
{
	width: 100%;
	height: 80px;
	padding: 0px 0px 0px 0px;
}

.menu .functions
{
	width: 642px;
	height: 40px;
	background-color: #0099cc;
	padding: 0px 4px 0px 4px;
	white-space: nowrap;
}

.menu .businesspartnertext
{
	width: 240px;
	height: 20px;
	background-color: #0099cc;
	white-space: nowrap;
	padding: 12px 10px 8px 10px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.menu .businesspartnerlogo
{
	width: 240px;
	background-color: #f4f2df;
	white-space: nowrap;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

.menu .businesspartnerlogo img
{
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	background-color: Transparent;
}

.menu .subfunctions
{
	width: 650px;
	height: 40px;
	background-color: #0099cc;
	white-space: nowrap;
}

.menu .functions.sub
{
	background-color: #f4f2df;
}

.menu .functions .item
{
	margin: 5px 7px 0px 7px;
	padding: 11px 7px 0px 7px;
	height: 24px;
}

.menu .functions .item.on
{
	background-color: #f4f2df;
}


.menu .editorials
{
	width: 235px;
	height: 34px;
	padding: 8px 0px 0px 15px;
	white-space: nowrap;
}

.menu .editorials .field
{
	padding: 0px 5px 0px 0px;
}

.menu .editorials .field input
{
	height: 20px;
	width: 160px;
	padding: 4px 0px 0px 4px;
	border: solid 1px #c8c8c8;
	background-color: #f2f2f2;
}

.menu .editorials .button
{
	width: 50px;
	padding: 1px 0px 0px 0px;
}

.promobar
{
	width: 100%;
	height: 155px;
	background-color: #f4f2df;
}

.promobar .box
{
	width: 165px;
	height: 139px;
	padding: 16px 0px 0px 20px;
}

.promobar .box .header
{
	width: 100%;
	padding: 8px 0px 0px 0px;
}

.promobar .box .picture
{
	background-color: #999999;
}

.promobar .box .picture img.on
{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.promobar .box .picture img.off
{
	filter: alpha(opacity=100);
	opacity: 1;
}

.promobar .box a
{
	font-size: 16px;
	line-height: 20px;
	color: #0099cc;
}

.promobar .box .title
{
	width: 100%;
}

.promobar .box .text
{
	width: 100%;
}

.promobar .box .item
{
	width: 100%;
	padding: 10px 0px 5px 0px;
}

.promobar .loginbox
{
	width: 320px;
	height: 139px;
	padding: 16px 0px 0px 35px;
}

.promobar .loginbox .title a
{
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
	background: url(images/bg_a.gif) no-repeat 0px 6px;
	padding: 0px 0px 0px 12px;
}

.promobar .loginbox form
{
	display: inline;
}

.promobar .loginbox .title
{
	width: 100%;
}

.promobar .loginbox H1
{
	width: 100%;
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
}

.promobar .loginbox .field
{
	width: 140px;
	height: 20px;
	padding: 0px 0px 10px 0px;
}

.promobar .loginbox .field input
{
	width: 130px;
}

.promobar .loginbox .caption
{
	width: 180px;
	padding: 3px 0px 12px 0px;
	height: 15px;
}

.promobar .loginbox .buttonbar
{
	width: 100%;
	padding: 3px 0px 0px 0px;
}

.promobar .loginbox .buttonbar input
{
}

.promobar .loginbox .buttonbar .caption
{
	padding: 6px 0px 12px 0px;
}

.content
{
	width: 560px;
	padding: 16px 9px 0px 0px;
	white-space: nowrap;
}

.content .highlight
{
    background-color :Yellow;   
}

.content.fullwidth
{
	width: 900px;
}

.frame .content
{
	width: 100%;
}

.content H1
{
	width: 100%;
	font-size: 24px;
	padding: 0px 0px 5px 0px;
}

.content H1 a
{
	width: 100%;
	font-size: 24px;
}

.content H2
{
	width: 100%;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
}

.content H2 a
{
	width: 100%;
	font-size: 14px;
}

.content .item-picture a,
.content .item a
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	font-size: 14px;
}

.content .item a.normal
{
	background: none; 
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 9pt;
}

.content .item H2
{
	font-size: 16px;
	padding: 0px 0px 0px 0px;
}

.content .item H2 a
{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	background: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

.content .item H3
{
	color: #000000;
}

.content .index a
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	font-size: 14px;
}

.content .index H2 a
{
	text-decoration: none;
	padding: 0px 0px 0px 12px;
}

.content H3
{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.content H4
{
	width: 100%;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.content H5
{
	width: 100%;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #ff0000;
}

.content iframe.content
{
	width: 475px;
	padding: 0px 15px 0px 15px;
	height: 100%;
}

.content .magazine .more p
{
	width: 100%;
	padding: 0px 10px 0px 0px;
}

.content .magazine .more 
{
	width: 100%;
	padding: 0px 10px 0px 0px;
}

.content .magazine .more a
{
	width: 100%;
	padding: 0px 10px 0px 0px;
}

.content .reactionform
{
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.content .loginform
{
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.content .caption
{
	width: 100%;
}

.content .field
{
	width: 100%;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

.content .field input
{
	width: 350px;
}

.content .loginform input
{
	width: 200px;
}

.content .loginform input.loginbutton
{
	width: auto;
	height: auto;
}

.content .field textarea
{
	width: 350px;
	height: 100px;
}

.content .field input.button
{
	width: 150px;
	height: 40px;
}

.content .login-text
{
	width: 100%;
	padding: 2px 10px 2px 10px;
	background-color: #e0e0e0;
	white-space: normal;
}

.content .authorbar,
.content .timestamp
{
	padding: 3px 0px 5px 0px;
	font-style: italic;
}

.content .author
{
	font-style: italic;
}

.content .login-text a
{
	color: Red;
	text-decoration: underline;
}

.content .rectangle
{
	width: 335px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.content .rectangle a
{
	padding: 0px 0px 0px 0px;
	background: transparent;
}

.content .skyscraper
{
	width: 125px;
	padding: 15px 50px 0px 0px;
	text-align: center;
}

.content .skyscraper a
{
	padding: 0px 0px 0px 0px;
	background: transparent;
}

.content .dashboard
{
	width: 100%;
	height: 85px;
	color: #666666;
	padding: 5px 0px 10px 0px;
}

.content .dashboard a
{
	color: #666666;
}

.content .dashboard a:hover
{
	text-decoration: underline;
}

.content .dashboard .picture
{
	width: 85px;
	height: 85px;
}

.content .dashboard .picture img
{
	width: 85px;
}

.content .dashboard .tags
{
	width: 250px;
	height: 65px;
	padding: 10px 10px 10px 10px;
	background-color: #f6f6f6; 
}

.content .dashboard .tags .icon
{
	width: 25px;
	height: 23px;
}

.content .dashboard .tags .strong
{
	width: 225px;
	height: 23px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.content .dashboard .tags .text
{
	width: 225px;
	height: 23px;
	padding: 0px 0px 0px 0px;
}

.content .dashboard .functions
{
	width: 105px;
	height: 65px;
	padding: 10px 7px 10px 7px;
	background-color: #f0f0f0;
}

.content .dashboard .functions .icon
{
	width: 20px;
	height: 23px;
}

.content .dashboard .functions .strong
{
	width: 84px;
	height: 23px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.content .dashboard .functions .strong a
{
	font-weight: bold;
}

.content .dashboard .functions .strong .inactive a
{
	color: #c3c3c3;
}

.content .dashboard .functions .normal
{
	width: 84px;
	height: 23px;
	padding: 0px 0px 0px 0px;
}

.content .actionbar
{
	width: 100%;
	padding: 3px 0px 10px 0px;
	line-height: normal;
	color: #666666;
}

.content .base-article .actionbar
{
	padding-top: 15px;
}

.content .actionbar .more
{
	height: 18px;
	padding: 0px 10px 0px 0px;
}

.content .actionbar .sent
{
	height: 18px;
	padding: 0px 10px 0px 10px;
}

.content .actionbar .sent a.detail
{
	padding: 0px 0px 0px 25px;
	background: transparent url(images/bg_a_sent.gif) no-repeat 0px 0px; 
}

.content .actionbar .save
{
	height: 18px;
	padding: 0px 5px 0px 10px;
}

.content .actionbar .save a.detail
{
	padding: 0px 0px 0px 25px;
	background: transparent url(images/bg_a_save.gif) no-repeat 0px 0px; 
}

.content .actionbar .print
{
	height: 18px;
	padding: 0px 5px 0px 10px;
}

.content .actionbar .print a.detail
{
	padding: 0px 0px 0px 25px;
	background: transparent url(images/bg_a_print.gif) no-repeat 0px 0px; 
}

.content .actionbar .react
{
	height: 18px;
	padding: 0px 5px 0px 10px;
}

.content .actionbar .react a.detail
{
	padding: 0px 0px 0px 25px;
	background: transparent url(images/bg_a_react.gif) no-repeat 0px 0px; 
}

.content .actionbar .reactions
{
	height: 18px;
}

.content .item .reaction-text a
{
	background: none;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

.content .home
{
	width: 370px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .home.fullwidth
{
	width: 569px;
}

.content .home .item-hot
{
	width: 474px;
	height: 155px;
	padding: 85px 15px 0px 15px;
}

.content .home .item-hot H1
{
	font-size: 33px;
	line-height: normal;
	color: #ffffff;
}

.content .home .item-hot H2
{
	color: #ffffff;
}

.content .home .item-hot H3
{
	font-size: 13px;
	color: #ffffff;
}

.content .home .item-hot .name
{
	width: 100%;
	height: 19px;
}

.content .home .item-hot .company
{
	width: 100%;
	height: 27px;
}

.content .home .item-hot .title
{
	width: 100%;
	height: 80px;
}

.content .home .item-hot .more
{
	width: 100%;
	height: 19px;
}

.content .home .item
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .home .advertorial
{
	margin: 0px 0px 15px 0px;
	padding: 5px 5px 5px 5px;
	width: 358px;
	height: 100%;
	line-height: normal;
	border-bottom: solid 1px #666666;
	border: solid 1px #ff0000;
}

.content .home .advertorial img
{
	float: left;
	padding: 0px 5px 5px 0px;
}

.content .home .advertorial .item
{
	width: 100%;
}

.content .home .advertorial .item-picture
{
	width: 250px;
	padding: 0px 10px 0px 0px;
	white-space:normal;
}

.content .home .advertorial .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

.content .home .advertorial .intro
{
	width: 100%;
	font-weight: normal;
}

.content .home .item .title
{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.content .home .item .intro
{
	width: 100%;
	padding: 0px 0px 10px 0px;
	white-space: normal;
	font-weight: normal;
}

.content .home .item .error
{
	width: 100%;
	font-size: 14px;
	padding: 0px 10px 10px 0px;
	color: #ff0000;
	white-space: normal;
}

.content .home .item .error a
{
	font-size: 14px;
	color: #ff0000;
	text-decoration: underline;
}

.content .home .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .home .searchresult
{
	width: 539px;
	padding: 20px 15px 0px 15px;
}

.content .home .searchresult .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .home .searchresult .header
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .home .searchresult .header h3 a.subscribers
{
	background: transparent url(images/bg_a_subscribers.gif) no-repeat 0px 2px; 
}

.content .home .searchresult .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .home .searchresult .item .bullet
{
	width: 10px;
	padding: 0px 0px 0px 0px;
}

.content .home .searchresult .item .text
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .home .searchresult .item .text .highlight
{
    background-color: Transparent;
	color: Red;
}

.content .home .searchresult .item .informationtype
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-style: italic;
}

.content .home .news
{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #666666;
}

.content .news
{
	width: 100%;
	height: 100%;
}

.content .news H1
{
	color: #669900;
}

.content .news .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .item .intro a,
.content .item .text a
{
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

.content .news .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .news .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .item .info
{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.content .item .info .author
{
	background: none;
	padding: 0px;
	font-style: normal;	
}

.content .news .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .news .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .news .item .text img
{
	max-width: 200px;
	padding: 5px 0px 5px 5px;
	white-space: normal;
	float:right;
}

.content .news .item .text img.imglarge
{
	max-width: 560px;
}

.content .news .item input.text
{
	width: 250px;
	padding: 1px 1px 1px 1px;
	white-space: normal;
}

.content .news .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .news .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .news .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .news .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .news .index .title h2 a
{
	background: transparent url(images/bg_a_green.gif) no-repeat 0px 8px; 
	color: #669900;
}

.content .news .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}

.content .news .index .item .list-items
{
	width: 450px;
	color: #669900;
}

.content .news .index .item .list-items a
{
	background: transparent url(images/bg_a_green.gif) no-repeat 0px 8px; 
	color: #669900;
}


.content .faq
{
	width: 100%;
	height: 100%;
}

.content .faq H1
{
	color: #669900;
}

.content .faq .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .faq .text a
{
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

.content .faq .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .faq .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .faq .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .faq .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .faq .item input.text
{
	width: 250px;
	padding: 1px 1px 1px 1px;
	white-space: normal;
}

.content .faq .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .faq .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .faq .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .faq .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .faq .index .title h2 a
{
	background: transparent url(images/bg_a_green.gif) no-repeat 0px 8px; 
	color: #669900;
}

.content .faq .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}

.content .faq .index .item .list-items
{
	width: 450px;
	color: #669900;
}

.content .faq .index .item .list-items a
{
	background: transparent url(images/bg_a_green.gif) no-repeat 0px 8px; 
	color: #669900;
}


.content .column
{
	width: 100%;
	height: 100%;
}

.content .home .column
{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
}

.content .column H1
{
	color: #660066;
}

.content .column .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .column .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .column .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .column .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .column .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}


.content .column .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .column .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .column .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .column .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .column .index .title h2 a
{
	background: transparent url(images/bg_a_green.gif) no-repeat 0px 8px; 
	color: #669900;
}

.content .column .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}

.content .column .index .item .list-items
{
	width: 450px;
}

.content .poll
{
	width: 100%;
	height: 100%;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #d3d3d3;
}

.content .poll
{
	border-bottom: solid 1px #d3d3d3;
}

.content .midcolumn .poll
{
	border-bottom: none;
}

.content .poll H1
{
	color: #000000;
}

.content .poll .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}

.content .poll .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .poll .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .poll .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .poll .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .item.poll.more
{
	color: #0099cc;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	white-space: normal;
}


.content .page
{
	width: 504px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .page form
{
	border-bottom: solid 1px #d3d3d3;
}

.content .page form input
{
	width: 250px;
}

.content .page form textarea
{
	width: 250px;
	height: 100px;
}

.content .page .item
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .page .item .title
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.content .page .item .intro
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	white-space: normal;
}

.content .page .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .page .index
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .page .index .title
{
	width: 100%;
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #d3d3d3; 
}

.content .page .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}

.content .page .index .item .bullet
{
	width: 14px;
}

.content .page .index .item .list-items
{
	width: 450px;
}

.content .dossier
{
	width: 504px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .dossier .headerbar
{
	width: 100%;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.content .dossier .item
{
	width: 474px;
	padding: 0px 15px 0px 15px;
}

.content .dossier .item .title
{
	width: 350px;
	padding: 0px 0px 5px 0px;
}

.content .dossier .item .banner
{
	width: 120px;
	padding: 0px 0px 5px 4px;
}

.content .dossier .item .intro
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	white-space: normal;
}

.content .dossier .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .dossier .searchresult
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .dossier .searchresult .item
{
	width: 474px;
	padding: 0px 0px 20px 0px;
}

.content .dossier .searchresult .title
{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.content .dossier .searchresult .header
{
	width: 100%;
	padding: 10px 0px 5px 0px;
}

.content .dossier .searchresult .index
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .dossier .searchresult .index .bullet
{
	width: 10px;
	padding: 0px 0px 0px 0px;
}

.content .dossier .searchresult .index .text
{
	width: 464px;
	padding: 0px 0px 0px 0px;
}

.content .mypage
{
	width: 504px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .mypage .headerbar
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.content .mypage .headerbar .title
{
	padding: 0px 0px 0px 0px;
}

.content .mypage .headerbar .button
{
	padding: 5px 2px 5px 2px;
}

.content .mypage .headerbar .mijnabo
{
	background-color: #f58020;
}

.content .mypage .headerbar #functions
{
	background-color: #f58020;
	padding: 2px 2px 0px 2px;
}

.content .mypage .item
{
	width: 474px;
	padding: 0px 15px 0px 15px;
}

.content .mypage .item .title
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.content .mypage .headerbar .title
{
	padding: 0px 0px 0px 0px;
}

.content .mypage .item .banner
{
	width: 120px;
	padding: 0px 0px 5px 4px;
}

.content .mypage .item .intro
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	white-space: normal;
}

.content .mypage .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .mypage .searchresult
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .mypage .searchresult .item
{
	width: 474px;
	padding: 0px 0px 20px 0px;
}

.content .mypage .searchresult .title
{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.content .mypage .searchresult .header
{
	width: 100%;
	padding: 10px 0px 5px 0px;
}

.content .mypage .searchresult .index
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .mypage .searchresult .index .bullet
{
	width: 10px;
	padding: 0px 0px 0px 0px;
}

.content .mypage .searchresult .index .text
{
	width: 464px;
	padding: 0px 0px 0px 0px;
}

.content .faq .item .title H2
{
	padding: 20px 0px 0px 0px;
}

.content .article
{
	width: 100%;
	height: 100%;
}

.content .home .article
{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #666666;
}

.content .home .article .item
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.content .home .article .item
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.content .home .article .item .actionbar .more,
.content .home .article .item .actionbar .sent,
.content .home .article .item .actionbar .react
{
	padding-left: 0px;
	width: 100%;
}

.content .home .article .item .actionbar .react
{
	padding-left: 0px;
	width: 100px;
}

.content .article .title
{
	width: 100%;
	height: 100%;
}

.content .article H1
{
	width: 100%;
	color: #cc3300;
}

.content .article .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .article .spacer
{
	width: 20px;
	padding: 0px 0px 0px 0px;
}

.content .article .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .article .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .article .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .article .item img
{
	max-width: 200px;
	padding: 5px 10px 5px 0px;
	float: left;
}

.content .article .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .article .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .article .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .article .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .article .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .article .index .title h2 a
{
	background: transparent url(images/bg_a_red.gif) no-repeat 0px 8px; 
	color: #cc3300;
}

.content .article .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}


.content .article .index .item .list-items
{
	width: 450px;
}

.content .article .index .item .list-items a
{
	background: transparent url(images/bg_a_red.gif) no-repeat 0px 8px; 
	color: #cc3300;
}

.content .agenda
{
	width: 100%;
	height: 100%;
}

.content .home .agenda
{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #666666;
}

.content .home .agenda .item
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.content .home .agenda .item
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.content .home .agenda .item .actionbar .more,
.content .home .agenda .item .actionbar .sent,
.content .home .agenda .item .actionbar .react
{
	padding-left: 0px;
	width: 100%;
}

.content .home .agenda .item .actionbar .react
{
	padding-left: 0px;
	width: 100px;
}

.content .agenda .title
{
	width: 100%;
	height: 100%;
}

.content .agenda H1
{
	width: 100%;
	color: #cc3300;
}

.content .agenda .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .agenda .spacer
{
	width: 20px;
	padding: 0px 0px 0px 0px;
}

.content .agenda .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .agenda .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .agenda .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .agenda .item img
{
	max-width: 200px;
	padding: 5px 10px 5px 0px;
	float: left;
}

.content .agenda .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .agenda .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .agenda .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .agenda .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .agenda .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .agenda .index .title h2 a
{
	background: transparent url(images/bg_a_red.gif) no-repeat 0px 8px; 
	color: #cc3300;
}

.content .agenda .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}


.content .agenda .index .item .list-items
{
	width: 450px;
}

.content .agenda .index .item .list-items a
{
	background: transparent url(images/bg_a_red.gif) no-repeat 0px 8px; 
	color: #cc3300;
}

.content .jurisprudentie
{
	width: 100%;
	height: 100%;
}

.content .home .jurisprudentie
{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #666666;
}

.content .home .jurisprudentie .item
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.content .home .jurisprudentie .item
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.content .home .jurisprudentie .item .actionbar .more,
.content .home .jurisprudentie .item .actionbar .sent,
.content .home .jurisprudentie .item .actionbar .react
{
	padding-left: 0px;
	width: 100%;
}

.content .home .jurisprudentie .item .actionbar .react
{
	padding-left: 0px;
	width: 100px;
}

.content .jurisprudentie .title
{
	width: 100%;
	height: 100%;
}

.content .jurisprudentie H1
{
	width: 100%;
	color: #006599;
}

.content .jurisprudentie .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .jurisprudentie .spacer
{
	width: 20px;
	padding: 0px 0px 0px 0px;
}

.content .jurisprudentie .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .jurisprudentie .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .jurisprudentie .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .jurisprudentie .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .jurisprudentie .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .jurisprudentie .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .jurisprudentie .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .jurisprudentie .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .jurisprudentie .index .title h2 a
{
	background: transparent url(images/bg_a_navy.gif) no-repeat 0px 8px; 
	color: #006599;
}

.content .jurisprudentie .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}


.content .jurisprudentie .index .item .list-items
{
	width: 450px;
}

.content .jurisprudentie .index .item .list-items a
{
	background: transparent url(images/bg_a_navy.gif) no-repeat 0px 8px; 
	color: #006599;
}

.content .advertorial .title
{
	width: 100%;
	height: 100%;
}

.content .advertorial H1
{
	width: 100%;
	color: #cc3300;
}

.content .advertorial .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .advertorial .spacer
{
	width: 20px;
	padding: 0px 0px 0px 0px;
}

.content .advertorial .items .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .advertorial .item .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .advertorial .item .intro
{
	width: 100%;
	padding: 10px 0px 0px 0px;
	white-space: normal;
	font-weight: bold;
}

.content .advertorial .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .advertorial .item .reaction-header
{
	width: 100%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	white-space: normal;
}

.content .advertorial .item .reaction-text
{
	width: 100%;
	padding: 5px 0px 10px 0px;
	white-space: normal;
	border-bottom: solid 1px #d3d3d3; 
}

.content .advertorial .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .advertorial .index .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .advertorial .index .title h2 a
{
	background: transparent url(images/bg_a_red.gif) no-repeat 0px 8px; 
	color: #cc3300;
}

.content .advertorial .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}


.content .advertorial .index .item .list-items
{
	width: 450px;
}

.content .advertorial .index .item .list-items a
{
	background: transparent url(images/bg_a_red.gif) no-repeat 0px 8px; 
	color: #cc3300;
}

.content .base-article
{
	width: 100%;
	height: 100%;
}

.content .base-article .title
{
	width: 100%;
	height: 100%;
}

.content .base-article H1
{
	width: 100%;
	color: #cc3300;
}

.content .base-article H2
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .base-article H3
{
	width: 100%;
	font-size: 14px;
	color: #cc3300;
	padding: 0px 0px 5px 0px;
}

.content .base-article H3 a
{
	background: none;
	padding: 0px 0px 0px 0px;
	color: #cc3300;
}

.content .base-article .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .base-article .item .title
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .base-article .item .subtitle
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.content .base-article .item .spot,
.content .base-article .item .court,
.content .base-article .item .law,
.content .base-article .item .subject
{
	width: 100%;
	font-style: italic;
	padding: 0px 0px 0px 0px;
}

.content .base-article .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
}

.content .base-article .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .base-article .item .text a
{
	width: 100%;
	font-size: 12px;
	white-space: normal;
}

.content .base-article .item .text ul
{
	list-style-type: none;
}

.content .base-article .item .text ul.LISTNUM
{
	list-style-type: decimal;
}

.content .base-article .item .text ul.LISTALFANUM
{
	list-style-type: lower-alpha;
}

.content .base-article .item .text ul.LISTNOTHING
{
	list-style-type: disc;
}

.content .base-article .item .text ul.LISTNOTHING ul.LISTNOTHING
{
	list-style-type: circle;
}

.content .base-article .item .text ul li
{
	text-indent: 0px;
}

.content .base-article .item .text ul ul li
{
	text-indent: 0px;
}

.content .base-article .item .text table
{
	width: 560px;
}

.content .base-article .item .text table tr td
{
	border: solid 1px #cccccc;
}

.content .base-article .item .text .VN
{
	display:none;
}

.content .base-article .item .index .text
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
}
.content .base-article .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}


.content .magazine
{
	width: 100%;
	height: 100%;
}

.content .magazine .title
{
	width: 100%;
	height: 100%;
}

.content .magazine H1
{
	width: 100%;
	color: #0099cc;
}

.content .magazine H2
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .magazine H3
{
	width: 100%;
	font-size: 14px;
	color: #0099cc;
	padding: 0px 0px 5px 0px;
}

.content .magazine H3 a
{
	background: none;
	padding: 0px 0px 0px 0px;
	color: #0099cc;
}

.content .magazine .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content .magazine .item form
{
	width: 100%;
	padding: 10px 10px 10px 10px;
	background-color: #dedede;
	border-top: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
}

.content .magazine .item .button
{
	float: right;
	padding: 0px 50px 0px 0px;
}

.content .magazine .item .button a
{
	padding: 0px 0px 0px 0px;
}

.content .magazine .item .field
{
	width: auto;
	padding: 5px 10px 0px 0px;
}

.content .magazine .item .field input
{
	width: 200px;
}

.content .magazine .item .field select
{
	width: 200px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 0px 0px;
}

.content .magazine .item .title
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .magazine .item .subtitle
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.content .magazine .item .intro
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
}

.content .magazine .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .magazine .item .text a
{
	width: 100%;
	font-size: 12px;
	white-space: normal;
}

.content .magazine .item .index .text
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	white-space: normal;
}

.content .magazine .index
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.content .calendar
{
	width: 504px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .calendar .item
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .calendar .item .title
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.content .calendar .item .intro
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	white-space: normal;
}

.content .calendar .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .calendar .index
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .calendar .index .title
{
	width: 100%;
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #d3d3d3; 
}

.content .calendar .index .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}

.content .calendar .item .bullet
{
	width: 14px;
}

.content .calendar .index .item .list-items
{
	width: 450px;
}

.content .research
{
	width: 504px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .research .item
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .research .item .title
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.content .research .item .intro
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	white-space: normal;
}

.content .research .item .text
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .research .index
{
	width: 474px;
	padding: 20px 15px 0px 15px;
}

.content .research .index .title
{
	width: 100%;
	padding: 10px 0px 5px 0px;
	border-top: solid 1px #d3d3d3; 
}

.content .research .item
{
	width: 464px;
	padding: 5px 0px 0px 10px;
}

.content .research .item .bullet
{
	width: 14px;
}

.content .research .item .list-items
{
	width: 450px;
}

.content .slideshow
{
	width: 504px;
	height: 100%;
	border-right: solid 1px #ffffff;
}

.content .slideshow .index
{
	width: 474px;
	padding: 20px 15px 0px 15px;
	white-space: normal;
}

.content .slideshow .header
{
	width: 100%;
}

.content .slideshow .index img
{
	width: 108px;
	padding: 5px 10px 5px 0px;
}
.content .slideshow .detail
{
	width: 474px;
	padding: 20px 15px 0px 15px;
	white-space: normal;
}

.content .slideshow .detail img
{
	width: 100%;
}

.content .slideshow .detail .link
{
	width: 168px;
	padding: 20px 0px 10px 0px;
}


.content .pagingbar
{
	height: 25px;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-size: 10px;
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

.content .pagingbar .prev
{
	width: 154px;
}

.content .pagingbar .prev a
{
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

.content .pagingbar .info
{
	width: 154px;
	text-align: center;
}

.content .pagingbar .next
{
	width: 154px;
	text-align: right;
}

.content .pagingbar .next a
{
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

.rightcolumn .pagingbar
{
	height: 25px;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-size: 10px;
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

.rightcolumn .pagingbar .prev
{
	width: 95px;
}

.rightcolumn .pagingbar .prev a
{
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

.rightcolumn .pagingbar .info
{
	width: 100px;
	text-align: center;
}

.rightcolumn .pagingbar .next
{
	width: 95px;
	text-align: right;
}

.rightcolumn .pagingbar .next a
{
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

.content .breadcrumbar
{
	width: 100%;
	padding: 10px 0px 10px 0px;
	white-space: normal;
}

.content .breadcrumbar a
{
	padding: 0px 5px 0px 5px;
	color: #ee981e;
	font-size: 11px;
	border-left: solid 1px #000000;
	vertical-align: middle;
}

.content .breadcrumbar a:hover
{
	color: #2089be;
	background-color: #eff2f6;
}

.content .home .item .intro
{
	font-weight: normal;
}

.midcolumn
{
	float: left;
	width: 175px;
	padding: 6px 0px 0px 14px;
	overflow: hidden;
}

.midcolumn .more a
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	font-size: 14px;
}

.midcolumn .box
{
	width: 100%;
	border-bottom: solid 1px #cccccc;
	padding: 0px 0px 5px 0px;
}

.midcolumn .title
{
	width: 100%;
}

.midcolumn .title H1
{
	height: 25px;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	color: #333333;
}

.midcolumn .item
{
	width: 100%;
	font-size: 14px;
	padding: 0px 0px 3px 0px;
}

.midcolumn .item  h2 a,
.midcolumn .vacancy h2 a
{
	font-size: 14px;
	font-weight: bold;
}

.midcolumn .item  h3 a,
.midcolumn .vacancy h3 a
{
	font-size: 12px;
	font-weight: normal;
}

.midcolumn .item .bullet
{
	width: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 12px;
}

.midcolumn .item .title
{
	width: 153px;
}

.midcolumn .vacancy
{
	width: 100%;
}

.midcolumn .vacancy a
{
	color: #666666;
}

.midcolumn .vacancy .title
{
	width: 100%;
	font-size: 12px;
	/*line-height: normal;
	white-space: normal;		*/
}

.midcolumn .vacancy .title a
{
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}

.midcolumn .vacancy .text
{
	width: 100%;
}

.midcolumn .item.faq a
{
	color: #666666;
}

.midcolumn .item.faq .title a
{
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}

.midcolumn .item.faq .text
{
	width: 100%;
}

.midcolumn .item.poll a
{
	color: #666666;
}

.midcolumn .item.poll .title h2
{
	color: #666666;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}

.midcolumn .item.poll a
{
	color: #0099cc;
}

.midcolumn .item.poll .text
{
	width: 100%;
	font-size: 12px;
	white-space: normal;
}

.midcolumn .item.poll.more
{
	color: #0099cc;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	white-space: normal;
}

.midcolumn .item.news .bullet
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	color: #0099cc;
}

.midcolumn .item.news .title h2 a
{
	color: #0099cc;
}

.midcolumn .item.article .bullet
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	color: #0099cc;
}

.midcolumn .item.article .title h2 a
{
	color: #0099cc;
}

.midcolumn .item.column .bullet
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
}

.midcolumn .item.column .title h2 a
{
	color: #0099cc;
}

.midcolumn .banner
{
	width: 120px;
	padding: 10px 23px 10px 22px;
}

.rightcolumn
{
	width: 336px;
	padding: 16px 0px 0px 5px;
	overflow: hidden;
	float: right;
}

.rightcolumn .more
{
	 width: 100%;
}

.rightcolumn .more a
{
	display: block;
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	font-size: 14px;
}

.rightcolumn .ezinebox
{
	width: 100%;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #cccccc;
}

.rightcolumn .ezinebox form
{
	display: inline;
}

.rightcolumn .ezinebox .title
{
	width: 100%;
}

.rightcolumn .ezinebox H1
{
	width: 100%;
	padding: 5px 0px 3px 0px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}

.rightcolumn .ezinebox .field
{
	width: 175px;
	height: 20px;
	padding: 0px 0px 10px 0px;
}

.rightcolumn .ezinebox .field input
{
	width: 146px;
}

.rightcolumn .ezinebox .caption
{
	width: 180px;
	padding: 3px 0px 12px 0px;
	height: 15px;
}

.rightcolumn .ezinebox .buttonbar
{
	width: 100%;
	padding: 3px 0px 0px 0px;
}

.rightcolumn .title
{
	width: 100%;
}

.rightcolumn .title H1
{
	height: 25px;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	color: #333333;
}

.rightcolumn .banner
{
	width: 336px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px 0px 5px 0px
}

.rightcolumn .box
{
	width: 100%;
	border-bottom: solid 1px #cccccc;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
}

.rightcolumn .box.magazine
{
	border-bottom: solid 0px #cccccc;
	margin: 10px 0px 0px 0px;
	width: 100%;
}

.rightcolumn .box a
{
}

.rightcolumn .box .magazine .cover
{
	width: 120px;
	float: left;
}

.rightcolumn .box .magazine .cover img
{
	width: 110px;
	float: left;
}


.rightcolumn .box .magazine .title,
.rightcolumn .box .magazine .text,
.rightcolumn .box .magazine .more
{
	width: 200px;
	float: left;
	white-space: normal;
	padding: 0px 0px 5px 0px;
}

.rightcolumn .box .magazine .title H1
{
	height: auto;
}

.rightcolumn .box .text
{
	width: 336px;
	overflow:hidden;
}


.rightcolumn .box .text .container
{
	width: 336px;
	overflow:hidden;
}

.rightcolumn .box .container .banner
{
	width: 336px;
	overflow:hidden;
}

.rightcolumn .box .item
{
	width: 100%;
}

.rightcolumn .box .item h2
{
	font-size: 14px;
	color: #333333;
	padding: 5px 0px 0px 0px;
}

.rightcolumn .box .item h3
{
	font-size: 12px;
	color: #666666;
	padding: 0px 0px 5px 0px;
}

.rightcolumn .searchresult
{
	width: 306px;
	padding: 0px 15px 0px 15px;
}

.rightcolumn .searchresult .title
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.rightcolumn .searchresult .header
{
	width: 100%;
	padding: 10px 0px 0px 0px;
}

.rightcolumn .searchresult a
{
	background: transparent url(images/bg_a.gif) no-repeat 0px 6px; 
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	font-size: 14px;
}


.rightcolumn .searchresult a.subscribers
{
	background: transparent url(images/bg_a_subscribers.gif) no-repeat 0px 2px; 
}

.rightcolumn .searchresult .item
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.rightcolumn .searchresult .item .text
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.rightcolumn .searchresult .item .text .highlight
{
	color: Red;
}

.rightcolumn .searchresult .item .informationtype
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-style: italic;
}

.rightcolumn .drilldown
{
	width: 329px;
	height: 100%;
	padding: 10px 0px 0px 6px;
}

.rightcolumn .drilldown .drilldown-part-1
{
	width: 329px;
	height: 50px;
}

.rightcolumn .drilldown .drilldown-part-1 form
{
	width: 319px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.rightcolumn .drilldown .drilldown-part-1 .button
{
	float: right;
	padding: 0px 10px 0px 0px;
}

.rightcolumn .drilldown .field
{
	width: 260px;
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
}

.rightcolumn .drilldown input[type=text]
{
	width: 260px;
	margin: 0px 0px 0px 10px;
}

.rightcolumn .drilldown input[type=checkbox]
{
	width: 20px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.rightcolumn .drilldown .drilldown-part-1 input[type=checkbox]
{
	margin: 0px 0px 0px 10px;
}

.rightcolumn .drilldown .drilldown-part-2
{
	width: 329px;
	height: 100%;
}

.rightcolumn .drilldown .drilldown-part-2 .tabheader
{
	width: 329px;
	height: 40px;
	background-color: #0099cc;
}

.rightcolumn .drilldown .drilldown-part-2 .tabheader .tab
{
	height: 25px;
	margin: 10px 0px 0px 9px;
	padding: 5px 5px 0px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background-color: #0099cc;
	color: #ffffff;
	cursor: pointer;
}

.rightcolumn .drilldown .drilldown-part-2 .tabheader .tab
{
	height: 25px;
	margin: 10px 0px 0px 9px;
	padding: 5px 5px 0px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background-color: #0099cc;
	color: #ffffff;
	cursor: pointer;
}

.rightcolumn .drilldown .drilldown-part-2 .tabheader .tab.on
{
	background-color: #ffffff;
	color: #333333;
}

.rightcolumn .drilldown .drilldown-part-2 .tabheader .tab.off
{
	background-color: #0099cc;
	color: #ffffff;
}

.rightcolumn .drilldown .drilldown-part-2 .tabs
{
	width: 100%;
}

.rightcolumn .drilldown .drilldown-part-2 .tabs .tab
{
	width: 324px;
	padding: 10px 0px 0px 5px;
}


.footer
{
	width: 100%;
	height: 100px;
	margin: 20px 0px 0px 0px;
	white-space: nowrap;
}

.footer .bar-1
{
	width: 100%;
	height: 40px;
	background-color: #f4f1de;
	
}

.footer .bar-1 .item
{
	padding: 13px 15px 0px 15px;
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.footer .bar-1 .item a
{
	font-size: 12px;
	font-weight: bold;
}

.footer .bar-1 .item.copyright
{
	padding: 13px 10px 0px 155px;
}

.footer .bar-1 .item.copyright a
{
	color: #666666;
}

.footer .bar-2
{
	width: 100%;
	height: 40px;
	margin: 1px 0px 0px 0px;
	background-color: #0099CC;
	
}

.footer .bar-2 .item
{
	padding: 13px 15px 0px 15px;
	color: #f4f1de;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.footer .bar-2 .item a
{
	font-size: 12px;
	color: #f4f1de;
	font-weight: bold;
}

.uploadfile
{
	width: 380px;
	padding: 10px 10px 10px 10px;
}

.uploadfile .box
{
	width: 370px;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 10px 0px;
	border: solid 1px #b2bdc9;
	background-color: #00244c;

}

.uploadfile .caption
{
	width: 368px;
	padding: 0px 0px 5px 2px;
	color: #ffffff;
}

.uploadfile .field
{
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.uploadfile .field input
{
	width: 350px;
}

.zorgonderneming
{
	width: 100%;
	white-space: normal;
}

.zorgonderneming .home
{
	width: 450px;
	padding: 10px 10px 10px 20px;
}

.zorgonderneming .home h1
{
	padding: 5px 0px 10px 0px;
}

.zorgonderneming .home h2
{
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}

.zorgonderneming .home p
{
	padding: 5px 0px 5px 0px;
	line-height: 16px;
}

.zorgonderneming .home ul
{
	margin: 3px 0px 3px 20px;
	line-height: 16px;
}

.zorgonderneming .home input.button
{
	width: 125px;
	height: 40px;
}