/*MAINGRAY : #787878*/
/*BACKGROUND : #DCDCDC*/

/* DOCUMENT */
body {
	margin:0px;
	padding:0px;
	background-color: #DCDCDC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url("/css/cssfocusandhover.htc");	
}

/* FORM */
form{
	margin-bottom:0px;
	margin-top:0px;
}

/*HYPERLINKS */
a{color:#000000; text-decoration: underline; cursor:pointer}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: #404040;}

/* HEADINGS */
h1
{	font-size:16px;
	margin-top:0px;
	margin-bottom:8px;
	background-color:#FFFFFF;
	padding-top:3px;
	padding-right:3px;
	color:#000000;
	text-align:right;	
}
h2
{	font-size:14px;
	margin-top:0px;	
}

h1.edit
{	text-align:left;	
	background-color:#F2F2F2;
	border:none;
	border-bottom:#cccccc 1px solid;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
}

.pim_header
{	font-size:16px;
	margin-top:0px;
	margin-bottom:8px;
	background-color:#FFFFFF;	
	color:#000000;
	text-align:right;
	font-weight:bold;
}
.pim_header_text
{	padding-bottom:0px;
	padding-right:3px;
	text-align:right;
}

/* IMAGES */
img{
	border:none;
}

p{ margin-top:0px;
margin-bottom:12px;
}

/* UL */
ul {
  	list-style-image: url('/imgs/bullet.gif');
  	margin-top:0px;
 	margin-bottom:12px;
	margin-left:0px;
	padding-left:17px;
}

ul.error {
 	list-style-image: url('/imgs/bullet_error.gif');
 	margin-top:0px;
 	margin-bottom:0px;
	margin-left:0px;
	padding-left:17px;
	border:none;
}


/*TABLES*/
th.tab{
	border-bottom:#cccccc solid 1px;
	background-color: #F2F2F2;
	color: #000000;
}
table.tab{
	background-color:#FFFFFF;
}

/* Tabel cel: indien muiscursor aanwijst */
tr.tab_h
{	background-color: #F2F2F2;	
	
}
/* Tabel cel: indien muiscursor niet aanwijst */
tr.tab_n
{	background-color: #FFFFFF;
}

/* Tabel cel: specifiek voor lijst */
td.tab
{	border-bottom:  solid 1px #cccccc;	
}

/* ERROR */
.error{
	border:1px dashed #ff0000;
	padding:3px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;	
	margin-bottom:2px;
}

/*CONTAINERS*/
#contentcontainer{
	width:767px;
	margin:auto;
	text-align: left;
	position:relative;	
	z-index: 1;
}

#main{
	padding:3px;
}

/* HUPSA FLAPS */
#hupsaright {
	background: #787878 url('/imgs/hupsa_right.jpg') repeat-x left;
	border-top: 26px solid #787878;	
	border-bottom: 5px solid #787878;		
	position: absolute;
	top: 80px;
	width: 60%;
	right: 0px;
	height: 395px;
	z-index:0;
}
	
#hupsaleft {
	background: #919191;
	border-top: 27px solid #787878;	
	border-bottom: 12px solid #787878;		
	position: absolute;
	top: 80px;
	width: 767px;
	right: 766px;
	height: 202px;
}

/* KLEIN, GROOT, ROOD, GROEN, ORANJE */
.small{
	font-size:10px;
}
.green{
	color:#009900;
}
.green a{
	color:#009900;
}
.red{
	color:#CC0000;
}
.red a{
	color:#CC0000;
}
.orange{
	color:#ff9001;
}
.orange a{
	color:#ff9001;
}
.highlight{
	background-color: #D5D5D5;
}

/* FRAMES */
.edit
{	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	padding:3px;
}

.note
{	font-size:11px;
	border-left:#cccccc 1px dashed;
	border-right:#cccccc 1px dashed;
	border-top:#cccccc 1px dashed;
	border-bottom:#cccccc 1px dashed;
	padding:3px;
	margin:2px;
}

.pages_tabs{
	margin-bottom:3px;
}

