/* Algemene stylen */

#header {
	position:absolute;
	width:790px;
	height:145px;
	z-index:16;
	left:5px;
	top:5px;
	background-repeat:no-repeat;
}

#menulayer {
	position:absolute;
	width:890px;
	z-index:16;
	left:5px;
	top:138px;
	overflow: visible;
}

#Skyscraperlayer {
	position:absolute;
	width:120px;
	height:600px;
	z-index:15;
	left:810px;
	top:25px;
}

/* Menu column opmaak links*/
.menu_column {
	float:left;
	text-align: center;
	vertical-align:text-bottom;
	padding-top:2px;
	border-right: 1px solid #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	height:19px;
	background-image: url(/images/menuback.gif);
	box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menu_column_first {
	float:left;
	width:200px;
	height:19px;
	background-image: url(/images/navigation_ccw.gif);
	background-repeat:no-repeat;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tbl_side {
	border-collapse: collapse;
	border: 1px solid #000080;
	border-top:0px;
	font-size: 65%;
	background-color: #B5BCFF;
}

.tbl_side_td {
	padding-left:5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 75%;
	font-weight: bold;
	}

/* Tekst stijlen:

Normale standaard tekst: */
.normal {
	font-size: 70%;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}

a.normal:link
	{
	color: #0066cc;
}
a.normal:visited
	{
	color: #000080;
}
a.normal:hover
	{
	color: #0066ff;
}

/* Normale standaard tekst zonder grootte: */
.normal_ns {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: justify;
}

a.normal_ns:link
	{
	color: #0000A8;
}
a.normal_ns:visited
	{
	color: #000080;
}
a.normal_ns:hover
	{
	color: #0066CC;
}


/* Normale standaard tekst: */
.normal_grijs {
	font-size: 70%;
	color: #000000;
	text-align: justify;
	background-color: #F6F6F6;
	vertical-align: top;
}

a.normal_grijs:link
	{
	color: #0066cc;
}
a.normal_grijs:visited
	{
	color: #000080;
}
a.normal_grijs:hover
	{
	color: #0066ff;
}

/* Normal text, No Align */
.normal_na {
	font-size: 70%;
	color: #000000;
	vertical-align: top;
}

a.normal_na:link
	{
	color: #0066cc;
}
a.normal_na:visited
	{
	color: #000080;
}
a.normal_na:hover
	{
	color: #0066ff;
}

/* Normal grey, No Align */
.normal_grijs_na {
	font-size: 70%;
	color: #000000;
	background-color: #F6F6F6;
	vertical-align: top;
}

a.normal_grijs_na:link
	{
	color: #0066cc;
}
a.normal_grijs_na:visited
	{
	color: #000080;
}
a.normal_grijs_na:hover
	{
	color: #0066ff;
}


/* Normale vette tekst zonder grootte: */
.normal_bold {
	font-weight: bold;
}

/* Normale vette tekst met grootte: */
.normal_bold_size {
	font-size: 70%;
	font-weight: bold;
}

/* Vette, gecentreerde tekst: */
.bold_centered {
	font-weight: bold;
	text-align: center;
}

/* Normale tekst met rechts een border:*/
.normal_borderright {
	font-size: 70%;
	color: #000000;
	text-align: justify;
	border-right: 2px solid #000000;
	vertical-align: top;
}

/* Normale tekst met rechts een border met grijze achtergrond:*/
.normal_borderright_grijs {
	font-size: 70%;
	color: #000000;
	text-align: justify;
	background-color: #F6F6F6;
	padding-right: 5px;
	border-right: 2px solid #000000;
	vertical-align: top;
}

/* Normale standaard tekst voor links: */
.normal_links {
    color: #000000;
}
a.normal_links:link {
	color: #000000;
}
a.normal_links:visited {
	color: #000000;
}
a.normal_links:hover {
	color: #808080;
}

.poll_option {
  border-bottom:1px solid #3333FF;
  font-size: 65%;
	color: #000000;
	background-color: #B5BCFF;
}

/* Tekst in linker balk  */
.Standaard_left {
	font-size: 65%;
	color: #000000;
	background-color: #B5BCFF;
}

/* Tekst in linker balk gecentreerd */
.Standaard_left_center {
	font-size: 65%;
	color: #000000;
	background-color: #B5BCFF;
	vertical-align: middle;
	text-align: center;
	border-left:1px solid #000080;
	border-right:1px solid #000080;
	border-bottom:1px solid #000080;
	margin-left:1px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Kop teksten links */
.Kop_white {
	font-size: 75%;
	height:22px;
	line-height:22px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 22px;
	background-repeat:no-repeat;
	background-image:url(/images/Kop_images/kopachtergrond.gif);
}

.Kop_white_rechts {
	font-size: 75%;
	height:22px;
	line-height:22px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 22px;
	background-repeat:no-repeat;
	background-image:url(/images/Kop_images/kopachtergrondr.gif);
}

/* Blauwe onderrand */
.standaard_blue_bottomborder {
	font-size: 65%;
	color: #000000;
	border-left:1px solid #000080;
	border-right:1px solid #000080;
	border-bottom:1px solid #000080;
	margin-left:1px;
}

/* Witte onderrand */
.standaard_white_bottomborder {
	font-size: 65%;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #6F79FF;
}

/* Tekst in rechter balk */
.Standaard_right {
	font-size: 65%;
	color: #000000;
	background-color: #B5BCFF;
}

/* Kop teksten rechts */
.Kop_right_black {
	font-size: 75%;
	height:22px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 25px;
	padding-top:4px;
	border-bottom:1px solid #000000;
	background-color: #B5BCFF;
	background-repeat:no-repeat;
	background-image:url(/images/Kop_images/kopachtergrondr.gif);
}

/* Koppen binnen de content */
.kop_content {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom:8px;
}

/* Tekst van het menu */
.menu_tekst {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}

a.menu_tekst:link
	{
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a.menu_tekst:visited
	{
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a.menu_tekst:hover
	{
	color: #000080;
	text-decoration: underline;
	text-align: center;
}

/* Copyright tekst */
.copyright {
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}

/* News header */
#news_header {
  font-size: 70%;
	text-align: justify;
	vertical-align: top;
	background: #F3F4FF;
}

.news_body {
  position: relative;
	overflow: visible;
  background: #F3F4FF;
  font-size: 70%;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	z-index: -1;
}

/* News title */
#news_title {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}

/* News date */
#news_date {
	font-size: 70%;
	color: #000000;
	font-weight: bold;
	text-align: right;
	float:right;
	width:30%;
}

/* News line beneeth title and date */
#news_line {
  clear:both;
  border-top:1px solid #000000;
  font-size:0px;
  height:10px;
}

/* Kop van tabellen */
.kop_tabel {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
}

/* Toptekst */
.top_tekst {
	font-size: 60%;
	color: #FFFFFF;
}

/* Quicklink */
#quicklinks {
  position:absolute;
  left:720px;
  top: 15px;
  z-index:20;
  text-align:right;
}


/* Advertentietekst onder nieuws */
.advertentie_big {
	font-size: 50%;
	color: #000000;
	text-align: center;
	}

/* Advertentietekst in linker balk */
.advertentie_small {
	font-size: 50%;
	color: #FFFFFF;
	text-align: center;
}

/* Breadcrumb tekst */
#breadcrumb {
  position:absolute;
  top: 158px;
  left: 160px;
  width: 635px;
  height:16px;
	z-index:16;
	overflow: visible;
	background-image: url(/images/breadback.gif);
	background-repeat:repeat-x;
}

