html {
	height: 100%
}
body {
	height: 100%
}
html > body #outer {
	height: auto
}
body {
	background-image: url(../img/bg_body.gif);
	min-width: 1023px;
	text-align: center;
	padding-bottom: 0px;
	background-color: #464646;
	margin: 0px;
	min-height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	height: 100%;
	color: #000000;
	font-size: 12px;
	padding-top: 0px
}
#outer {
	background-image: url(../img/bg_photo.jpg);
	position: relative;
	text-align: left;
	margin: auto;
	min-height: 100%;
	width: 1023px;
	background-repeat: no-repeat;
	height: 100%;
	background-color: #FFFFFF;
	background-position: 0 20px;
}
#topMenu {
/*	line-height: 20px;*/
	padding-right: 8px;
	height: 24px;
}
#topMenu a {
	text-decoration: underline
}
#header {
	height: 140px;
}

#correctieFrontPage {
	position: relative;
	top: -150px;
}

#menu {
	background-color: #03cbeb;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
	height: 34px;
}

#belMe {
	margin-top: 18px;
	background-image: url(../img/belMe.jpg);
	background-repeat: no-repeat;
	height: 77px;
	cursor: pointer;
}

#demoMe {
	margin-top: 24px;
	background-image: url(../img/demoMe.jpg);
	background-repeat: no-repeat;
	height: 77px;
	cursor: pointer;
}

.menu_active {
	background-image: url(../img/tabActive1.png);
	width: 200px;
	height: 24px;
	float: left;
	font-weight: bold;
	padding-top: 10px;
	position: relative;
	top: -12px;
}

.menu_over {
	width: 200px;
	float: left;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}
.menu_inactive {
	width: 200px;
	float: left;
}
.menu_active a {
	color: #ffffff;
	text-decoration: none
}
.menu_over a {
	color: #ffffff;
	text-decoration: none
}
.menu_inactive a {
	color: #ffffff;
	text-decoration: none
}

#opacity {
	height: 180px;
	filter:alpha(opacity=40);
	opacity: 0.4;
}
#news {
	border-bottom: 2px solid #03cbeb;
	margin-bottom: 12px;
	position: relative;
	top: -150px;
	height: 210px;
}

#news .newsItem {
	background-color: #03cbeb;
	width: 30%;
	height: 160px;
	margin: 14px 0 14px 16px;
	filter: Alpha(Opacity=75);
	opacity: 0.75;
	float: left;
	padding: 10px 0 10px 10px;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#left {
	background-image: url(../img/bg_shadow_gradient.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 516px;
	float: left;
	min-height: 472px;
	padding-left: 34px;
	padding-right: 60px;
	padding-top: 34px;
	text-align: left;
	line-height: 18px;
	top: -12px;
}

#right {
	position: relative;
	width: 413px;
	display: block;
	float: left;
	padding-top: 34px;
	background-image: url(../img/bg_shadow_gradient.gif);
	background-repeat: repeat-x;
	min-height: 472px;
	top: -12px;
}

#payoff {
	background-image: url(../img/payOff.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 113px;
	z-index: 100;
	width: 466px;
	height: 51px;
}


#extraInfo {
	text-align: left;
	background-image: url(../img/bottomBarTop.jpg);
	background-repeat: no-repeat;
	min-height: 321px;
	width: 315px;
	padding-top: 11px;
	padding-left: 24px;
	padding-right: 34px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}
#extraInfo a {
	color: #FFFFFF;
}

#clearfooter {
	width: 100%;
	height: 130px;
	clear: both;
}
#footer {
	position: absolute;
/*	width: 1023px; */
	border-top: 1px solid #CCCCCC;
	padding-top: 12px;
	width: 988px;
	left: 14px;
	bottom: 0px;
	height: 100px;
	clear: both;
	text-align: center;
}

#footer img {
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	vertical-align: middle;
}
/* 20091215 biv submenu */
#topnav {
	position: relative;
	z-index: 1;
	background: #03cbeb url(../img/bg_subMenu.gif) 0 28px repeat-x;
	height: 24px;
	z-index: 101;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#topnav {
	margin: 0;
	padding: 6px 0 0 0;
	float:left;
	width: 100%;
	list-style: none;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
}
ul#topnav a.menu_active, a.menu_inactive, a.home, a.products, a.sale, a.community {
	width: 200px;
	text-align: center;
	font-weight: bold;
}
 
ul#topnav li .sub {
	position: absolute;	
	top: 22px;
	left: 0;
	background: #5c5c5d url( ../img/bg_subMenu.gif) repeat-x;
	padding: 20px 0 20px 20px;
	float: left;
	display: none;	
	border-bottom: 2px solid #03cbeb;
	font-size: 11px;
	width: 1003px;
	max-width: 1003px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 240px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 12px;
/*	font-weight: normal;*/
}
ul#topnav .sub ul li h2 a {
	padding: 0 10px;
	background-image: none;
	color: #fff;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 3px 5px 4px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #fff;
	background-color: #333;
	padding-bottom: 4px;
/*	font-weight: bold;
	background-position: 5px 12px;*/
}

#leftStatic {
	background-image: url(../img/bg_shadow_gradient.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 929px;
	float: left;
	min-height: 472px;
	padding-left: 34px;
	padding-right: 60px;
	padding-top: 34px;
	line-height: 18px;
	top: -12px;
}

