@charset "UTF-8";
/* CSS Document */

@import 'lightbox.css';

*{
	margin:0;
	padding:0;
}

#content p{
	margin-bottom: 1em;
}

dt{
	font-weight: bold;
}

ol{
	margin-top: 1em;
	margin-left: 20px;
}

body{
	background: url(../gfx/back_gradient.png);
	text-align: center;
	font: normal 0.685em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 20px auto 10px;
	padding-bottom: 50px;
	width: 848px;
	border: 1px solid #000;
	position: relative;
	background: #fff url(../gfx/back_menu.png) bottom left no-repeat;
	min-height: 500px;
}

* html #wrapper{
	height: 500px;
}

#header{
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	width: 848px;
	height: 85px;
	top: 0px;
}

h1 {
	text-indent:-999em;
	margin: 0 auto;
	padding: 0px;
	width: 848px;
	height: 85px;
	font-size: 1px;
	background: #fff url(../gfx/header.png) bottom center no-repeat;
}

h1 a{
	display: block;
	height: 100%;
}

#logo{
	position: absolute;
	left: 30px;
	top: 15px;
	width: 283px;
	height: 49px;
	background: url(../gfx/logo.jpg) 0 0 no-repeat;
}

#left {
	width: 152px;
	float:left;
}

#left_circles_img_a {
	width: 11px;
	height: 658px;
	position: absolute;
	left: 146px;
	top: 85px;
	background: url(../gfx/left_circles.png) 0 0 no-repeat;
}

#left_circles_img_b {
	width: 20px;
	height: 7px;
	position: absolute;
	left: 126px;
	top: 85px;
	background: url(../gfx/top_circles_c.png) 0 0 no-repeat;
}

#content{
	width: 645px;
	padding: 20px 25px;
	background: url(../gfx/top_circles_b.png) 0 0 no-repeat;
	float: right;
	background-color: #fff;
}

#content .leftcol {
	float: left;
	position: relative;
	width: 448px;
	padding-right: 8px;
	border-right: 2px solid #394670;
}

#content h2{
	color: #394670;
	font: bold 130%/160% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#content h3{
	color: #394670;
	font: normal 115%/130% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

#content p, #content td, #content li. #content dt, #content dd{
	color: #000;
	font: normal 100%/150% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: justify;
}

#content p.alert{
	border: 1px solid #000;
	background: #dde9f6 url(../gfx/icon_alert.png) 3px 50% no-repeat;
	padding: 3px 5px 4px 25px;
}

#content p.alert span.titel{
	font-weight: bold;
	clear: right;
	display: block;
}

#content a{
	color: #a9b8e2;
	text-decoration: none;
}

#content a:hover{
	color: #333;
	text-decoration: underline;
}

.opsom{
margin:0 0 0 25px;}

/* FRONTPAGE BLOCKS */

#content h4{
	color: #a9b8e2;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.frontpage#text{
	margin: 0 0 10px 0;
	padding: 10px;
}

.frontpage#announcement{
	padding: 10px;
	background: #e0e6f8;
	border: 1px solid #c1ced9;

}

#content ul#side-news {
	width: 150px;
	padding: 10px;
	background: #394670 url(../gfx/back_news.png) 0 0 repeat-x;
	border: 1px 0 solid #1f294a;
	position: relative;
	float: left;
	margin: 0 0 10px 15px;
}

ul#side-news li.mod-title{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	display: block;
}

ul#side-news h3 span{
	font-size: 10px;
	color: #fff;
}

ul#side-news h3{
	font-size: 10px;
	color: #fff;
	margin: 10px 0 3px 0;
}

ul#side-news li.readmore{
	padding: 10px 0 0 90px;
	font-size: 8px;
	list-style: none;
	display: block;
	font-weight: bold;
	color: #fff;
}

ul#side-news span.newslink a{
	padding: 0 0 0 80px;
	list-style: none;
	display: block;
		color: #fff;
}

