body
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	background: #54B2C1 url('../assets/images/dirksdeurne_gradient.png');
	background-repeat: repeat-x;
}

textarea
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

#container
{
	position: absolute;
	width: 960px;

	background: White;
	left: 50%;
	margin-left: -480px;
	top: 0px;
}

#top
{
	width: 100%;
	height: 143px;
}

#bar
{
	width: 100%;
	height: 16px;
	
}

#navigation
{
	float: left;
	width: 793px;
	height: 27px;
	background: Black;
	padding: 0;
	margin: 0;
}

#navigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navigation ul li
{ 
	float: left;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: url('../assets/images/dirksdeurne_separator.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
}

#navigation ul li a
{ 
	color: White;
	text-decoration: none;
	display: block;
	padding-top: 8px;
}

#navigation ul li a:hover
{ 
	color: White;
	text-decoration: none;
}

#navigation ul li ul
{
	position: absolute;
	background: Black;
	color: White;
	width: 112px;
	left: -999em;
	margin-left: 0px;
	margin-top: 2px;
}

#navigation ul li ul li.ie_margin
{
	height: 0px;
	background: Black;
	padding: 0px;
	margin: 0px;
}

#navigation ul li ul li a
{
	color: White;
	font-size: 8pt;
	padding-top: 0px;
	font-weight: normal;
}

#navigation ul li ul li a:hover
{
	color: #b9b9b9;	
}

#navigation ul li ul li
{
	clear: both;
	height: 12px;
	padding-top: 4px;
	margin-left: 4px;
	overflow: hidden;
	text-align: left;
	background: Black;
}

#search
{
	float: left;	
	width: 167px;
	height: 27px;
	background: Black;
	
}

#search div.searchinput
{
	float: left;
	margin-left: 2px;
	width: 121px;
	height: 17px;
	background: url('../assets/images/dirksdeurne_search_background.png');
	padding: 0px;
	margin-top: 5px;
}

#search div.searchinput input
{
	width: 73px;
	height: 16px;
	border: 0px;
	font-size: 7pt;
	background: transparent;
	margin-left: 5px;
	margin-right: 5px;
}

#search div.searchbutton
{
	float: left;
	margin-top: 8px;
	margin-left: 3px;
	width: 10px;
	height: 10px;
	padding: 0px;
}

#search div.searchbutton img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#logo
{
	position: absolute;
	left: 32px;
	top: 30px;
}

#logo img
{
	border: 0px;	
}

#content
{
	padding: 0px;
	margin: 0px;
}

#content a
{
	color: Black;
	text-decoration: none;	
}

#content a:hover
{
	text-decoration: underline;	
}

#content h1
{
	text-transform: uppercase;
	font-size: 14pt;
	margin-top: 45px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 25px;
}

#content div.content_block
{
	float: left;
	width: 242px;
	border: 0px;
	font-size: 9pt;
	margin-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer
{
	float:left;
	width: 930px;
	text-align: right;
	padding-top: 42px;
	padding-bottom: 8px;
	padding-right: 30px;
	font-size: 9pt;
	font-weight: normal;
	background: url('../assets/images/dirksdeurne_footer.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footer a
{
	text-decoration: underline;
	color: Black;
	font-size: 8pt;
}

#footer a:hover
{
	text-decoration: underline;
}

#back
{
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

#back a
{
	font-size: 9pt;
	text-decoration: none;
	color: #379FB0;
	font-weight: bold;
}

.project_sublink
{
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.project_sublink a
{
	font-size: 9pt;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

#back a:hover
{
	text-decoration: underline;
}

#content div.news_container
{
	float: left;
	width: 650px;
	height: 114px;
	background: White;
	margin-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

#content div.news_container div.news_image
{
	float: left;
	width: 114px;
	height: 114px;
	background: White;
}

#content div.news_container div.news_image img
{
	width: 114px;
	height: 114px;
	border: 0px;
	border: 1px solid #97969B;
}

#content div.news_container div.news_title
{
	float: left;
	width: 500px;
	height: 57px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 9pt;
	font-weight: bold;
}

#content div.news_container div.news_title a
{
	text-decoration: underline;
	color: Black;
}

#content div.news_container div.news_title a:hover
{
	text-decoration: underline;
}

#latest_news
{
	position: absolute;
	top: 0px;	
	left: 0px;
	font-size: 9pt;
	font-weight: bold;
	width: 300px;
	height: 143px;
	visibility: hidden;
	display: block;
}

#latest_news table
{
	height: 100%;
}

#latest_news a
{
	text-decoration: underline;
	color: Black;
}

#latest_news a:hover
{
	text-decoration: underline;
}

#content img
{
	border: 5px solid #EBEBEB;
}

#flashanim
{
	border: 5px solid #EBEBEB;
}

#image_small_left
{
	float: left;	
	width: 170px;
	margin-top: 45px;
	padding-right: 65px;
	padding-left: 10px;
	text-align: center;
}

#image_small_right
{
	float: left;	
	width: 170px;
	margin-top: 45px;
	padding-left: 65px;
	padding-right: 10px;
	text-align: center;
}

#image_center
{
	float: left;	
	width: 272px;
	padding-right: 75px;
	padding-left: 75px;
	text-align: center;
}

div.arrow
{
	float: left;
	width: 24px;
	height: 39px;
	margin-top: 110px;
}

#keywords
{
	position: absolute;
	width: 200px;
	height: 143px;
	right: 10px;
	top: 0px;
}

#keywords table
{
	height: 100%;
}

#keywords a
{
	color: #379FB0;
	text-decoration: underline;
}

#keywords a:hover
{
	text-decoration: underline;
}

#content div.content_block form span
{
	font-variant: small-caps;
	font-weight: normal;
	font-size: 10pt;
}

#content div.content_block form span.failed
{
	font-variant: small-caps;
	font-weight: normal;
	font-size: 10pt;
	color: Red;
}

#content div.content_block input.input
{
	border: 1px solid #8d8d8d;
	background: White;
	width: 200px;
	margin-bottom: 5px;
	font-size: 10pt;
}

#content div.content_block input.button
{
	border: 0px;
	background: White;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 9pt;
	cursor: pointer;
}

#content div.content_block textarea
{
	border: 1px solid #8d8d8d;
	background: White;
	width: 200px;
}

#content div.content_block a
{
	color: #379FB0;
	text-decoration: underline;
	font-weight: bold;
}

#content div.content_block a:hover
{
	text-decoration: underline;
}

ul.sitemap
{
	list-style-type: circle;
}

#image_center a img, div.arrow img, #image_small_left a img, #image_small_right a img, img.cms_img
{
	border: 0;	
}










#content div.news img.news_right
{
	border: 1px solid #97969B;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content div.news div.news_info
{
	position: absolute;
	width: 250px;
	left: 68px;
	line-height: 130%;
}

#content div.news_date
{
	font-size: 8pt;
}

#content div.news
{
	width: 320px;
	height: 58px;
	margin-bottom: 30px;
	position: relative;
}
