html {
	overflow					: hidden;
}

body {
	font-family					: Verdana;
	font-size					: 11px;
	color						: #464646;
	text-decoration				: none;
	background-color			: #8C8C8C;
	margin						: 0;
	padding						: 10px;
}

/* Layout Styles */
#wrapper {
	width						: 980px;
	margin						: auto;
}

#main {
	width						: 790px;
	float						: left;
	background-color			: #FFFFFF;
}

#logo {
	width						: 790px;
	height						: 97px;
	background					: #FFFFFF url('../images/bg-logo-top.gif') no-repeat center top;
	padding						: 10px 0 35px 0;
	margin						: 0 0 10px 0;
}

#main-inner {
	padding						: 0 17px 27px 0;
	min-height					: 200px;
	background					: #FFFFFF url('../images/bg-main-bottom.gif') no-repeat center bottom;
	height						: 556px;
}

#main-inner-left {
	width						: 100%;
	display						: block;
	float						: left;
	line-height					: 18px;
	margin						: 0 0 25px 0;
	background					: transparent url('../images/bg-main-inner-hbs-2.gif') no-repeat right bottom;
}

.content {
	padding 					: 0 17px 0 17px;
	float						: left;
	width						: 475px;
	min-height					: 400px;
	height						: 475px;
	overflow-y					: auto;
	border-left					: 1px solid #C8C8C8;
	border-right				: 1px solid #C8C8C8;
}

#main-inner-right {
	width						: 140px;
	display						: block;
	float						: left;
	text-align					: left;
	padding						: 10px 0 10px 0;
}

#main-inner-right p {
	color						: #164365;
	font-weight					: bold;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 10px;
	padding-left				: 10px;
}
/* END Layout */

/* Begin Navigation */
div#navbar {
	width						: 790px;
	display						: block;
	clear						: both;
	float						: left;
	text-align					: right;
	border-bottom				: 1px solid #C8C8C8;
}

div#navbar ul {
	margin						: 0 0 0 15px;
	padding						: 0px;
	font-family					: Verdana;
	font-size					: 10px;
	color						: #6F6F6F;
	white-space					: nowrap;
}

div#navbar li {
	list-style-type				: none;
	display						: inline;
}

div#navbar li a, div#submenu li a {
	text-decoration				: none;
	padding						: 0 10px 0 0;
	color						: #FF0000;
	display						: block;
	float						: left;
	width						: 81px;
	font-family					: Verdana;
	font-size					: 10px;
	background-image			: url('../images/bg-button.gif');
	background-repeat			: no-repeat;
	text-align					: center;
	line-height					: 22px;
	font-weight					: bold;
}

div#submenu li {
	margin						: 0 0 0 5px;
}

div#submenu li a {
	background-image			: url('../images/bg_button_submenu.gif');
	padding						: 0;
	width						: 103px;
	margin						: 0 0 10px 0;
	border						: 1px solid #C8C8C8;
}

div#navbar #current a span, div#navbar .active a span, div#submenu #current a span {
	color						: #e21d38;
}

div#navbar li a:link, div#navbar li a:visited, div#submenu li a:visited, div#submenu li a:link  {
	color						: #164365;
}

div#navbar li a:hover, div#submenu li a:hover {
	color						: #6F6F6F;
	text-decoration				: underline;
}

#breadcrumb {
	padding						: 5px 0 5px 15px;
	width						: 100%;
	border-bottom				: 1px dashed #C8C8C8;
	height						: 23px;
}

.breadcrumbs {
	float						: left;
	width						: 600px;
}

#submenu {
	width						: 115px;
	display						: block;
	float						: left;
	text-align					: left;
	margin						: 18px 0 0 0;
	padding						: 0 0 10px 0;
	height						: 200px;
}

#submenu ul {
	list-style					: none;
	margin						: 0;
	padding						: 0;
}

#submenu ul li.parent ul li a {
    background-image            : none;
    border                      : none;
} 

#submenu ul #current ul li a span {
    color                       : #164365;
}

#submenu ul li.parent ul li a  {
    width                       : 93px;
}
/* END Navigation */

/* Footer Styles */
#footer {
	clear						: both;
	font-size					: 11px;
	text-align					: center;
	padding						: 12px;
	line-height					: 18px;
	width						: 850px;
	color						: #fff;
	position					: relative;
}

#footer p {
	margin						: 0;
	padding						: 0;
	letter-spacing				: 0.5px;
	float						: left;
}

#footer a:link, #footer a:visited {
	color						: #fff;
	text-decoration				: none;
}

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

#footer .menu {
	margin						: 0 0 0 30px;
	padding						: 0;
	list-style-type				: none;
	float						: left;
	width						: 90px;
}

#footer .menu li {
	background					: url('/images/spacer.gif') no-repeat left center;
	margin						: 0;
	padding						: 0;
	width						: 85px;
}
/* END Footer */

/* Portfolio Styles */
#portfolio {
 	width						: 150px; 
 	float						: left; 
 	margin						: 0 0 0 10px; 
	background-color			: #FFFFFF;
}
 
#portfolio_top {
 	background					: url('../images/portfolio_top.jpg') no-repeat top left ;
 	width						: 150px;
 	height						: 34px;
 	margin						: 0;
 	padding						: 0;
}
 
#portfolio_content {
 	width						: 150px;
 	margin						: 0;
 	padding						: 0;
 	text-align					: center;
}
 
