/*  basics */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background: url(../img/layout/back.jpg) no-repeat center top; */
}
a {
	color: #ff8000;
}
a:hover {
	text-decoration:none;
}
.center {
	margin:0px auto;
	width:960px;
}
h1 {
	font-size: 1.7em;
/*	margin-bottom: -10px; */
}
h2 {
	font-weight: bold;
	color: #ff8000;
	font-size: 1em;
	margin-bottom: -15px;
}
#main {
	position:absolute;
}
#header {
	position:absolute;
	z-index:0;
	height:92px;
	width:960px;
	background: url(../img/layout/header_back.jpg) repeat-x;
	}
	a img { border: none; }

.fout{
	color:#F00;
}

/*  top navigation menu */

#topnav {
	position:absolute;
	width:320px;
	z-index:2;
	left: 634px;
	top: 30px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
#topnav a {
	text-decoration:none;
	color: #FFFFFF;
}
#topnav a:hover {
	text-decoration:underline;
}
#topnav #searchfield {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6d6c70;
	position: relative;
	padding: 0px 0px 0px 2px;
	height: 15px;
	background: #FFF;
	border-style: none;
	width: 86px;
}
#topnav img, #submit {
	top: 4px;
	position: relative;
	margin-left: -1px;
}
#topnav .flag {
	top: 3px;
	margin-right: 5px;
}

/*  hoofdmenu */

#hmenu {
	position:absolute;
	z-index:1;
	left: 210px;
	top: 66px;
	width: 750px;
}
#hmenu_item a {
	display: inline;
	font: bold 13px "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
	background: #6d6c70 url(../img/layout/button_main_back.gif);
	padding: 4px 18px;
	float: left;
	margin-right: 4px;
	height: 18px;/*	filter: Alpha(Opacity=70);
	-moz-opacity:.70;
	opacity:.70;
*/
}
#hmenu_item a:hover {
	border-bottom: 3px solid #ff8000;
	background: #9C9B9F url(../img/layout/button_main_back_hover.gif);/*	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
*/
}
#hmenu_item #current {
	border-bottom: 3px solid #ff8000;
}

/*  submenu */

#smenu {
	position:absolute;
	z-index:1;
	left: 210px;
	top: 95px;
	display: block;
	width: 750px;
}
#smenu_item a {
	display: block;
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	color: #000000;
	text-decoration: none;
	padding: 3px 8px;
	float: left;
	height: 18px;
	background: #e8e8e8;
}
#smenu_item a:hover {
	border-bottom: 3px solid #ff8000;
	background: #DADADA;
}
#smenu_item #current {
	border-bottom: 3px solid #ff8000;
}
#smenu_divider {
	float: left;
	background: url(../img/layout/smenu_divider_back.gif);
	display: block;
	height: 24px;
	width: 6px;
}
/*  end top navigation incl hmenu & smenu */

/*  left column image */
#col_left{
	position:absolute;
	z-index:2;
	left: 0px;
	top: 26px;
	width: 193px;

}

/*  mid column & content */

#col_mid {
	position:absolute;
	z-index:10;
	left: 210px;
	top: 140px;
	width: 529px;
}
#content_txt, #content {
	font: 13px "Trebuchet MS", Verdana, Arial;
	float: left;
}
.contentimg {
	border: 1px solid #000000;
	margin-left: 5px;
	float:right;
}
.contentimg-left {
	border: 1px solid #000000;
	float:left;
	margin-right: 5px;
}
.contentimg-noborder {
	margin-left: 5px;
	float:right;
}
.contentimg-left-noborder {
	float:left;
	margin-right: 5px;
}
.tableborder td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 4px;
	vertical-align:top;
}
.tableborder {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

/*  footer */

#footer {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	height: 60px;
	width: 530px;
	display: block;
	float: left;
	margin-top: 10px;
}
#footer a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	text-decoration:none;
}
#footer a:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#F8510D;
}
#footer img {
	padding-right: 4px;
}
#footer hr{
	display:block;
	height:1px;
	color: #FFF;
	background-color:#FFF;
	border-left:none;
	border-right-style: none;
	border-bottom-style: none;
}
/*  right column incl submenu2 & submenu3 */

