@import url(extensies/tt_news.css);

body {
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(img/bg.gif);
	color: #444;
}

body, p, td, li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#as-gfx img {
	position: relative;
	top:  -45px;
	width: 50px;
	height: 40px;
	border: none;
	float: right;
}

#as-txt {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: underline;
}

div.clearer {
	clear: both;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(img/bg_container.gif);
	padding-top:0px;
}

#header {
	margin: 0 25px 0 15px;
	position: relative;
	height: 136px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

#header span {
	display: none;
}

#sub_container {
	padding-left: 27px;
}

#content_container {
	padding: 10px 20px 10px 15px;
}

td.leftcolumn {
	background-color: #e6e6e6;
	width: 185px;
}

#schrijfin {
	text-align: center;
	padding: 10px 0;
}

#stripes {
	margin-top: 20px;
	height: 60px;
	background: url(img/wouter-beke.gif) no-repeat;
}

#logos {
	border: 1px solid #999999;
	background-color: #fff;
	padding: 15px 0;
}

#logos img {
	margin: 6px;
}

#footer {
	height: 28px;
	background: #fff url(img/bg_footer.jpg) no-repeat;
}

/* Menu's */

#menu {
	background-color: #5c5c5c;
	padding: 10px 0px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #f6bf1b;
}

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


#menu li.menu_1, #menu li.menu_1_act {
	background: url(img/menu-lijn.gif) no-repeat left bottom;
	padding: 5px 0;
}

#menu li.menu_1_last {
	background: none;
}


li.menu_1 a, li.menu_1_act a {
	display: block;
	padding: 4px 10px;
	font-weight: bold;
	margin: 0 0 1px 0;
	font-size: 1.1em;
	color: #fff;
}

li.menu_1_act a {
	color: #df8317;	/*94b7e6*/
}

li.menu_2 a, li.menu_2_act a {
	display: block;
	background: url(img/menu-bullet.gif) no-repeat 10px center;
	padding: 3px 22px;
	margin: 0 0 3px 0;
	font-size: 1.1em;
	color: #cecece;
}

li.menu_2_act a {
	color: #c37b24;	
}

li.menu_3 a, li.menu_3_act a {
	display: block;
	color: #cecece;
	background: none;
	padding: 3px 10px 3px 30px;
	margin: 0 0 3px 0;
	font-size: 1em;
}

li.menu_3_act a {
	color: #c37b24;	
}

#toolsmenu {
	float: right;
	padding-right: 5px;
	color: #999;
}

#toolsmenu a {
	color: #666;
	font-weight: bold;
}
#toolsmenu img {
	vertical-align: middle;
}

#breadcrumbs {
	margin-bottom: 15px;
	color: #bbb;
	width: 475px;
}

#breadcrumbs a {
	color: #6c6c6c;
}

#pagetitle {
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}

.pagetitle_over {	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	position: relative;	top: -36px;	margin-bottom: -41px;	background-color: #fff;}
#pagesubtitle {
	color: #999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}

/* -- COLUMNS---- */

td.col_left, td.col_center, td.col_right {
	vertical-align: top;
}

/* 2 col (L=R) */

.col_2_a td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #999999;
}

.col_2_a td.col_right {
	padding-left: 9px;
}

.col_2_a div.col_left {
	width: 340px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 340px;
	overflow: hidden;
}


/* 2 col (L>R) */

.col_2_b td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #999999;
}

.col_2_b td.col_right {
	padding-left: 9px;
}

.col_2_b div.col_left {
	width: 480px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 200px;
	overflow: hidden;
}


/**********/

/* Images */

/**********/

/* Images / Tables / Floating text */

TABLE.imgtext-table {
	border: 0px;
}

/* Images / Tables / Wrapped text */

/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */

TABLE.imgtext-nowrap {
	border: 0px;
}

TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 {
	margin-top: 0px;
}

td.col1_left {
	vertical-align: top;
	padding: 0;
}

