
.dossier_overview_item {
   width: 506px;
   height: auto;
   margin-bottom: 20px;
   _margin-bottom: 20px;
   padding-bottom: 20px;
   _padding-bottom: 20px;
   clear: both;
}

.dossier_overview_item h2 {
	margin-bottom: 1px;
}

.dossier_overview_item .title {
   float:left;
   margin-bottom:1px;
   margin-top:20px;
}
.dossier_overview_item .image {
   float:left;
   margin-right:8px;
   width: 74px;
   height: auto;
}
.dossier_overview_item .intro {
   clear:both;
}

.dossier_detail { }

.dossier_detail h1 { }

.dossier_detail .date {
   font-weight:bold;
}

.dossier_detail .intro {
   font-weight:bold;
   clear:both;
   float:left;
}

.dossier_detail .body {
   clear:left;
}

.dossier_detail .image {
   float:left;
   margin-right:8px;
   _width:150px;
   max-width:150px;
}

.news_item { 
  clear: left;
}

.news_item h3 { 
   margin-top:10px;
   float:left;
}

.news_item .date { 
   margin-top:12px;
   margin-left:4px;
   float:left;
   font-size:10px;
}

.news_item .intro {   
   font-weight:bold;
   clear:both;
   float:none;
}

.news_item .body { 
   float:none;

}

