/* -- resetten ---------------------------------------------------------------------------------------- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font-size:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ul {margin:0;padding:0; list-style: none;} ol {margin:0 0 0 30px;padding:0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
form {display: inline;}
*:focus {outline:none;}
/* -- basic  ------------------------------------------------------------------------------------------- */
html {
	/* voor het tonen van de (non)actieve scrolbar, zodat de pagina niet verschuift */
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #fff url(../images/bg_0.jpg) repeat scroll 0 0;
	color: #404040;
	font: normal 0.75em/160% Arial, Verdana, Tahoma, Trebuchet MS;
	text-align: center;
}
div.container {
	width: 870px;
	margin: 12px auto;
	border: 0;
	text-align: left;
	min-height: 500px;/*zie lt_ie7.css*/
}

/* -- basic link --- do change! ------------------------------------------------------------------------ */
a, a:visited {color: #404040;}
a:hover {color:#000;}
a:active {color:#404040;}
a.reverse, a.reverse:visited {color: #eaeaea;}
a.reverse:hover {color:#fff;}
a.reverse:active {color:#eaeaea;}


a.pdf, a.pdf:visited {
	background: transparent url(../images/i_pdf.gif) no-repeat scroll left center;
	padding: 2px 0 2px 22px;
	display: block;
}
a.rss, a.rss:visited {
	background: transparent url(../images/i_rss.gif) no-repeat scroll left center;
	padding: 2px 0 2px 20px;
	display: block;
}
a.email, a.email:visited {
	background: transparent url(../images/i_email.gif) no-repeat scroll left center;
	padding: 2px 0 2px 20px;
	display: block;
	text-decoration: underline;
	cursor: pointer;
}
a.print, a.print:visited {
	background: transparent url(../images/i_print.gif) no-repeat scroll left center;
	padding: 2px 0 2px 20px;
	display: block;
}
a.pdf:hover, a.rss:hover {text-decoration:none;}
a.info, a.info:visited {
	background: transparent url(../images/i_inf.gif) no-repeat scroll 0 0;
	text-indent:-9999px;
	width:14px;
	height:14px;
	display: block;
	float:left;
}

/* -- Text elements ----------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 1.6em; margin: 0.67em 0;}
h2 {font-size: 1.3em; margin: 0.67em 0;font-weight:bold;}
h3 {font-size: 1.2em;}
h4, h5, h6 {font-size: 1em;}
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {text-decoration:none;}

p {margin: 5px 0 20px 0;}
.intro {font-weight: bold; margin: 5px 0 10px 0;}

ul a, ul a:visited {
	text-decoration: none;
}
ul a:hover {
	text-decoration: underline;
}
ul.list {margin-bottom: 20px;}
ul.list a {/*font-weight: bold;?wel/niet*/}
ul.list li {
	background: transparent url(../images/bg_list.gif) no-repeat scroll 0 1px;
	list-style: none;
	padding: 1px 0 1px 15px;
}
ul.list.plain li {
	background: none;
	list-style: none;
	padding: 1px 0;
}

/* h1 */
h1.h1 {
	/*height: 38px;
	line-height: 41px;
	color: #fff;
	background: transparent url(../images/bg_h1_bot.png) no-repeat scroll 0 0;
	padding:0 0 7px 0;
	margin: 0 0 -3px 0;*/
	display: none;
}
/*h1.h1 span.left {
	background: transparent url(../images/bg_h1_left.png) no-repeat scroll 0 0;
	padding: 0 15px;
	display: table-cell;
	zoom:1;
}
h1.h1 span.right {
	background: transparent url(../images/bg_h1_right.png) no-repeat scroll 0 0;
	width: 8px;
	padding: 0;
	margin: 0;
	display: table-cell;
	zoom:1;
}*/

/* forms */
select, input, textarea {
	font: normal 116.67% Arial, Verdana, Tahoma, Trebuchet MS;
	color: #000;
}
input.textfield, textarea.textfield {
	border: solid 1px #c4c4c4;
	padding: 2px;
	background-color: #fff;
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position: 0 0;
}
div.form .radio, div.form .checkbox {
	vertical-align: middle;
	margin:0 2px 0 0;
}
div.form .radio.max2 {
	display:inline;
}
div.form input.radio {
	margin: 0 2px 0 0;
}
select.select {
	border: solid 1px #aaa;
	padding: 2px;
}
div.form fieldset {
	padding: 10px 0;
}
div.form div.verplicht {
	padding: 10px 0;
	color: #888;
}
div.form fieldset label {
	display: block;
}
div.form fieldset input.textfield {
	display: block;
	width: 200px;
}
div.form fieldset textarea.textfield {
	display: block;
	width: 320px;
}
div.form hr {
	border:none;
	height:0;
	border-top:solid 1px #888;
	width: 90%;
	text-align: left;
}

/* btns */
a.btn, a.btn:visited {
	background: #fff url(../images/bg_button.gif) repeat-x scroll left bottom;
	border: solid 1px #c4c4c4;
	padding: 2px 15px;
	cursor:pointer;
	font-size: 1.2em;
	text-decoration: none;
	/*zoom:1;*/
}
a.btn:hover {
	background: #fff url(../images/bg_button_hover.gif) repeat-x scroll left bottom;
}
a.btn:active {
	background: #fff url(../images/bg_button_active.gif) repeat-x scroll left top;
}
a.btn.akkoord {color:#648520;font-weight:bold;}
a.btn.nietakkoord {color:#c00;font-weight:bold;}

/* -- Basic layout elements --- dont change! ---------------------------------------------------------- */
div.wrapper, div.afbtxt {overflow:hidden;width:100%;}
div.afbtxt div.afb {float:left;padding:0 10px 0 0;}
div.afbtxt div.txt {/*zoom:1;*/display:table-cell;}
div.item {float:left;width:49.9%;margin:5px 0;}

/* cols */
div.col290 {
	/*width:290px;
	float:left;*/
	display: none;
}
div.col267-left {
	width:252px;
	margin: 0;
	float:left;
}
div.col267-right {
	width:252px;
	margin: 0;
	float:right;
}
div.col173 {
	/*width:173px;
	float:left;*/
	display: none;
}
div.col193 {
	/*width:193px;
	float:left;*/
	display: none;
}
div.col407 {
	width:407px;
	float:left;
}

div.col387 {
	width:387px;
	float:left;
}

div.col580 {
	width:580px;
	float:left;
}

/* -- specific elements ------------------------------------------------------------------------------- */
a.more, a.more:visited {
	background: transparent url(../images/bg_more_0.gif) no-repeat scroll 0 7px;
	padding: 5px 0 5px 18px;
	display: block;
}
a.more:hover, a.more:active {
	background: transparent url(../images/bg_more_1.gif) no-repeat scroll 0 7px;
	text-decoration: none;
}
a.morediap, a.morediap:visited {
	background: transparent url(../images/bg_more_diap_0.gif) no-repeat scroll 0 8px;
	padding: 5px 0 5px 18px;
	display: block;
	color: #eaeaea;
}
a.morediap:hover, a.morediap:active {
	background: transparent url(../images/bg_more_diap_1.gif) no-repeat scroll 0 8px;
	text-decoration: none;
	color: #fff;
}

/* header */
div.header {
	/*background: transparent url(../images/bg_header.png) no-repeat scroll left bottom;
	height: 102px;
	margin: 0 3px;
	color: #fff;*/
	display: none;
}
div.header-content {
	/*position: relative;*/
	display: none;
}
div.slogan {
	/*position: absolute;
	left: 23px;
	top:50px;*/
	display: none;
}
div.search {
	/*position: absolute;
	left: 288px;
	top: 26px;*/
	display: none;
}
/*div.search * {vertical-align: middle;}
div.search input.textfield {width: 272px;}
div.search a.btn, div.search a.btn:visited {
	background: #fff url(../images/bg_button_search.gif) repeat-x scroll left bottom;
	margin:0 0 0 7px;
}
div.search a.btn:hover {
	background: #fff url(../images/bg_button_search_hover.gif) repeat-x scroll left bottom;
}
div.search a.btn:active {
	background: #fff url(../images/bg_button_search_active.gif) repeat-x scroll left top;
}*/
/*search in page*/
div.searchinpage {
	/*position:static;
	left:inherit;
	top:inherit;
	margin: 0 0 20px 0;*/
	display: none;
}
div.resultsfound {
	/*font-size:1.3em;
	margin:15px 0;*/
	display: none;
}
/*secnav*/
/*div.secnav {
	position: absolute;
	right:15px;
	top: 26px;
}
div.secnav a, div.secnav a:visited {
	text-decoration:none;
	padding:0 0 0 5px;
}*/

/* main nav */
/*div.mainnav {
	position: absolute;
	left: 0;
	top: 77px;
	width: 864px;
}
div.mainnav-content {
	background: transparent url(../images/bg_mainnav.png) no-repeat scroll 0 0;
	padding: 0 0 0 10px;
}
ul.mainnav {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
ul.mainnav li {
	float: left;
	border-right: solid 1px #696969;
}
ul.mainnav a, ul.mainnav a:visited {
	float: left;
	margin: 0;
	padding: 0 18px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	color: #eaeaea;
}
ul.mainnav a:hover, ul.mainnav a:active {
	color: #fff;
}
ul.mainnav a.true, ul.mainnav a.true:visited {
	color: #fff;
}
ul.mainnav li.last {
	border-right: none;
}*/

/* clickpath */
div.clickpath {
	/*height: 28px;
	line-height: 28px;
	font-size: 0.8em;
	padding: 0 0 0 15px;
	color: #e5e5e5;*/
	display: none;
}
/*div.clickpath a, div.clickpath a:visited {
	color: #e5e5e5;
	text-decoration: none;
}
div.clickpath a:hover, div.clickpath a:active {
	text-decoration: underline;
}*/

/* homepage topbox */
div.homeindex {
	width: 257px;
	padding: 10px 8px 0 28px;
	float: left;
}
div.homeindex-item {margin: 0 0 8px 0;}
div.homeindex-item li {display: inline;}
div.homeindex-item a, div.homeindex-item a:visited {white-space: nowrap;}


/* newscaroussel */
div.newscaroussel {
	width: 564px;
	padding: 0 13px 0 0;
	float: left;
	background: transparent url(../images/bg_newscarousel_mid.gif) repeat-y scroll 0 0;
}
div.newscaroussel div.nc-top {
	background: transparent url(../images/bg_newscarousel_top.gif) no-repeat scroll 0 0;
	min-height:333px;/*omdat de indexitems op de homepage hoger zijn*/
}
div.newscaroussel div.nc-bot {
	background: transparent url(../images/bg_newscarousel_bot.gif) no-repeat scroll 0 0;
	height: 4px;
	line-height: 4px;
	font-size: 1px;
}
div.newscaroussel h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight:normal;
}
div.newscaroussel h2 a, div.newscaroussel h2 a:visited {color: #fff;}

/* newscaroussel subpages */
div.newscaroussel2 {
	margin: -25px -22px -10px -22px;
	width: 564px;
	padding: 0 13px 0 0;
	background: transparent url(../images/bg_newscarousel2_mid.gif) repeat-y scroll 0 0;
	position: relative;
	top: 6px;
}
div.newscaroussel2 div.nc-top {
	background: transparent url(../images/bg_newscarousel2_top.gif) no-repeat scroll 0 0;
	min-height:392px;
}
div.newscaroussel2 div.nc-bot {
	background: transparent url(../images/bg_newscarousel2_bot.gif) no-repeat scroll 0 0;
	height: 4px;
	line-height: 4px;
	font-size: 4px;
}
div.newscaroussel2 h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight:normal;
}
div.newscaroussel2 h2 a, div.newscaroussel2 h2 a:visited {
	color: #fff;
}
/* newshiglight */
div.newshighlight {
	width: 269px;
	padding: 10px 8px 0 10px;
	color: #fff;
	float: left;
	position:relative;
}
div.newshighlight div.news-img img {display:block;}
div.newshighlight-txt h2 {padding:0;margin:12px 0;}
div.newshighlight-txt p {margin:0;}
div.newsindex {
	width: 267px;
	float: left;
	padding: 0 0 0 10px;
}
/* newsindex */
ul.newsindex {
	margin: 0 0 20px -10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
div.newscaroussel2 ul.newsindex {padding: 0 0 32px 0;}
ul.newsindex li {
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_newsindex-li.gif) no-repeat scroll 0 bottom;
}
ul.newsindex li.last {
	border:none;
}
ul.newsindex a, ul.newsindex a:visited {
	display: block;
	/*zoom:1;*/
	padding: 5px 10px;
	color: #234169;
	text-decoration: none;
}
ul.newsindex a:hover, ul.newsindex a:active {
	color: #fff;
	background-color: #3a3a3a;
}
ul.newsindex a.true, ul.newsindex a.true:visited {
	color: #fff;
	background-color: #3a3a3a;
}
div.newsindex-header {
	min-height: 28px;
	margin: 0 0 1px -10px;
	padding: 10px 0 5px 0;
	background: transparent url(../images/bg_newscarousel_header.gif) no-repeat scroll 0 38px;
	/*overflow: hidden;*/
}
div.newslinks {
	/*background: transparent url(../images/bg_newslinks.gif) repeat scroll 0 0;
	padding:0 0 0 10px;
	position: absolute;
	bottom:0;
	left:285px;
	width:269px;
	height:32px;
	border-bottom:solid 1px #474747;*/
	display: none;
}
/*div.newslinks div.wrapper * {
	float:left;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}*/

/* boxes */
div.box290 div.top, 
div.box290 div.bot, 
div.box407 div.top, 
div.box407 div.bot, 
div.box387 div.top, 
div.box387 div.bot, 
div.box870 div.top, 
div.box870 div.bot, 
div.box580-2 div.top, 
div.box580-2 div.bot {
	height: 8px;
	line-height: 8px;
}
div.box290 div.top {background: transparent url(../images/bg_box290_top.png) no-repeat scroll 0 0;}
div.box290 div.bot {background: transparent url(../images/bg_box290_bot.png) no-repeat scroll 0 0;}
div.box290 div.mid {
	background: transparent url(../images/bg_box290_mid.png) repeat-y scroll 0 0;
	padding: 5px 23px;
	width: 244px;
}
div.box407 div.top {background: transparent url(../images/bg_box407_top.png) no-repeat scroll 0 0;}
div.box407 div.bot {background: transparent url(../images/bg_box407_bot.png) no-repeat scroll 0 0;}
div.box407 div.mid {
	background: transparent url(../images/bg_box407_mid.png) repeat-y scroll 0 0;
	padding: 5px 23px;
	width: 361px;
}

/*div.box387 div.top {background:transparent url(../images/bg_box387_top.png) no-repeat scroll 0 0;}
div.box387 div.bot {background:transparent url(../images/bg_box387_bot.png) no-repeat scroll 0 0;}
div.box387 div.mid {
	background:transparent url(../images/bg_box387_mid.png) repeat-y scroll 0 0;
	padding: 5px 23px;
	width:341px;
}*/

div.box387 div.mid {
	padding: 5px 23px;
	width:341px;
}


div.box870 div.top {background: transparent url(../images/bg_box870_top.png) no-repeat scroll 0 0;}
div.box870 div.bot {background: transparent url(../images/bg_box870_bot.png) no-repeat scroll 0 0;}
div.box870 div.mid {background: transparent url(../images/bg_box870_mid.png) repeat-y scroll 0 0;}
div.box580-2 div.top {background: transparent url(../images/bg_box580-2_top.png) no-repeat scroll 0 0;}
div.box580-2 div.bot {background: transparent url(../images/bg_box580-2_bot.png) no-repeat scroll 0 0;}
div.box580-2 div.mid {
	background: transparent url(../images/bg_box580-2_mid.png) repeat-y scroll 0 0;
	padding: 5px 23px;
	width: 534px;
	/*zoom:1;*/
}
div.box580 div.top {
	background: transparent url(../images/bg_box580_top.png) no-repeat scroll 0 0;
	height: 9px;
	line-height: 9px;
}
div.box580 div.bot {
	background: transparent url(../images/bg_box580_bot.png) no-repeat scroll 0 0;
	height: 17px;
	line-height: 17px;
	margin: 0 0 -3px 0;	
}
div.box580 div.mid {
	background: transparent url(../images/bg_box580_mid.png) repeat-y scroll 0 0;
	padding: 10px 30px;
	/*zoom:1;*/
}

/* -- navigation ------------------------------------------------------------------- */
/*div.nav {
	width: 173px;
}
div.nav div.top {
	background: transparent url(../images/bg_nav_top.png) no-repeat scroll 0 0;
	height: 8px;
	line-height: 8px;
}
div.nav div.bot {
	background: transparent url(../images/bg_nav_bot.png) no-repeat scroll 0 0;
	height: 8px;
	line-height: 8px;
}
div.nav div.mid {
	background: transparent url(../images/bg_nav_mid.png) repeat-y scroll 0 0;
	padding: 10px;
	width: 153px;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	width: 100%;
	background-color: #4c4c4c;
}
ul.nav li {
	margin: 0;
	padding: 0;
}
ul.nav a, ul.nav a:visited {
	display: block;
	zoom:1;
	margin: 0;
	padding: 3px 5px;
	color: #fff;
	text-decoration: none;
}
ul.nav a:hover {
	background-color: #e2e2e2;
	color: #4c4c4c;
}
ul.nav a:active {
	background-color: #fff;
	color: #4c4c4c;
}
ul.nav a.true, ul.nav a.true:visited {
	font-weight: bold;
}
ul.subnav {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}
ul.subnav a, ul.subnav a:visited {
	font-weight: normal;
	color: #bdbdbd;
}
ul.subnav a:hover, ul.subnav a:active {
	
}
ul.subnav a.true, ul.subnav a.true:visited {
	font-weight: bold;
}*/

/*page alert*/
div.page-alert {
	/*background-color:#000;
	padding: 10px 5px 20px 5px;
	color:#fff;
	margin: -25px -22px 10px -22px;
	position:relative;*/
	display: none;
}
/*div.page-alert div.box {
	padding:10px 10px 0 10px;
	background:transparent url(../images/bg_page-alert.gif) no-repeat 0 0;
	position:relative;
}
div.page-alert div.bot {
	background: transparent url(../images/bg_page-alert_bot.gif) no-repeat 0 0;
	height:8px;
	line-height:8px;
	font-size:8px;
	margin:0;
}
div.page-alert h2 {margin: 0;}
div.page-alert a.close, div.page-alert a.close:visited {
	position: absolute;
	right:10px;
	top:10px;
	display:block;
	background: transparent url(../images/bg_close_diap_0.gif) no-repeat 0 0;
	width:14px;
	height:14px;
	text-indent:-9999px; 
}
div.page-alert a.close:hover, div.page-alert a.close:active {
	background: transparent url(../images/bg_close_diap_1.gif) no-repeat 0 0;
}*/

/* h3 */
div.box290 h3, div.box407 h3, div.box387 h3, div.box580-2 h3, div.homeindex h3 {
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 10px;
	margin: 0 -10px 10px -10px;
}
div.box290 h3, div.box580-2 h3 {
	font-weight: normal;
	font-size: 1.3em;
}
div.box290 h3 {background: transparent url(../images/bg_h3_col290-1.gif) no-repeat scroll 0 0;color: #fff;}
div.box580-2 h3 {background: transparent url(../images/bg_h3_col580-2.gif) no-repeat scroll 0 0;color: #234169;font-weight: bold;}
div.box580-2 div.twocolsin580 h3 {background: transparent url(../images/bg_h3_twocolsin580-2.gif) no-repeat scroll 0 0;}
div.box407 h3, div.box387 h3 {
	background: transparent url(../images/bg_h3_col407-2.gif) no-repeat scroll 0 0;
	color: #234169;
	font-size: 1.2em;
}
div.twocolsin580 h3 {
	background: transparent url(../images/bg_h3_twocolsin580-2.gif) no-repeat scroll 0 0;
	color: #234169;
}
div.box290 div.m7 h3, div.box407 div.m7 h3 {/*poll*/
	background: none;
	color: #404040;
	height: inherit;
	line-height: 120%;
}
div.homeindex h3 {
	background: transparent url(../images/bg_h3_homeindex-2.gif) no-repeat scroll 0 0;
	color: #234169;
	font-size: 1.2em;
	margin: 0 -10px 2px -10px;
	font-weight: bold;
}
/**/
div.col290 a.more, div.col407 a.more, div.col387 a.more, div.box580-2 a.more {margin: 0 -10px;}
div.twocolsin580 {margin: 10px -10px;}
div.twocolsin580-pdg {padding:0 10px;}
div.col290 h3 a, div.col290 h3 a:visited, div.col580 h3 a, div.col580 h3 a:visited, div.col580-2 h3 a, div.col580-2 h3 a:visited {
	color: #fff;
}
div.col407 h3 a, div.col407 h3 a:visited,
div.col387 h3 a, div.col387 h3 a:visited,
div.twocolsin580 h3 a, div.twocolsin580 h3 a:visited {
	color: #234169;
}
div.col290 p {
	margin: 5px 0;
}

/* actionboxes */
div.actionbox {
	margin: 5px 0 20px 0;
}
div.actionbox p {
	margin: 5px 0;
}
div.actionbox div.img {
	margin: 5px -10px 5px -10px;
}
div.actionbox div.form {
	margin: 15px 0;
}
div.actionbox div.form .textfield {
	margin: 0 0 5px 0;
	display: block;
}
div.actionbox div.form .btn {
}
div.box290 div.actionbox/*, div.box580-2 div.actionbox*/ {
	margin: 0;
}


div.m1 li a {font-weight: bold;}
div.m1 span.date {color:#9F9F9F;}
div.m1 a.more {margin:0;}
div.home div.box580-2 h3 {background: transparent url(../images/bg_h3_col580-1.gif) no-repeat scroll 0 0;}
div.home div.m2 {min-height:274px;}
div.home div.m6 {min-height:294px; margin:0;}
div.home div.m6 h3 {font-weight:normal;}
div.home div.m6 h4 {font-weight:bold;padding:5px 0 0 0;}
div.home div.m5 {min-height:211px;}
div.home div.m3, div.home div.m7 {min-height: 191px;}
div.m4 div.img {
	float: left;
	margin: 5px 5px 5px 0;
}
div.m5 div.img {
	float: left;
	margin: 5px 5px 5px 0;
}
.m11 {}



/* table */
/*div.table {
	background: transparent url(../images/bg_table2_bot.gif) no-repeat scroll left bottom;
	padding: 5px;
	margin: 20px 0 10px 0;
}
div.table div.top {
	background: transparent url(../images/bg_table2_top.gif) no-repeat scroll 0 0;
	position: relative;
	top: -10px;
	left: -5px;
	height: 8px;
	line-height: 8px;
	font-size: 1px;
	margin: 0 0 -15px 0;
}
div.box407 div.table table {
	width: 335px;
	border: solid 2px #fff;
}*/
div.table table {
	width: 352px;
	border: solid 1px #e5e5e5;
}
div.table table td, div.table table th {
	border: solid 1px #e5e5e5;
	padding: 3px 6px;
}
div.table table th {
	font-weight: bold;
	color: #4c4c4c;
}

/* reactions */
div.reactions {
	margin: 20px 0;
}
div.reaction {
	border-bottom: solid 1px #ececec;
	padding: 10px 10px 0 10px;
	margin: 10px -10px;
}
div.reaction.akf {
	background: transparent url(../images/bg_reaction_abvakabofnv.gif) repeat scroll 0 0;
	margin: -10px -10px 10px -10px;
}
div.reaction-title {
	width: 100%;
	overflow: hidden;
}
div.reaction-title h4 {
	float: left;
	display: table-cell;
	/*zoom:1;*/
}
div.reaction-title div.date {
	color: #9f9f9f;
	padding: 0 0 0 7px;
	font-size: 0.9em;
	float: left;
	display: table-cell;
	/*zoom:1;*/
}
div.reaction-title a.icon, div.reaction-title a.icon:visited {
	background: transparent url(../images/icon_notoke_0.gif) no-repeat scroll 0 0;
	width: 14px;
	display: table-cell;
	/*zoom:1;*/
	float: right;
	text-decoration: none;
}
div.reaction-title a.icon:hover, div.reaction-title a.icon:active {
	background: transparent url(../images/icon_notoke_1.gif) no-repeat scroll 0 0;
}
/*react*/
div.react-header {
	/*background-color: #f2f2f2;
	padding:10px;*/
	display: none;
}
/*div.react-header a, div.react-header a:visited {
	padding:0 0 0 18px;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
}
div.react-header a.false, div.react-header a.false:visited {
	background: transparent url(../images/bg_react_1.gif) no-repeat scroll 0 0;
}
div.react-header a.true, div.react-header a.true:visited {
	background: transparent url(../images/bg_react_0.gif) no-repeat scroll 0 0;
}*/
div.react {
	/*background-color: #f2f2f2;
	padding:0 10px 20px 10px;
	margin: 0 0 20px 0;*/
	display: none;
}
/*div.react h2 {
	margin:0;
	padding:10px 0 0 0;
}*/

div.form fieldset.controlcode input.textfield {
	float:left;
}
div.form fieldset.controlcode div.cc-question {
	float:left;
}
div.form fieldset.controlcode {
	overflow:hidden;
	width:100%;
}
div.form fieldset.controlcode * {
	vertical-align:middle;
	margin:0 3px 0 0;
}

/* article */
div.article {margin:0 0 40px 0;}
div.article-date {color: #9f9f9f;}
div.article-title-ext {
	background: transparent url(../images/icon_notoke_0.gif) no-repeat scroll 0 1px;
	padding-left: 18px;
}
div.article-elements {
	color:#737373;
	background: transparent url(../images/bg_article-elements.gif) repeat scroll 0 0;
	padding: 2px 5px;
}
div.article a.more {margin:0;}
div.article-actions {
	margin:10px 0 0 0;
	padding:5px 0;
	border: solid 1px #fff;
	overflow: hidden;
}
div.article-actions a {
	float:left;
	margin: 0 15px 0 0;
}
div.article-actions.true {
	padding:5px;
	border: solid 1px #e5e5e5;
}
div.article-email {
	padding:5px;
	border: solid 1px #e5e5e5;
	border-top: none;
	background-color: #f3f3f3;
}
div.article-email input.textfield {
	margin:0 5px 0 0;
}
img.pic.left {
	float:left;
	padding:5px 10px 5px 0;
}
img.pic.right {
	float:right;
	padding:5px 0 5px 10px;
}


/* pagination */
div.content ul.pagination {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
div.content ul.pagination li {
	float: left;
	background: none;
	margin: 0 2px;
	padding: 0;
	background:none;
}
div.content ul.pagination a, div.content ul.pagination a:visited {
	float: left;
	margin: 0;
	padding: 0 5px;
	font-weight: bold;
	text-decoration: none;
	height: 19px;
	line-height: 19px;
	border:solid 1px #c4c4c4;
}
div.content ul.pagination a:hover, div.content ul.pagination a:active {
	color: #000;
	background-color: #eaeaea;
}
div.content ul.pagination li.true a {border:solid 1px #fff;}
div.content ul.pagination li.true a, div.content ul.pagination li.true a:visited {color: #000;}
div.content ul.pagination li.true a:hover, div.content ul.pagination li.true a:active {
	background-color: #fff;
	cursor: default;
}

/* faq */
div.faq div.question {
	background: transparent url(../images/bg_list.gif) no-repeat scroll 0 1px;
	padding: 1px 0 1px 15px;
}
div.faq div.question a, div.faq div.question a:visited {
	text-decoration:none;
}
div.faq div.question.true {
	border-top: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	margin: 0 -10px;
	padding: 0 10px 1px 24px;
	background: #f5f5f5 url(../images/bg_faq_true.gif) no-repeat scroll 7px 2px;
}
div.faq div.answercontainer {
	background-color: #f5f5f5;
	border-bottom: solid 1px #e9e9e9;
	border-right: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	margin: 0 -10px 10px -10px;
	padding: 10px 10px 10px 40px;
}
div.faq div.answer {
	color:#888;
}
div.faq div.feedback-form textarea.textfield,
div.faq-page div.feedback-form textarea.textfield {
	width:98%;
	margin: 5px 0;
}
div.faq div.feedback,
div.faq-page div.feedback {
	margin: 10px 0 5px 0;
}
div.faq div.feedback div.feedbackq a.true,
div.faq-page div.feedback div.feedbackq a.true {
	font-weight:bold;
	cursor:default;
	text-decoration:none;
}
div.faq div.feedback-form,
div.faq-page div.feedback-form {
	 background-color:#fff;
	 border:solid 1px #ccc;
	 padding:10px;
}
div.faq-page div.feedback-form {
	 background-color: #f5f5f5;
	 margin:0 0 20px 0;
}
div.feedback-txt {
	color: #888;
	margin: 10px 0 0 0;
}
div.feedback-txt a, div.feedback-txt a:visited {color: #888;display:block;}

/* index items */
div.index-items {}
div.index-item {margin: 0 0 12px 0;}
div.index-item h2 {font-weight:bold;font-size:1.2em;margin:0;}
div.index-item li {display: inline;}
div.index-item a, div.index-item a:visited {white-space: nowrap;}

div.alphabet-index {margin:0 0 20px 0;}
div.alphabet-index li {
	display: inline;
	border-right: solid 1px #b9b9b9;
}
div.alphabet-index a, div.alphabet-index a:visited {padding: 0 3px;}

/* footer */
div.footer {
	/*width: 864px;
	margin: 0 auto;
	background: transparent url(../images/bg_footer-mid.png) repeat-y scroll 0 0;
	text-align: left;
	color: #b9b9b9;
	padding: 0 0 10px 0;*/
	display: none;
}

div.footerbot {
	/*width: 844px;
	margin: 0 auto 20px auto;
	text-align: right;
	line-height: 22px;
	height: 22px;
	padding: 0 20px 0 0;
	background: transparent url(../images/bg_footer-bot.png) no-repeat scroll 0 0;*/
	display: none;
}

.newshighlightInner {
	position:absolute;
	width:266px;
}