/* CSS Document  for Den Dul & Partners by Chris van den Ende @ MultiMove*/

body{
	margin: 0px;
	padding:0px;
	background-color:#6590c5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6d4e22;
}

#container{
	margin: 0 auto;
	width:901px;
	background-image:url(../images/layout/ddp_14.jpg);
	background-repeat:repeat-y;
}

#header{
	width:901px;
	height:228px;
	background-image:url(../images/layout/ddp_02.jpg);
	background-repeat:no-repeat;
}

#header_img
{
	position: absolute;
	margin-top: 15px;
	margin-left: -7px;
	width: 230px;
	height: 228px;
	z-index: 10000;
}

	#logo{
		width:300px;
		height:150px;
		margin-top:50px;
		margin-right:50px;
		float:right;
		cursor:pointer;
	}

#menu_wrap{
	width:637px;
	height:35px;
	padding-left:255px;
	background-image:url(../images/layout/ddp_04.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #6d4e22;
	position: relative;
	clear: both;
}
	
#menu_div a img
{
	border: 0px;
	margin-left: -4px;
}

#menu_div
{
	position: absolute;
	margin-top: -14px;
	margin-left: -15px;
	clear: both;
}

#content-top{
	background-image:url(../images/layout/ddp_12.jpg);
	background-repeat:no-repeat;
	height:57px;
	width:901px;
	margin-bottom:-20px;
}

#content{
	min-height:243px;
	background-image:url(../images/layout/ddp_15.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 93px 40px;
	
}

#bottom{
	background-color:#6590c5;
	width:901px;
	padding: 10px 0px;
	text-align:center;
	color:#FFF;
}
	#bottom a{
		font-weight:bold;
		text-decoration:none;
		margin:0px 15px;
		color:#FFF;
	}
	
.newsblok{
	background-color:#969599;
	color:#FFF;
	padding:15px 20px;
	float:left;
	width:311px;
	margin:10px 0px 0px 5px;

}

	.newsblok h2{
		color:#6d4e22;
		font-weight:bold;
		font-size:16px;
		padding:0px;
		margin:0px;
	}

#clear{
	clear:both;	
}
	
h1{
	color:#6590c5;
	font-weight:bold;
	font-size:18px;
	text-transform:lowercase;
	margin-bottom:0px;
	padding-bottom:0px;
}

a
{
	color: #6590c5;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#home_content a
{
	color: #ffffff;
}

/*	111201 New Menu	*/
#menu_wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_wrap li {
	position: relative;
}
#menu_wrap a {
	display: block;
	white-space: nowrap;
	color: white;
	text-decoration: none;
	padding: 1em 1.7em .95em;
	background-color: #6d4e22;
}
ul#menu > li {
	float: left;
	padding: 1.3em 0;
}
ul#menu > li.selected, 
ul#menu > li:hover {
	background: transparent url('./../images/layout/menu_hover.png') no-repeat center top;
}
ul#menu > li.children > ul {
	margin-top: 1px;
}
ul#menu > li.children > ul li.children > a {
	background: #6d4e22 url('./../images/layout/menu_children_normal.png') no-repeat 95% center;
}
ul#menu > li.children > ul li.children:hover > a {
	background-image: url('./../images/layout/menu_children_hover.png');
}
#menu_wrap li.children > ul {
	position: absolute;
	top: 4.4em;
	left: 0;
	z-index: 1;
	display: none;
	background-color: #CCCCCC;
	padding: 0 2px 2px 0;
}
#menu_wrap li.children > ul a {
	padding: .4em 3em .4em 1em;
}
#menu_wrap li.children > ul li.children > ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu_wrap li.children.nojs:hover > ul {
	display: block;
}

