﻿/* Onderstaande CCS markup heeft betrekking op alle pagina's in de folder bestuur alle verwijzingen naar deze stylesheet beginnen met de hoofdletter B */

/* +++++++++++++++++++++Pagina: bestuur_1.master */
/* HeaderArea, logo's en tekst midden hebben allen betrekking op het eerste DIV blok van de pagina */
.BheaderArea
{
	position: absolute ;
	height: 130px;
	width: 990px;
	top: 0px;
	left: 0px;	
	background-color: #07357B;		
}

/* Logo fanfare links, breedte 118px */
.BlogoLinks
{	
	width: 118px;			
}

/* Logo fanfare rechts, breedte 118px */
.BlogoRechts 
{	
	width: 118px;	
}

/* Definitie van het deel tussen de logo's */
.BtextMidden
{	
	width: 754px;		
}

/* Menu regel. Hoogte is 30 pixels en de breedte is 990 pixels. */

.Bmenu1
{	
	position: absolute;
	top: 131px;		
	height: 30px;
	left: 0px;
	width: 990px;
	background-color:#00b5f8;
	z-index:1;	
}

/* Linkse deel van de menu regel, vaste lengte definieren */
.Bmenu1Cell1
{		
	width: 250px;	
}

/* Middelste deel van de menu regel, de menu items */
.Bmenu1Cell2
{	
	width: 600px;	
}

/* Rechtse deel van de Menu regel */
.Bmenu1Cell3
{	
	width: 140px;
	text-align: right;	
}


/* Definitie van het vaste (statische) menu deel */
.BmenuStyleStatic
{	
 	font-family: "Verdana";
 	font-size: small;	
}


/* Definitie van het dynamische menu deel */
.BmenuStyleDynamic
{
	z-index: 1;	
	font-family: "Verdana";
	font-size: small;
}

/* Middelste deel van de pagina */
.BbodyBestuur 
{
	Position: absolute;
	top: 161px;	
	left: 0px;	
	width: 990px ;	
	height: 630px;
	background: #FFFFFF url('../../Images/Afbeelding2.jpg') top;	
	color: white ;
	font-family: Verdana ;	
	font-size: small;		
}

/* Positionering onderste deel van de pagina */
.Bfooter
{
	position:absolute ;
	left: 0px;
	width: 990px;
	top: 810px;
}

/* Kleur van de lijn */
.BbottomLine
{	
	color:#0073E6;
}

/* Definities voor de hyperlinks */
.BhyperTable
{	
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #0073E6;
	text-align: center;
	background-color: transparent;
}

/* Footer tekst "Fanfare Juliana Rossum GLD" */
.Bftext
{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: blue;
	text-align: right;
	background-color: transparent;
}

/* Definitie van de hyperlinks op de footerregel, standaard kleur van de hyperlinks is wit */
.BHyperF
{
	text-decoration:none;
	color: blue;	
}


/* Pagina: bestuur_vergadering.aspx
/* Pagina: bestuur_documenten.aspx 
/* Pagina: bestuur_Jaarprogramma.aspx
/* Definitie van de tabel die de hyperlinks naar de notulen bevat */
.BTabel
{
	margin-left:25px;	
	margin-top:35px;
	text-align:left;
	width:95%;	
} 


/* Definitie van de eerste tabelcel die de jaartallen aangeeft, bijvoorbeeld: "Vergadeingen 2011" */
.BKopregel
{
 font-family: Verdana;
 color: #FF9933;
 font-size: medium ;
 font-weight: bold ;
 height:50px;
 vertical-align:middle;	
}

/* Definitie van de cellen in de tabel die de hyperlinks naar de notulen bevatten. 3 cellen per regel en de tekst links uitlijnen */

.BTabel.TD
{
	width:33%;
	text-align:left;	
}

/* Definitie van de hyperlinks naar de documenten, standaard kleur van de hyperlinks is wit */
.BHyper
{
	text-decoration:none;
	color: white;	
}

a:hover
{
	text-decoration:underline;
	color: #FF9933;
}


*/

/* Pagina WebDocs */
.BHeaderW
{
 	color: #FF9933;
    text-decoration: underline ;		
}

/* Pagina Test */
.BTextBox
{
	width:300px;
	height:70px;
}


/* Dit zijn de hyperlinks op o.a. nieuwsbrieven en bestuur pagina's */
/* Tekst bold en in het midden */
.DownloadLinks
{
	font-family: Verdana; 
	font-size: small;
	font-weight: bold;	
	background-color: transparent;
}

