@import url(extensies/tt_news.css);
@import url(extensies/px_events.css);

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

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

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: 10px;
}


#header span {
	display: none;
}

#topmenu {
	margin: 0 15px;
	background-color: #f7ab2b;
	border-bottom: 1px solid #fff;
}

#topmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#topmenu li {
	float: left;
}

#topmenu a {
	display: block;
	color: #003159;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px;
	border-left: 1px solid #fff;
	background-color: #f7b646;
}

#topmenu a:hover {
	background-color: #003159;
	color: #fff;
}

#topmenu .topmenu_act a {
	background-color: #fff;
}

#topmenu .topmenu_act a:hover {
	background-color: #003159;
}


#sub_container {
	padding-left: 15px;
}

.container_zonder #sub_container {
	padding-left: 0;
}

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

td.leftcolumn {
	width: 185px;
}

#stripes {
	height: 13px;
	background: url(img/stripes.gif) no-repeat;
}

#footer {
	height: 30px;
	padding-top: 14px;
	padding-right: 15px;
	text-align: right;
	color: #344f6e;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(img/bg_footer.jpg);
}

#footer a {
	color: #344f6e;
	text-decoration: none;
}
/* Menu's */

#menu {
	margin-top: 0px;
	background-color: #c8deff;
	padding-top: 15px;
	padding-bottom: 35px;
}

#menu a {
	text-decoration: none;
}

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

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

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

li.menu_1_act a {
	background-color: #f7ab2b;
	color: #003159;
}

#menu li.menu_1_act a:hover {
	color: #003159;
}

li.menu_2 a, li.menu_2_act a {
	display: block;
	color: #165498;
	background: none;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	font-size: 1.1em;
}

li.menu_3 a, li.menu_3_act a {
	display: block;
	color: #5592cc;
	padding: 3px 10px 3px 20px;
	margin: 0 0 3px 0;
	font-size: 1em;
	background: url(img/bul-3.gif) no-repeat 8px 5px;
}


#toolsmenu {
	display: none;
	float: right;
	padding-right: 5px;
}

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

#breadcrumbs a {
	color: #6D7881;
}

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

#pagesubtitle {
	color: #f88f1a;
	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: 8px;
	border-right: 1px solid #c8deff;
}

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

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

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


/* 2 col (L>R) */

.col_2_b td.col_left {
	padding-right: 8px;
	border-right: 1px solid #c8deff;
}

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

.col_2_b div.col_left {
	width: 503px;
	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: #f88f1a;
}

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

H3 {
	font-size: 1.2em;
}

H4 {
	font-size: 1.2em;
}

h5 {
	background-color: #f49b13;
	color: #fff;
	font-size: 15px;
	padding: 1px 2px;
	border-top: 1px dotted #5c5c5c;
}

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;
}

/* 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;
}

/* FCE bedrijfsfiche */

div.bedrijfsfiche {
	border: 1px solid #6b6b6b;
	padding: 7px;
	background-color: #fff;
	margin-bottom: 15px;
}

div.bedrijfsfiche td {
	padding: 5px;
	vertical-align: top;
}

div.bedrijfsfiche td.titel {
	background-color: #b6d3fd;
	color: #2055a3;
	padding: 3px 5px;
	font-weight: bold;
}

div.bedrijfsfiche td.subtitel {
	padding-right: 10px;
	background-color: #f7b74e;
}

div.bedrijfsfiche td.bedrijfsnaam {
	font-size: 14px;
	font-weight: bold;
}




