/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-size: 100%;
  background-color: #222222;
}

#fotos {
	color:#FFF;
	font-family: verdana, arial, sanf-serif;
    font-size: 12px;
	margin-left:100px;
}


.mainContainer {
  margin-left: 1%;
  margin-right: 1%;
  min-width: 960px;

}

table {
	margin-left: 75px;
}

.logo {
  position: relative;
  width: 900px;
  left: 50%;
  margin-left: -450px; /* - (width/2)  */
}

.scroller {
  position: relative;
  left: 30px;
  top: 40px;
}
  
         
.mainT {
  background:url(../images/mainT.png);
}

.mainTR {
  background: url(../images/mainTR.png ) no-repeat right;
}

.mainTL {
  background: url(../images/mainTL.png ) no-repeat left;
  height: 216px;
}

.mainC {
  background: url(../images/mainC.png );
}

.mainR {
  background: url(../images/mainR.png ) repeat-y right;
}

.mainL {
  background: url(../images/mainL.png ) repeat-y left;
}

.mainB {
  background: url(../images/mainB.png );
}

.mainBR {
  background: url(../images/mainBR.png ) no-repeat right;
}

.mainBL {
  background: url(../images/mainBL.png ) no-repeat left;
  height: 188px;
}

.background {

  left: 50%;
  margin-left: -450px; /* - (width/2)  */ 
  width: 900px;
  height: auto;
  min-height: 890px;

  background-image:url(../images/background_dark.png);
  background-color:#000000;
  position: relative;
  border-width: 1px;
  border-color: #333333;
  border-style:solid;
}

.content {
  margin-top: 50px;
  
}

#list-menu {
  position: absolute;
  top:0px;
  width: 900px;
  height: 45px;
  border-bottom-style:solid;
  border-bottom-width: 1px;
  border-bottom-color: #333333;
  background-image:url(../images/background_navbar.png);
}

#list-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: verdana, arial, sanf-serif;
  font-size: 12px;
}  

#list-menu li {
  margin: 2px 0 0;
}

#list-menu a {
  margin-top: 5px;
  margin-left: 5px;
  display: block;
  width: 100px;
  border: 1px solid #333333;
  background-color: #0AAE58;
  text-decoration: none;
  text-align: center;
  position: absolute;
} 

#home {
  left: 0px;
  top: 0px;
}

#fotos {
  left: 195px;
  top: 0px;
}

#filmpjes {
  left: 390px;
  top: 0px;
}

#links {
  left: 585px;
  top: 0px;
}

#contact {
  left: 780px;
  top: 0px;
}

#gastenboek {
  left: 780px;
  top: 20px;
}

#etiketten {
  left: 195px;
  top: 20px;
}

#stickers {
  left: 390px;
  top: 20px;
}

#vilten {
  left: 585px;
  top: 20px;
}

#laatsteupdate {
  left: 0px;
  top: 20px;
}


#list-menu a:link, #list-menu a:active, #list-menu a:visited {
  color: #FFFFFF;
}

#list-menu a:hover {
  border: 1px solid #000000;
  background: #AE1100;
  color: #000000;
}


h1.table-header{
  width: 150px;
  background-color: #000;
  color: #FFF;
  font-weight: bold;
  padding: 4px 6px 4px 6px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 0.8em;
  font-family:Verdana;
}

input{
  border: 1px solid #333;
  background-color: #AE1100;
  color:#FFFFFF;
}

select{
  border: 1px solid #000;
  background-color:#AE1100;
  color:#FFFFFF;
}

textarea{
  border: 1px solid #000;
  background-color: #AE1100;
  color:#FFFFFF;
}

td{
  color:#FFFFFF;
  font-family:Verdana;
  font-size:12px;
  padding: 2px;
}

#bottom-verstuur{
  text-align:right;
}

.contactform {
  position: relative;
  width: 432px;
  height: 457px;
  border-style: solid;
  border-width: 1px;
  left: 184px;
  top: 80px;
}

p.which-page {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 10px;
  margin-left: 5px;
}

p.inhoud {
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 5px;
  color: #FFFFFF;
}
/*
.hoofdinhoud {
  position: relative;
  top: 60px;
  margin-left: 30px;
  margin-right: 30px;
}*/

h1.header {
  font-size: 12px;
  color: #FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

img.lp {
  float: right;
  width: 200px;
  height: 200px;
}