.pages_tab
{	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	padding:3px;
	cursor:pointer;
}

.pages_tab:hover
{	background-color:#F2F2F2;
	cursor:pointer;
}

.pages_tab_active
{	border:#cccccc 1px solid;
	background-color:#F2F2F2;
	padding:3px;
	cursor:default;
}

.pages_tab_active:hover
{	background-color:#F2F2F2;
	cursor:default;
}

.pages_tab_inactive
{	color:#CCCCCC;
	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	padding:3px;
	cursor:default;
}


/*HEADER*/
#header{
	position: relative;
	height: 80px;
	background: #FFFFFF url('/imgs/thing.jpg') right top no-repeat;
}

#logo{
	position:absolute;
	top: 25px;
	left: 10px;
}

#menu{ 
	padding-top:5px;	/* hoofdmenu in office.asp */
}

#menutr{
	background:#787878;	/* hoofdmenu in default.asp */
	height:27px;
	color: #FFFFFF;	
}

.menuitem{
	padding:0px 5px 0px 5px;
}
.menuitem a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.menuitem_rootonly{
	padding:0px 5px 0px 5px;
	color:#990000;
}
.menuitem_rootonly a{
	color:#CCCCCC;
	font-weight: bold;
	text-decoration:none;
}

.menutitel{
	padding:0px 1px 0px 0px;
	font-weight: bold;
	text-align:right;
	letter-spacing: 1.2px;
	font-size:14px;
	color: #383838;
}

#minimenu{
	position:absolute;
	right: 8px;
	top: 25px;
}

/* SUBMENU */
#submenu{
	width: 187px;
	margin-top: 10px;
}

.submenu_spacer{
	height: 10px;	
	font-size:5px;
}

.submenu_level0{
	font-weight: bold;
	font-size:14px;
	text-align: right;
	color: #834834;
	cursor: pointer;
}
div.submenu_level0:hover{
	background-color:#D4D4D4;
}

.submenu_level1{
	padding: 2px;
	font-weight: bold;
	font-size:12px;
	text-align: right;
	color: #787878;
	cursor: pointer;	
}
div.submenu_level1:hover{
	background-color:#D4D4D4;
}

.submenu_level2{
	width: 175px;
	background: url('/imgs/bullet.gif') no-repeat right;
	padding: 2px 10px 2px 0px;
	font-weight: normal;
	font-size:12px;
	text-align: right;
	color: #666666;
	cursor: pointer;	
}
div.submenu_level2:hover{
	background-color:#D4D4D4;
}


/* TALEN */
#taalselectie{
	position:absolute;
	right: 8px;
	top: 45px;
}

.selectedlang{
	font-weight:bold;
}

/* KRUIMELPAD */
#kruimel{
	position:absolute;
	bottom: 3px;
	right: 8px;
	font-size:10px;
}

#kruimel a{
	text-decoration:none;
}

/*CONTENT*/
#content{
	border-left: 5px solid #787878;
	border-right: 5px solid #787878;	
	background-color: #FFFFFF;	
}

#col1{
	background: #F1F1F1;
	vertical-align:top;
	width:196px;
}

#design_1{
	height: 202px;
	border-bottom: 12px solid #787878;
}

#thumbnail
{	width: 111px;
	height: 160px;
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #ffffff;	
}

#col2{
	vertical-align:top;
	background-color:#FFFFFF;
	width:370px;
}

#design_2{
	height: 202px;
	border-bottom: 12px solid #787878;
}

#pagetitle{
	background: #DCDCDC url('/imgs/border_white.gif') repeat-y left;
	letter-spacing: 1.3px;
	color: #383838;
	text-align:right;
	height: 39px;
	font-size:30px;
	padding: 6px 5px 0px 0px;
	width:365px;	
}

#securepagetitle{
	background: #DCDCDC url('/imgs/border_white.gif') repeat-y left;
	letter-spacing: 1.3px;
	color: #383838;
	text-align:right;
	height: 39px;
	font-size:30px;
	padding: 6px 5px 0px 0px;
}

