/*CSS*/

/*General*/

html{
  margin                : 0;
  padding               : 0;  
  height                : 100%;
}
 body {
  margin                : 0;
  padding               : 0;  
  height                : 93%;
  color                 : #595959;
  overflow              : scroll;
  overflow              : -moz-scrollbars-vertical;
}

#placeHolder {
  position              : relative;
  min-height            : 100%;
  font-family           : Verdana;
  width                 : 750px;
  font-size             : 14px;
  margin-left           : auto;
  margin-right          : auto;
}

* html #placeHolder { 
  height                :100%;
}

#footerContainer { 
  position              : relative; 
  margin-top            : 1px; 
  height                : 24px; 
  z-index: 20;
}

td, p, input, textarea, select {
    line-height         : 16px;
    font-family         : verdana;
    font-size           : 11px;    
    margin              : 0;    
}

#mainContent{
    margin-top          : 10px; 
    font-size           : 11px;
    width               : 100%;  
    z-index             : 20;  
   
}

#terms{
  position				: relative;
  margin-right          : auto;
  height                : 300px;
  margin-left 			: -100px;
  width 				: 600px;
  overflow				:-moz-scrollbars-vertical;
  overflow-y			:scroll;
}

#mainMenu {
  
}

.button{
  background: none;
  border: none;
  cursor: pointer;
  color: gray;
}

a.menu:link, a.menu:active, a.menu:visited{
  color: #757575; text-decoration:none;
}

a.menuhover:link, a.menuhover:active, a.menuhover:visited
{
  color: #757575; text-decoration:none;
}
a.menuhover:hover
{
  color: #757575; text-decoration:none;
}

a{
    color: #757575;
}

#MainMenuHolder { 
  width                 : 100%;

}

#topGradient {
  width                 : 100%;
  height                : 15px;
  background-image      : url(/images/top_gradient.gif);
  color                 : #ffffff;
  font-size             : 12px;
  border                : 0px;
  text-align            : right;
}

.pageTitle{
    height              : 20px;
    font-family         : verdana;
    font-size           : 18px;
    font-weight         : bold;
    color               : #1589b2;
}

h5{
    height              : 20px;
    font-family         : verdana;
    font-size           : 18px;
    font-weight         : bold;
    color               : #1589b2;
}

h4{
    height              : 12px;
    font-family         : verdana;
    font-size           : 12px;
    font-weight         : bold;
    color               : #1589b2;
}


#mainLogo {
  width                 : 100%;
  height                : 150px;
  border                : 0px;
  background-image      : url(/images/Extranet.jpg);
}

#menu {
  height                : 20px;
  background            : #f1f0f0;
  color                 : #ffffff;
  padding-top           : 3px;
  padding-left          : 10px;
}

#footer{
    width           : 750px;
    margin-left     : auto;
    margin-right    : auto;
    z-index: 1;
}

#dots {	
	width                 :	750px;
	height                : 25px;
	background-position   : bottom right;
	background-repeat     : no-repeat;
	text-align            : right;
}

#language {	
    border-top            : 1px solid #006885;
    text-align            : center;
    font-family           : Verdana;
    font-size             : 9px;
    font-weight           : bold;
    color                 : #006885;
    padding-top           : 5px;
    padding-bottom        : 10px;
}

.submenuLinkActive {
  color                 : #adadad; 
  text-decoration       : none; 
  font-family           : verdana; 
  font-size             : 11px; 
  font-weight           : bold; 
}
	
/*Contact form*/
.contactText {
  font-family           : verdana; 
  font-size             : 10px; 
  width                 : 430px; 
  border                : 1px solid gray;
}

.contactTextSmall{
  font-family           : verdana; 
  font-size             : 10px; 
  width                 : 200px; 
  border                : 1px solid gray;
}

.contactTextXSmall{
  font-family           : verdana; 
  font-size             : 10px; 
  width                 : 100px; 
  border                : 1px solid gray;
}

.contactArea{
    font-family         : verdana;
    font-size           : 10px;
    width               : 430px;
    height              : 50px;
    border              : 1px solid gray;    
}

.contactBlankRow{
    height              : 4px;
}

/*News*/
.newsItem{
    padding-bottom      : 10px;
    margin-bottom       : 10px;
    border-bottom       : 1px solid silver;
}

.newsListTitle{
    font-size           : 13px;
    color               : #1589b2;
    font-weight         : bold;
    margin-left         : 13px !important; margin-left: 0px;
}

.newsTitle{
    font-size           : 13px;
    color               : #1589b2;
    font-weight         : bold;
}

/*SearchBar */

.searchfield
{
    background-color: #F0EEEF;
    width: 570px;
    height: 100px;
}

.searchbar {
  font-size             : 9px;
  width                 : 150px;
  color                 : #919393;
         
}

.kruimelpad
{
    font-family: verdana;
    font-size: 10px;
    
    color: #b9b9b9;
}

.msgBox
{
	border-bottom:1px solid #1589b2;
	padding-top:5px;
	padding-bottom:5px;
}



/*Links*/

a                       { font-size: 11px; }

