/* template specific colors and images. */

/* PAGE WIDE */

/* eerst alle background-waardes van de andere stylesheets ongedaan maken, ander blijven er verkeerde settings hangen */

body, .main_content, .wrap-main div.bottom, .main_content div, .main_content div div, .main_content div div div, .wrap-main div.bottom div, .wrap-main div.bottom div div, .menu, .menu div,	.menu div div,	.menu div div div,	.menu div div div div	{
	background: none;
}

* html .wrap-main div.bottom {
  background: none;
  }
  
* html .wrap-main div.bottom div {
  background-color: none;
  }

* html .wrap-main div.bottom div div {
  background: none;
}

/* einde van reset */

/* correctie stand bottom-div (hier geen hoekje nodig) */
.wrap-main div.bottom {
        margin-left: 0px;
}
/* einde correctie */

/* =================================== */
/* start declaratie van nieuwe details */

body {
  background-image: url('images/background.gif');
  background-repeat: no-repeat;
	background-color: #c7c7c7;
} 


/* DARKER CENTER OF PAGE - class = main_content */

.main_content, .wrap-main div.bottom  {
   background: url('images/darker.png');
}

* html .wrap-main div.bottom {
  background: none;
  position: relative; top: -8px; 
  }

.wrap-main {
    border: solid 2px #a4a4a4;
    }

/* LIGHTER MENU OF PAGE - class = menu */

.menu {
	background-color: #F6EDD8;
	border: solid 2px #a4a4a4;
}


/* STYLESHEET SELECTOR */

.styleswitcher select	{
	background: #c7c7c7;
	color: black;
}


/* COLORS OF ELEMENTS */

H1, H2, H3, HR 	{
	color: #a0a0a0;
}

