/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
Fubarred: Ton Akveld
***********************************************************
*/

@charset "utf-8";


/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
table {	border-collapse: collapse; border-spacing: 0;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol,  ul { list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
body {
  background-color: #9899EB;
  background-image: url("../img/achtergrondurlch.jpg"); 
  background-position: center top;
  background-repeat: repeat;
	font-family: Verdana;
}

#container {
	left: 50px;
	width: 1128px;
	position: absolute;	
	background-color: transparant;
	height: auto;
	min-height: 1500px;
}

#nav-top {
	font-size: 8px;
	font-weight: normal;
	text-align: left;
	top: 292px;
	position: absolute;
	left: 209px;
	width: 942px;
	background-color:lightblue;
}
	
p.centerText {
  text-align: center; 
}


#header {
  position: absolute;
	height: 350px;
	width: 950px;
	top: 10px;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
}

#logo {
  height: 200px;
  width: 600px;
  margin-top: 50px;
  display: block;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
  background-image: url("../img/ch550x150.jpg"); 
  background-position: center top;
  background-repeat: no-repeat;
}

#header #logo a {
  border: none;
  cursor: pointer;
  display:block;
  height: 200px;
  width: 600px;
}

#header span, .hide {
	display: none;
}

#logo span {
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
  position: absolute;
	width: auto;
	padding: 10px;
	top: 335px;
	float:left;
	background-color:lightblue;
	border-top: 2px solid blue;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center {
  position: absolute;
	top: 335px;
	width: 942px;
	text-align: center;
	padding-left: 10px;
	left: 380px;
	float:left;
	background-color: lightblue;
	min-height: 1500px;
	border-left: 2px solid blue;
	border-top: 2px solid blue;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right {
  position: absolute;
	top: 440px;
	width: 176px;
	padding: 10px;
	float:left;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer {
  float:left;
	text-align: center;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 900px;
	display:none;
}

#copy {
	color:#0B65B4;
	display:block;
	font-size:0.9em;
	margin-left: 0px;
	margin-top: 0px;
	float: none;
	padding-left: 0.6em;
}

#cn {
	color:#0B65B4;
	display:block;
	font-size:0.9em;
	margin-left: 0px;
	margin-top: 0px;
	float: none;
	padding-left: 0.6em;
}

p.spacer {
  padding-top: 20px;
}

#title {
  color:#0B65B4;
}

.align-left {
  text-align:left;
}

.csc-frame-frame1 {
   clear:left;
}

.csc-frame-frame1,.csc-frame-frame2 {
  width:470px;
  float:left;
}

