@charset "utf-8";
/* CSS Document */

/* html tags */
html {
	background: #313131;
}

body {
	background: #FFF url(../images/layout/bg.jpg) repeat-x;
	margin: 0;
}

/* layout */
.clear {
  	clear: both;
}

#container {
  	background: url(../images/layout/footerbg.jpg) repeat-x bottom;
	display: block;
	width: 100%;
	padding-top:40px;
	margin:0;
}

#header {
  	background: url(../images/layout/header.jpg) no-repeat;
  	height:160px;
  	width: 860px;
  	margin: 0 auto;
	text-align: right;
	padding-top: 40px ;
	padding-right:40px;
}

.headerMenu {
	overflow:hidden;
	margin-left: 21px;
	margin-top:-14px;
	padding-left:15px;
	height:31px;
	display: block;
	width:844px;
}

#bodyMenu {
	margin-left: 21px;
	background: url(../images/layout/menubg.jpg) repeat-x;
	width: 843px;
	height: 31px;
	display: block;
	padding-left:15px;
}

#body {
  	background: url(../images/layout/bodybg.png) repeat-y;
  	width: 900px;
  	margin: 0 auto;
}

#content {
	display: block;
	width: 840px;
	padding: 30px 40px 0 30px;
	min-height: 400px;
font-weight: normal; 
letter-spacing: 0px; 
text-transform: none; 
font-size: 13px;
	font-family: Gill Sans, Verdana;
	line-height: 14px;
}

#bodyfooter {
  	background: url(../images/layout/bodyfooter.png) no-repeat;
  	width: 900px;;
	height: 35px;
  	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
	color:#CCC;
	font: 1.0em Verdana, Geneva, sans-serif;
}
/* einde layout */

/* overig (GUI) */
.GUI1 {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.GUI2 {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
	color: #666;
}

/* Menu CSS */
    .row_active { float: left; padding-right:5px;}
    .row_active:hover .buttDivLeft { display: inline; background: url(../images/menu/AAL.png) no-repeat; }
	.row_active:hover .buttDivCenter { display: inline; background: url(../images/menu/AAC.png) repeat-x; padding-top: 8px; height:23px; text-decoration: underline;}
	.row_active:hover .buttDivRight { display: inline; background: url(../images/menu/AAR.png) no-repeat; }

    .row_active .buttDivLeft { display: inline; background: url(../images/menu/ADL.png) no-repeat; width:15px; height:31px; float: left;}
	.row_active .buttDivCenter { display: inline; background: url(../images/menu/ADC.png) repeat-x; height:19px; float: left; text-align: center; padding-top: 12px; }
	.row_active .buttDivRight { display: inline; background: url(../images/menu/ADR.png) no-repeat; width:15px; height:31px; float: left;}
    .row_active .buttDivLeftActive { display: inline; background: url(../images/menu/AAL.png) no-repeat; width:15px; height:31px; float: left;}
	.row_active .buttDivCenterActive { display: inline; background: url(../images/menu/AAC.png) repeat-x; height:23px; float: left; text-align: center; padding-top: 8px; }
	.row_active .buttDivRightActive { display: inline; background: url(../images/menu/AAR.png) no-repeat; width:15px; height:31px; float: left;}
	
	.row_nonactive { float: left; padding-right:5px;}
    .row_nonactive:hover .buttDivLeft { display: inline; background: url(../images/menu/DAL.png) no-repeat; }
	.row_nonactive:hover .buttDivCenter { display: inline; background: url(../images/menu/DAC.png) repeat-x; padding-top: 4px; height:27px; text-decoration: underline; }
	.row_nonactive:hover .buttDivRight { display: inline; background: url(../images/menu/DAR.png) no-repeat; }

    .row_nonactive .buttDivLeft { display: inline; background: url(../images/menu/DDL.png) no-repeat; width:15px; height:31px; float: left;}
	.row_nonactive .buttDivCenter { display: inline; background: url(../images/menu/DDC.png) repeat-x; height:19px; float: left; text-align: center; padding-top: 12px; }
	.row_nonactive .buttDivRight { display: inline; background: url(../images/menu/DDR.png) no-repeat; width:15px; height:31px; float: left;}

.row_active a {
	color: #000;
	text-decoration: none;
}

.row_nonactive a {
	color: #000;
	text-decoration: none;
}

.editButt32 {
	width: 32px;
	height: 32px;
	background: transparent url(../images/icons/PNG-32/Modify.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
}

.deleteButt32 {
	width: 32px;
	height: 32px;
	background: transparent url(../images/icons/PNG-32/Delete.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
}

.loadingButt32 {
	width: 32px;
	height: 32px;
	background: transparent url(../images/icons/PNG-32/Loading.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
}

.upButt24 {
	width: 24px;
	height: 24px;
	background: transparent url(../images/icons/PNG-24/Up.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
}

.downButt24 {
	width: 24px;
	height: 24px;
	background: transparent url(../images/icons/PNG-24/Down.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
}

.button {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer;
}

p {
margin:0;
padding-left:10px;
}