span.breadcrumb {
	float:left;
	font-size: 60%;
	color: #000000;
	vertical-align: text-bottom;
}

/* Breadcrumb linkkleuren */
.breadcrumb_link {
	color: #000000;
	vertical-align:  text-bottom;
}

a.breadcrumb_link:link {
	color: #000000;
}
a.breadcrumb_link:visited {
	color: #000000;
}
a.breadcrumb_link:hover {
	color: #808080;
}

/* lijst met links */
.sessielist {
	font-size: 70%;
	color: #000000;
	list-style-image: url(../images/arrow_nieuws.gif);
	list-style-position: outside;
	margin-left:10px;
}

a.sessielist:link
	{
	color: #0066cc;
}
a.sessielist:visited
	{
	color: #000080;
}
a.sessielist:hover
	{
	color: #0066ff;
}

/* Tekst in formulieren: */
.tekst_form {
	font-size: 80%;
    color: #000000;
}

.contact_item {
  width:150px;
  float:left;
}

/* Afbeelding in bericht rechts van de tekst*/
.img_right{
	float:right;
	margin:0px 0px 0px 10px;
	cursor:pointer;
}

/* Afbeelding in bericht links van de tekst*/
.img_left{
	float:left;
	margin:0px 10px 0px 0px;
	cursor:pointer;
}

