@charset "utf-8";
/* CSS Document */

.borderon { border: solid 1px #FF0000;}
.borderoff { border:solid 1px #D9D3C2;} 

.arrang{
	background-color: #FFFFFF;
}

.arrang_active{
	background-color: #f5f1e6;
}

.link_rood:link, .link_rood:visited, .link_rood:active, .link_rood:hover{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#DC002E;
	text-decoration:none;
}

.link_rood:hover{
	text-decoration:underline;
}

.link_wit:link, .link_wit:visited, .link_wit:active, .link_wit:hover{
	font-family:Verdana;
	/* font-size:10px; */
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.link_wit:hover{
	text-decoration:underline;
}

.prijs{
	font-family:Verdana;
	/* font-size:13px; */
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.textloc {
 background-color: #FFFFFF;
 border: 1px solid #000000;
}

tr.h30px { height:30px; }

.nws_wit_head{
	font-family:Verdana;
	/* font-size:10px; */
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
}

.nws_wit{
	font-family:Verdana;
	/* font-size:10px; */
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;	
}

.fac_rood{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#DC002E;
	text-decoration:none;
}

.arrag h2 {
	font-size: 10px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.arrag {
	width: 180px;
	height: 60px;
	border:1px solid #fbbd1e;
	padding:0.2em;
	cursor:pointer;
	margin-top: 1em;
	font-size:9px;
}


.faci {
	width: 200px;
	
	font-size:9px;
	cursor:pointer;
	line-height:1.5em;
	
	padding-bottom:0.5em;
	padding-left:0.3em;
}

.faci h2 {
	font-size: 10px;
	font-weight:bold;
	padding:0;
	margin:0;
}

/* styling for the menu */
.menu
{
    position:relative;
	width:41em;
	height:15em;
	padding-top:0.8em;
	padding-left:1em;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active
{
    font-style: normal;
	font-weight: normal;
}


.menu_item
{

	position:relative;
    float:left;
	padding-left:1.5em;
	height:1.5em;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	
}

.menu_item a
{
    height: 10px;
    text-decoration: none;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active
{
    color: #000000;
    text-decoration: none;
}

 .menu_item a:hover
{
    color: #DC002E;
} 

.submenu
{
    display: block;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    padding-top:0.9em;
	padding-left:0.2em;
	padding-right:0.5em;
}

.submenu .submenu_item
{
    display: block;
    position: relative;
    z-index: 2;
    text-align: left;
    background-image: none;
    background-color: #E9E9E9;
    border: solid 1px #BCBCBC;
    border-top: none;
	
}

.submenu .submenu_item a
{
    display: block;
    padding: 3px;
    line-height: 1em;
    height: auto;
    text-decoration: none;
}

.submenu .submenu_item a:link, .submenu .submenu_item a:visited, .submenu .submenu_item a:active
{
    color: black;
}

.submenu .submenu_item a:hover
{
    background-color: #9C9C9C;
    color: white;
}

.hidden
{
    display: none;
}

/* IE6 bug fix */
/* IE<6 not supported by prototype, thus do not hide the overflow for these browsers */
* html .menu
{
   overflow: hidden; 
}

* html .submenu .submenu_item
{
/*    width: 131px; */
}

* html .submenu .submenu_item a
{
    height: 1em;
}

.PopBoxImageSmall {
	cursor : url("../images/magplus.cur"), pointer;
}
.PopBoxImageBig {
	border:1px solid #f00;
	cursor : url("../images/magminus.cur"), pointer;
}

.reditem{
	color:#FF0016;
	margin-left:5px;
}