/* CSS by mdemooij */

html, body {
  margin: 0;
  padding: 0;
  background: url(./background2.jpg) #ffffff;
  background: url(./collage-002.jpg) #ffffff;
  background: url(./background.jpg) #ffffff;
  background: url(./background-bw.jpg) #ffffff;
  background: url(./background-cyaan.jpg) #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 87px;
  background: #000000;
  border-bottom: 4px solid #ff0000;
}
	
* html #header {
  position: absolute;
}

#topmenu {
  width: 700px;
  margin: 0px auto;
  padding-top: 5px;
  text-align: right;
  color: #a0a0a0;
}

#topmenu a {
  text-decoration: none;
  color: #a0a0a0;
}

#topmenu a:hover {
  background-color: #ff0000;
  color: #a0a0a0;
}

#rightcol {
  width: 690px;
  margin: 0px auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 30px;
}

#menu {
  float: right;
  width: 150px;
  padding: 0px 0px 0px 0px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.3em;
  border-width: 4px 0px 4px 0px;
  border-style: solid;
  border-color: #ff0000;
}

#menu ul, #menu li {
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu  a {
  text-decoration: none;
  color: #ffffff;
  border-bottom: none;
}

#menu a:hover {
  background-color: #ff0000;
}

#bestel {
  float: right;
  padding-top: 156px;
  width: 30px;
}

.red a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border-bottom: 2px solid #ff0000;
}

.red a:hover {
  color: #ffffff;
  background-color: #ff0000;
}

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 24px;
  border-top: 4px solid #ff0000;
  background: #000000;
  color: #808080;
  padding: 5px 0px 0px 0px;
  text-align: center;
  font-size: .7em;
}

* html #footer {
  position: absolute;
}

#footer a {
  color: #808080;
  text-decoration: none;
}

#logo {
  position: fixed;
  top: 10px;
  left: 40px;
  width: 300px;
  height: 132px;
  background: url(./gallerycolor.png);
}
	
* html #logo {
  position: absolute;
}

#content {
  background: #ffffff;
  width: 760px;
  text-align: left;
  margin: 0px auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 0.8em;
}

#maintext {
  width: 520px;
  margin-left: 36px;
  padding-top: 0px;
} 

#maintext a {
  font-weight: bold;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: serif;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

h1 {
  font-size: 4em;
  line-height: 0.2em;
  margin: 30px 0px 30px 0px;
}

h2 {
  font-size: 1.6em;
  padding: 8px 0px 8px 0px;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.0em;
}

h5 {
  font-size: 0.9em;
  color: #a0a0a0;
  padding: 8px 0px 8px 0px;
}

h6 {
  font-size: 0.8em;
}

blockquote {
  border-left: 4px #ff0000 solid;
  padding:  0px 0px 0px 10px;
  margin: 10px 20px 10px 0px;
  white-space: inherit;
}

.gi {
  color: #000000;
  font-weight: bold;
  font-size: 1.1em;
}

.image {
  padding-top: 1em;
}

.bestel {
  margin: 0px 0px 0px -32px;
  border: 0px solid #ff0000;
}

DIV#logo2 {
  display: none;
  visibility: hidden;
}

#centered {
  position: absolute;
  top: 50%;
  height: 520px;
  margin-top: -240px; /*set to a negative number 1/2 of your height*/
  padding-top: 20px;
  background: url(./sluier.png);
  left: 50%;
  width: 480px;
  margin-left: -240px; /*set to a negative number 1/2 of your width*/
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3em;
  border: 1px solid #ff0000;
}

@media print {
  DIV#header,
  DIV#topmenu,
  DIV#rightcol,
  DIV#menu,
  DIV#logo,
  DIV#footer
/*  DIV#content,*/
/*  DIV#maintext*/
    { 
    display: none;
    visibility: hidden;
  }

  .pagebreak {
    page-break-after: always;
  }

DIV#logo2 {
  display: inline;
  visibility: visible;
}

}

