@import url("reset.css");

body {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1.8em;
	color: #000;
	background: #6c3 url(../_img/bg_homepage.gif) repeat-x bottom left;
}

#wrap {
	position: relative;
	/* width: 662px; */
	width: 441px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
}

#wrap_double {
	position: relative;
	/* width: 662px; */
	width: 912px;
	text-align: center;
	margin: 0 auto;
}

#header_dirickx {
	background: #fff url(../_img/logo_homepage_dirickx.png);
	width: 420px;
	height: 65px;
	margin: 0 auto 46px;	
}

#wrap_double #wrap_dirickx{
	width: 442px;
	float: left;
	padding: 20px 0;
	background-color: #fff;

}

#header_divo {
	background: #fff url(../_img/logo_homepage_divo.png);
	width: 420px;
	height: 65px;
	margin: 0 auto 46px;	
}

#wrap_double #wrap_divo {
	width: 442px;
	float: right;
	padding: 20px 0;
	background-color: #fff;
}

#content .lang_col {
	float: left;
	width: 220px;
	height: 240px;
	border-left: 1px solid #6c3; 
}

#content .lang_col_single {
	float: left;
	width: 440px;
	height: 240px;
}

body #wrap_double .height160 {
	height: 160px;	
}

h2.subtitle {
	font-size: 24px;
	line-height: 1em;
}

h2.subtitle a, h2.subtitle span {
	color: #00582D;
}

h3.intro {
	font-size: 18px;
	font-weight: bold;
	color: #00582D;
	height: 60px;
}
h3.intro a {
	color: #00582D;
	text-decoration: none;
}

h2.subtitle a:hover, h2.subtitle a:active {
	text-decoration: none;
}

h4 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-top: 60px;
}

h4 a {
	color: #00582D;
	text-decoration: underline;
}

body #wrap .ntm {
	margin-top: 0;
}

h4 a:hover, h4 a:active {
	color: #00582D;
	text-decoration: none;
}

#content .nlbm {	
	border-left: none;
}

#content ul {
	text-align: left;
	clear: both;
	display: list-item;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 18px;
	margin: 6px 0 12px;
	height: 132px;
}

#content li {
	background: transparent url(/_img/arrow.gif) no-repeat 0 4px;
	font-size: 12px;
	line-height: 1.8em;
	padding-left: 20px;
}

#content li a {
	color: #000;
	text-decoration: none;
}

#content li a:hover, #content li a:active {
	color: #6C3;
}