﻿/**************************************
*  General
***************************************/


html, body
{
	height: 100%;
}

body
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #fff;
        color: #10386B;
	
}

/*The base area*/
#container
{
	width: 480px;
	margin-top: -1px;
	margin: 0 auto;
	padding: 0px;
	min-height: 100%;
	margin-left: 1px;
	margin-bottom: -22px;
	height: auto;
	background-color: #ffffff;
}


/*The area, on top of the base area, into which pages are loaded*/
#content
{
	float: left;
	padding: 0px 0px 5px 5px;
	margin-top: 25px;
	margin-left: 0px;
	vertical-align: top;
	width: 450px;
	color: #103C6B;
}

/* the panel on the right side*/
#contentrighttop
{
    display: none;
	visibility:hidden; /*HAS TO BE CHANGED TO DISPLAY THE PANEL*/
	float: left;
	margin-top:0px;
	margin-left:0px;
	vertical-align: top;
	width: 0px;	/*HAS TO BE ADAPTED TO THE WIDTH IN THE ABOVE #CONTENT SECTION*/
	height:0px;
	background-color: #fff;
	font-weight: normal;
	padding: 3px;
	color: #103C6B;
	/*border-style:solid;
	border-color: #D8D8D8;
	border-width: thin;*/
}



#contentright
{
    display: none;
	visibility:hidden; /*HAS TO BE CHANGED TO DISPLAY THE PANEL*/
	float: left;
	margin-top:0px;
	margin-left:0px;
	vertical-align: top;
	width: 0px;	/*HAS TO BE ADAPTED TO THE WIDTH IN THE ABOVE #CONTENT SECTION*/
	height:0px;
	background-color: #BF0218;
	font-weight: normal;
	padding: 3px;
	color: #fff;
	border-style:solid;
	border-color: #BF0218;
	border-width: thin;
}



#contentrightbottom
{
    display: none;
	visibility:hidden; /*HAS TO BE CHANGED TO DISPLAY THE PANEL*/
	float: left;
	margin-top:0px;
	margin-left:0px;
	vertical-align: top;
	width: 0px;	/*HAS TO BE ADAPTED TO THE WIDTH IN THE ABOVE #CONTENT SECTION*/
	height:0px;
	background-color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #003399;
	border-style:solid;
	border-color: #D8D8D8;
	border-width: thin;
}
/* The message you get when nothing is found after a search*/
.zerohits
{
	float: left;
	margin-top:-35px;
	margin-left:-400px;
	vertical-align: top;
	width: 450px;
}


/* The buttons area*/
div.command
{
	width:auto;
	padding: 5px;
	margin-top: 20px;
	margin-left: 55px;
	margin-bottom: 20px;
	/*border-style:solid;
	border-color: #D8D8D8;
	border-width: thin;*/
}


* html #container {
    height: 100%;
}


/**************************************
*  Lists
***************************************/
/*the top list*/
.list
{
	color: white;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


/*the bottom list*/
#footer
{
	text-align: center;
	font-size: 10px;
	width: 980px;
	height: 17px;
	margin: 0 auto;
	clear: both;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-image: url(../images/bottom_list.gif);
	color: white;
	padding-top: 5px;
	margin-top:20px;
	visibility: hidden;
}

#footer a
{
	text-align: center;
	text-decoration: none;
	color: #fff;
	visibility: hidden;
}


/**************************************
*  Links
***************************************/
a
{
	color: #10386B;
	text-decoration: none;
}

a:visited
{
	color: #10386B;
	text-decoration: none;
}

a:hover
{
	color: #BF0218;
}

#lin
{
	color: #F7124A;
}
#contentright a
{
	color: #fff;
	text-decoration: none;
}

#contentright a:hover
{
	color: #DC931A;
	text-decoration: none;
}

.red
{
	color: #730084;
	text-decoration: underline;
}

/**************************************
*  Banner
***************************************/

*/
#banner
{
	background-color: #fff;
	color: #663366;
	padding: 0;
	text-align: left;
	border-bottom: 0px solid #000;
	visibility: hidden;
}
#banner .logo
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-top: -200px;
	visibility: hidden;
}

#banner .viewinfo
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	visibility: hidden;
}

#banner .language
{
	vertical-align: bottom;
	float: right;
	margin: 0px 0px;
	padding: 0px;
	visibility: hidden;
}

#banner .logininfo
{
	vertical-align: bottom;
	float: right;
	margin: 0px;
	padding: 0px;
	border: solid 1px #000;
	border-right: 0px;
	color: #003399;
	background-color: #DFEFF8;
	visibility: hidden;
}
*/



/**************************************
*  Headers
***************************************/

h1{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 18px;
        color: #103C6B;
	line-height: 0.75em;
	text-align: center;
}

h2{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 14px;
        color: #103C6B;
}
h3
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 12px;
	color: #103C6B; /*font-weight: normal;*/
}
h4
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 11px;
	color: #103C6B; /*font-weight: normal;*/
}
h5
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 10px;
	color: #103C6B; 
	font-weight: normal;
}



/**************************************
*  Input fields
***************************************/

/* Search fields, My settings */
input.field
{
	width: 300px;
}

/* Login field */
input.shortfield
{
	width: 150px;
}

/* The contact messagebox */
textarea.field
{
	width: 300px;
	height: 100px;
}

/**************************************
*  Messages
***************************************/

/* the messagebox in search history, bookmarks etc "No selected rows"  */
.message
{
	font-size: 11px;
	color: #ff0000;
}