#col_right {
	position:absolute;
	z-index:3;
	left: 758px;
	top: 140px;
	width: 202px;
}

/*  submenu2 */

#ssmenu {
	float: left;
	margin-bottom: 60px;
}

#ssmenu ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font: 13px "Trebuchet MS", Verdana, Arial;
	margin-top: 0px;
	margin-bottom: 0px;
}

#ssmenu a
{
	display: block;
	padding: 1px 3px 1px 10px;
	width: 189px;
	border-bottom: 1px solid #FFFFFF;
	background: url(../img/layout/button_subsub_back.jpg);
}

#ssmenu a:link, #ssmenu_navlist a:visited
{
	color: #363636;
	text-decoration: none;
}

#ssmenu a:hover
{
	border-left: 3px solid #ff8000;
	padding-left: 7px;
	background: url(../img/layout/button_subsub_back_hover.jpg);
}
#ssmenu_navlist #last_item {
	border-bottom: 1px solid #7B9F54;
}
#ssmenu #current
{
	border-left: 3px solid #ff8000;
	padding-left: 7px;
	background: url(../img/layout/button_subsub_back_act.jpg);
}

/*  submenu3 */

#smenu3_navlist a {
	color: #363636;
	text-decoration: none;
	padding-left:20px;
	width:179px;
	font-size:0.9em;
	padding-top: 1px;
	padding-bottom: 1px;
}
#smenu3_navlist a:hover {
	border-left: none;
	padding-left: 20px;
	background: url(../img/layout/button_sub3_back_act.jpg);
}
#smenu3_navlist #last_item {
	border-bottom: 1px solid #7B9F54;
}
#smenu3_navlist #current {
	border-left: none;
	padding-left: 20px;
	background: url(../img/layout/button_sub3_back_act.jpg);
}

/*  related */

#spacer {
	height: 60px;
	display: inline;
	background: #FFF;
	width: 202px;
}

#related {
	background: url(../img/layout/gradient_grey_related.jpg) repeat bottom;
	float: left;
}

#related ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font: 13px "Trebuchet MS", Verdana, Arial;
	margin-top: 0px;
	margin-bottom: 0px;
}

#related a
{
	display: block;
	padding: 0px 3px 0px 10px;
	width: 189px;
}

#related a:link, #related_navlist a:visited
{
	color: #363636;
	text-decoration: none;
}

#related a:hover
{
	background: #FFFFFF;
}
#related_navlist #last_item {
	border-bottom: 1px solid #F7921C;
	padding-bottom: 8px;
}
#related_navlist img {
	padding-right: 8px;
}

/*  side_banner */
#side_banner {
	float: left;
	margin-bottom: 20px;
}
#banner_callme {
	width:202px;
	height:82px;
}
#bottom_banner {
	float: left;
	margin: 0 30px 12px 0;
}


/*  clients/users/references */

.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	background: #FFFF99;
}
.clienttable {
	font-size: .9em;
}
.client-logo {
	padding-bottom: 10px;
}
.client_photo {
	padding-bottom: 20px;
}

/*  forms */

.formfield {
	font-size: 1em;
}
.dropdownlistbox {
	font-size: 1em;
}
legend, .required {
	color:#666666
}
#infoform{
	font-size: 0.9em;
}

/*  productpagina */

.productpage {
	border-bottom: 1px solid #C0C0C0;
	background: url(../img/layout/gradient_productpage.jpg) repeat-x bottom;
	padding-right: 8px;
	padding-left: 8px;
}
.productpage img {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* cursussen */
#cursusdata td{
	padding-right:20px;
}