/* tk_main.css */

/* - Normalizing ---------------------------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style:none; } 
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Normalizes table */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* - Layout --------------------------------------------------------------------- */
body  {
	background: #490124 url(images/backcanvas.jpg) repeat-x 0 0;
	text-align: center;
}

#container { 
	position: relative; 
	width: 984px; 
	margin: 0 auto; 
	background: #FFF7EF url(images/backmain.jpg) no-repeat 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#footer {
	left: 0px; 
	top: 0px;
	width: 984px; 
	height: 60px; 
	background: url(images/backfooter.jpg) no-repeat; 
}

#footer a { 
	display: block;
	position: relative;
	left: 31px; 
	top: 1px;
	width: 922px; 
	height: 22px; 
}

#testvision {
	position: absolute;
	right: 40px; 
	top: 30px;
}

#teelen {
	position: absolute;
	left: 0px; 
	top: 5px;
}

#navbar {
	position: relative;
	left: 105px; 
	top: 78px;
	width: 800px; 
	height: 110px;  /* Let op: bepaalt de positie van titel en content */
}

#title {
	position: relative;
	left: 31px; 
	width: 913px; 
	height: 24px; 
	border: solid #E15A13;
	border-width: 0px 0px 1px 0px;	
	padding: 0px 0px 0px 9px;	
}

.titlemiddle {
	position: absolute;
	left: 178px; 
}

#content { 
	position: relative; 
	width: 100%;
}

/* 2-koloms indeling */
#two_col_left {
	left: 45px; 
	width: 500px; 
	padding: 8px 0;
}
  
#two_col_right { 
	background: #FFF7EF url(images/backright.jpg) no-repeat 0 0;
	left: 577px;  
	width: 375px; 
	border: solid #E15A13;
	border-width: 0px 0px 0px 1px;	
	padding: 0px;
}

/* 3-koloms indeling */
#three_col_left {
	background: url(images/backleft.gif) no-repeat 0 0;
	left: 31px; 
	width: 175px; 
	padding: 8px 0;
	border: solid #E15A13;
	border-width: 0px 1px 0px 0px;		
}
#three_col_middle {
	left: 216px; 
	width: 550px; 
	padding: 8px 0;
}
#three_col_right { 
	background: #FFF7EF url(images/backright.jpg) no-repeat 0 0;
	left: 782px;  
	width: 170px; 
	border: solid #E15A13;
	border-width: 0px 0px 0px 1px;	
	padding: 25px 0;
}
/* - Typografie --------------------------------------------------------------------- */
body { 
	font: 12px Verdana, sans-serif;
	line-height: 140%;
	color: #470023;
}

textarea {
	font: 12px Arial, sans-serif;
}

h3, h4, p {
	margin: 0 6px 6px;
}

h1 { 	/* paginatitel */
	margin-left: 12px;
	margin-bottom: .15em;
	font: 150% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	letter-spacing: -1px;
}

h2 { 	/* grote kop rechterkolom, oranje */
	margin-left: 8px;
	padding-top: 10px;
	font: 130% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	letter-spacing: -1px;
	color: #E15A13;
}

h3 {  /* kleine kop, oranje */
	margin-bottom: .15em;
	font: 120% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	color: #E15A13;
}

h4 { 	/* tussenkopje */
	margin-bottom: .15em;
	font: 110% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
}

p { 
	font-size: 100%;
}

.small { 
	font-size: 90%;
}

a:link, a:visited { 
	text-decoration: underline;
	color: #470023;
}
a:hover { 
	text-decoration: underline;
	color: #DF5F1A;
}


ul {
	margin-left: 28px;	
	list-style-image:url(images/pijlpunt_li.gif);
}

li {
	font-size: 90%;
	margin-right: 10px;
}

.altlist {
	margin-left: 25px;
	list-style-image: none;
	list-style: disc;
}

.altlist li {
	font-size: 90%;
	margin-right: 10px;
}