/* EINDE FRONTPAGE BLOCKS*/

/* agenda */

#agendabericht ul{
	margin: 10px 0 20px;
}

#agendabericht ul li{
	list-style: none;
	background: url(../gfx/icon_info.png) 0 0 no-repeat;
	padding: 2px 0 3px 20px;
	margin: 0;
}

/* einde agenda */

/* nieuws */
#content h3.archiefdatum{
	margin: 0;
}

#content ul.archief li{
	display: inline;
	list-style: none;
	margin-right: 1em;
}

#content dl{
	margin: 20px 0 3px;
}

#content dl dt{
	font-weight: bold;
}

#content dl dt span{
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #588bad;
	font-weight: normal;
}

#content dl dd{
	margin: 0 0 20px 0;
}

#content dl dd p{
	margin: 0 0 5px 0;
}

/* einde nieuws */

/* contactformulier */

form#contact-form table{
	border-collapse: collapse;
}

form#contact-form input{
	width: 300px;
}

form#contact-form textarea{
	width: 300px;
}

form#contact-form table td{
	padding: 2px 10px 3px 0;
	vertical-align: top;
}

form#contact-form input, form#contact-form textarea{
	font: normal 100%/150% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

form#contact-form button{
	background: #ff8581;
	color: #fff;
	font: normal 100%/150% Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	padding: 4px 10px 5px;
}

/* einde contactformulier */

/* sitemap */

#content ul.sitemap{
	margin: 0 0 20px 10px;
}

#content ul.sitemap li{
	list-style: none;
	background: url(../gfx/icon_page.png) 0 0 no-repeat;
	padding: 2px 0 3px 20px;
	margin: 0;
}

#content ul.sitemap li ul{
	margin: 5px 0 0 0;
}

#content ul.sitemap li a{
	padding: 1px 2px 2px;
	color: #688bad;
	text-decoration: none;
}

#content ul.sitemap li a:hover{
	background: #688bad;
	color: #fff;
}

.leftcol img{
	border: #b93632 1px solid;
}

/* einde sitemap */

#copyright{
	color: #dcdcdc;
	margin-bottom: 20px;
}

#copyright a{
	color: #dcdcdc;
	text-decoration: underline;
}

#copyright a:hover{
	color: #fff;
}

.clear{
	clear:both;
	display:block;
}

/* MENU STYLING */

ul.menu li{
	list-style: none;
	border-width: 1px 0;
	position: relative;
	display: block;
}

ul.menu li ul.submenu li {
	display: none;
}

ul.menu li.activepage ul.submenu li,
ul.menu li.activeparent ul.submenu li {
	display: block;
}

.spacer{
	list-style: none;
	position: relative;
	display: block;
	padding: 2px 0;

}

ul.menu li a{
	display: block;
	color: #fff;
	background: url(../gfx/back_menu_item.png) 0 0 repeat-x;
	border: 1px solid #4c5f97;
	border-width: 1px 0 0 0;
	font: bold 1em/21px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
}

ul.menu li a:hover{
	color: #354886;
}

ul.menu li.activepage a{
	color: #112256;
}

ul.menu li ul li a{
	color: #fdafb1;
	text-indent: 10px;
}

ul.menu li ul.submenu li a{
	display: none;
}

ul.menu li.activepage ul.submenu li a{
	display: block;
	color: #fff;
	font-weight: normal;
	background: url(../gfx/back_menu_item_sub.png) 0 0 repeat-x;
}

ul.menu li.activeparent ul.submenu li a{
	display: block;
	color: #fff;
	font-weight: normal;
	background: url(../gfx/back_menu_item_sub.png) 0 0 repeat-x;
}

ul.menu li.activeparent ul.submenu li a:hover{
	color: #fdafb1;
}

ul.menu li.activeparent ul.submenu li.activepage a{
	color: #fdafb1;
}

/* ADRESGEGEVENS */

