﻿/******** GENERAL ELEMENTS ********/

/* Content */
body
{
    font-family: arial;
    font-size: 12px;
    color: #3D3D3D;
    margin: auto; 
    background-color:#404041;
}

td
{
    color: #3D3D3D;
    font-family: arial;
    font-size: 12px;
}
a:link
{
    color: #3D3D3D;
    text-decoration: underline;
}
a:visited
{
    color: #3D3D3D;
    text-decoration: underline;
}
a:hover
{
    color: #3D3D3D;
    text-decoration: underline;
}

td ul 
{
    margin: 0px;
    padding: 0px;
}

li
{
    line-height: 17px;
}
h1
{
    font-family: Arial;
    font-weight: lighter;
    font-size: 40px;
    color: #eb305c;
    margin-top: 0px;
    margin-bottom: 0px;
}
h2
{
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #eb305c;
    margin-top: 0px;
}
h3
{
    font-family: Arial;
    font-size: 16px;
    color: Black;
}

.roze
{
    color: #eb305c;
    display: block;
}

.container_content
{
    width: 100%;
    background: #FFFFFF url('images/bg.png') ;
    background-repeat: repeat-x;
    overflow: hidden;
}

.content_center
{
    margin: auto;
    overflow: hidden;
    width: 1000px;
    background-color: white;
    background: url('images/bg.png');
    background-repeat: repeat-x;
}

.menu
{
    background: url('images/menu.png');
    background-repeat: no-repeat;
    width: 937px;
    height: 32px;
    margin-left: 26px;
    padding-left: 16px;
}

.body_c
{
    width: 1000px;
    background-image: url('images/schaduw.png');
    background-repeat: repeat-y;
    overflow: hidden;
}

.content_top
{
    background-image: url('images/top_wolk.png');
    background-repeat: no-repeat;
    width: 1000px;
}

.content_top_logo_wolk_en_zoeken
{
    width: 1000px;
    height: 125px;
}

.logo
{
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    width: 221px;
    height: 125px;
    float: left;
}

.wolk_en_zoeken
{
    float: left;
    padding-left: 538px;
    padding-top: 87px;
}

.boxSearch
{
    vertical-align: middle;
    height: 17px;
    display: block;
    margin: 0px 10px 10px 0px;
    width: 187px;
}
.btnSearch
{
    display: none;
}

.zoeken input[type="text"]
{
    background: url(images/zoekbalk.png) no-repeat;
    background-repeat: no-repeat;
    color: #999999;
    font-family: Verdana;
    font-size: 10px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 0px;
    width: 187px;
    border: 0;
    height: 26px;
}

.body_flash
{
    background-image: url('images/flashbanner_bg.png');
    background-repeat: no-repeat;
    width: 907px;
    height: 234px;
    padding: 28px 25px 25px 33px;
    margin-left: 17px;
}

.body_content
{
    padding: 0px 50px 0px 50px;
    background-color: Transparent;
}

.container_bottom_gras
{
    width: 100%;
    height: 108px;
    background: url('images/gras.png');
}
.container_bottom
{
    width: 100%;
    background: url('images/bg_bottom.png');
    background-repeat: repeat-x; 
    _height:80px;
    min-height:80px;
    background-color:#404041;
}

.bottom_center
{
    margin: auto;
    overflow: hidden;
    width: 1000px;
}

.bottom_links
{
    padding-left: 32px;
    padding-top: 15px;
    float: left;
    color: White;
    font-family: Arial;
    font-size: 10px;
    width: 50%;
}

.bottom_adres
{
    float: left;
    color: White;
    font-family: Arial;
    font-size: 10px;
    padding-top: 15px;
    width: 20%;
}

.bottom_contact
{
    float: left;
    color: White;
    font-family: Arial;
    font-size: 10px;
    padding-top: 15px;
    width: 20%;
}

.bottom_links a:link, .bottom_links a:visited, .bottom_contact a:link, .bottom_contact a:visited
{
    color: White;
    text-decoration: none;
}

.bottom_links a:hover, .bottom_contact a:hover
{
    color: White;
    text-decoration: underline;
}

div.contactformulier_links
{
    float: left;
    width: 55%;
    background-color: Transparent;
}

