/*
 * Externe stylesheet bij huiswerk les 14 van de cursus Webdesign
 */
body {
	background: #A9A9A9;
	color: #444;
	font: normal 0.8em sans-serif;
	line-height: 1.5;
	width: 1108px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Copperplate Gothic', Impact, fantasy;
	border: 10px ridge #0099FF;
}

/*
 * Koppen
 */
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/*
 * Tekste elementen
 */
p {
	margin-bottom: 1em;
}

/*
 * Lijsten
 */

ul {
	list-style-type: disc;
	margin: 0 1.5em 1.5em 0;
}

/*
 * Header
 */
.header {
	background-color: #99FF00;
	/* min-height ivm image */
	min-height: 199px;
}

.header-nav {
	color: #666;
	font-size: 1.2em;
}

.header-nav-link a {
	color: #999;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-image: url(../afbeeldingen/handen.png);
	background-repeat: no-repeat;
	/*De width en height gelijk aan image afmetingen*/
	width: 267px;
	/*height: 189px;*/
	/*line-height(189px=hoogte van image) om verticaal center te krijgen*/
	line-height: 189px;
	text-align: center;
	margin: 5px;
	float: right;
}

.header-nav-link a:hover {
	color: #DDD;
}

/*#header-nav-link span.text-seperator {
 color: #444;
 padding: 0 7px;
 }*/

.logo {
	color: #444;
	/*De width en height afgeleid van image afmetingen*/
	width: 488px;/*+46px=534px=2*image width(267px)*/
	/*height: 189px;*/
	padding: 32px 0 0 46px;
	float: left;
}
.logo a:hover {
	color: #0099FF;
}
.site-title a {
	text-decoration: none;
}
.site-title, .site-title a {
	color: #FFF;
	font-size: 1.5em;
}
.site-slogan {
	color: #0099FF;
	font-size: 1.4em;
	font-family: 'Copperplate Gothic', Impact, fantasy;
	font-style: italic;
}
.site-slogan span {
	color: #0099FF;
	font-weight: bold;
}

/*
 * primaire navigatie
 */
.primaire-nav {
	background-color: #0099FF;
	min-height: 46px;
	padding: 0 8px;
	width: 1092px;/*=1108px - 2 * 8*/
}
.primaire-nav a {
	color: #FFFFFF;
	/*display: block means that the element is displayed as a block,
	 as paragraphs and headers have always been.
	 A block has some whitespace above and below it and
	 tolerates no HTML elements next to it,
	 except when ordered otherwise (by adding a float declaration to another element, for instance).*/
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px;
}
.primaire-nav a:hover {
	color: #99FF00;
}

ul.tab {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.tab li {
	/*float voor naast elkaar ipv onder elkaar*/
	float: left;
	list-style: none;
}

ul.tab a {
	text-decoration: none;
}

/*
 * Inhoud
 */
.inhoud {
	font-size: 1.1em;
	background-color: #FFFFFF;
	min-height: 350px;
	background-image: url(../afbeeldingen/wolk.png);
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-size: 127px 100px;
}

.inhoud a {
	color: #999;
	text-decoration: none;
}
.inhoud a:hover {
	color: #000;
}

/*
 * Tekst inhoud
 */
.tekst-inhoud {
	margin-left: 128px;
	border-left: 1px solid #0099FF;
	min-height: 350px;
	padding: 4px 4px 10px 21px;
	font-family: 'Times New Roman', Times, serif;
}
/*
 * Nieuws
 */

.nieuws p {
	line-height: 1;
}
.nieuws-afbeelding {
	float: left;
	margin: 5px 10px 5px 0px;
}
.img-wensboom {
	margin-left: 10px;
	width: 90px;
	height: 120px;
}
/*
 * Artikel
 */

.artikel {
	margin: 50px;
}
.artikel-kop h2 {
	font-size: 1.5em;
	font-weight: bold;
}
.artikel p {
	text-align: justify;
}

.artikel-afbeelding {
	float: right;
	margin: 0px 20px;
}
.artikel-img-wensboom {
	margin-right: 30px;
	width: 110px;
	height: 134px;
}
.artikel-voet {
	text-align: right;
}
.vet-schuin {
	font-weight: bold;
	font-style: italic;
}
.vet-onderstreept {
	font-weight: bold;
	text-decoration: underline;
}.tekst-blauw {
	color: blue;
}
/*
 * De style voor de tabel met contact gegevens
 */
.tblcontact {
	width: 40%;
	border: 1px dotted #99FF00;
	margin-top: 20px;
}
.thcontact {
	width: 10%;
	color: #0099FF;
	text-align: right;
	padding: 2px;
}
.tdcontact {
	width: 30%;
	text-align: left;
	padding: 2px;
}
.thadres {
	vertical-align: top;
}
/*
 * De style voor de tabel met de fysieke structuur van de website
 */
.tblstructuur {
	width: 77%;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tblstructuur th, .tblstructuur td {
	border: 1px solid #000000;
}
.tblstructuur td {
	padding-left: 3px;
}
td.tbltoelichting {
	text-align: center;
	font-style: italic;
}

/*
 * Navigatie in de voet
 */
.voet-nav {
	color: #FFFFFF;
	background-color: #99FF00;
	font-size: 1.1em;
	padding: 12px 16px;
	border-top: 1px solid #0099FF;
}
.voet-nav span.text-seperator {
	color: #0099FF;
	padding: 0 3px;
}
.voet-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.voet-nav a:hover {
	color: #0099FF;
}

/*
 * Footer
 */
.footer {
	color: #FFFFFF;
	background-color: #0099FF;
	padding: 0 6px 12px;
	min-height: 0.8em;
}
.footer span.text-seperator {
	color: #FFFFFF;
	padding: 0 3px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #99FF00;
}

/*
 * Floats
 */
.left {
	float: left;
}
.right {
	float: right;
}