@import url("jNice.css");

html
{
    height: 100%;
    margin: 0;
    padding:0;
    overflow-x:hidden;
		overflow-y:scroll;
		}

	body {
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #ED008C;
		background-image: url();
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

.content
{
   text-align:left;
   padding:3px 21px 5px 40px;
}

.kop
{
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ED008C;
    text-decoration: none
}

#srt
{
  font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ED008C;
}

#srt a
{
  font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ED008C;
    text-decoration:underline;
}


.bold
{
	font-weight:bold;
	color:#959595;
}

.tekstkop
{
    font-size: 18px;
    color: #5C5C5C;
    text-decoration: none;
    font-weight: normal
}

.tekstkop a
{
   text-decoration:none;
}


.tekstkop_bl
{
    font-size: 18px;
    color: #04AEEC;
    text-decoration: none;
    font-weight: normal
}

hr
{
	background-color:#EBEBEB;
	height:1px;
	color:#EBEBEB;
	width:580px;
}

#menu_item {
	text-decoration: none;
	display: block;
	width:245px;
	height:34px;
	padding-top: 5px;
}

#menu_item a {
	text-decoration: none;
	width:245px;
	height:34px;
	font-size:12px;
	display: block;
	font-weight:bold;
	color:#FAFDFE;
	background: url(../pics_opbouw/menu.gif) no-repeat;
	text-align:left;
	padding-top:9px;
	padding-left:47px;
}

#menu_item a:hover {
	text-decoration: none;
	background: url(../pics_opbouw/menuR.gif) no-repeat;
}



#menu_item_sel {
	text-decoration: none;
	display: block;
	width:245px;
	height:34px;
	padding-top: 5px;
}

#menu_item_sel a {
	text-decoration: none;
	width:245px;
	height:34px;
	font-size:12px;
	display: block;
	font-weight:bold;
	color:#FAFDFE;
	background: url(../pics_opbouw/menuR.gif) no-repeat;
	text-align:left;
	padding-top:9px;
	padding-left:47px;
}

#menu_item_sel a:hover {
	text-decoration: none;
	background: url(../pics_opbouw/menuR.gif) no-repeat;
}

.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ED008C;
	font-weight: normal;
	line-height: 26px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ED008C;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ED008C;
	text-decoration: underline;
}
.img1
{
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

	.bord img{
	border: 1px solid #ccc;
	}
	
	.bord:hover img{
	border: 1px solid #999;
	}
	
	.bord:hover{
	color: #999; /* irrelevant definition to overcome IE bug */
	}
	.imgOvr
	{
	padding: 10px 4px;
	border:0;
	}

/*#######################*/

.inputs {
	padding: 2px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #B3DFEB;
}
.selects {
	padding: 2px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #B3DFEB;
}

.submits
{
	padding: 2px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #B3DFEB;
	background:#ED008C;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}

#faq dt {
	cursor: pointer;
	margin: 2px 0;
	padding: 0;
}

#faq dd {
	border: 1px solid #959595;
	padding: 2px 7px 12px 7px;
	margin: 5px;
	background-color: #EFEFEF;
}


#msg {
	display:none; 
	position:absolute; 
	z-index:999200; 
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

#msgcontent {
	display:block; 
	background:#B3DFEB;
	border:1px  #ED008C solid;
	padding:3px;
	min-width:150px; 
	max-width:250px
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC0091;
}

fieldset	{ 
	border : 1px solid #ccc;
	width:500px;
	padding-left:40px
		}
						
legend	{ 
	font-family : Arial, Helvetica, sans-serif;	 
	font-size:11px;	
	margin : 0; 
	padding : 0.5em; 
	color : #5C5C5C; 
	font-weight:bold;
	background : transparent; 
		}

label
{
	font-weight:bold;
}



/* lytebox */
#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #322d33; }
	
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #FFF; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 2px solid #ED008C; }


#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #FFF; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 2px solid #ED008C; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 4px; }
#lbLoading {
	position: absolute; 
	top: 45%; 
	left: 0%; 
	height: 54px; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	background: url(../pics_opbouw/loading2.gif) center no-repeat;
}

#lbHoverNav { 
position: absolute; 
top: 0; 
left: 0; 
height: 100%; 
width: 100%; 
z-index: 10; 
}
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }


	
#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }


#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 17px; height: 22px; float: right; margin-bottom: 1px; }
#lbClose.grey { background: url(../pics_opbouw/close_grey.png) no-repeat; }

/* end lytebox*/
