/* reset values for browser consistency, thanks to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Algemeen
------------*/
body {
	background-image:url(../images/design/background.gif);
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 62.5%;
    line-height:200%;
}
#wrapper{
	background-color:#fff;
	margin: 15px auto 15px;
	width:765px;
}
a {
	color:#C23f3f;
	text-decoration:underline;
	font-size:1em;
	line-height:normal;
}
a:hover {
	color:#144372;
	text-decoration:underline;
}

/* heading
-----------*/
#header {
	background-image:url(../images/design/blueback.gif);
}

#banner{
	width: 765px;
	height: 88px;
	background: url(../images/design/brc.gif) no-repeat 0 0;
}
#search form{
    float:right;
}
#search #query{
    margin:6px 2px 2px 2px;
    /*float:right;*/
}
#search form .button{
    margin:6px 6px 2px 5px;
    font-size:1.2em;
}
#search #sstring {
	width: 150px;
}
#nav{
	color: #B3CAD6;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 5px;
}
#nav a{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
    text-decoration:none;
    display:block;
}
#nav a:hover {
	color: #B3CAD6;
	text-decoration: none;
}
#nav li .active{
	color:#B3CAD6;
}
#nav li{
    float:left;
    background: none;
}

/*MENU
-------*/
#sidebar{
	float:left;
	width:157px;
}
#menu {
 	padding: 5px 0 5px 5px;
}
#menu li {
	padding: 0 0 4px;
}
#menu a {
	display: block;
	background: #fff url(../images/design//menuback1.jpg) no-repeat;
	width:157px;
	line-height:27px;
	font-size: 1.1em;
	font-weight: bold;
	color: #0E2E4F;
	text-decoration:none;
    padding-left:7px;
}
#menu a:hover{
	text-decoration:none;
	color:#2A6BAD;
}
#menu li.active a{
	background-image: url(../images/design/menuback_active.gif);
	color:#666;
}

/*CONTENT layout
------------------*/
#content{
	width:593px;
	float:right;
	border: 1px solid #E8E8E8;
	margin: 5px 5px 5px 0;
}
#inner-content{
    padding: 5px 15px 15px;
}
p {
	background-color:#FFF;
	font-size: 1.3em;
	font-weight: normal;
	color: #0A1C2D;
	margin-bottom: 18px;
}
p .indent {
	background-color:#FFF;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 13pt;
	color: #0A1C2D;
	margin-bottom: 18px;
	padding-left: 15px;
}
h1{
	color:#C23f3f;
	font-size: 1.8em;
	border-bottom:1px solid #EAEAEA;
	margin:5px;
    padding-bottom:5px;
}
h2 {
	background-color:#FFF;
	font-size: 1.5em;
	color: #339;
	margin: 0 0 10px;
}
h3 {
	background-color:#FFF;
	font-size: 1.1em;
	font-weight: bold;
	color: #336;
	margin: 0 0 5px;
}
#inner-content ul li h3{
	color:#336;
    font-size:1em;
    margin-top:7px;
}
.bold {
	font-weight:bold;
}
.bluebold{
	color:#339;
	font-weight:bold;
}
#inner-content ul li {
    padding-right:5px;
}
.nieuws{
	border-bottom: 1px solid #E8E8E8;
	overflow:hidden;
	margin: 0 0 10px;
}
#inner-content table{
    border: 1px solid #E8E8E8;
}
#inner-content table tr td{
    border: 1px solid #E8E8E8;
    font-weight:normal;
}
.img-left {
    float: left;
    margin: 0 10px 10px 0;
}
.img-right {
    float: right;
    margin: 0 0 10px 10px;
}
.statuut{
    font-size:0.8em;
}
#content li {
	font-size: 1.3em;
}
#content li p {
	font-size: 1em;
}
#content li li {
	font-size: 1em;
}
ul{
  list-style: none;
  margin-bottom: 18px;
}
ul li
{
  background-image: url(../images/design/bullet2.gif);
  background-repeat: no-repeat;
  background-position: 0.5em .55em;
  padding-left: 14px;
  padding-bottom: 2px;
}
ol {
	margin-bottom: 18px;
}
ol li {
	margin-left: 30px;
	padding-bottom: 2px;
    list-style: decimal;
}
ol li ul li{
    list-style:none;
}
ul.red
{
  list-style: none;
  margin-top: 4px;
  margin-bottom: 18px;
}
ul.red li
{
  background-image: url(../images/design/bullet3.gif);
  background-repeat: no-repeat;
  background-position: 0.5em .55em;
  padding-left: 14px;
  padding-bottom: 2px;
  color: #339;
}
ul.red li a{
	color:#C23f3f;
}
ul.red li a:hover{
    color:#144372;
}

table#thumbnails{
	border: none;
	width: 100%;
}

table#thumbnails tr td{
	border: none;
}

table#thumbnails img{
	display: block;
}


table#thumbnails a img{
	border: 2px white solid;
	display: block;
}

table#thumbnails a:hover img{
	border: 2px #C23F3F solid;
}

/* posters */