div.contactformulier_rechts
{
    float: right;
    width: 45%;
    background-color: Transparent;
}

/* Form */
select
{
    font-family: Arial;
    font-size: 10pt;
}
.button
{
    height: 23px;
    width: 122px;
    font-family: Arial;
    font-size: 11px;
    padding-bottom: 1px;
    font-weight: bold;
    color: #000000;
    background: url('images/button.png') no-repeat;
    border-top: 0px solid #DDDDDD;
    border-right: 0px solid #AAAAAA;
    border-bottom: 0px solid #AAAAAA;
    border-left: 0px solid #DDDDDD;
    cursor: pointer;
    color: White;
}
.textbox
{
    font-family: Arial;
}
.file
{
    height: 27px;
    font-size: 9pt;
    padding: 5px;
    border: 0;
    background: #eee;
    margin-right: 7px;
}

/* Side Box */
.boxHeader
{
    padding-top: 5px;
    padding-left: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 9pt;
    font-family: Tahoma;
    background: url('images/boxheaderbg.gif');
    color: #2c2c2c;
    height: 22px;
}
.boxContent
{
    padding: 7px;
    padding-left: 40px;
    padding-bottom: 15px;
    text-align: left;
    font-family: verdana;
    font-size: 11px;
}
.boxContent a
{
}

/* Listing Paging */
.paging
{
    font-family: verdana;
    line-height: 12px;
    font-size: 9px;
    padding-top: 8px;
    padding-left: 27px;
    width: 262px;
    height: 21px;
    background: url(images/paging.gif) no-repeat;
}


/******** SPECIAL ELEMENTS ********/

/* Go Back Button */
.divGoBack
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.btnGoBack
{
}


/******** PLACEHOLDERS ********/


/* placeholderMainMenu_DropDown */
.static_nlsmenu
{
    z-index: 1;
}
/* Main Bar */
/* Main Bar - Item */
.static_nlsitemcontainer
{
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 9px;
    padding-right: 4px;
}
.static_nlsiconcell
{
    width: 0px;
}
.static_nlssubmenucell
{
    width: 2px;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 4px;
}
.static_nlsitem
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    line-height: 15px;
    color: white;
    padding: 5px 5px 0px 0px;
    padding-bottom: 3px;
}
/* Main Bar - Item Hover */
.static_nlsitemcontainerover
{
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 9px;
    padding-right: 4px;
}
.static_nlsiconcellover
{
    width: 0px;
}
.static_nlssubmenucellover
{
    width: 0px;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 4px;
}
.static_nlsitemover
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    line-height: 15px;
    color: #cccccc;
    padding: 5px 5px 0px 0px;
    padding-bottom: 3px;
}

/* Sub Menu */
.nlsmenu
{
    margin-top: 6px;
    border-bottom: white 2px solid;
    border-left: white 1px solid;
    border-top: white 1px solid;
    border-right: white 2px solid;
    z-index: 1;
}
/* Sub Menu - Item */
.nlsitemcontainer
{
    height: 27px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: White;
    background-image: url('images/dropdown.png');
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -moz-opacity: 0.9; /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);-moz-opacity:0.7;*/
}
.nlsiconcell
{
    width: 22px;
}
.nlssubmenucell
{
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 4px;
}
.nlsitem
{
    font-size: 12px;
    font-family: Arial;
    color: Black;
    padding: 0px 10px 0px 10px;
}
/* Sub Menu - Item Hover */
.nlsitemcontainerover
{
    height: 27px;
    border: #4EA2FD 0px solid;
    color: #eb305c;
    background-color: White;
    background-image: url('images/dropdown.png'); /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=99)*/
}
.nlsiconcellover
{
    width: 22px;
}
.nlssubmenucellover
{
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 4px;
}
.nlsitemover
{
    font-size: 12px;
    font-family: Arial;
    color: #eb305c;
    padding: 0px 10px 0px 10px;
}

/* placeholderTopMenu */
.topmenu
{
    font-family: arial;
    font-size: 11px;
    color: #555555;
}
a.topmenu:link
{
    font-family: arial;
    font-size: 11px;
    color: #555555;
    text-decoration: underline;
}
a.topmenu:visited
{
    font-family: arial;
    font-size: 11px;
    color: #555555;
    text-decoration: underline;
}
a.topmenu:hover
{
    font-family: arial;
    font-size: 11px;
    color: #111111;
    text-decoration: underline;
}

