BODY {	MARGIN-TOP: 0px;	MARGIN-BOTTOM: 0px;	BACKGROUND-COLOR: #686868;
scrollbar-arrow-color: #9f8d81;
scrollbar-face-color: #1c1b20;
scrollbar-highlight-color: #9f8d81;
scrollbar-shadow-color: #9f8d81;
scrollbar-track-color: #1c1b20;
}

h1, h2, h3, h4{
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;	
}

TD {	FONT-SIZE: 11px;	COLOR: #000000;	FONT-FAMILY: Tahoma}

/* FILL */

.body_fill_htop
{
background-image: url("../../images/htopbg.jpg");
background-repeat: repeat-x;
background-position: top left;
text-align: center;
}

.BODY_Fill_Left
{
background-image: url("../../images/left.jpg");
background-repeat: no-repeat;
background-position: bottom right;
background-color: #000000;
}

.BODY_Fill_Right
{
background-image: url("../../images/right.jpg");
background-repeat: no-repeat;
background-position: bottom right;
background-color: #000000;
}

.body_fill
{
background-color: #380000;
}

.formpic {	text-align: left ; vertical-align: top ; align: left ; background: transparant ;}
.form {	width: 100% ; margin: 0px; padding: 0px; vertical-align: top;}
.tableform {	width: 100% }


.labelcell	{	text-align: left ; vertical-align: top ; background: transparant; width: 30%;}
#labeltxt { color: #FFFFFF ; font: 12px Arial  }
#labeltxt_verplicht { color: #d01f28 ; font: 12px Arial ; align: left ;	font-stretch:	semi-condensed ;}
#labeltxt_xtra { color: #FFFFFF ; font: italic 10px Arial  ; align: left ;	font-stretch:	semi-condensed ; }

.fieldcell	{	color: #FFFFFF; font: 12px Arial ; text-align: left ; align: left ; background: transparant; text-decoration:none }
#fieldcelltxt { color: #FFFFFF; font: 13px Arial ;  font-weight: bold }
A.fieldcelltxt, A.fieldcelltxt:visited, A.fieldcelltxt:active { color: #FFFFFF; font: 12px Arial ; text-decoration:none }
A.fieldcelltxt:hover { color: #FFFFFF; font: 12px Arial ; text-decoration:underline; }


A:link { text-decoration: underline; background-color: transparent; color: #6f655c;}
A:active { text-decoration: underline; background-color: transparent; color: #6f655c; }
A:visited { text-decoration: underline; background-color: transparent; color: #6f655c;}
A:hover { text-decoration: underline; background-color: transparent; color: #ffffff;}


.leftfill{
 background-image: url("../../images/shade_left.gif");
 background-position: right 50%;
 background-repeat: repeat-y;
}

.rightfill{
 background-image: url("../../images/shade_right.gif");
 background-position: right 50%;
 background-repeat: repeat-y;
}

.contsite{
 width: 100%;
 height: 100%;
}

TD.bottom {	
FONT-SIZE: 11px;	
FONT-FAMILY: Tahoma;	
BACKGROUND-COLOR: #ffffff;	
TEXT-ALIGN: center;
}

.content{
FONT-SIZE: 11px;	
VERTICAL-ALIGN: top;	
COLOR: #ffffff;	
FONT-FAMILY: Tahoma;	
BACKGROUND-COLOR: #1c1b20;	
TEXT-ALIGN: left;
HEIGHT: 100%;
}

TD.menu {	
FONT-WEIGHT: 500;	
FONT-SIZE: 10px;	
HEIGHT: 20;
VERTICAL-ALIGN: middle;	
COLOR: #FFFFFF;	
FONT-FAMILY: Tahoma;	
BACKGROUND-COLOR: #1c1b20;	
TEXT-ALIGN: center;
}

TD.menu A, TD.menu A:visited {	
FONT-WEIGHT: 700;	
COLOR: #FFFFFF;	
TEXT-DECORATION: none;
}

TD.menu A:hover {	
FONT-WEIGHT: 700;	
COLOR: #FFFFFF;	
background-color: transparent;
TEXT-DECORATION: underline;
}

.mainsite{
	height: 100%;
}

#iframe_aanbod{
height:100%;
width: 100%;
}

#iframe_special{
HEIGHT: 437px! important;
 width:160px! important
}

.content P{
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;	
}

.nieuws{

}

.nieuwstd{
width:210px;
color:#ffffff;
font-weight:bold;
display:inline;
FONT-SIZE: 12px;
}

.nieuwstd2{
width:210px;
color:#ffffff;
font-weight:bold;
display:inline;
FONT-SIZE: 11px;
font-style:italic; 
}


#SPAN_KLANTINFO1{
color:#ffffff;
}

.TD_Bound_Titel{
color:#ffffff;
}

.TD_Omschrijving{
color:#ffffff;
}

.nieuwstext2{
width:310px;
}

.nieuwstext{
width:420px;
color:#ffffff;
}

TD.content_text { width:500px;	PADDING-RIGHT: 10px;	PADDING-LEFT: 10px;	FONT-SIZE: 11px;	VERTICAL-ALIGN: top;	COLOR: #ffffff;	FONT-FAMILY: Tahoma;	BACKGROUND-COLOR: #1c1b20;	TEXT-ALIGN: left}
TD.content_news { width:500px;	PADDING-RIGHT: 10px;	FONT-SIZE: 11px;	COLOR: #ffffff;	FONT-FAMILY: Tahoma;	BACKGROUND-COLOR: #1c1b20}
TD.content_news_title { width:300px;	FONT-SIZE: 12px;	VERTICAL-ALIGN: top;	COLOR: #ffffff;	BACKGROUND-COLOR: #1c1b20;	TEXT-ALIGN: left}
TD.content_news_date { width:100px;	PADDING-RIGHT: 10px;	FONT-SIZE: 10px;	COLOR: #ffffff;	FONT-STYLE: italic;	FONT-FAMILY: Tahoma;	BACKGROUND-COLOR: #1c1b20}

/* MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #1c1b20 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

.down li{
background-color: #1c1b20;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#hometekst {
color:#ffffff;
}