ul.posters {
	float: left;
	width: 100%;
}
ul.posters li {
	float: left;
	min-height: 220px;
    background:none;
    display: inline;
    padding: 0 10px 10px;
}
.nieuws .posters li img {
    border:1px #c0c0c0 solid;
    padding: 2px;
}
.posters li a {
	display: block;
	position: relative;
}
.posters li a span {
    display:none;
}
.posters li a:hover span {
   display:block;
   position:absolute;
   left:0;
   top:0;
   padding:5px;
   background:#d2deee;
   width:146px;
   color:#000000;
   text-align:center;
}
.posters .posthor a:hover span{
   width:210px;
}

ul.pdf
{
    list-style: none;
    margin-top: 4px;
    margin-bottom: 18px;
}
ul.pdf li
{
  /*height: 36px;*/
  background-image: url(../images/design/pdf.gif);
  background-repeat: no-repeat;
  background-position: 0.5em .55em;
  padding-left: 40px;
  padding-top: 14px;
  font-size:1.5em;
}
.pdf a{
	font-weight:bold;
	font-size:1em;
}
.error {
  font-weight: bold;
  font-size: 8pt;
  color: red;
}
.error_msg {
  font-weight: bold;
  font-size: 1.1em;
  color: red;
}
input {
  font-size: 1.1em;
}

input.button {
  color: #002000;
  font-weight: bold;
  border: 1px solid #91C4DF;
  padding: 1px 4px;
  cursor: pointer;
}

.anker a{
	float:right;
	text-decoration:none;
	font-size:1em;
}
.prijslijst tr td{
    border:1px;
    width:85%;
    FONT-WEIGHT: bold;
    COLOR: #000080;
    text-align:center;
}
.prijslijst tr th{
    border:1px;
    FONT-WEIGHT: bold;
    COLOR: #000080;
    text-align:center;
}
#inner-content .prijslijst tr .kolom1{
    width:120px;
}
#inner-content .prijslijst tr .kolom2{
    width:200px;
}
#inner-content .tablezb{
    border:0;
}
#inner-content .tablezb tr td{
    border:0;
    margin-left:5px;
    padding-left:5px;
}

/*footer
---------*/
#footer{
	background-image:url(../images/design/blueback.gif);
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	height:10px;
	padding:10px;
	width:745px;
}
#footer-right {
	float: right;
}
#footer-right a {
	color:#fff;
	text-decoration:none;
}
#footer-right a:hover {
	color: #DB5050;
	text-decoration: none;
}
#footer-left {
	float: left;
	padding-left: 2px;
}

/*formulier
-----------*/
.formulier li{
	background-image:none;

	vertical-align:top;
    clear:both;
    float:none;
}
.formulier label{
    float: left;
	color: #000;
    width:120px;
    margin-top:4px;
}
.formulier p.error {
	clear: both;
	margin: 5px 0 0;
}
#copy.check{
    width: 20px;
}
#lblcopy{
    width:400px;
}
#lblcaptcha{
    width:350px;
}
#captcha{
    float: left;
    margin-right:5px;
    height:30px;
}
.formulier li img{
    margin-top:3px;
}

textarea{
    margin-top:4px;
}
input{
    margin-top: 4px;
}
/* tools */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
.ml
{
    margin-left: 120px;
    
}
#agree{
    margin-right: 5px;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.fl{
    float: left;
}

/*posters*/
	#inner-content table.posters-overview{
		width: 400px;
		height: 50px;
		margin: 0 0 20px 0;
		padding: 0;
		border-collapse: collapse;
		border: none;
			}
	
	.posters-overview{
		
	}
	
	#inner-content table.posters-overview td, #inner-content table.posters-overview tr{	
		margin: 0;
		padding: 3px 4px 0 4px;
		vertical-align: middle;
		border: none;
	}
	
	
	table.posters-overview td.space{
		background: white;
		width: 0px;
		padding: 0;
	}
	
	table.posters-overview td img.icon{
		border: none;
		padding: 0;
		margin: 0;
	}
	
	.posters-overview p{
		font-weight: bold;
		margin: 0 0 0 5px;
		padding: 0;
		background: none;
	}
	
		
	.posters-overview p.small{
		font-size: 1em;
		font-weight: normal;
		margin: 2px 0 0 5px;
	}
	
	.posters-overview.orange p{
		color: #F48221;
	}
	
	.posters-overview.red p{
		color: #EF3E34;
	}
	
	.posters-overview.aqua p{
		color: #1AA6A5;
	}
	
	.posters-overview.blue p{
		color: #00A8E6;
	}
	
	.posters-overview.green p{
		color: green;
	}
	
	.posters-overview.orange{
		background: #FDE2C7;
	}
	
	.posters-overview.orange:hover{
		background: #FFCE9F;
	}
	
	.posters-overview.aqua{
		background: #D0ECED;
	}
	
	.posters-overview.aqua:hover{
		background: #B3EDEF;
	}
	
	.posters-overview.blue{
		background: #C6EAFA;
	}
	
	.posters-overview.blue:hover{
		background: #9FE1FF;
	}
	
	.posters-overview.red{
		background: #FDD8C8;
	}
	
	.posters-overview.red:hover{
		background: #FFC7AF;
	}
	
	.posters-overview.green{
		background: #D3E2CF;
	}
	
	.posters-overview.green:hover{
		background: #BEDFB5;
	}


.poster{
position: relative;
z-index: 0;
margin: 0;
padding: 0;
}

.poster:hover{
background-color: transparent;
z-index: 50;
}

.poster span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.poster span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.poster:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 55px; /*position where enlarged image should offset horizontally */
}