#portfolio_bottom {
 	background					: url('../images/portfolio_bottom.jpg') no-repeat top left;
 	width						: 150px;
 	height						: 34px;
 	margin						: 0;
 	padding						: 0;
}
 
#portfolio h2 {
	font-family					: Verdana;
	font-size					: 15pt;
	color						: #002d62;
	padding						: 0;
	margin						: 0 0 10px 0;
	text-align					: center;
}
/* END Portfolio */

/* Diverse Styles */
.clear {
	clear						: both;
}

.highlight {
	color						: #164365;
	text-decoration				: none;
	font-size					: 11px;
	font-weight					: bold;
}

.highlight a, .highlight a:visited {
	color						: #164365;
	text-decoration				: none;
	text-indent					: 20px;
}

.highlight a:hover {
	color						: #6F6F6F;
	text-decoration				: underline;
	text-indent					: 20px;
}

a, a:visited {
	color						: #164365;
	text-decoration				: underline;
}

a:hover {
	color						: #6F6F6F;
	text-decoration				: none;
}

h1, .componentheading, .contentheading {
	font-family					: Verdana;
	font-size					: 16px;
	color						: #164365;
	font-weight					: bold;
	text-align					: center;
	margin						: 15px 0; 
}

h2 {
	font-family					: Verdana;
	font-size					: 14px;
	margin						: 15px 0; 
}

.normal {
    display						: block;
	margin						: 20px auto;
    padding						: 0px;
}

h3, h4, h5, h6 { 
	margin						: 15px 0; 
}

p { 
	margin						: 15px 0; 
}

table.blog {
	width						: 450px;
}

p.article_separator {
	border-bottom				: 1px solid #ccc;
	margin						: 5px 0 5px 0;
	height						: 1px;
}
/* END Diverse */

/* Overlay Styles */
.pageOverLay {
	display						: block;
	position					: absolute;
	top							: 0%;
	left						: 0%;
	width						: 100%;
	height						: 100%;
	background-color			: white;
	z-index						: 1000;
	opacity						: .20;
	filter						: alpha(opacity=20);
}

.pageOverLayNoOpacity {
	display						: block;
	position					: absolute;
	top							: 0%;
	left						: 0%;
	width						: 100%;
	height						: 100%;
	background-color			: Transparent;
	z-index						: 1000;
}

.dialogOverView {
	display						: block;	
	position					: absolute;
	width						: 60%;
	height						: 70%;
	z-index						: 1001;
}
/* END Overlay */

/* Dialog Styles */
.dialog {
	position					: relative;
	margin						: 0px auto;
	min-width					: 3em;
	color						: #000;
	z-index						: 1;
	margin-left					: 12px;
	margin-bottom				: 0.5em; 
}

.dialog.overlay {
	max-width					: 200px;
}

.dialog.right {
	width						: 260px;
}

.dialog.menu {
	width						: 190px;
}

.dialog .spContent, .dialog .t, .dialog .b, .dialog .b div {
	background					: transparent url('../images/dialog_consulting.png') no-repeat top right;
}

.bodyContent {
	height						: 155px;
	overflow-y					: auto;	
	overflow-x					: hidden;
	width						: 247px;
}

.bodyContentLarge {
	height						: 379px;
	overflow-y					: auto;	
	overflow-x					: hidden;
}

.menuContentSmall {
	height						: 160px;
	overflow-y					: auto;	
	overflow-x					: hidden;
	padding-top					: 12px;	
}

.registerContent {
	height						: 400px;
	overflow-y					: auto;	
	overflow-x					: hidden;
	padding-top					: 12px;	
}

.dialog .spContent {
	position					: relative;
	padding 					: 0px 12px 0px 0px;
}

.homeDialog {
	height						: 370px;
	!height						: 390px;
	overflow-y					: auto;	
	overflow-x					: hidden;
}

.productListContent {
	height						: 367px;
	overflow-y					: auto;	
	overflow-x					: hidden;
	padding-top					: 12px;	
}

.dialog .t {
	position					: absolute;
	left						: 0px;
	top							: 0px;
	width						: 12px; 
	margin-left					: -12px;
	height						: 100%;
	background-position			: top left;
}

.dialog .b {
	position					: relative;
	width						: 100%;
}

.dialog .b, .dialog .b div {
	height						: 30px; /* height of bottom cap/shade */
	font-size					: 1px;
}

.dialog .b {
	background-position			: bottom right;
}

.dialog .b div {
	position					: relative;
	width						: 12px;
	margin-left					: -12px;
	background-position			: bottom left;
}
/* END Dialog */

/* Grizzly PopupMenu */
#gerelateerd {
	margin						: 0px;
	height						: auto;
	width						: 250px;
	padding						: 0;
	float						: left;
}

#popupmenu {
	margin						: 0;
	width						: auto;
	height						: auto;
	position					: absolute;
	bottom						: 12px;
	right						: 50px;
	padding						: 0;
	z-index						: 1;
	background-color			: #FFFFFF;
	border						: 1px solid #999999;
	display				 		: none;
	text-align					: left;
}
ul.popupmenu {
	padding						: 0px;
	list-style-type				: square;
	list-style-position			: outside;
	margin						: 0 0 0 20px;
	color						: #002d62;
}

#footer ul.popupmenu li a {
	color						: #002d62;
}
/* END */
