/* Stylesheet van Michael's pagina's */
/* Vakantie Noorwegen 2008           */
/*                                   */


/* Pagina layout                     */

body {
  background-image: url(../img/achtergr01.jpg);
}


P {
	font-family: Arial;
	font-size: 14pt;
	color: #000000;
}

p.fototekst {
	font-family: Arial Narrow;
	font-size: 12pt;
	color: #003366;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

H1 {
	font-family: Arial Rounded MT Bold;
	font-size: 30pt;
	font-weight : bold;
	color: #C44000;
	text-align: center;
    line-height: 70px;
}

H2 {
	font-family: Arial;
	font-size: 18pt;
    font-weight: bold;
    color: #003366;
	font-weight : bold;
	text-align: left;
}

img {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;

}

img.geenborder {
  border-style: none;
}
img.rechts {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
img.links {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


/* Menu dingen */

A.menu {
	font-family: Arial Black;
	font-size : 12pt;
	color: #C44000;
	font-weight : bold;
	text-decoration: none;
}

A.menu:visited {
	color: #B37D00;
}

A.menu:hover {
	color: #5E8A00;
}

/* de boxen */

div#kop {
 background: url(../img/achtergr33.jpg);
 position: absolute;
 top: 0px;
 left: 0px;
 width: 1130px;
 height: 130px;
 vertical-align: middle;
}

div#menulinks {

 background: url(../img/achtergr12.jpg);
 position: absolute;
 top: 130px;
 left: 0px;
 width: 180px;
 height: 656px;
  font-family: Arial Black;
  font-size : 14pt;
  color: #00F000;
  font-weight : bold;
  text-align: center;
}

div#inhoud {
 background: url(../img/achtergr34.gif) left repeat-y;
 position: absolute;
 top: 130px;
 left: 0px;
 width: 750px;
 height: auto;
 padding: 20px 140px 10px 240px;
}