/* Afbeelding in tv uitzending*/
.tv_image{
	float:left;
	margin:0px 0px 0px 0px;
}

.tv_left{
  float:left;
  width:35%;
}

.tv_right{
  float:right;
  width:64%;
}

.tv_container {
  width:100%;
  vertical-align:top;
  font-size: 65%;
	color: #000000;
	background-color: #B5BCFF;
}

.list_control {
  margin-left: 10px;
  padding-left: 0px;
  list-style-image: url(../images/arrow_nieuws.gif);
	list-style-position: inside;
}

/* Lijst nieuwsberichtenpagina */
.newsitems {
	width:100%;
	font-size:70%;
	margin-top:10px;
	margin-bottom:10px;
}

.newsitems a {
	height:18px;
	vertical-align: bottom;
}

.newsitems a:link {
	color: #0000A8;
}
.newsitems a:visited {
	color: #000080;
}
.newsitems a:hover {
	color: #0066CC;
}

#newsarchive {
	text-align:right;
	font-style: italic;
	font-weight: bold;
	vertical-align:bottom;
}

.readon {
	font-style: italic;
	font-weight: bold;
	vertical-align:baseline;
	clear:both;
}

.readon a:link {
	color: #0000A8;
}
.readon a:visited {
	color: #000080;
}
.readon a:hover {
	color: #0066CC;
}

/* Titels van het submenu */
.submenu {
	font-size: 75%;
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	border-right:1px solid #000000;
}

/* Lijst nieuwsberichtenpagina */
.secmenu_list {
	list-style-image: url(../images/arrow_submenu.gif);
	list-style-position: inside;
	background-color: #B5BCFF;
	margin-left:0px;
	padding-left:0px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a.secmenu_list:link {
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}
a.secmenu_list:visited {
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}
a.secmenu_list:hover {
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}

/* Linker layer */
.leftlayer {
	position: absolute;
	width: 150px;
	height: 850px;
	z-index: 2;
	left: 5px;
	top: 158px;
	background-color: #939BFF;
	layer-background-color: #939BFF;
	border: 1px none #000000;
	background-image: url(/images/ccback.gif);
	background-repeat: repeat-y;
	overflow: visible;
}

/* Rechter layer op homepage */
.right_home {
	position: absolute;
	width: 160px;
	height: 950px;
	z-index: 5;
	top: 185px;
	left: 635px;
	background-color: #939BFF;
	layer-background-color: #939BFF;
	border: 1px none #000000;
	overflow: visible;
	background-image: url(/images/ccbackr.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.right_home2 {
	position: absolute;
	width: 160px;
	height: 950px;
	z-index: 5;
	top: 185px;
	left: 635px;
	background-color: #000000;
	layer-background-color: #000000;
	border: 1px none #FFFFFF;
	overflow: visible;
	background-image: url(/images/ccbackr2.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* Rechter layer op overige pagina's */
.rightlayer {
	position: absolute;
	width: 160px;
	height: 850px;
	z-index: 5;
	top: 180px;
	left: 635px;
	background-color: #939BFF;
	layer-background-color: #939BFF;
	overflow: visible;
}

/* Content layer op homepage */
.contentlayer {
	position: absolute;
	width: 635px;
	height: 900px;
	z-index: 4;
	left: 160px;
	top: 185px;
	overflow: visible;
}

/* Content layer op homepage */
.contentlayer_home {
	position: absolute;
	width: 470px;
	height: 900px;
	z-index: 4;
	left: 160px;
	top: 185px;
	overflow: visible;
}

/* Gecentreerd */
.centered {
	text-align: center;
}

/* Image popup, comment */
.image_popup {
  color: #FFFFFF;
  font-weight: bold;
	font-size: 10px;
  background-color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.help_tags {
  font-size: 60%;
	color: #000000;
}

.gallery_grey {
  background-color: #F6F6F6;
  text-align:center;
  vertical-align:bottom;
}

.gallery_normal {
  background-color: #FFFFFF;
  text-align:center;
  vertical-align:bottom;
}

.gallery_link {
  font-size: 70%;
	font-weight: bold;
}
a.gallery_link:link {
	color: #000000;
}
a.gallery_link:visited {
	color: #000000;
}
a.gallery_link:hover {
	color: #808080;
}

a.menu {
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:hover {
	color:#FFF676;
	text-decoration:underline;
}