/* placeholderBottomMenu */
.bottommenu
{
    font-family: arial;
    font-size: 11px;
    color: #555555;
}
a.bottommenu:link
{
    font-family: arial;
    font-size: 11px;
    color: #555555;
    text-decoration: underline;
}
a.bottommenu:visited
{
    font-family: arial;
    font-size: 11px;
    color: #555555;
    text-decoration: underline;
}
a.bottommenu:hover
{
    font-family: arial;
    font-size: 11px;
    color: #111111;
    text-decoration: underline;
}

/* placeholderRegister */
a.register:link
{
    color: #555555;
}
a.register:visited
{
    color: #555555;
}
a.register:hover
{
    color: #111111;
}

/* placeholderLoginLogout */
a.login:link
{
    color: #555555;
}
a.login:visited
{
    color: #555555;
}
a.login:hover
{
    color: #111111;
}

/* placeholderLogout */
a.logout:link
{
    color: #555555;
}
a.logout:visited
{
    color: #555555;
}
a.logout:hover
{
    color: #111111;
}

/* placeholderAdminWorkspaceLink */
a.myworkspace:link
{
    color: #555555;
}
a.myworkspace:visited
{
    color: #555555;
}
a.myworkspace:hover
{
    color: #111111;
}
a.admin:link
{
    color: #555555;
}
a.admin:visited
{
    color: #555555;
}
a.admin:hover
{
    color: #111111;
}

/* placeholderBreadcrumb */
.breadcrumb
{
    margin-bottom: 15px;
}
a.breadcrumb:link
{
}
a.breadcrumb:visited
{
}
a.breadcrumb:hover
{
}

/* placeholderLoginForm */
.btnLogin
{
}
.txtLogin
{
    width: 120px;
}
.labelLogin
{
    text-align: left;
    white-space: nowrap;
}


/* placeholderMainMenu_VerticalMenu */
.mnuVertical
{
    width: 147px;
}
.mnuOver
{
    width: 147px;
    height: 28px;
    background: url('images/bg_menu.gif');
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    color: White;
    text-decoration: underline;
    padding-right: 10px;
}

.mnuOver_sub
{
    width: 147px;
    height: 28px;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    text-decoration: underline;
    padding-right: 10px;
}
.mnuSelected
{
    width: 147px;
    height: 28px;
    background: url('images/bg_menu.gif');
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    color: White;
    text-decoration: underline;
    padding-right: 10px;
}

.mnuSelected_sub
{
    width: 147px;
    height: 28px;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    text-decoration: underline;
    padding-right: 10px;
}

.mnuPath
{
    text-align: right;
    background: url('images/bg_menu.gif');
    width: 147px;
    height: 28px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 14px;
    color: White;
}

.mnuPath_sub
{
    text-align: right;
    width: 147px;
    height: 28px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 14px;
    color: Black;
}

.mnuNormal
{
    width: 147px;
    height: 28px;
    text-align: right;
    background: url('images/bg_menu.gif');
    font-family: Arial;
    font-size: 14px;
    color: White;
    padding-right: 10px;
}

.mnuNormal_sub
{
    width: 147px;
    height: 28px;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    padding-right: 10px;
}

/* placeholderMainMenu_Tabs */
.tabActive_Left
{
    width: 15px;
    height: 19px;
    background: url('images/tab_active_left.gif') no-repeat;
}
.tabActive_Center
{
    white-space: nowrap;
    background: url('images/tab_active_center.gif');
}
.tabActive_Right
{
    width: 15px;
    height: 19px;
    background: url('images/tab_active_right.gif') no-repeat;
}

.tabInactive_Left
{
    width: 15px;
    height: 19px;
    background: url('images/tab_inactive_left.gif') no-repeat;
}
.tabInactive_Center
{
    white-space: nowrap;
    background: url('images/tab_inactive_center.gif');
}
.tabInactive_Right
{
    width: 15px;
    height: 19px;
    background: url('images/tab_inactive_right.gif') no-repeat;
}

