/*@import "reset.css";
@import "default.css";
@import "navigation.css";    */

/************** globals + wrappers *************/
body, html    { height: 100%; padding:0; margin: 0; background: #333; font-family:Helvetica, sans-serif; font-size: 13px;}
#wrapper      { height: 98%; position: relative; width: 1000px; margin:0 auto; background: #fff; }
#side         { width: 255px; height: 100%; color:#9d9d9d; position: absolute; float: left; background:url(./img/side_bg.gif) left top no-repeat #666 ; }
#pand         { width: 255px; height:255px; background-image:url(./img/pand.jpg); position: relative;}
#main         { width: 675px; height: 98%; background-color:#fff; position: absolute; left:255px; padding-left:45px; padding-right:25px; overflow-y: scroll;}
#text         { margin-top: 50px; padding-right:15px; }
#visuals      { position: relative; float: right; padding-left:15px; font-size:9px;width: 245px;}
#visuals img  { position: relative; float: right; margin-top:20px;}
h1            { color:#787878; letter-spacing: 2px; font-size:26px; }
a             { color: #787878;}
span          { color: #787878; font-weight: bold;}
#payoff       { color:#fff; letter-spacing:5px; font-weight: bold; font-size: 11px; width: 1000px; position: relative; margin:0 auto; text-align: right;}
/************ end globals + wrappers ***********/


/************ main and sub navigation ***********/
ul#nav              { list-style-type: none; margin-top:30px; }
ul#nav li           { min-height:30px; }
ul#nav li a         { color:#cccccc; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; text-decoration:none; font-weight: bold; }
ul#nav li a:hover   { color:#FFFFFF; }
ul#nav ul           { list-style-type: none; padding-bottom: 20px; margin-left:-40px; }
ul#nav ul li        { min-height:15px; display: none;  }
ul#nav ul li a      { font-weight: normal; }
ul#nav ul li.active_menu { display: block; }
/************ end main and sub navigation ***********/

a.algemeen   {color:#990000;}
a.algemeen:hover   {color:#CC3300;}
a.algemeen:visited   {color:#660033;}

li.showarrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(./img/arrow.gif) no-repeat scroll -8px top;
margin-left:-15px;
padding-left:15px;
}

li.showarrow2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(./img/arrow2.gif) no-repeat scroll -8px top;
margin-left:-15px;
padding-left:15px;
}

.project b  {font-weight: normal;}

