.background {
	background: RGB(158,148,137);
}
.button_background {
	background-image: url(button_background.gif);
	background-repeat: repeat;
}
.color_white {
	background: RGB(255,255,255);
}
/*========================================================*/
.photo_right_1 {
	background-image: url(photo_right_1.jpg);
	background-repeat: no-repeat;
}
.photo_menu_1 {
	/*background: RGB(255,208,153);*/
	background: RGB(230,220,200);
	height: 80;
}
.zoek_1 {
	background-image: url(zoek_1.gif);
	background-repeat: no-repeat;
}
.color_1_max {
	background: RGB(255,208,153);
}
.color_1_med {
	background: RGB(255,226,198);
}
.color_1_min {
	background: RGB(230,220,200);
}
.color_menu {
	background: RGB(240,236,227);
}
/*========================================================*/


.backgroundImage {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%;}
/* Style For HTML BODY                   */ body { margin: 0; repeat-x top left white; margin: 0 0 0 0;}
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: tahoma; font-size: 11px; margin: 0;}

/*========================================================*/
/*  2. Page Elements                                    */
/*========================================================*/

/*-- outermost table of skin                --*/ .skinmaster { height: 100%; background: white; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- menu pane                     --*/ .PaneMenu { width: 100%; padding: 0 0px 0 0px;}
/*-- content pane                  --*/ .PaneContent { width: 100%; padding: 5 0px 0 0px; }
/*-- right content pane            --*/ .PaneRight { width: 100%; padding: 5 0px 0 0px; }
/*-- Left content pane             --*/ .PaneLeft { width: 100%; padding: 5 0px 0 0px; }
/*-- Bottom content pane           --*/ .PaneBottom { width: 100%; padding: 5 0px 0 0px; }
/*-- Top content pane              --*/ .PaneTop { width: 100%; padding: 5 0px 0 0px; }
/*-- button right pane             --*/ .PaneButtonR { width: 100%; padding: 0 0px 0 0px; }
/*-- button left pane              --*/ .PaneButtonL { width: 100%; padding: 0 0px 0 0px; }
/*-- header pane                   --*/ .PaneHeader { width: 100%; padding: 0 0px 0 0px; }

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; padding: 0 5 0 0;}
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: RGB(112,95,76); font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; padding: 0 5 0 0; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- user token hover                  --*/ a.USER_object:hover { color: RGB(112,95,76); font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- date token hover                  --*/ a.DATE_object:hover { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; text-decoration: none; font-weight: bold; padding: 0 5px 0 5px; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; text-decoration: none; font-weight: bold; padding: 0 5px 0 5px; }

/*-- terms privacy and copyright       --*/ .FOOTER_objects_1 { color:RGB(112,95,76); font-size: 9px; line-height: 3; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects_1:link, a.FOOTER_objects_1:visited, a.FOOTER_objects_1:active { color:RGB(112,95,76); font-size: 9px; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects_1:hover { color:RGB(112,95,76); font-size: 9px; font-weight:normal; text-decoration:none;  }


/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: RGB(border-top); }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: RGB(112,95,76); }
/*-- red text on site for errors       --*/ .NormalRed { color: red; font-family: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: RGB(112,95,76); padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: RGB(112,95,76); background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: RGB(112,95,76); font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: RGB(112,95,76); font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: RGB(112,95,76); font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: RGB(112,95,76); font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: RGB(112,95,76); border: 1px solid RGB(112,95,76); background: RGB(230,220,200); padding: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: RGB(112,95,76); border: 1px solid RGB(112,95,76); background: RGB(230,220,200); padding: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton, a.SearchButton:link, a.SearchButton:visited, a.SearchButton:active, a.SearchButton:hover { background: transparent; padding: 0px 0px 0px 18px; color: RGB(112,95,76); cursor: hand; font-size:11px; font-weight: bold; text-decoration: none; margin: 0 0 0 0px;}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: RGB(30,30,30); }
/*-- textbox                    --*/ .NormalTextBox { color: RGB(30,30,30); padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 200px; color: RGB(0,0,0); padding: 4px 0px 0px 10px; border: 0px solid RGB(254,254,254); cursor:text;}
/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer {width: 200px;}
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand;}

/*-- submenu container        --*/ .MainMenu_SubMenu_1, .ModuleTitle_SubMenu_1 { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0px 0px -4px; background: RGB(240,236,227); padding: 1px; border: 1px solid RGB(112,95,76); font-weight: normal; filter: none;}
/*-- submenu items idle       --*/ .MainMenu_MenuItem_1, .ModuleTitle_MenuItem_1 { font-family: tahoma;  color: RGB(112,95,76); font-size: 11px; background: RGB(240,236,227); font-weight: bold; font-style: normal; padding: 0px 20px 0px 5px; height: 20px; border: 0;}
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel_1, .ModuleTitle_MenuItemSel_1 { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: RGB(112,95,76); background: RGB(254,248,236); padding: 0px 20px 0px 5px; height: 20px; border: 0;}

/*-- menuitems idle           --*/ .MainMenu_Idle {color: RGB(112,95,76); background:  url(menu.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: RGB(112,95,76); background:  RGB(254,248,236); padding: 0; height: 22px; font-weight: bold; }
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: RGB(112,95,76); background:  RGB(254,248,236); padding: 0; height: 22px; font-weight: bold;

/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 0 0 0;}

/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/