#contact-bottom{
	font-size: 8px;
	text-align: left;
	padding: 20px 0 0 5px;
}

/* EINDE ADRESGEGEVENS */

/* UPLOAD FORM*/

.upload{
margin: 10px 0 0 0;
padding: 0 0 0 25px;
background: #e3cbca url(../gfx/add.png) 0 0 no-repeat;
border: 1px solid #c1ced9;
}

.upload form{
background-color:}

.upload td input{
	border: 1px solid #a1a1a1;
	height: 17px;
	font-size: 11px;
	color: #000;
	width: 150px;
}

.upload td #checkbox {
	width: 17px;
}

.upload td select{
	border: 1px solid #a1a1a1;
	height: 17px;
	font-size: 11px;
	color: #000;
	width: 150px;
}

.upload td button{
	border: 1px solid #a1a1a1;
	height: 17px;
	font-size: 11px;
	color: #000;
	width: 70px;
}

/* MODULES ALGEMEEN */

.mod-title{
font-weight:bold;
font-size:12px;
color:#FFFFFF;
padding: 0 0 5px 5px;
}

/* MODULE SEARCH FRONT */
#search {
	position: absolute;
	right: 30px;
	top: 15px;
}

a#search-button img {
	border: none;
	display: inline;
	position: absolute;
	right: 0;
	top: 0;
}

#front-search {
	margin-top: 20px;
	margin-right: -20px;
}

#front-search fieldset {
	border: none;
}

#searchfield {
	clear: both;
	padding: 1px;
	border: 1px solid #a1a1a1;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	color: #000;
	width: 100px;
}

#front-search #searchsubmit {
	background: #d6d6d6;
	color: #000;
	font-size: 9px;
	line-height: 11px;
	height: 15px;
	border: 1px solid #a1a1a1;
	text-align: center;
	width: 50px;
	margin-top: -1px;
}

#front-search label {
	float: left;
	width: 102px;
	padding: 0 0 0 4px;
	font-size: 10px;
	height: 13px;
	color:#969696;
}


/* MODULE LOGIN (FRONT) */

#login {
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 99;
}

#login form{
}

a#login-button img {
	border: none;
	display: inline;
	position: absolute;
	right: 0;
	top: 0;
	}

#front-login {
	margin-top: 20px;
}

#front-login label {
	float: left;
	width: 102px;
	padding: 0 0 0 4px;
	font-size: 10px;
	height: 13px;
	color:#969696;
}

#name,
#pass {
	clear: both;
	padding: 1px;
	border: 1px solid #a1a1a1;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	color: #000;
	width: 100px;
}

#submit {
	background: #d6d6d6;
	color: #000;
	font-size: 9px;
	line-height: 11px;
	height: 15px;
	border: 1px solid #a1a1a1;
	text-align: center;
	width: 50px;
}

a.front-logoff {
	float: right;
	color: #000;
	text-decoration: underline;
}

a.front-logoff:hover{
	color: #333;
}

/* NIEUWS SIDE MODULE */

dl#side-news{
margin: 0 0 10px 0;
padding: 10px 0 10px 0;

}

0dl#side-news dt{
margin: 0 0 0 10px;
padding: 10px 0 0 0;
font-weight:bold;
font-style:italic;
font-size:10px;
color:#FFFFFF;
}

dl#side-news dd{
margin: 5px 20px 0 20px;
font-size:8px;
color:#FFFFFF;
}

dl#side-news dd a{
padding: 10px 0 0 0;
font-weight:bold;
font-style:italic;
font-size:8px;
color:#FFFFFF;
}

/* EVENEMENTEN SIDE MODULE */

ul#side-event {
}

ul#side-event li {
	display: block;
}

ul#side-event li.mod-title{
	padding: 10px 0 5px 10px;
	font-size: 10px;
}

ul#side-event li a {
	padding: 0 0 0 14px;
	font-size:10px;
	color:#5e72a8;
	text-decoration:none;
}

