@charset "UTF-8";
/* CSS Document */
/* Sub Nav */		  
#sub_nav{
	position: absolute;
	top:325px;
	left:190px;
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align:right;
	line-height:23px;
	
		  }

#sub_nav ul{
margin-top:0px;
	margin-bottom:0px;
	position: relative;
		left:16px;
		top:-8px;
list-style-type: none;

		  }

#sub_nav li{

	display: block;
	padding-right: 15px;	

		  }
#sub_nav li a{
	color: #666666;
	text-decoration: none;

		  }
		  
#sub_nav li a:hover{
	color: #333333;
	/* text-decoration: underline; */
	

		  }
.sub_nav_active{
	color:#333333;

}

/* Sub Sub Nav */		  
#subsub_nav{
	/*position:relative;
	left:0px;*/
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align:left;
	line-height:23px;
	height:auto !important;

		float:left;


		z-index:2;

		  }

#subsub_nav ul{
margin-top:0px;
	margin-bottom:0px;
	position: relative;
		left:-40px;
		top:-6px;
		list-style-type: none;


		  }

#subsub_nav li{

	display: block;
	padding-right: 15px;	

		  }
#subsub_nav li a{
	color: #666666;
	text-decoration: none;

		  }
		  
#subsub_nav li a:hover{
	color: #333333;
	/* text-decoration: underline; */
	

		  }
.subsub_nav_active{
	color:#333333;

}

#group_title{
	position:absolute;
	left:0px;
	top:90px;
	width:315px;
	height:100px;
	background-color:#FFFFFF;
	z-index:200;
	opacity: .7;
	filter: alpha(opacity=70);
}

#group_title h1{
	position: absolute;
	left:45px;
	top:70px;
	font-family:  "DLType", Arial, sans-serif;
	font-stretch: wider;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
}
/*liste */
.list_row{
	width:350px;
	height:45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.list_row a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.list_row a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.list_arrow_l{
	width:20px;
	float:left;
			text-align:left;
			margin-top:10px;


}
.list_count{
	width:310px;
	float:left;
			text-align:center;
						margin-top:5px;



}
.list_arrow_r{
	width:20px;
	float:left;
			text-align:right;
						margin-top:10px;



}
.list_title{
	width:300px;
	float:left;
	margin-top:5px;
}

.list_dl{
width:50px;
float:left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:right;
	margin-top:5px;
}
.news_container{
width:350px;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom:0px;
		margin-bottom:35px;

}