/* For instance "illegal search" */
div.msg_error
{
	background-color: #fff;
	font-weight: normal;
	margin: 0px 3px 15px 3px;
	padding: 3px;
	color: #ff0000;
	border-style:solid;
	border-color: #D8D8D8;
	border-width: thin;

}

/* For Top, bottom texts */
div.msg_info
{
	background-color: #fff;
	font-weight: normal;
	margin: 0px 3px 15px 3px;
	padding: 3px;
	width: 670px;
	height: 100%;
	text-align: left;
	color: #103c6b;
	/*border-style:solid;
	border-color: #D8D8D8;
	border-width: thin;*/
}


/**************************************
*  Buttons
***************************************/

/* All buttons*/
input.button
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 30px;
	border: outset 1px #ccc;
	background: #999;
	padding: 1px;
	background: url(../images/bg_button.gif);
	height: 22px;
	width: 150px;
	min-width: 100px;
	overflow: visible;
}

input.button2
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 30px;
	border: outset 1px #ccc;
	background: #999;
	padding: 1px;
	background: url(../images/wissen.jpg);
	height: 22px;
	width: 150px;
	min-width: 100px;
	overflow: visible;
}

/* flag buttons*/
input.culture
{
	border: 1px solid #003399;
	padding: 0px;
	margin: 1px;
}



/**************************************
*  Labels
***************************************/

.label
{
	float: left;
	text-align: left;
	overflow: hidden;
	padding: 0 10px 0 5px;
}

.headerlabel
{
	float: left;
	text-align: left;
	overflow: hidden;
	padding: 0 10px 0 5px;
	font-weight:bolder;
	font-style:italic;
}

div.bookmarks_counter
{
	font-weight:bold;	
}

/**************************************
*  Result navigation (next, previous, result list)
***************************************/

/*The navigation background panel*/
div.result
{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	padding: 0px;
	
}

div.resultnavigation
{
	float: right;
	padding: 2px;
}

div.resultnavigation a
{
	text-decoration: none;
	font-weight: bold;
	color: #10386B;
}

div.resultnavigation a:visited
{
	color: #10386B;
	
}

div.resultnavigation a:hover
{
	color: #BF0218;
}


/* the text "record 3 of 33"*/
div.resultinfo
{
	float:left;
   	font-weight: bold;
	padding: 2px;
    	color: #EAAD4B;
}


/**************************************
*  Searched for/sort panel
***************************************/

/* the wole search sort panel*/
div.searchSort
{
	/* to hide this panel set visibility:visible; 
	and height 0px;*/
	visibility:hidden;
	float:left;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*the sort dropdown*/
div.sortdropdown
{
	float: right;
	padding: 2px;
    	color: #003399;
}



/*search result for ...*/
div.searchedfor
{
	visibility: hidden;
	float:left;
	padding: 7px 0px 0px 0px;
   	 color: #003399;     
}

/**************************************
*  The reference window
***************************************/


div.content .table
{
	vertical-align: top;
   	 background-color: #FFD497;
	width: 100%;
	float:left;
	border-width: 1px;
    	color: #10386B;
	
}

div.content .header
{
	background-image: url(../images/bg_list.gif);
	background-repeat: repeat-x;
    	font-size: 11px;
    	color: #10386B;
    	font-weight: bold;
    	height: 0px; 
}

div.content th
{
    padding: 0px 0px 5px 0px;
    
}
div.content td
{
    padding: 3px;
    color: #10386B;
}
div.content .row
{
    vertical-align: top;  
    background-color: #FFFFFF;  
}

div.content .alternaterow
{
    background-color: #fff;
    vertical-align: top;    
}

div.content .hitnumber
{
	visibility:visible;
}


/**************************************
*  Extra
***************************************/

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


div.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
	width: 100px;
	margin: 0px;
	padding: 0px;
	background: url(../images/wissen.jpg);
}


#navbar
{
	margin: 0px;
	padding: 0px;
}

/**************************************
*  For the Hierarchical search page 
***************************************/

div.hierarchicalsearch .LevelStyles1, div.hierarchicalsearch .LevelStyles2, div.hierarchicalsearch .LevelStyles3, div.hierarchicalsearch .LevelStyles4, div.hierarchicalsearch .LevelStyles5, div.hierarchicalsearch .LevelStyles6, div.hierarchicalsearch .LevelStyles7, div.hierarchicalsearch .LevelStyles8, div.hierarchicalsearch .LevelStyles9, div.hierarchicalsearch .LevelStyles10
{
	font-size: 22px;
	font-weight: normal;
}

.treestyle
{
	 
}


/**************************************
*  SelfLoan 
***************************************/
.message_err
{
	font-size: 18px;
	color: #ff0000;
}

.message_ok
{
	font-size: 18px;
	color: #003399;
}





/**************************************
*  styling voor zoekbalk rechtsboven (right panel top)
***************************************/

div.zoekbalk {
	margin-top:-15px;
	margin-right: 30px;
	font-size: 9px;
	
}

input.searchbutton
{
	visibility:hidden;
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
/*	margin-top: 5px;*/
	margin-left: 30px;
	border: outset 1px #ccc;
	background: #999;
	padding: 1px;
	background: url(../images/bg_button.gif) repeat-x left top;
	height: 22px;
	width: 150px;
	min-width: 100px;
	overflow: visible;
}


#ctl00_cphContent_WebUserControl1_btnReset
{
	font-family: Lucinda sans Unicode, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 30px;
	border: outset 1px #ccc;
	background: #999;
	padding: 1px;
	background: url(../images/wissen.jpg);
	height: 22px;
	width: 150px;
	min-width: 100px;
	overflow: visible;
}

body {
    position:fixed;top:0;left:0;width:100%;height:100%;
    margin: 0;
    }