/* 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.png');
  background-repeat: no-repeat;
	background-color: #ff8080;
  font-family: "Times New Roman", Times, serif;
  color: black;
} 


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

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

}

.main_content, .main_content div {
    filter: none;
}

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

.wrap-main {
    border: none;
    }

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

.menu {
	background-color: none;
	border: none;
}

#primary-nav a { 
   color: black;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

#primary-nav li.menuactive, #primary-nav li.menuparent .menuactive  { 
   background-color: #ff8080;
} 

#primary-nav li:hover, 
#primary-nav li.menuparent:hover,
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: pink; 
} 

/* STYLESHEET SELECTOR */

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


/* COLORS OF ELEMENTS */

H1, H2, H3, HR 	{
	color: black;
}

a:link, a:hover, a:active {
   color: blue;
}

a:visited {
  color: #551987
  }


