/* @override http://concept7.dedicated.digitalus.nl:80/joostenadvocaten.nl/css/risicomanager.css */

/* Hoofdlayout
=================================================================*/
* {
	margin:0;
	padding:0;
	}
body {
	font-family:arial, sans-serif;
	font-size:80%;
	}
img {
	display:block;
	border:0px;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	}

.noshow {
	position:absolute;
	left:-9000px;
	}
body div div {
	position:relative;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	}
body div div div {
	position:static;
	width:auto;
	margin-right:0px;
	margin-left:0px;
	}
h1 {
	font-size:1.6em;
	margin-bottom:6px;
	color:#d52300;
	}
h2 {
	font-size:1.2em;
	margin-bottom:4px;
	color:#a71b00;
	}


/* Servicemenu
=================================================================*/
#menu_service {
	background-color:#000;
	color:#fff;
	}

#menu_service ul {
	list-style-type: none;
}
#menu_service div {
	position:relative;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	height:30px;
	}
#menu_service ul {
	float:right;
	height:30px;
	vertical-align:middle;
	margin:0px;
	padding:0px 10px 0px 0px;
	}
#menu_service ul li {
	float:left;
	}
#menu_service a:link,
#menu_service a:visited,
#menu_service a:hover,
#menu_service a:visited:hover {
	float:left;
	display:block;
	background-color:#000;
	color:#fff;
	font-family:arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:6px 10px 0px 10px;
	}
#menu_service a:link,
#menu_service a:visited {
	height:24px;
	}
#menu_service a:hover,
#menu_service a:visited:hover {
	background-color:#666;
	color:#fff;
	border-bottom:5px solid #aaa;
	height:19px;
	}
#menu_service a.select:link,
#menu_service a.select:visited,
#menu_service a.select:hover,
#menu_service a.select:visited:hover {
	color:#fff;
	border-bottom:5px solid #aaa;
	height:19px;
	}
.menu_service_home {
	position:absolute;
	left:10px;
	top:0px;
	}



/* Header (logo en zoekform)
=================================================================*/
#header {
	width:100%;
	height:80px;
	background-color:#e5e5e5;
	color:#000;
	}
#logo {
	position:absolute;
	top:26px;
	left:20px;
	}
#zoeken {
	position:absolute;
	top:22px;
	right:10px;
	width:238px;
	}
#zoeken fieldset {
	border:0px;
	}
#zoeken input {
	font-family:'courier new', sans-serif;
	}
#zoeken p {
	background-color:#e5e5e5;
	font-family:arial, sans-serif;
	color:#000;
	}
#zoek_submit {
	background:url('../gfx/zoekbutton.gif') no-repeat 0px 0px;
	width:58px;
	height:22px;
	cursor:pointer;
	border:0px;
	font-weight:bold;
	color:#fff;
	}
#zoek_submit:hover {
	background:url('../gfx/zoekbuttonhover.gif') no-repeat 0px 0px;
	width:58px;
	height:22px;
	color:#ccc;
	}



/* Hoofdmenu
=================================================================*/
#menu_hoofdpaginas {
	height:40px;
	background-color:#fff;
	color:#000;
	}
#menu_hoofdpaginas ul {
	padding:0px 0px 0px 10px;
	height:40px;
	}
#menu_hoofdpaginas ul li {
	float:left;
	height:40px;
	list-style:none;
	}
#menu_hoofdpaginas li a:link,
#menu_hoofdpaginas li a:visited,
#menu_hoofdpaginas li a:hover,
#menu_hoofdpaginas li a:visited:hover {
	display:block;
	float:left;
	height:28px;
	background-color:#fff;
	color:#555;
	font-family:arial, sans-serif;
	font-weight:bold;
	margin:0px; 
	padding:12px 10px 0px 10px;
	}
#menu_hoofdpaginas li a:link,
#menu_hoofdpaginas li a:visited {
	text-decoration:none;
	}
#menu_hoofdpaginas li a:hover,
#menu_hoofdpaginas li a:visited:hover {
	text-decoration:underline;
	color:#000;
	background-color:#eee;
	}
#menu_hoofdpaginas li a.select:link,
#menu_hoofdpaginas li a.select:visited,
#menu_hoofdpaginas li a.select:hover,
#menu_hoofdpaginas li a.select:visited:hover {
	background-color:#e5e5e5;
	color:#000;
	}


#footer {
	clear:left;
	height:40px;
	background-color:#334104;
	font-family:arial, sans-serif;
	text-align:center;
	padding-top:6px;
	color: #f4f7e0;
	}

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






