/* 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: #FFFFFF;
	text-align: center;
}

#container { 
	position: relative; 
	width: 943px; 
	margin: 0 auto; 
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	position: relative;
	left: 0px; 
	top: 0px;
	width: 900px; 
	height: 60px;
	border: solid;
	border-color: #6BADCA;
	border-width: 0px 0px 1px 0px;
	width: 100%; 
}

#content { 
	position: relative; 
	width: 100%; 
}

#footer {
	position: relative; 
	border: solid;
	border-color: #6BADCA;
	border-width: 1px 0px 0px 0px;
	left: 0px; 
	top: 0px;
	width: 100%; 
}

#homebutton {
	position: absolute;
	left: 0px; 
	top: 44px;
}
#cranesoundlogo {
	position: absolute;
	z-index: 99;
	right: 6px; 
	top: 16px;
}

/* 1-koloms indeling */
#one_col {
	left: 0px; 
	width: 900px; 
	height: 450px;							/* site hoogte */
	padding-top:20px;
}

/* 2-koloms indeling */
#two_col_left {
	background: #FFFFFF url(images/backcontent.jpg) repeat-y;
	left: 0px; 
	width: 580px; 
	height: 450px;							/* site hoogte */
	padding-top: 20px;
	padding-left: 10px;
}
  
#two_col_right { 
	left: 600px;  
	width: 300px; 
	height: 450px;							/* site hoogte */
	padding-top:10px;
}
/* - Typografie --------------------------------------------------------------------- */
body { 
	font: 12px Verdana, sans-serif;
	line-height: 140%;
	color: #003366;
}

h3, h4, p {
	margin: 6px 6px 6px 15px;
}

h1 { 	/* paginatitel */
	margin-left: 15px;
	font: 150% Arial, sans-serif; 
	font-weight: bold; 
	letter-spacing: 0px;
	color: #003366;
}

h2 { 	
	margin-left: 16px;
	font: 120% Arial, sans-serif; 
	font-weight: bold; 
	letter-spacing: 0px;
	color: #000000;	
}

p { 
	font-size: 100%;
}

a:link, a:visited { 
	text-decoration: underline;
	color: #003366;
}
a:hover { 
	text-decoration: underline;
	color: #003366;
}

ul {
	margin-left: 28px;	
}

li {
	font-size: 90%;
	margin-right: 10px;
}

/* - specifieke classes ------------------------------------------------------------------ */
.hide {
	visibility: hidden;
}
.hideblock {
	display: none;
}
.small { 
	font-size: 80%;
}
.footercolor {
	color: #6BADCA;
}
/* - si_clear_children: voor juist plaatsen footer --------------------------------------- */
.pc {
	position : absolute;
	top: 0px;
	left: 0px;
}
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