/* - specifieke classes ------------------------------------------------------------------ */
.hide {
	visibility: hidden;
}
.hideblock {
	display: none;
}

/* voor linker navigatiemenu */
.itemlist {
	margin-left: 6px;
}
.itemlist a:link, .itemlist a:visited {
	font: 110% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
.itemlist a:hover {
	font: 110% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	color: #E15A13;
	text-decoration: none;
}
.itemon a:link, .itemon a:visited, .itemon a:hover {
	font: 110% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
	color: #E15A13;	
}

/* voor navbarpopup */
.popup_navbar {
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 266px;
	width: 280px;
	height: 194px;
	border: solid #995A6E;
	border-width: 1px 1px 1px 1px;
	padding-top: 6px;
}
.popup_navbar_back { 
	position: absolute;
	z-index: -1;	
	background: #FFF7EF;
	filter: alpha(opacity=90); -moz-opacity: .90; opacity: .90;
	top: 0px;
	left: 0px;  
	width: 280px; 
	height: 200px;
}

/* voor rechterpopup */
.popup_right { 
	position: absolute;
	background: #FFF7EF url(images/backright.jpg) no-repeat 0 0;
	top: 20px;
	left: -230px;  
	width: 375px; 
	border: solid #E15A13;
	border-width: 1px 0px 1px 1px;	
	padding: 12px;	
}
.popupsluiten_right {
	position: absolute;
	left: -10px;
	top: -10px;
}

/* voor middelste grote popup (bijvoorbeeld bij voorbeeldprojecten) */
.popup_middle { 
	position: absolute;
	z-index: 99;	
	background: #FFF7EF url(images/backpopupmiddle.jpg) no-repeat 0 0; 
	top: 7px;
	left: 60px;  
	width: 860px; 
	height: 900px;
	border: solid #47182A;;
	border-width: 2px 2px 2px 2px;	
}
.popup_middle_back { 
	position: absolute;
	top: 40px;
	left: 40px;  
	width: 810px; 
	height: 820px;
}
.popupsluiten_middle {
	position: absolute;
	left: 828px;
	top: 12px;
}

#body_popup {
	width:95%;
	background: url(images/spacer.gif) no-repeat;
	text-align: left;
}

#body_popup h1 {
	margin-bottom: 12px;
	margin-left: 6px;
}

#body_popup a:link, #body_popup a:visited, #body_popup a:hover {
	font: 110% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}

#image {
	position:relative;
	background: #AC7685;
	color: #FFFFFF;
	padding-bottom: 2px;		
}
#image h3 {
	color: #FFFFFF;
}
#image p {
	font-size: 90%;
	line-height: 130%;	
	margin-top: 3px;

}
#imagecaption {
	position: absolute;
	background: #AC7685;
	filter: alpha(opacity=90); -moz-opacity: .90; opacity: .90;
}
.overlibpopup {
	background: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
.overlibpopup2 {
	background: #FADEC6;
	cursor: pointer;
	cursor: hand;
}
#meerweten {
	width: 540px;
	background: #F5E7E5;
	border: solid;
	border-color: #D7B0B5;
	border-width: 1px 0px 1px 0px;
}
#meerweten h4 {
	padding-top: 3px;
}
#doeding {
	background:#F7CBA6;
}
#doeding td {
	padding: 1px 0px 4px 6px;
	border: solid #FFF8F2;
	border-width: 0px 0px 1px 0px;
}
.doeding_bin1 {
	background: #FFF8F2;
	border: solid #F7CBA6;
	border-width: 4px 6px 0px 0px;
}
.doeding_bin1 ul {
	margin-left: 25px;
}
#formulier td {
	padding:1px;
}
.smallpopup_border {
	border:#DF5F1A solid 1px;
}
/* - si_clear_children: voor juist plaatsen footer --------------------------------------- */
.pc {
	position : absolute;
	top: 0;
	left: 0;
}
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