.section{
  margin-bottom:20px;
}

.section_title{
  background: #DCDCDC;
  padding:3px;
  margin-bottom:5px;
  font-weight:bold;
}

.section_body{
}

#subtitle{
	background: #787878 url('/imgs/border_white.gif') repeat-y left;
	height: 15px;
	padding: 4px 1px 4px 8px;
	vertical-align:middle;
	color: #FFFFFF;
	font-weight: bold;
}

#actcontent{
	padding: 10px 5px 8px 5px;
	text-align:justify;
	
}

#col3{
	vertical-align:top;
	background-color:#FFFFFF;
	width:192px;
}

#deur{
	height:392px;
	border-bottom: 6px solid #787878;
	border-left: 5px solid #787878;
}

#doortable{
	padding-left:2px;
}

#tabledetail{
	margin: 4px 0px 4px 0px;
}

#tabledetail td{
	padding: 3px;
}

.pagename{
	margin-left:3px;
}

/* CUSTOM APP DEUR*/
.deur_titel{
	font-size:16px;
	font-weight:bold;
	color:#787878;
}
.deur_tekst{
}

#doorcontent{
}

.singledoor{
	cursor: pointer;	
}

.singledoor_img{
	padding-left: 6px;
	padding-top:3px;
	padding-bottom:3px;
}

.singledoor_hover_out{
	display: none;	
}
.singledoor_hover_on{
	position:absolute;	
	background-color:#CCCCCC;
	width: 50px;
	height: 90px;
	margin: 0px 0px 0px 0px;	
	opacity: 0.80; 
	filter:alpha(opacity=80); 
	-moz-opacity:0.80;
	cursor:pointer;
	display:block;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

.singledoor_select_out{
	display: none;	
}
.singledoor_select_on{
	position:absolute;	
	background-color:#CCCCCC;
	width: 50px;
	height: 90px;
	margin: 0px 0px 0px 0px;	
	opacity: 0.40; 
	filter:alpha(opacity=40); 
	-moz-opacity:0.40;
	cursor:pointer;
	display:block;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

#promobanner{
	margin-top:10px;
	margin-left:10px;	
}

/*FOOTER*/
#footer{
	position:relative;
	border-top: 1px solid #787878;
	border-left: 5px solid #787878;
	border-right: 5px solid #787878;	
	border-bottom: 5px solid #787878;	
	height: 36px;
	background-color: #DCDCDC;	
	padding: 6px 5px 4px 5px;
	line-height:130%;
}

#pim{	/*PIM LOGO*/
	position:absolute;
	right:2px;
	top:4px;
}

#breengrey{
	color:#999999;
}
/* LOGIN/LOGOUT */
#login{
	background-color: #DCDCDC;
	height: 45px;		
}

#logout_public{
	padding: 1px 1px 1px 4px;
	font-size:11px;
}

#logintable td{
	padding: 1px 1px 1px 4px;
	font-size:11px;
}

#logout{
	position:absolute;
	bottom: 3px;
	right: 8px;
	font-size:10px;
}

.login_username, .login_password{
	width:70px;	
	border: 1px solid #000000;
	background-color: #DCDCDC;
	padding:1px;
}
.login_submit{
	border: 1px solid #000000;
	background-color: #DCDCDC;
	padding:0px;
	width:25px;	
}


/* CONTACTFORUMLIER */
.contact_from, .contact_name, .contact_subject{
	width:180px;
}

.contact_message{
	width:320px;
	height:100px;
}

/* FORMULIER COMPONENTEN */
input {
	font-size:12px;
	border: 1px solid #a5acb2;
	padding:2px;
	background-color: #FFFFFF;
}
input:focus{
	background-color: #F1F1F1;
	border: 1px solid #000000;
}

/* MENUS  (backoffice menuknoppen)*/

.menus_link
{ 	vertical-align:top;
	padding-top:17px;
	padding-bottom:17px;
	padding-left:50px;	
}
.menus_link a
{	text-decoration:none;
}


