@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.2em;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
}
ul li {
	margin: 0px;
	padding: 0px;	
}


:focus {
  -moz-outline-style:none;
}

hr {
	border:none;
	border-bottom:solid 1px #FFF;}

.cto #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.cto #container #banners {
	height: 25px;
	width: 600px;
	position: absolute;
	left: -35px;
	top: 65px;
	z-index: 1;
	color: #CCC;
}


.cto #header {
	padding-bottom: 180px;
}
.cto #header #cto_logo {
	height: 93px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	z-index: 1000;
	position: relative;
}
.cto #header #ctomain_logo {
	height: 150px;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	z-index: 2;
	background-image: url(../images/logo_cto_main.jpg);
	position: absolute;
	top: 620px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#flash_menu {
	height: 180px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 60px;
	right: 0px;
	z-index: 1;
}
#img_menu {
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
	right: 0px;
	z-index: 999;
	background-image: url(../images/lijnen_img.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#img_menu a.sitemap {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#FFF;
	
}
.cto #mainContent { 
	position: absolute;
	color:#FFF;
	top: 320px;
	right: 30px;
	color: #FFF;
	z-index: 10;
}



.cto #mainContent .pageicons {
	position: absolute;
	z-index: 1005;
	line-height: 20px;
	color: #FFF;
	height: 32px;
	width: 80px;
	top: 5px;
	text-align: center;
	left: 225px;
	cursor:pointer;
}
.cto #mainContent .pageicons .vergrootkader {
	z-index: 11;
	line-height: 20px;
	color: #FFF;
	height: 32px;
	width: 20px;
	text-align: center;
	cursor:pointer;
	background-image: url(../images/icon_uitklap.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-left: 10px;
	corsor:pointer;
}
.cto #mainContent .pageicons .print {
	z-index: 11;
	line-height: 20px;
	color: #FFF;
	height: 32px;
	width: 35px;
	text-align: center;
	cursor:pointer;
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-left: 10px;
	corsor:pointer;
}


.cto #mainContent .scrollmij {
	background-color: #fcc613;
	height: 220px;
	width: 350px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	position:relative;
}
.cto #mainContent a.rss {
	background-image: url(../images/icon_rss.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	font-size: 10px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	height: 22px;
	width: 100px;
	top: 0px;
	left: 700px;
}
.cto #mainContent .scrollmij a {
	color:#FFF;
	text-decoration:underline;
}
.cto #mainContent .scrollmij a:hover {
	text-decoration:none;	
}

.cto #mainContent h1 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}

.container_nieuws {
	height:95px;
	width:112px;
	float:left;
	clear:left;
	margin-bottom:37px;
	position:relative;
}
	
.container_nieuws .nieuws_foto {
	height:80px;
	width:112px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}

.nieuws_titel {
	background-color: #F90;
	cursor:pointer;
	position:absolute;
	bottom:0px;
	height:24px;
	padding:3px;
	width:106px;
	font-size:0.8em;
}
.nieuws_foto_gr {
	position:absolute;
	left:200px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:315px;
	width:315px;
	top: 30px;
}





/*********************************** STYLE POPUP ************************************/
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	width:816px;
	min-height:300px;
	height:316px;
	/* CSS3 styling for latest browsers */
	text-align:left;
	background-image:url(../images/white.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../js/fancy_closebox.png);
	position:absolute;
	right:-12px;
	top:-12px;
	cursor:pointer;
	height:30px;
	width:30px;
}

.details {
	font-size:11px;
	color:#fff;
	height:300px;
	padding:9px;
	
}
.details img {
	margin-right:10px;
	height:296px;
	float:left;}

.details h3 {
	color:#FFF;
	font-size:15px;
	margin:0px;
	margin-bottom:10px;
	margin-top:5px;
}
.details table tr td {
	vertical-align:top;
}
.details_scroll {
	overflow:auto; 
	height:296px;
	padding-right:5px;
}



/*********************************** STYLE NIEWSSCROLLER ************************************/
/* the overlayed element */
div.sc_menu_wrapper {
  position: relative;
  height: 500px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 160px;

  margin-top: 30px;
  overflow: auto;
}
div.sc_menu {
  padding: 15px 0;
}
.sc_menu a {
  display: block;
  margin-bottom: 5px;
  width: 130px;

  border: 2px rgb(79, 79, 79) solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;              

  /* When image support is turned off */
  color: #fff;
  background: rgb(79, 79, 79);
}
.sc_menu a:hover {
  border-color: rgb(130, 130, 130);
  border-style: dotted;
}
.sc_menu img {
  display: block;
  border: none;
}

.sc_menu_wrapper .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;	

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}

.sub_tekst a {
	color:#FFF;
	font-size:10px;
}
.sub_tekst a:hover {
	color:#FFF;
	text-decoration:none;
}
.sub_tekst a::visited {
	color:#FFF;
	text-decoration:none;
}
.alt a{
	display: none;	
}

