﻿
/* Algemeen layout ----------------------------------------------------------------------------- */
html,  form
{
	height:100%;
}
.body
{
	background-color:#185198;
	background:url("background_slide1.jpg") repeat;
	background-position:top left;

	height:100%;
	margin:0px;
}
.master
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#FFFFFF;
	border: 1px solid #185198; 
}

.masterContent
{
	background-color: #FFFFFF;
	background:url("watermerk.png") repeat;
}

.console
{
	clear:both;
	width: 100%;
}

.spacer
{
	width:12px
}

/* instellen van de achtergrond kleur van de pagina------------------------------------------ */
.master
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:transparent;
	background:url("watermerk.png") no-repeat;
	border: 0px solid #ffffff; 
}





/* authoringRegion: bar boven aan met login, etc --------------------------------------------------- */

.authoringRegion
{
	width:100%;
	background-color:#ffffff;
	color:#939393;
}

/* link kleuren binnen authoringRegion */
.sharepointLogin div, .sharepointLogin .ms-globallinks, .sharepointLogin .ms-globallinks a:link,
{
	color:#939393;
}

.ms-SPLink a:link, .ms-SPLink a:visited
{
color: #939393;
}

/* Top area: logo, etc ---------------------------------------------------------------------------- */

.topArea
{
	background:url("logoheader_5.gif") no-repeat;
	background-position:top left;
	width: 100%; /* overerfd van .master (1024px) */
	height: 183px; /* afhankelijk van image, moet ingevuld worden! */
}
.topArea :active
{
	text-decoration:none;
}


/* Search: gebruik comments om search te tonen/verbergen -------------------------------------------- */

.search { visibility:hidden; }



/* Topnav: horizontal navigatie --------------------------------------------------------------------- */

/* top nav bar */	
.topNavContainer
{
	background-image:url("topnavbg3.jpg");
	background-repeat:repeat-x;
	height:32px;
}
.topNav
{
    *position:relative;
    *top:-1px;
}

.topNavItem
{
	background-image: none;
	margin-right:3px;
	font-family: tahoma;  
	font-size: 8pt; 
	font-weight: bold;
	color: #ffffff;	
	
}
.topNavItem a
{
	display:block;
	padding:8px 5px 0px 5px;
	height:32px;
}
.topNavSelected a
{
	background-image: none;
	color: #185198;
}
.topNavHover a
{
	color:#185198;
	background-image: none;	
}

/* flyouts zijn dropdowns van een menu item */
.topNavFlyOuts
{
	border-top:1px #185198 solid;
}
.topNavFlyOutsItem
{	
	font-family: tahoma; 
	font-size: 8pt; 
	background-color: #ffffff;
	border:1px #185198 solid;
	border-top-style: none;
	color:#185198;
	/* dit kan desnoods breder ivm lange menu item namen */ 
	*width:150px;
	min-width:150px;
}
.topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover
{
	background-color: #185198;
	color: #ffffff;
}

/* breadcrumb ---------------------------------------------------------------------------- */

.breadcrumb { visibility:hidden; }
{
    font-family: tahoma; 
    color: #185198;
    clear:both;
    font-size:8pt; 
    font-family: tahoma; 
    padding-left:6px;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:0px #CCCCCC solid;
    width: 100%;
    margin-top: -5px;
}
.breadcrumb a, .breadcrumb:active, .breadcrumb a:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #185198;
}
.breadcrumb a:hover
{
	text-decoration:underline;
}
.breadcrumbCurrent
{
	font-weight:bold; 
}


/* left nav / quicklaunch / vertical menu ------------------------------------------------ */

.leftNav
{
	margin-right:15px;
	margin-left:7px;
	margin-top:4px;
	padding-top:0px;
	border:0px #185198 solid;
	background-color: transparent;
	width:165px; /* kalendar kan maximaal 165px worden */
}
.leftNavSpacer
{
	width:165px;
}
.leftNavSelected
{
	background-color: #e6b816;
	color: #ffffff;
	border-top:0px #B2BCDD solid;
	border-bottom:0px #B2BCDD solid;
	line-height:14pt;
}
.leftNavSelected a 
{ color: #ffffff; } 

.leftNav1, .leftNav2, .leftNav3
{
/* kleur van de standaard menu tekst--------------------------- */
	color: #185198;
}
.leftNav1
{
	font-family: tahoma;  
	font-size: 8pt; 
	font-weight:bold; 
	line-height:14pt;
}
.leftNav1 a
{
	font-family: tahoma;  
	font-size: 9pt; 
	font-weight:bold; 
	padding-left:5px;
	display:block;
	padding-right:10px;
}
.leftNav2
{	
	font-family: tahoma;  
	font-size: 8pt; 
	line-height:14pt;
}
.leftNav2 a
{
	padding-left:10px;
	display:block;
	padding-right:10px;
}
.leftNav3
{	
	font-family: tahoma;  
	font-size: 8pt; 
	line-height:14pt;
}
.leftNav3 a
{
	padding-left:18px;
	display:block;
	padding-right:10px;
}
.leftNavHover
{
	background-color: #BF9603;
	color:#FFFFFF;
}
.leftNavFlyOuts
{
	font-family:Tahoma; 
	font-size:8pt; 
	border-top:1px #185198 solid;
	border-left:1px #185198 solid;
	border-right:1px #185198 solid;	
}
.leftNavFlyOutsItem
{
	border-bottom:1px #185198 solid;
	background-color: #E2B10F;
}
.leftNavFlyOutsItem a
{
	padding:1px 5px 1px 5px;
	display:block;
	color:#185198;
	*width:100px;
	min-width:100px;
}
.leftNavFlyOutsHover
{
	background-color: #BF9603;
}

.leftNavFlyOutsHover a 
{ 
	color: #ffffff; 
} 

/* hides "view all site content */ 
.ms-quicklaunchheader { 
	display: none; 
} 

/* hides link to recycle bin */ 
div.ms-quicklaunch table.ms-recyclebin { 
	display: none; 
} 


/* Content level ---------------------------------------------------------------------------------- */

.pageTitle
{
	margin:0px;
	padding-bottom: 3px;
	font-family: tahoma;  
	font-size: 12pt; 
	font-weight: bold; 
	color: #185198;
}
.pageTitle span
{
	margin:0px;
	padding:0px;
}
.mainContainer
{
	margin-left:10px;
	margin-right:10px;
}
.bottomLinkBar
{
	font-family: tahoma;  
	font-size: 8pt; 
	color: #999999;
	float:none;
}
.mainContent div.ms-pagebreadcrumb, .mainContent td.ms-pagebreadcrumb
{
	display:none;
}

/* special stukje die alleen voorkomt op wiki pagina's */
div.ms-wikieditouter
{
	position:static;
	border-bottom: 1px #6393d4 solid;
	margin-bottom:8px;
	margin-right:5px;
	border-right-width:1px;
}


div.ms-quicklaunchouter
{
	margin-left:7px;
	margin-top:5px;
	width:158px;
	border-width:0px;
}