a.tabInactiveLink:link
{
    font-weight: bold;
    font-size: 9px;
    color: #E2ECF7;
    text-decoration: none;
}
a.tabInactiveLink:visited
{
    font-weight: bold;
    font-size: 9px;
    color: #E2ECF7;
    text-decoration: none;
}
a.tabInactiveLink:hover
{
    font-weight: bold;
    font-size: 9px;
    color: #E2ECF7;
    text-decoration: underline;
}

a.tabActiveLink:link
{
    font-weight: bold;
    font-size: 9px;
    color: #1283CA;
    text-decoration: none;
}
a.tabActiveLink:visited
{
    font-weight: bold;
    font-size: 9px;
    color: #1283CA;
    text-decoration: none;
}
a.tabActiveLink:hover
{
    font-weight: bold;
    font-size: 9px;
    color: #1283CA;
    text-decoration: underline;
}

/* placeholderMainMenu_Side */
#divSide
{
    font: 11px Trebuchet MS, Arial, sans-serif;
    background: #FAFAFA;
    padding: 0px;
    width: 180px;
}
#divSide a
{
    color: #333333;
    text-decoration: none;
    display: block;
    width: 175px;
    padding-left: 5px;
    border-top: #e6e7e8 1px solid;
}
#divSide a:hover
{
    color: #1684E6;
    background-color: #DDDFE4;
}
.mnuLevel1
{
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.mnuLevel1 li
{
    padding: 3px;
    padding-left: 7px;
    font-weight: bold;
    text-transform: uppercase;
}
.mnuLevel2
{
    margin: 0px;
    padding-left: 12px;
    list-style-type: none;
}
.mnuLevel2 li
{
    padding: 3px;
    padding-left: 1px;
    border-top: #dedede 1px solid;
    font-weight: normal;
    text-transform: none;
}
.mnuLevel3
{
    margin: 0px;
    padding-left: 12px;
    list-style-type: none;
}
.mnuLevel3 li
{
    padding: 3px;
    padding-left: 1px;
    border-top: #dedede 1px solid;
    font-weight: normal;
    text-transform: none;
}
.itemSelected
{
    color: #1684E6;
}

/* placeholderMenu_Tree */
a.prnnode
{
    font-family: tahoma,Arial;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 2px;
}
a.prnnode:hover
{
    background-color: #CCFFCC;
    font-weight: bold;
}
a.node
{
    font-family: tahoma,Arial;
    font-size: 8pt;
    color: #666666;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 2px;
}
a.node:hover
{
    background-color: #CCFFCC;
    text-decoration: underline;
}
a.selnode
{
    font-family: tahoma,Arial;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    background-color: #CCFFCC;
    padding: 1px 1px 1px 1px;
    border: #66CC66 1px solid;
}
a.selprnnode
{
    font-family: tahoma,Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    background-color: #CCFFCC;
    padding: 1px 1px 1px 1px;
    border: #66CC66 1px solid;
}
div.row
{
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}
div.selrow
{
    background-color: #99CCFF;
    cursor: pointer;
}
div.row:hover
{
}
input.nodeedit
{
    font-family: Verdana,Arial;
    font-size: 8pt;
    color: #666666;
    text-decoration: none;
    position: absolute;
    height: 20px;
    border: #cfcfcf 1px solid;
    z-index: 1;
}
.nlstree
{
    text-align: left;
    border: #e6e7e8 5px solid;
    padding: 12px;
    background: white;
}

.button_contact {
	clear: both;
	position:relative;
	display:block;
	height: 117px;
	width: 333px;
	background:url(images/button_contact.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.button_contact span.hover {
	position: absolute;
	display: block;
	height: 117px;
	width: 333px;
	background: url(images/button_contact.png) no-repeat;
	background-position: bottom;
}

.button_advies {
	clear: both;
	position:relative;
	display:block;
	height: 117px;
	width: 333px;
	background:url(images/button_advies.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.button_advies span.hover {
	position: absolute;
	display: block;
	height: 117px;
	width: 333px;
	background: url(images/button_advies.png) no-repeat;
	background-position: bottom;
}

.tj_link, .tj_link a:link, .tj_link a:visited, .tj_link a:hover
{
    color: #CCCCCC;
}