﻿/* In dit css bestand zijn posities en definities van logo's, footers en overige vastgelegd */

/* -------------------------------Start Header deel-------------------------------------------
/* Fanfare_1.master: */
/* Definitie van het bovenste deel van de pagina ! 130*990 px */
.headerArea
{
	position: absolute ;
	height: 130px;
	width: 990px;
	top: 0px;
	left: 0px;	
	background-color: #07357B;		
}

/* Fanfare_1.master: */
/* Logo fanfare links, breedte 118px */
.logoLinks
{	
	width: 118px;			
}

/* Fanfare_1.master: */
/* Logo fanfare rechts, breedte 118px */
.logoRechts 
{	
	width: 118px;	
}

/* Fanfare_1.master: */
/* Definitie van het deel tussen de logo's */
.textMidden
{	
	width: 754px;		
}

/* Fanfare_1.master: */
/* Middelste deel tussen de logo's. asp:label Naam website, kleur wit, 60px groot */
.label1 
{
	font-family: "Times New Roman", Times, serif;
	font-size:60px;
	font-weight: bolder;	
	color: white;
	position: absolute ;
	text-align: center;			
	left: 0px;
	width: 990px;
	top: 30px;		
}
/* ---------------------------------------Einde Header deel-----------------------------------


/* ---------------------------------------Start Menu deel-------------------------------------

/* Fanfare_1.master: */
/* Menu regel. Hoogte is 30 pixels en de breedte is 990 pixels. */

.menu1
{	
	position: absolute;
	top: 131px;		
	height: 30px;
	left: 0px;
	width: 990px;
	background-color:#00b5f8;
	z-index:1;	
}

/* Fanfare_1.master: */
/* Linkse deel van de menu regel, vaste lengte definieren */
.menu1Cell1
{		
	width: 250px;	
}

/* Fanfare_1.master: */
/* Middelste deel van de menu regel, de menu items */
.menu1Cell2
{	
	width: 600px;	
}

/* Fanfare_1.master: */
/* Rechtse deel van de Menu regel */
.menu1Cell3
{	
	width: 140px;
	text-align: right;	
}


/* Fanfare_1.master: Definitie van het vaste (statische) menu deel */
.menuStyleStatic
{
	
 	font-family: "Verdana";
 	font-size: small;		
}

/* Fanfare_1.master: definitie wanneer de muis over het menu item beweegt */
.menuStyleHover
{
	background-color:blue;
	
}

/* Fanfare_1.master: Definitie van het dynamische menu deel */
.menuStyleDynamic
{
	z-index: 1;	
	font-family: "Verdana";
	font-size: small;
}

/* --------------------------------------Einde Menu deel---------------------------------------------

/* --------------------------------------Start Body deel---------------------------------------------

/* Fanfare_1.master: */
/* Middelste deel van de pagina */
.body 
{
	Position: absolute;
	top: 161px;	
	background: #FFFFFF url('../../Images/Afbeelding2.jpg') top;
	width: 990px ;	
	height: 630px;
	left: 0px;		
	color: white ;
	font-family: Verdana ;	
	font-size: small;
}

/* Fanfare_1.master: */
/* Titel van het informatie vak links op pagina "Nieuws", "Optredens" en "Ga snel naar:" */
.infoCell1
{	
	height: 20px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color:white ;
	text-align: center;
	border-style: solid ;
	border-color: white ;	
}

/* Fanfare_1.master: */
/* Inhoud van het informatie vak links op de pagina */
.infoCell2
{
	height: 165px;
	width: 200px;
	border-style: solid ;
	border-color: white ;
	vertical-align:middle ;	
	text-align:center;	
	font-size: medium ;	
	font-family: Verdana;
	color: #FF9933;	
}

/* Fanfare_1.master: */
/* 1e button voor leerlingen nieuws */
.leerling
{
	position: absolute;
	left:20px;
	top: 490px;	
	height: 30px; 
	width: 170px;
	background-color:#C0C0C0;
	border-bottom-color:black;
	border-bottom-style:solid;
	vertical-align: middle;
	color:blue;
}

/* Fanfare_1.master: */
/* 2e button voor slagwerkgroup */
.slagwerk
{
	position: absolute ;
	left: 20px;
	top: 540px;
	height: 30px; 
	width: 170px;
	background-color:#C0C0C0;
	border-bottom-color:black;
	border-bottom-style:solid;
	vertical-align: middle;
	color:blue;
}

/* Fanfare_1.master: */
/* 3e button voor 100-jaar jubileum */
.jubileum
{
	position: absolute;
	left:20px;
	top: 590px;	
	height: 30px; 
	width: 170px;
	background-color:#C0C0C0;
	border-bottom-color:black;
	border-bottom-style:solid;
	vertical-align: middle;
	color:blue;
}


/* --------------------------------------Einde Body deel---------------------------------------------

/* --------------------------------------Start Footer deel-------------------------------------------
/* Fanfare_1.master: */
/* Positionering onderste deel van de pagina */
.footer
{
	position:absolute ;
	left: 0px;
	width: 990px;
	top: 810px;
}

/* Fanfare_1.master: */
/* Kleur van de lijn */
.bottomLine
{	
	color:#0073E6;
}


/* Fanfare_1.master: */
/* Definities voor de hyperlinks */
.hyperTable
{	
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #0073E6;
	text-align: center;
	background-color: transparent;
}

/* Fanfare_1.master: */
/* Footer tekst "Fanfare Juliana Rossum GLD" */
.ftext
{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: blue;
	text-align: right;
	background-color: transparent;
}

/* -------------------------------------Einde Footer deel---------------------------------------------


/*Fanfare_1.master: Positionering van het body deel */
.infoCell3
{
	text-align: top;		
	left: 220px;			
	position: absolute ;	
}


