@charset "utf-8";
/* CSS Document */
/* BEGIN ------------------- LAYOUT DIVS */

html{
   height: 100%;
}
body{
   margin: 0px;
   padding: 0px;
   height: 100%;
}
div.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -30px auto;
/*   The -100px mentioned above needs to be the exact height of the footer. */
}
div.footer{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: #eee;
   line-height: 25px;
   
   background-color: #414898;
   height: 30px;
   width: 800px;
   clear: both;
   position: relative;
   z-index: -100;
}
div.nudge{
   height: 100px;
   clear: both;
}

/* EINDE ------------------- LAYOUT DIVS */

.header{
	width: 1000px;
	height: 180px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}

.header_bg {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	z-index: -101;
}

.mainwindow {
   margin: 10px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 15px;
   font-weight: normal;
   color: #333;
}

.mainwindow h1 {
   margin-left: 20px;
   font-size: 1.35em;
   font-weight: bold;
   color: #414898;
}

.mainwindow h2 {
   font-size: 1.25em;
   font-weight: bold;
   color: #414898;
}

.mainwindow h3 {
   font-size: 1.15em;
   font-weight: bold;
   color: #414898;
}

.table_pictures {
   width: 700px;
   height: auto;
}

.mainright {
	width: 160px;
	height: auto;
	position: absolute;
	left: 770px;
	top: 180px;
}