html {
	background: #FFFFFF url(../img/nn_bg_orange.jpg) fixed no-repeat right bottom;
}

body {

}

a {
	color: #FF9700;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
}

#nn_fase {
	padding:71px 0px 0px 0px;
	background: url(../img/nn_ontfase_titel.jpg) no-repeat; 
	background-position: top center;
	background-color:#EBEBEB;
}

#nn_fase table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#nn_fase th {
	height: 30px;
	text-align: left;
	padding: 2px 0 0 10px;
	margin: 0px;
	font-size: 13px;
}	
	
#nn_fase td {
	text-align: left;
	vertical-align:top;
	padding:10px;
}

#nn_bouwkavel {
	width: 100%;
	padding: 0px;
	margin: 0px;	
}

#nn_bouwkavel th {
	height: 30px;
	text-align: left;
	padding: 2px 10px 0 10px;
	margin: 0px;
	font-size: 13px;
}

#nn_bouwkavel td {
	text-align: left;
	vertical-align:top;
	padding: 2px 10px 2px 10px;
}

.nn_fase_bgcolor {
	background-color: #fff0cd;
}

.nn_fase_img {
	border:1px solid #FF9700;
}

.nn_fase_border_bottom {
	border-bottom:1px solid #FF9700;
}

.nn_fase_thumb {
	width:130px;
	border-bottom:1px solid #FF9700;
}

/* tabs voor oranje weergave
------------------------------------ */

#tabs {
	float: left;
    width:730px;
    background:#EBEBEB url(../img/bg_orange.jpg) repeat-x bottom;
    font-size:100%;
    line-height:normal;
    height:38px;
}

#tabs ul {
    margin:0;
    padding:10px 0px 0;
    list-style:none;
}

#tabs li {
    float:left;
    background:url(../img/norm_right_orange.jpg) no-repeat right top;
    margin:0;
    padding:0 0 0 0px;
}

#tabs a {
	float:left;
    display:block;
    background:url(../img/norm_left_orange.jpg) no-repeat left top;
    padding:5px 15px 4px 6px;
    color: #000000;
    text-decoration: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current {
    background-image:url(../img/norm_right_on_orange.jpg);
}

#tabs #current a {
    background-image:url(../img/norm_left_on_orange.jpg);
    padding-bottom:5px;
    font-weight: bold;
}