/* mac hide\*/
html, body {height:100%}
/* end hide */

html {
	overflow-x: hidden;
}

body {
	padding:0;
	margin:0;
	/* text-align:center; */
	min-width:1002px;/* for mozilla*/
	background-image:url(/images/layout/background.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0F3F6F;

	font-family: arial; 
	font-size: 10px; 
	font-style: normal; 
	color: #003366;
		
	scrollbar-shadow-color: #40286A; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-highlight-color: #40286A; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FAA800; 

}
	
	a:link { text-decoration: none;  color: #0032F9; font-weight: bold;}
	a:visited {	text-decoration: none;	color: #0032F9; font-weight: bold;}
	a:hover {	text-decoration: none;	color: #0032F9; font-weight: bold;}
	a:active {	text-decoration: none;	color: #0032F9; font-weight: bold;}
	


#outer{
	height:100%;
	min-height:100%;
	width:1002px;
	border:0px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(/images/layout/background_outer.png);	
	background-repeat:repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	margin: 0 auto;
	float:left;
	width:100%;
}

#header{
	position:absolute;
	top:0;
	left:0px;
	width:1002px;
	height:115px;
	border:0px; 
	overflow:hidden;
	z-index:100;
	background-image:url(/images/layout/achtergrondmenu.jpg);
}

#headernew{
	position:absolute;
	top:0;
	left:0px;
	width:1002px;
	height:115px;
	border:0px; 
	overflow:hidden;
	z-index:100;
	background-image:url(/images/layout/achtergrondmenu_new.jpg);
}

#headernew2{
	position:absolute;
	top:0;
	left:0px;
	width:1002px;
	height:115px;
	border:0px; 
	overflow:hidden;
	z-index:100;
	background-image:url(/images/layout/achtergrondmenu_new2.jpg);
}

#headernew3{
	position:absolute;
	top:0;
	left:0px;
	width:1002px;
	height:115px;
	border:0px; 
	overflow:hidden;
	z-index:100;
	background-image:url(/images/layout/achtergrondmenu_new3.jpg);
}

#headernew4{
	position:absolute;
	top:0;
	left:0px;
	width:1002px;
	height:115px;
	border:0px; 
	overflow:hidden;
	background-image:url(/images/layout/background_header.png);
}

#left {
	position:relative;/*ie needs this to show float */
	width:240px;
	float:left;
	padding-top:115px;/*needed to make room for header*/
	padding-bottom:47px;/* needed to make room for footer */
	left:20px;
}

#left a:hover {
color: #003366;
background: #F0F3F7 url(/images/layout/lileft.png) left no-repeat;
padding-left: 5px;
padding-top:3px;
padding-bottom:3px;
} 

#left a:hover span
{
background: url(/images/layout/liright.png) right no-repeat;
padding-right:5px;
padding-top:3px;
padding-bottom:3px;
} 


#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:175px;
	float:right;
	padding-top:140px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:1002px;
	clear:both;
	height:47px;
	border:0px;
	background-color: #08213A;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-image:url(../images/layout/bottem.jpg);
	background-repeat:no-repeat;

}

#footer td {
	font-size:10px;
}

* html #footer {/*only ie gets this style*/
	height:47px;/* for ie5 */
	height:47px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	margin: 0 auto;
	width:700px;
	float:right;
	padding-top:120px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:47px;/* needed to make room for footer */
}

#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:16px;clear:both} /* to clear footer */

input.btn{
   color:#000000;
   font-family: verdana;
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   height:20px;
   border-top-color:#08213A;
   border-left-color:#08213A;
   border-right-color:#08213A;
   border-bottom-color:#08213A;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#B7C9DB',EndColorStr='#E6E6E6');}




/* ----------------------------------- Headers etc -------------------------------- */

td { font-family: Verdana, Arial; font-size: 10px; }
th { font-family: Verdana, Arial; font-size: 10px; }
h1 { font-size: 12px; font-family: Verdana, Arial; color: #003366; font-style: normal; font-weight: bold; }
h2 { font-size: 11px; font-family: Verdana, Arial; color: #FFA800; }
h3 { font-size: 9px; font-family: Verdana, Arial; color: #FFA800; }
h4 { font-size: 9px; font-family: Verdana, Arial; color: #003366; }
h5 { font-size: 12px; font-family: Verdana, Arial; color: #FFA800; font-style: bold; font-weight: bold; }
h6 { font-size: 12px; font-family: Arial; color: #003366; font-style: normal; font-weight: bold; margin:0px; margin-bottom:5px; }

a:link {	color: #0032F9;	text-decoration: none; font-weight: bold;}
a:visited {	text-decoration: none;	color: #0032F9; font-weight: bold;}
a:hover {	text-decoration: none;	color: #0032F9; font-weight: bold;}
a:active {	text-decoration: none;	color: #0032F9; font-weight: bold;}
select {	border: thin; color: #003366;	background-color: White; font-family: Verdana; font-size: xx-small; }
input { font-family: Tahoma; 	font-size: 10px; background-color: #FFFFFF; }

.style3 {font-size: 14px;}
.style2 {font-size: 16px;}
.style1 {color: #0066FF;}

/* ----------------------------------- End Headers etc -------------------------------- */

/* ----------------------------------- TIP Box -------------------------------- */


.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/layout/box.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 375px !important; /* intended total box width - padding-right(next) */
    width: 360px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-top: 180px;
	margin-left: -400px;
	z-index: 10;
	position: absolute;
	visibility:hidden;
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 10px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font:Verdana;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #FFA800;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 1px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	font:verdana;
	font-size:11px;
}

/* ----------------------------------- End TIP Box -------------------------------- */

.laatstenieuws { 
	overflow-x: hidden;
	overflow-y: auto;
} 

.frame {
	overflow-x: hidden;
	overflow-y: auto;
	
	scrollbar-shadow-color: #40286A; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-highlight-color: #40286A; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FAA800; 
	
} 

#Aanbieding td {
	text-decoration:none;
}
