body.overflow {
    overflow:hidden;
}
#projects {
	float:left;
	width:460px;
	margin-left: 25px;
	margin-top: 15px;
}

#projects ul, #projects li {
	list-style-type: none;
}


#projects li a {
	overflow:auto;
	text-decoration:none;
	line-height:18px;
	color:white;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	padding: 3px 9px;
	background:#F29200;
}

#projects li a:link, #project a:visited, a.readmore {
	color: white;
	font-weight:bold;
}

#projects li a:hover, #project a:active, a.readmore {
	background: black;
	color:#F29200;
}
/*
#projects .titel {
	width: 300px;
	float:left;
}

#projects .plaats {
	float:left;
	width: 152px;
}
*/
#projects h1 {
	display: block;
    color:white;
	padding-left: 15px;
	background:#DB2F36;
	font-size: 22px;
	line-height: 34px;
	height: 34px;
}


a:link.buttons, a:visited.buttons {
	margin:7px 2px;
	padding-left: 6px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	font-size: 13px;
	line-height:20px;
	background: black;
	float: left;
	display:block;
	width: 71px;	
	height: 20px;
}

a:hover.buttons, a:active.buttons {
	color:#F29200;
}


a:link.activebutton, a:visited.activebutton {
	margin:7px 2px;
	padding-left: 6px;
	text-decoration:none;
	font-weight:bold;
	color:#F29200;
	font-size: 13px;
	line-height:20px;
	background: black;
	float: left;
	display:block;
	width: 71px;	
	height: 20px;
}

a:hover.activebutton, a:active.activebutton {
	
}

/*
#projects #description {
	background: #F29200 url(img/text_bottom_background.gif) no-repeat bottom;
	overflow:auto;
}

#projects dl {
	float:left;
	font-size: 11px;
	padding: 10px;	
	width:210px;
}

#projects dt {
	font-weight:bold;
}

#projects dd {
	color:white;
	padding-bottom:4px;
}

*/

/* new listing 
#projects .list {
    border-top:1px solid black;
    width:460px;
    
    margin-bottom: 5px;
    padding-left: 0px;
}

#projects .list dt, #projects .list dd {
    color: black;
    float:left;
    line-height: 16px;
    margin-top: -12px; 
}

#projects .list .place {
    color:black;
    text-align: center;
    width: 100px;
    height:101px;

}

#projects .list .content {
    width:250px;
}

*/

.bold {
    display:block;
    font-weight: bold;
}

.clr {
    clear:left;
}

.italic {
    font-style: italic;
}

.orange {
    color: #F29200;
}

/*
#projects .detail dd {
    
}

#projects .detail {
    padding: 0px;
    width: 460px; 
}

#projects .detail dd {
    color:black;
}

#projects dd.images img {
    border: 0px;
    margin-right:10px;
}

#projects .detail span {
    display:block;
    float:left;
}

#projects .detail .label {
    width: 110px;    
    
}

#projects .desc table {
    width:100%;
}

#projects .desc table td {
    padding-right:5px;
}

*/

.projecten dl.overview {
    clear:left;
}
.projecten dl.detail {
    
    overflow:hidden;
    width: 455px;
}
.projecten dl.overview dt span, .projecten dl.detail dt span {
    color:white;
    display:block;
    float:left;
    font-weight:bold;
    font-size: 14px;
    overflow:hidden;
    padding: 5px;
}

.projecten .bgorange {
    background-color: #F29200;
}

.projecten .bgred {
    background-color: #DD2D38;
}

.projecten .bgblack {
    background-color: #000;
}

.projecten .left {
    margin-right: 5px;    
    width: 300px;
}

.projecten .right {
    width: 130px;
}

.projecten dl.overview dd.img, .projecten dl.detail dd.img {
    clear:left;
    display:block;
    float:left;
    margin: 5px 0px;
} 

.projecten dl.detail dd.img a img {
    border:0px;
    display:block;
    float:left;
    margin-right: 12px;
    overflow:hidden;
}
.projecten dl.detail dd.img {
    display:block;
    height: 102px;
    overflow:hidden;
    width: 455px;
    
}


.projecten dl.overview dd.txt {
    float:left;
    font-size: 11px;
    height: 83px;
    padding: 10px;
    overflow: hidden;
    width: 333px;
}

.projecten dl.overview dd.txt a.readmore {
    padding-left: 12px;
    background: transparent url('img/arrow_orange_right.png') no-repeat 0px 3px;
}

.projecten dl.detail dd.txt {
    background: #F29200 url(img/text_bottom_background.gif) no-repeat scroll center bottom;
    color: #fff;
    display:block;
    float:left;
    font-size: 12px;
    padding: 27px 15px;
}

.projecten .detail .label {
    color:black;
    font-weight: bold;
}

.projecten a.route {
    display:block;
    margin-top: 5px;
}
.projecten a.route img {
    border: 0px;
}

.projecten dl.detail dd.hidden, .projecten a.hidden {
    display:none;
}

.projecten dl.detail dd.active {
    display:block;
}

#map {
    
    height: 455px;
    margin: 0px;
    width: 455px;
}

.projecten a {
    color: #f29200;
}



