@import url(extensies/tt_news.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;
}

#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: 8px;
}

#header {
	position: relative;
	height: 250px;
	padding-left: 15px;
}

#header span {
	display: none;
}

#pdc {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
	margin-bottom: 5px;
	height: 42px;
	padding-top: 18px;
}

#pdc a {
	text-decoration: none;
}

#min {
	float: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	background: url(img/defensie.jpg) no-repeat right top;
	margin-right: 15px;
	height: 32px;
	padding-top: 28px;
	padding-right: 60px;
}

#languagemenu {
	position: absolute;
	left: 16px;
	top: 0px;
	font-size: 10px;
}

#rss_link {
	position: absolute;
	left: 60px;
	top: 0px;
}


#sub_container {
	padding-left: 15px;
}

.container_zonder #sub_container {
	padding-left: 0;
}

#content_container {
	padding: 10px 20px 10px 15px;
}

td.leftcolumn {
	width: 155px;
}

#schrijfin {
	text-align: center;
	padding: 10px 0;
}

#stripes {
	height: 13px;
}

#logos {
	border: 1px solid #999999;
	background-color: #fff;
	padding: 15px 0;
}

#logos img {
	margin: 6px;
}

#footer {
	background: #fff url(img/bg_footer.jpg) no-repeat;
	height: 20px;
	padding-right: 23px;
	text-align: right;
	color: #A2B2BF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Menu's */

#menu {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 155px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.menu_1 a, li.menu_1_act a {
	display: block;
	color: #fff;
	padding: 4px 10px;
	font-weight: bold;
	margin: 5px 0 0 0;
	font-size: 1.1em;
	background: #b5b5b5 repeat-y;
}

li.menu_1_act a {
	color: #000;
}

li.menu_2 a, li.menu_2_act a {
	display: block;
	color: #5b6e76;
	background: none;
	padding: 4px 10px;
	margin: 0 0 0 0;
	font-size: 1em;
}

li.menu_2_act a {
	color: #000;	
}

#menu ul.menu_2 {
	padding: 5px 0px 15px 10px;
	background-color: #fff;
}

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 11px 8px;
}

#toolsmenu {
	float: right;
	padding-right: 5px;
}

#breadcrumbs {
	display: none;
	/*
	margin-bottom: 15px;
	color: #6D7881;
	width: 475px;
	*/
}

#breadcrumbs a {
	color: #6D7881;
}

#pagetitle {
	color: #005B80;
	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: 348px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 348px;
	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: 496px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 200px;
	overflow: hidden;
}


/* 3 col */

.col_3_a td.col_left {
	padding-right: 8px;
	border-right: 1px solid #c8deff;
	width: 33%;
}

.col_3_a td.col_center {
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #c8deff;
	width: 34%;
}

.col_3_a td.col_right {
	padding-left: 8px;
	width: 33%;
}

.col_3_a div.col_left {
	overflow: hidden;
}

.col_3_a div.col_center {
	overflow: hidden;
}

.col_3_a div.col_right {
	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 p {
	font-family: Cambria,Georgia,Serif;
	font-size: 14px;
}

.csc-frame-frame1 .csc-textpic-caption {
	font-family: Cambria,Georgia,Serif;
	font-size: 12px;
}

.csc-frame-frame1 h1 {
	font-family: Cambria,Georgia,Serif;
	font-size: 22px;
}

.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;
}

.csc-frame-rulerAfter {
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}
/***************************/

/* 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 {
	font-size: 10px;
}

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;
}

/* default styles for extension "tx_indexedsearch" */

input.searchbox-input {
	width: 145px;
	display: block;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox {
	display: none;
}

.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 {
	display: none;
}

.tx-indexedsearch-rules h2 {
	font-size: 1em;
	margin-bottom: 0px;
}

.tx-indexedsearch-rules p {
	font-size: 0.9em;
}

.tx-indexedsearch-sec {
	margin-top: 15px;
}

/* forms */

fieldset.csc-mailform {
	border: 1px solid silver;
	padding: 10px;
	margin: 10px 0;
	background-color: #f7f7f7;
}

.csc-mailform-field {
	margin-bottom: 5px;
}

.csc-mailform-field label {
	display: block;
	width: 140px;
	float: left;
}

input.csc-mailform-submit {
	margin-left: 140px;
	margin-top: 10px;
}


/* HTML */


/* realisaties */

#realisaties .news-list-item {
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	border-bottom: 0;
	display: table;
	width: 100%;
}

#realisaties .news-list-date {
	display: none;
}

#realisaties.news-list-container H3 A {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #494a4a;
	background: url(img/quote.gif) no-repeat left top;
	padding-left: 20px;
	padding-top: 5px;
}

#realisaties.news-list-container H3 {
	margin: 0 0 10px 0;
	padding: 0;
}

#realisaties .news-list-item p.bodytext {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #494a4a;
	line-height: 20px;
}

#realisaties .news-list-morelink a {
	color: #565656;
	font-weight: normal;
}

#realisaties h2 {
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #494a4a;
}

#realisaties .news-single-subheader h3 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #f98b19;
	line-height: 25px;
}

#realisaties.news-single-item p.bodytext {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #494a4a;
	line-height: 25px;
}

/* realisaties - END */
