/*
Advies & Bouwmanagement
Media: all
*/

/*standard elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0;
}
h2, h3, #submenu {
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
h2 {
	font-size: medium;
	color: #666666;
	margin: 0 0 9px 0;
	padding-left: 10px;
}
p {
	margin: 0 0 1.12em;
	padding-left: 10px;
}
a, object, embed, img, :focus {
   outline: 0;
}
input::-moz-focus-inner { border: 0; }
a:link, a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover, a:active {
	text-decoration: none;
	color: #666666;
}
img {
	border: 0;
}
th {
	background-color: #FFFFFF;
	color: #000065;
	padding: 5px;
	text-align: left;
	font-style: normal;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
	color: #0000CC;
}
#canvas {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	margin-top: 5%;
}
.imgleft {
	float: left;
	padding: 0 10px 3px 0;
}
.imgright {
	float: right;
	padding: 0 0 3px 10px;
}
.blok p { display: block; clear: both; min-height: 50px; padding: 5px 0 15px 5px; }
.blok p.odd { background-color: #E5E5E5; }
/*divisions*/
#top {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 240px;
}
#left {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 240px;
	width: 230px;
	height: 360px;
}
#circle {
	position: absolute;
	z-index: 3;
	left: 150px;
	top: 100px;
	width: 650px;
	height: 570px;
	background: url('images/circle.png') no-repeat left top;
}
#logo {
	position: absolute;
	z-index: 4;
	left: 259px;
	top: 165px;
	width: 308px;
	height: 101px;
}
/*mainmenu*/
#mainmenu {
	position: absolute;
	z-index: 5;
	left: 410px;
	top: 300px;
	width: 390px;
	height: 20px;
	font-size: x-small;
	color: #000066;
	font-weight: bold;
	text-transform: uppercase;
}
#mainmenu a {
	margin-right: 11px;
}
#mainmenu a:last-child {
	margin-right: 0px;
}
#mainmenu a.selected {
	color: #666666;
}
/*submenu*/
#submenu {
	position: absolute;
	z-index: 6;
	left: 230px;
	top: 320px;
	width: 160px;
	height: auto;
	padding-right: 10px;
	text-align: right;
}
#submenu a.selected {
	color: #000066;
}
#submenu a {
	display: block;
}
a.submenu {
	background: url('images/bullet.gif') no-repeat center right;
	margin-top: 10px;
	padding-right: 15px;
}
a.submenu:link, a.submenu:visited {
	color: #666666;
}
a.submenu:hover, a.submenu:active {
	color: #000066;
	background-image: url('images/bullet-blue.gif');
}
/*content*/
#content {
	position: absolute;
	z-index: 7;
	left: 400px;
	top: 320px;
	width: 350px;
	min-height: 350px;
	height: 350px;
	border-left: 2px dotted #000066;
	padding: 0px 0px 10px 0px;
}
div#content[class] {
	height: auto;
}
#linkedin {
	position: absolute;
	top: -106px;
	right: -33px;
	width: 50px;
	height: 50px;
	display: block;
}
/*special classes*/
.hide {
	display: none;
}