td.col1_main {
	vertical-align: top;
	padding: 0 0 0 10px;
}

ul.csc-menu-1 {
	font-size: 1.2em;
}

ul.csc-menu-1 li {
	padding-bottom: 7px;
}

.csc-frame-frame1 {
	padding: 5px;
	margin-bottom: 15px;
	background-color: #D7E4F1;
}

.csc-frame-frame1 .csc-header {
	margin-top: 0px;
}

.csc-frame-frame1 .csc-header H1, .csc-frame-frame1 .csc-textpicHeader H1 {
	margin-top: 0px;
}

.csc-frame-frame2 {
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-color: #00A5E7;
	border-width: 2px;
	border-style: solid;
}

.csc-frame-frame2 .csc-header {
	margin-top: 0px;
}

.csc-frame-frame2 .csc-header H1, .csc-frame-frame2 .csc-textpicHeader H1 {
	margin-top: 0px;
}

/***************************/

/* General element styles: */

/***************************/

P, PRE {
	margin: 0px 0px 0px 0px;
}

H1, H2, H3, H4, H5, UL, OL, BLOCKQUOTE, input, textarea, select {
	font-family: arial, helvetica;
}

input, textarea {
	font-size: 1em;
}

/******************/

/* Headers, plain */

/******************/

H1 {
	font-size: 1.33em;
	color: #174C8F;
}

.csc-header H2 {
	font-size: 1.33em;
	color: #fff;
	background-color: #841E20;
	padding: 1px 4px;
}

h2 {	font-size: 15px;	color: #000;	border-bottom: 2px solid #f9be14;	padding: 0 1px 1px 1px;}h2.month {	margin-bottom: 0px;}

H3 {
	font-size: 1.2em;
}

H4 {
	font-size: 1.2em;
}

H1, H2, H3, H4, H5, H6 {
	margin: 25px 0px 10px 0px;
}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
}

p.csc-header-date {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
}

.csc-sitemap ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.csc-sitemap li {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}


.csc-sitemap li li {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
}


/*-------------------------- Forms  --------------------------*/

fieldset.csc-mailform {
	border: 1px solid #38297B;
	background: #F3F2FF;
	padding: 20px;
}

.csc-mailform-field {
	padding: 5px;
}

.csc-mailform-field label {
	width: 190px;
	display: block;
	float: left;
}


/* RTE */

/* Left, center and right alignment of text in paragraphs and cells.*/

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left {
	text-align: left;
}

p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center {
	text-align: center;
}

p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right {
	text-align: right;
}

.rte-blue {
	color: #00A5E7;
}

.rte-orange {
	color: #F85A07;
}

/* default styles for extension "tx_indexedsearch" */

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch P.tx-indexedsearch-noresults {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	padding: 2px;
	font-weight: bold;
	background-color: #CEDBED;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
	font-weight: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
	color: red;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #eeeeff;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	background: #CFDBED;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}

.tx-indexedsearch-searchbox table {
	border: 2px solid #4E6B96;
	background-color: #CFDBED;
	margin-bottom: 7px;
}

.tx-indexedsearch-searchbox td {
	padding: 5px;
}

.tx-indexedsearch-rules h2 {
	font-size: 1em;
	margin-bottom: 0px;
}

.tx-indexedsearch-rules p {
	font-size: 0.9em;
}

.tx-indexedsearch-sec {
	margin-top: 15px;
}

/* Senator Modules */

a.leesmeer {	font-family: Arial, Helvetica, Swiss, SunSans-Regular;	font-size:11px;	margin-bottom:0px;	margin-top: 3px;}div.newsdivider {	border-bottom: 1px dotted #ccc;}

div.singleline {	border-bottom: 1px solid #ccc;}span.newstitle {	font-weight: bold;}span.datum {	font-family: Arial, Helvetica, Swiss, SunSans-Regular;	color: #555;	font-size: 11px;}

