@import url(extensies/tt_news.css);

body {
	background: url(img/bg_diag.gif) repeat;
	margin: 0;
	padding: 0;
}

body, table, p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #000;
	outline: none;
}

a:hover {
	color: #f2801f;
}


#cont_header {
	background: url(img/bg_header.gif) repeat-x;
	height: 180px;
}

#header {
	/* background: url(img/header.jpg) no-repeat; */
	width: 972px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}

#header #billiet {
	width: 165px;
	height: 140px;
	position: absolute;
	left: 25px;
	top: 20px;
	background: url(img/billiet.jpg) no-repeat;
}

#header #pics {
	width: 725px;
	height: 77px;
	position: absolute;
	left: 215px;
	top: 20px;
	background: url(img/header_pics.jpg) no-repeat;
}

#header #mainmenu {
	width: 735px;
	height: 43px;
	position: absolute;
	left: 210px;
	top: 105px;
	background: url(img/bg_menu.jpg) no-repeat;
	padding: 11px 0;
}

#header #langmenu {
	position: absolute;
	top: 7px;
	left: 34px;
	color: #999;
}

#header #langmenu a {
	color: #f2801f;
	font-weight: bold;
}


#header span {
	visibility: hidden;
}


#header #gohome {
	position: absolute;
	top: 10px;
	left: 50px;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: #fff url(img/bg.jpg) repeat-y;
}

#subcontainer {
	padding: 0 35px;
}


#footer {
	background: url(img/bg_footer.jpg) no-repeat;
	width: 980px;
	height: 40px;
	margin: 0 auto;
}


td#cleft {
	width: 165px;
	vertical-align: top;
	overflow: hidden;
}

#lcontent {
	margin-top: 10px;
}
td#cright {
	width: 725px;
	vertical-align: top;
	padding-left: 20px;
	overflow: hidden;
}

#pagetitle {
	color: #f5821f;
	padding: 0;
	margin: 0 0 5px 0;
	font: normal 20px Arial, Helvetica, Geneva, sans-serif;
}

#pagesubtitle {
	color: #5e7dc2;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

/* Menu */

#mainmenu td {
	text-align: center;
}

#mainmenu a {
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #676767;
}

#mainmenu a:hover {
	color: #f5821f;
}

#mainmenu td.last a {
	border-right: none;
}

#mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#mainmenu ul li {
	display: inline;
	padding-right: 12px;
	border-right: 1px dotted #acacac;
	margin-right: 12px;
	text-transform: uppercase;
}

#mainmenu ul li.last {
	padding-right: 0px;
	border-right: 0px;
	margin-right: 0px;
}


#menu {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	background: url(img/bg_smenu.jpg) no-repeat;
}

#menu li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #7d7d7d;
	line-height: 28px;
	padding: 2px 15px 0 15px;
}

#menu li.menu_act a {
	color: #f6bf1b;
}

#menu li.menu_nact a {
	color: #fff;
}

#menu li a:hover {
	color: #000;
}

#menu li.spacer {
	height: 28px;
	background: url(img/bg_smenu_spacer.jpg) no-repeat;
	line-height: 28px;
	padding: 2px 15px 0 15px;
	color: #fff;
}


#breadcrumbs {
	padding-top: 5px;
	color: #afafaf;
}

#breadcrumbs a {
	color: #666;
}

#breadcrumbs a:hover {
	color: #000;
}

/* TYPO3 */

p, pre {
	margin: 0;
}


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;
}

h1 {
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	color: #f5821f;
}

h2 {
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	color: #5e7dc2;
}

h3 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #f5821f;
}

h4 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #5e7dc2;
}

.csc-frame-frame1 {
	padding: 15px;
	border: 5px solid #f5821f;	
}

.csc-frame-frame2 {
	padding: 15px;
	border: 5px solid #3b6e8d;	
}

.csc-frame-rulerAfter {
	padding-bottom: 25px;
	border-bottom: 1px dotted #f5821f;
}

.csc-frame-rulerBefore {
	margin-top: 25px;
	border-top: 1px dotted #f5821f;	
}

.csc-frame-indent {
	padding-left: 70px;
}

.csc-frame-indent3366 {
	padding-left: 33%;
}

.csc-frame-indent6633 {
	padding-right: 33%;
}


/* -- 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 #4e4e4e;
}

.col_2_a td.col_right {
	padding-left: 10px;
}

.col_2_a div.col_left {
	width: 360px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 360px;
	overflow: hidden;
}


/* 2 col (L>R) */

.col_2_b td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #4e4e4e;
}

.col_2_b td.col_right {
	padding-left: 10px;
}

.col_2_b div.col_left {
	width: 420px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 300px;
	overflow: hidden;
}

/* form */

fieldset.csc-mailform {
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 15px;
}

.csc-mailform-field {
   clear: both;
   display: block;
   margin-bottom: 0.3em;
   width: 100%;
}

.csc-mailform-field label {
   float: left;
   width: 150px;
}

/* sitemap */

ul.csc-menu-1 {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.csc-menu-1 li {
	padding: 5px 0;
	font-size: 14px;
	background: url(img/bg_menu2.gif) no-repeat 0px 8px;
	padding-left: 20px;
}

ul.csc-menu-1 li li {
	font-size: 12px;
}

table.contenttable {
	border-collapse: collapse;
}


table.contenttable td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #ccc;
}

.csc-textpic-caption {
	font-size: 10px;
}

#page_60 #content .csc-textpic {
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-top: 20px;
	height: 170px;
}

#page_60 #content .csc-textpic-clear {
	clear:none;
	display: none;
}

/* klanten */

.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000066;
}