ul#side-event li a:hover {
	color:#000;
	text-decoration:underline;
}

ul#side-event .readmore a{
	padding: 0 0 0 90px;
	margin: 15px 0 0 0;
	font-size:8px;
	color:#688bad;
}

/* LINKS & DOWNLOADS MODULES */

.filecat h2 {
	width: 420px;
	padding: 0 5px 0 5px;
	background: #a9b8e2;
	color: #fff!important;
}

.download {
	width: 200px;
	float: left;
}

.d-even {
	margin-left: 20px;
}

.download small {
	display: block;
	margin-bottom: 1em;
}

#content .download a.plus{
	padding: 0 2px 1px;
	color: #fff;
	background: #a9b8e2;
	text-decoration: none;
	margin-top: 2px;
}

#content .download a.plus:hover{
	background: #a9b8e2;
	color: #fff;
	text-decoration: none;
}

/*.download div.filetekst{
	display: none;
}*/

.download p {
	margin-bottom: 1em;
}

.links {
	float: left;
	width: 220px;
}

#content h2.link{
	width: 220px;
}

.l-even {
	margin-left: 20px;
	width: 210px;
}

.l-odd{
	width: 210px;
}

.links ul li {
	 list-style: none;
	 background: #a9b8e2 url(../gfx/icon_info.png) 2px 50% no-repeat;
	 padding: 2px 0 3px 22px;
	 margin: 0;
}

#content .links ul li a{
	color: #333;
}

#searchform fieldset{
	padding: 10px;
	border: 1px solid #d0dbe5;
	background: #e0e6f8;
	margin: 0 0 10px 0;
}

#searchform fieldset input#search{
	width: 150px;
	padding: 1px;
	border: 1px solid #a1a1a1;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	color: #000;
}

#content .s-odd{
	background: #dde9f6;
}

#content .searchresult{
	padding: 2px 3px 3px;
}

#content .searchresult h3{
	color: #394670;
	font-weight: bold;
}

.searchresult small{
	padding-left: 7px;
	font-weight: normal;
}

.searchresult span{
	display: block;
	text-align: right;
	padding: 2px 10px 2px;
}

h2.link {
	width: 300px;
	padding: 0 5px 0 5px;
	background: #a9b8e2;
	color: #fff!important;
}

/* IMAGES TO TEXT */

#content p.leftcol {
	display: block;
	width: 460px;
	float: left;
}

#content .img {
	width: 150px;
	padding: 10px;
	border: 1px solid #394670;
	background: #a9b8e2;
	position: relative;
	float: right;
	margin: 0 0 20px 10px;
}

#content span.caption {
	display: block;
	width: 140px;
	padding: 5px;
	background: #a9b8e2;
	color: #000;
	font-size: 10px;
	float: right;
	margin-top: -3px;
}

#content #searchform-front {
	width: 150px;
	padding: 10px;
	border: 1px solid #d0dbe5;
	background: #e0e6f8;
	position: relative;
	float: right;
	margin: 33px 0 20px 10px;
}

#content #searchform-front input{
	clear: both;
	display: block;
	width: 150px;
	padding: 1px;
	border: 1px solid #a1a1a1;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	color: #000;
}

#content #searchform-front #searchsubmit{
	margin-top: 2px;
	width: 154px;
	height: 16px;
}

#slideshow{
	width: 400px;
	height: 300px;
	margin: 20px auto;
}

.slideshow li{
	list-style: none;
	display: inline;
}

.slideshow li img{
	height: 70px;
	width: 70px;
	border: 2px solid #a9c9e9;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

.slideshow li img.rechts{
	margin-right: 0;
}

#content .slideshow li a{
	margin: 0;
	padding: 0;
}

.slideshow{
	width: 410px;
	margin: 0 auto 20px;
}

/* TCZL LOGO */
img.tczllogo{
	position: absolute;
	bottom: 0;
	left: 0;
}

td,
th {
	padding-right: 7px;
}