/* CSS Document */
/* website by Sander Damen - Sittard, www.SanderD.nl */

body, html
{

	background: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;


}

p
{

	margin: 0;
	padding: 0 0 10px 0;

}

h1
{

	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 0;
	margin: 0 0 5px 0;

}

h1 span 
{

	color: #BFD242;
	font-weight: normal;

}

h2
{

	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 5px 0 10px 0;

}

a
{

	text-decoration: underline;
	color: white;

}

a:hover
{

	color: #EFEFD1;

}



	/* Divisions */
	
#topShad
{

	width: 990px;
	height: 19px;
	margin: 0 auto 0 auto;
	background: url(../images/topShad.jpg) no-repeat;

}

#container
{

	width: 956px;
	height: 484px;
	margin: 0 auto 0 auto;
	padding: 0 16px 0 18px;
	background: url(../images/middleShad.jpg) repeat-y;

}

#containerPortfolio
{

	width: 956px;
	height: 484px;
	margin: 0 auto 0 auto;
	padding: 0 16px 0 18px;
	background: url(../images/middleShad.jpg) repeat-y;

}

#simpleviewer
{

	background: #523C17;
	width: 951px;
	height: 100%;

}

#footer
{

	width: 990px;
	height: 57px;
	margin: 0 auto 0 auto;
	background: url(../images/bottomShad2.jpg) no-repeat;

}

#contentLeft
{

	width: 290px;
	height: 484px;
	float: left;
	margin: 0;
	background: #523C17;

}

#contentRight
{

	width: 661px;
	height: 484px;
	float: right;
	background: url(../images/headerImg2.jpg) no-repeat top right;
	margin: 0;

}

#header
{

	width: auto;
	height: 94px;
	background: #523C17 url(../images/header2.jpg) no-repeat top;

}

#pageTitle
{

	height: 83px;
	width: auto;
	background: #EBE0CA;

}

#content
{

	width: auto;
	height: 284px;
	overflow: auto;
	padding: 20px 20px 0 20px;
	text-align: left;
	color: white;
	line-height: 14px;
	font-size: 10px;

}

#news, #agenda
{

	display: block;
	font-size: 9px;

}

#news
{

	margin: 71px 0 0 10px;
	padding: 50px 15px 15px 15px;
	width: 153px;

}

#news p 
{

	color: white;

}

#agenda
{

	margin: 0 0 0 468px;
	width: 183px;
	height: 183px;

}

#agenda ul
{

	margin: 33px 0 0 15px;
	padding: 0;
	list-style: none;
	color: #E7DFBA;

}

#agenda li
{

	margin: 0 0 8px 0;
	padding: 0;

}

#agenda span
{

	color: #ed8500;

}

#agenda a, p#newsContact a
{

	color: white;
	text-decoration: none;
	margin: 0 0 0 15px;

}

#agenda p
{
	
	margin: 31px 0 0 0;

}


	/* Paragraphs */
	
#pageTitle p
{

	text-transform: uppercase;
	color: #523C17;
	margin: 0;
	padding: 60px 0 0 25px;
	font-size: 10px;

}

#footer p
{

	margin: 0;
	padding: 20px 0 0 340px;
	text-transform: lowercase;
	font-size: 9px;

}

#footer p span
{

	padding-left: 20px;

}

p#newsContact
{

	margin: 16px 0 0 0;
	padding: 1px 0 0 0;

}

	/* Hyperlinks */
	
#footer a
{

	color: #A7937A;
	text-decoration: none;
	border: none;

}

#footer a:hover
{

	color: #ed8500;

}

ul#menu a
{

	text-decoration: none;
	color: white;
	border: none;
	display: block;

}

#news a
{

	color: #ed8500;
	border: none;
	text-decoration: none;

}

#news a:hover
{

	text-decoration: underline;

}

p#newsContact a:hover
{

	text-decoration: none;
	
}


	/* Menu ul */
	
#menu
{

	list-style: none;
	margin: 0;
	padding: 16px 0 0 25px;
	text-transform: uppercase;
	font-size: 10px;

}

#menu li
{

	float: left;
	display: inline;
	margin: 0;
	padding: 0 16px 0 0;
	
}

#menu ul
{

	position: absolute;
	width: 110px;
	left: -2000px;
	list-style: none;
	margin: 0;
	padding: 11px 0 0 0;

}

#menu li:hover ul, #menu li.ie_does_hover ul {

	left: auto;
	background-position: 0 0;
	clear: both;

}

#menu li ul li
{

	margin: 0;
	padding: 0;

}

#menu li ul a
{

	color: white;
	background: #64450F;
	display: block;
	padding: 6px 8px 6px 8px;
	margin: 0;
	width: 100px;

}

#menu li ul a:hover
{

	color: #7E7C32;
	background: white;

}