a.mainmenu:link         { color: #757575; text-decoration:none; }
a.mainmenu:visited      { color: #757575; text-decoration:none; }
a.mainmenu:hover        { color: #0e82a3; text-decoration:none; }
a.mainmenu:active       { color: #757575; text-decoration:none; }

a.footer:link           { color: #757575; font-size: 10px; text-decoration:none; font-weight:normal;}
a.footer:visited        { color: #757575; font-size: 10px; text-decoration:none; font-weight:normal;}
a.footer:hover          { color: #0e82a3; font-size: 10px; text-decoration:underline; font-weight:normal;}
a.footer:active         { color: #757575; font-size: 10px; text-decoration:none; font-weight:normal;}

a.login:link            { color: #ffffff; text-decoration:none; }
a.login:visited         { color: #ffffff; text-decoration:none; }
a.login:hover           { color: #ffffff; text-decoration:none; }
a.login:active          { color: #ffffff; text-decoration:none; }

a.lang                  { color: #0e82a3; font-weight: bold; text-decoration: none; }
a.lang:visited          { color: #0e82a3; font-weight: bold; text-decoration: none; }

a.kruimelpad            { text-decoration:none; color: #b9b9b9; font-family: verdana; font-size: 10px; height:45px; }

a.submenuLink:link      {color:#414141; text-decoration:none; font-family: verdana;  }
a.submenuLink:active    {color:#adadad; text-decoration:none; font-family: verdana;  }
a.submenuLink:visited   {color:#414141; text-decoration:none; font-family: verdana;  }
a.submenuLink:hover	    {color:#adadad; text-decoration:none; font-family: verdana;  }


a.pager:link            {color:#a4a2a2; text-decoration:none; font-family: verdana; font-size: 10px;}
a.pager:active          {color:#363636; text-decoration:none; font-family: verdana; font-size: 10px;}
a.pager:visited         {color:#a4a2a2; text-decoration:none; font-family: verdana; font-size: 10px;}
a.pager:hover           {color:#363636; text-decoration:none; font-family: verdana; font-size: 10px;}
.pagerActive            {color:#363636; text-decoration:none; font-family: verdana; font-size: 10px;}

a.ZoekResult:link       {color:#006885; text-decoration:none; font-family: verdana; font-size: 12px; font-weight:bold; text-align:center;}
a.ZoekResult:active     {color:#006885; text-decoration:none; font-family: verdana; font-size: 12px; font-weight:bold; text-align:center;}
a.ZoekResult:visited    {color:#006885; text-decoration:none; font-family: verdana; font-size: 12px; font-weight:bold; text-align:center;}
a.ZoekResult:hover      {color:#006885; text-decoration:none; font-family: verdana; font-size: 12px; font-weight:bold; text-align:center;}

a.forum:link         { color: #1589b2; text-decoration:none; font-size:12px;}
a.forum:visited      { color: #1589b2; text-decoration:none; font-size:12px;}
a.forum:hover        { color: #1589b2; text-decoration:none; font-size:12px;}
a.forum:active       { color: #1589b2; text-decoration:none; font-size:12px;}

/*Maps*/

#mapContainer{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#infoMain{
    position: absolute;
    width: 100%;
    top: 170px;
    left: 0px;
    right: 0px;
    border: 0px solid black;
    z-index: 20;
    display: none;
    /*
    -moz-opacity: 0.6;
    filter: "alpha(opacity=60)";*/
    z-index: 200;
    text-align: center;
}

#infoDialog{
    position: relative;
    width: 400px;
    height: 500px;    
    margin: auto;  
    padding-top: 11px;
    background: url("../images/popup_titlebar.jpg") no-repeat top left;  
    background-color: white;
    border: 1px solid black;   
    text-align: left; 
    z-index: 50;
}

.rowInfo{
    padding-left: 10px;
}

.rowInfoSmall{
    font-size: 9px;
    padding-left: 10px;
}

.infoTitle{
    color: #006885;
    font-weight: bold;
}

#infoNormal{
    text-align: left;
}

#loader{
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 10;
    display: none;
}

.divider{
    border-top: 1px solid #f0eeee;    
    padding-bottom:20px;
}

.highlight{
    padding-top: 50px;
    color:#c9c8c8;
    font-size: 12px;
    font-famliy: verdana;
}

.area{
    border: 1px solid gray;
}

/*Vacatures*/
.fieldVacFull{
  width: 98%;
  border: 1px solid gray;
}

#closeBtn{
  position: relative;
  margin-top: 5px;  
  margin-right: 5px;
}

/*Printer friendly*/
#friendly{
  width: 575px; 
  height: 722px;
  margin-left: auto; 
  margin-right: auto; 
  text-align: center; 
  margin-top: 20px; 
  font-size: 11px; 
  font-family: verdana;
  background: url("../images/PDF_v1.jpg") no-repeat top left;
}

#friendlyContent{
  width: 574px; 
  font-family: verdana; 
  font-size: 11px;
  padding: 10px;
  margin: auto;
  margin-top: 0px;  
  z-index: 0;
  text-align: left;
  border: 0px solid black;
}

.small{
    font-size: 9px;
    color: gray;
}

td.extranet
{
	border-bottom: solid 1px #1589b2; 
}