/* --------------------------------------------- Initial */
html, body, div, p, ul {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.fr  { float: right;}
.fl  { float: left; }
.clr { clear: both; }
.warn {	color: #900 !important; font-weight: bold; }
.right { text-align: right; }
.center { text-align: center; }
.centerize { margin: 10px auto; }
.smallfont { font-size: smaller; }

/* CLEARFIX STYLING - positioniseverything.net */
.clrfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clrfix { height: 1%; }
/* End hide from IE-mac */

h1 { font-size: 26px; line-height: 32px; }
h2 { font-size: 20px; line-height: 25px; }
h3 { font-size: 15px; line-height: 19px; }
h4 { font-size: 12px; line-height: 16px; }
h5 { font-size: 11px; line-height: 15px; }
h6 { font-size: 10px; line-height: 14px; }

/* --------------------------------------------- General */
body {
	color: #002D54;
	color: #E5EAF0;
	background: #5381A1 url(/layout/bg_body.gif) top left repeat-y;
}
#container {
	margin-left: 104px;
	background: url(/layout/bg_top.gif) top left repeat-x;
}
#container h1#header {
	margin: 0;
	padding: 0 0 45px;
	text-indent: -9999px;
	width: 209px;
	height: 74px;
}
#container h1#header a	{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(/layout/title.gif) bottom left no-repeat;
}
#menu {
	width: 100px;
	list-style-type: none;
	position: absolute;
	top: 0; left: 0;
	padding: 109px 0 0;
	background: url(/layout/menu_top.jpg) top left no-repeat;
}
#menu li {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
}
#menu li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(/layout/menu_home.jpg) top left no-repeat;
}
#menu li a#over_sbh { background-image: url(/layout/menu_over_sbh.jpg); }
#menu li a#profiel  { background-image: url(/layout/menu_profiel.jpg); }
#menu li a#contact  { background-image: url(/layout/menu_contact.jpg); }

#menu li a:hover {
	background-position: 0 -30px;
}
#menu li#profielmenu {
	height: 111px;
	background: url(/layout/menu_mid.jpg) bottom left no-repeat;
}
#menu li#contactmenu {
	height: 60px;
	background: url(/layout/menu_bottom.jpg) bottom left no-repeat;
}
#topfoto {
	background: url(/layout/topright.gif) top right no-repeat;
	position: absolute;
	top: 0; right: 0;
	width: 418px; height: 74px;
}
#nav {
	background: url(/layout/bg_breadcrumb.gif) top left repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	margin: 0;
}
h2 {
	margin-top: 10px;
}
.box {
	width: 90%;
	margin: 29px auto;
	padding: 1px;
	border: 3px solid #427092;
	border-color: #5381A1 #427092 #427092 #5381A1;
	border-width: 0 3px 3px 0;
	background: #5381A1;
}
.innerbox {
	border: 1px solid #005985;
	background: #477B9D url(/layout/bg_box.jpg) bottom right no-repeat;
	padding: 1px;
	padding-bottom: 40px;
	margin: -4px 0 0 -4px !important;
	margin: 0;
	position: relative;
}
.innerbox h2 {
	background: url(/layout/bg_titles.gif) top left repeat-x;
	color: #88BADE;
	height: 40px;
	font-size: 16px;
	padding-left: 4px;
	margin: 0;
}
.innerbox p, .innerbox h3, .innerbox pre {
	padding: 5px 90px 5px 5px;
}

a:link, a:visited {
	color: #88BADE;
}
a:link:hover, a:visited:hover {
	color: #FFF;
	text-decoration: none;
}
#nav a {
	text-decoration: none;
}
#menu li .current {
	background-position: 0 -30px;
}

#footer {
	margin: 10px;
}
.lefttd {
	width: 100px;
	text-align: right;
}
.input {
	background: #5381A1;
	color: #FFF;
	padding: 2px;
	border: 1px inset #477B9D;
}
.input:focus {
	background: #6492B2;
	border: 1px inset #6492B2;
	border: 1px inset #75A3C3;
}
.button {
	border: 1px outset #6492B2;
	color: #000;
	background: #75A3C3;
}