/*
 * Externe stylesheet bij huiswerk les 39 van de cursus Webdesign
 */
body {
	width: 955px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Times New Roman', Times, serif;
}

a:link, a:visited,.article a:link,.article a:visited {
	/*
	 * opmaak standaard en bezochte hyperlink
	 */
	color: #00468C;
	text-decoration: none;
}

a:hover, a:active,.article a:hover,.article a:active {
	/*
	 * opmaak hover en active hyperlink
	 */
	color: #00FFFF;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.header {
	width: 955px;
	height: 100px;
/*	height: 100px;*/
/*    Zoals hierboven was het voor nha*/
	margin: 0px;
	padding: 0px;
	background-color: #FFF0F5;
/*	font-size: 1.5em;*/
/*    Zoals hierboven was het voor nha*/
	font-weight: bold;	
}
.logo {
	width: 182px;
	height: 90px;
}
/*
 * De style voor de tabel in de header
 */
.table-header {
	width: 955px;
	border: 0px;
}
.td-header-logo {
	width: 182px;
}
.td-header-text {
	width: 591px;
	text-align: center;
	vertical-align: middle;
}
/*
 * De style voor de tabellen met animaties op de achtergrond
 */
.table-animated-music-notes {
	width: 100%;
	background: url("../afbeeldingen/animated-music-notes.gif");
	background-repeat: repeat-x;
}
.table-animated-music-notes td {
	height: 60px;
}

.table-animated-trompet-player {
	width: 100%;
	background: url("../afbeeldingen/trompet_speler_animatie.gif");
	background-repeat: repeat-x;
}
.table-animated-trompet-player td {
	height: 60px;
}

.table-animated-saxofoon-player {
	width: 100%;
	background: url("../afbeeldingen/saxofoon_speler_animatie.gif");
	background-repeat: repeat-x;
}
.table-animated-saxofoon-player td {
	height: 60px;
}

/*
 * De style voor de tabel van het formulier
 */
.tabel-inschrijf-formulier {
	width: 400px;
	border: 0px;
}
.td-inschrijf-formulier {
	width: 200px;
}

/*
 * De style voor de tabel van het formulier
 */
.tabel-contact-formulier {
	width: 400px;
	border: 0px;
}
.td-contact-formulier {
	width: 200px;
}
Deze gaan we uiteindelijk in de header zetten.
.nav {
	width: 591px;
    height: 100px;
/*
	width: 955px;
	height: 30px;    
*/
/*    Zoals hierboven was het voor nha*/
	margin: 0px;
	padding: 0px;
	float: left;
/*	background-color: #800000;
	color: #FFFFFF;*/
/*    Zoals hierboven was het voor nha*/
/*	font-size: 1.2em;*/
/*    Zoals hierboven was het voor nha*/
}

.nav ul {
	/* 
	 * opmaak opsommingslijst in de navigatiebalk
	 */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	/*
	 * opmaak opsommingen in de navigatiebalk
	 */
	margin: 0;
	float: left;
}

.nav a:link, .nav a:visited {
	/*
	 * opmaak standaard en bezochte hyperlink in de navigatiebalk
	 */
/*	color: #FFFFFF;*/
/*    Zoals hierboven was het voor nha*/
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.nav a:hover, .nav a:active {
	/*
	 * opmaak hover en active hyperlink in de navigatiebalk
	 */
	color: #EEEEEE;
}

.section {
	width: 943px;	
	min-height: 400px;
/*	min-height: 400px;*/
/*    Zoals hierboven was het voor nha*/
	margin: 0px;
	padding: 6px;
	float: left;
	background-color: #FFF0F5;
}

.article h2 {
	font-style: italic;
}

/*
 * De style voor de verschillende afbeeldingen
 */
.img_muziekschool {
	width: 152px;
	height: 100px;
	margin-right: 20px;
	float: left;
}
.img_hannah {
	width: 152px;
	height: 100px;
	margin-right: 20px;
	float: left;
}
.img_animatie_trompet {
	margin-right: 20px;
	float: right;
}
.img_jesse {
	width: 152px;
	height: 100px;
	margin-right: 20px;
	float: left;
}
.img_animatie_saxofoon {
	width: 76px;
	height: 100px;
	margin-right: 20px;
	float: right;
}

/*
 * De style voor de tabel met contact gegevens
 */
.tabel-contact {
	width: 100%;
	margin-top: 20px;
}
.td-contact {
	width: 50%;
	text-align: left;
}

.googlemaps {
	border: 0;
	height: 300px;
	width: 400px;
}

.float-right {
	float: right;
}

.footer {
	width: 955px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #800000;
	color: #FFFFFF;
	text-align: center;
}
