body {
	background: url(../pics/background_ah.gif) repeat;
	font-family: Verdana,"Lucida Grande",Lucida,sans-serif;
	min-width: 1000px;
	min-height: 315px;
	margin: 0;
	padding: 0;
}

div#bar {
	min-width: 1000px;
	width: 100%;
	position: absolute;
	top: 50%;
	height: 315px;
	left: 50%;
	padding: 0;
	margin-top: -157px;
	margin-left: -50%;
	overflow: hidden;
	background: url(../pics/background_transparent.png) repeat;
	display: block;
}

div#content {
	position: relative;
	display: block;
	overflow: hidden;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}

/* @group Menu */

/* @group menu */

div#menu {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Eurostile,Verdana,"Lucida Grande",Lucida,sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	text-transform: lowercase;
}

#menu ul li {
	list-style-type: none;
	padding-right: 8px;
	display: inline;
	color: #58595b;
}

#menu ul li a {
	text-decoration: none;
	color: #a6a8ac;
	font-weight: normal;
	font-style: normal;
	display: inline;
}

#menu ul li a:hover {
	color: #58595b;
	text-decoration: none;
}

#menu.dimmed ul li a {
	text-decoration: none;
	color: #e5e5e5;
	font-weight: normal;
	font-style: normal;
}

#menu.dimmed ul li a:hover {
	color: #b2b2b2;
}

#menu.dimmed ul li a.lit {
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
	font-style: normal;
}

#menu.dimmed ul li a.lit:hover {
	color: #acaeb2;
	text-decoration: none;
}

#menu ul li ul {
	display: block;
	position: absolute;
	top: 20px;
	text-transform: capitalize;
	visibility: hidden;
	left: 0;
}

#menu ul li ul li {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #cbcbcb;
}

#menu ul li:hover ul {
	visibility: visible;
}

/* @end */

/* @group werkmenu */

div#werkmenu {
	display: block;
	position: absolute;
	top: 20px;
	font-family: Eurostile,Verdana,"Lucida Grande",Lucida,sans-serif;
	left: 0;
}

#werkmenu ul {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	text-transform: capitalize;
}

#werkmenu ul li {
	list-style-type: none;
	padding-right: 8px;
	display: inline;
	color: #58595b;
}

#werkmenu ul li a {
	text-decoration: none;
	color: #a6a8ac;
	font-weight: normal;
	font-style: normal;
}

#werkmenu ul li a:hover {
	color: #58595b;
	text-decoration: none;
}

/* @end */

/* @group language menu */

ul#languagemenu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Eurostile,Verdana,"Lucida Grande",Lucida,sans-serif;
}

ul#languagemenu li {
	float: left;
	color: #58595b;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 10pt;
}

ul#languagemenu li a {
	color: #a6a8ac;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

ul#languagemenu li a:hover {
	color: #58595b;
}



/* @end */

/* @end */

/* @group Text */

div#text {
	display: block;
	position: absolute;
	overflow: auto;
	top: 50px;
	left: 0;
	width: 428px;
	margin: 0;
	padding: 0 6px 0 0;
	height: 225px;
	font-size: 9pt;
	text-align: justify;
	color: #57585b;
	line-height: 1.4;
}

div#text p {
	margin: 0 0 1em;
}

div#text h1 {
	font-size: 9pt;
	margin: 0.5em 0;
}

div#text h2 {
	margin: 0;
	display: inline;
	font-size: 10pt;
}

div#text h3 {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	margin: 0.8em 0 0.4em;
}

div#text p a {
	color: black;
	text-decoration: none;
}

div#text p a:hover {
	color: white;
	background-color: black;
}

/* @end */

/* @group ProjectText */

div#projecttext {
	display: block;
	position: absolute;
	overflow: auto;
	top: 85px;
	left: 0;
	width: 428px;
	margin: 0;
	padding: 0 6px 0 0;
	height: 200px;
	font-size: 9pt;
	text-align: justify;
	color: #57585b;
	line-height: 1.4;
}

div#projecttext p {
	margin: 0 0 1em;
}

div#projecttext h1 {
	font-size: 9pt;
	margin: 0.5em 0;
}

div#projecttext h2 {
	margin: 0;
	display: inline;
	font-size: 10pt;
}

div#projecttext h3 {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	margin: 0.8em 0 0.4em;
}

div#projecttext p a {
	color: black;
	text-decoration: none;
}

div#projecttext p a:hover {
	color: white;
	background-color: black;
}

/* @end */

/* @group Selectwork */

div#selectwork {
	display: block;
	font-size: 12pt;
	font-family: Eurostile,Verdana,"Lucida Grande",Lucida,sans-serif;
	padding: 0;
	color: #57585b;
	position: absolute;
	top: 50px;
	margin: 0;
}

div#selectwork a {
	text-decoration: none;
	color: #a6a8ac;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

div#selectwork a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
}

/* @end */

div#slideshow {
	display: block;
	position: absolute;
	right: 0;
	top: 50px;
	overflow: hidden;
	height: 225px;
	width: 524px;
	margin: 0;
	padding: 0;
}

div#slideshow img {
	width: 100%;
}

/* @group News */

div#news {
	display: block;
	position: absolute;
	top: 50px;
	width: 1000px;
	font-size: 9pt;
	text-align: justify;
	color: #57585b;
	line-height: 1.4;
	margin: 0;
	height: 225px;
	padding: 0;
}

hr {
	margin: 0;
	padding: 0;
	border-style: dashed;
	clear: both;
	border-color: #57585b;
}

div.newsitem {
	padding: 0 4px 0 0;
	overflow: hidden;
	position: relative;
	margin: 0 0 4px;
}

div.newsitem img {
	float: left;
	position: relative;
	clear: both;
	margin: 10px;
}

div.newstext p a {
	color: black;
	text-decoration: none;
}

div.newstext p a:hover {
	color: white;
	background-color: black;
}

div.newstext {
	margin: 0;
	padding: 0 0 0 180px;
}

/* @end */

/* @group Press */

div#press {
	display: block;
	position: absolute;
	top: 50px;
	width: 1000px;
	margin: 0;
	height: 225px;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}

div#pressinner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 225px;
	overflow: hidden;
}

div#press a {
	border-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div#press a:hover {
	border-style: none;
	text-decoration: none;
}

div#press a:visited {
	border-style: none;
	text-decoration: none;
}

div#press img {
	width: 225px;
	height: 225px;
	border-style: none;
	padding: 0 13px 0 12px;
	margin: 0;
	float: left;
	position: relative;
}

div#currentpage {
	display: block;
	font-size: 12pt;
	font-family: Eurostile,Verdana,"Lucida Grande",Lucida,sans-serif;
	padding: 0;
	color: #57585b;
	position: absolute;
	top: 26px;
	margin: 0;
}

div#currentpage span.prevPage, div#currentpage span.nextPage {
	text-decoration: none;
	color: #a6a8ac;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

div#currentpage span.prevPage:hover, div#currentpage span.nextPage:hover {
	text-decoration: none;
	color: white;
	background-color: black;
	cursor: pointer;
}

/* @end */

div#milanosplash {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -76px;
	margin-top: -210px;
	overflow: hidden;
}

div#milanosplash a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 193px;
    background: url(/pics/welkom/ddw09-banner-24.png) no-repeat scroll 0 0;
    text-indent: -9999em;
}