/* CSS door Norbert de Langen van Mediaconnexion BV */
/* Copyright 2006 | All rights reserved */

html, body{ /* settings voor normale tekst */
margin: 0px; /* Witrand om de browser (IE) */
padding: 0px; /* Witrand om de browser (Firefox) */
height: 100%;
scrollbar-base-color: #000000; /* Basis Kleur scrollbalk (IE) */
scrollbar-arrow-color: #ffffff; /* Pijl Kleur scrollbalk (IE) */
scrollbar-DarkShadow-Color: #000000; /* Schaduw Kleur scrollbalk (IE) */
background:#C2E4FF url('/images/water.jpg');
text-align: center;
overflow: hidden;
border: none;
}
body, td, tr {
font-family: Verdana; /* Standaard Tekstfont */
line-height: 20px;/* Standaard Interlinie */
font-size:12px; /* Standaard Tekstgrootte */
color:#000; /* Standaard Tekstkleur */
padding-top:0px;
margin-top:0px;
}
p {
padding-top:0px;
margin-top:0px;
padding-bottom:10px;
margin-bottom:0px;
}
img{ 
/* Zorgt ervoor dat plaatjes met een link geen blauwe rand krijgen */
border:0px;
}
#space {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -292px;
}
#container{
position:relative;
top:0px;
right:0px;
width:500px;
height:543px;
margin:10px;
}
#contentbox{
position:absolute;
top:0px;
left:0px;
margin:0px;
filter: Alpha(opacity=85); 
opacity: .85; 
width:500px;
height:543px;
z-index:1;
background-color:#ffffff;
border-left-style:solid;
border-left-width:1px;
border-left-color:#666666;
}
#content{
position:absolute;
top:0px;
left:0px;
margin:0px;
width:480px;
height:543px;
z-index:2;
text-align:left;
margin-left:20px;
overflow:auto;
}
#contentpadder{
padding-top:10px;
padding-bottom:20px;
}
.hr{
/* horizontale lijn tussen items */
height:1px;
color:#ffffff;
background-color:#ffffff;
margin:0px;/* IE fix */
padding:0px;/* IE fix */
line-height:0px;/* IE fix */
font-size:0px;/* IE fix */
overflow:hidden; /* IE fix */
}
a, a:link, a:visited, a:active { 
/* Links die geen menu zijn */
color: #000; 
font-weight:bold; 
font-family: Verdana; 
text-decoration: none; 
}
a:hover { 
/* Links die geen menu zijn , waar men met de muis overheen gaat */
color: #ED1C24; 
font-weight:bold; 
font-family: Verdana; 
text-decoration: none; 
}
.menu1, .menu1:link, .menu1:visited, .menu1:active{ 
/* Menu1 wordt altijd als het eerste horizontale */
color: #000; 
font-weight:bold; 
font-family: Verdana; 
font-size:12px; 
text-decoration: none; 
font-weight: bold;
}
.menu1:hover, .menu1over {
/* Menu 1, maar dan met de muis erover */
color: #ED1C24; 
font-weight:bold; 
font-family: Verdana; 
font-size:12px; 
text-decoration: none; 
font-weight: bold; 
}
.menu2, .menu2:link, .menu2:visited, .menu2active { 
/* Menu 2 is altijd het eerste vertikale menu */
color: #fff; 
font-size: 9px; 
font-family: Verdana; 
text-decoration: none; 
}
.menu2:hover, .menu2over {
color: #ED1C24; 
font-size: 9px; 
font-family: Verdana; 
text-decoration: none; 
}
.menu3, .menu3:link, .menu3:visited, .menu3:active {
/* Menu 3 is altijd het tweede vertikale menu */
color: #fff; 
font-weight: bold; 
font-family: Verdana; 
font-size:10px; 
text-decoration: none; 
cursor: pointer;
line-height:16px;
}
.menu3:hover, .menu3over {
color: #ED1C24; 
font-weight: bold; 
font-family: Verdana; 
font-size:10px; 
text-decoration: none; 
cursor: pointer;
line-height:16px;
}
.bold { 
font-weight: bold; 
}
.titel { 
/* Titels voor items */
font-family: Verdana; 
font-size:12px; 
font-weight: bold; 
color: #fff; 
line-height: 20px; 
text-decoration: none;
margin-bottom:10px;
background-color:#ED1C24;
padding-left:8px;
}
.subtitel { 
/* Titels voor items */
font-family: Verdana; 
font-size:12px; 
font-weight: bold; 
color: #f00; 
line-height: 12px; 
text-decoration: none;
margin-bottom:10px;
}
.klein { 
font-size:10px; 
}
.wit { 
font-size:10px; 
color: #ffffff; 
}
.footertext{
/* Wordt gebruikt in hoofdtemplate voor mediaconnexion bv */
color: #fff; 
font-size: 9px; 
font-family: Verdana; 
text-decoration: none; 
}
.menubackground{
background-color:#FFFFFF;
width:200px;
}
.menubackground2{
margin-top:30px;
background-color:#000000;
width:200px;
}
.menuoff{
background-color:#DD0000;
}
.menuon{
background-color:#FF0000;
}
.rood {
/* wordt gebruikt voor contactformulier verplichte velden */
font-size:12px;
color:#FF0000;
}
.Lijstachtergrond1{
background: #aaa;
height:24px;
line-height:16px;
}
.Lijstachtergrond2{
background: #bbb;
height:24px;
line-height:16px;
}

.marginright{
margin-right:10px;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:1000
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1000
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index:1001
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 0%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 0%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}.hide,.hide input{display:none}
