body {
  color:            #000000;
  background-color: #FFFFFF;
  margin:           0;
  padding:          0;
  font-family:      Calibri, "Lucida Grande", Frutiger, "Frutiger Linotype", Helvetica, Arial, sans-serif;
  font-size:        100%;
}


/* LAYOUT */
div#wrapper {
	width:        900px;
	margin-right: auto;
	margin-left:  auto;
	position:     relative;
	top:          20px;
}

div#links{
    float: left;
    width: 18%;
    position: relative;
}

div#centrum{
    float: left;
    width: 82%;
}

/* LOGO */
div.logo{
    position: relative;
	left:     10px;
}

img.logo{
    width:    75%;
}


/* MENU */
div.menu {
    position: relative;
    right:    40px;
}

div.menu ul {
    list-style-type: none;
}

div.menu ul a {
    color:           #000000;
    text-decoration: none;
}

div.menu ul a.actief {
  font-weight:     bold;
  color:           #0064A5;
}

/* INHOUD */
div.inhoud {}

.inhoud h1 {
  font-size:   3em;
  font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
  color:       #0064A5;
}

.inhoud h2 {
  font-size:   1.50em;
  font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
  color:       #0064A5;
}

.inhoud h3 {
  font-size:   1em;  
  font-family: Calibri, "Lucida Grande", Frutiger, "Frutiger Linotype", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color:       #0064A5;
}

.inhoud p {
  font-size: 1em;
}
.inhoud .klein {
  font-size: 0.85em;
}

.inhoud .kleinst {
  font-size: 0.75em;
}

.inhoud hr {
  color: #0064A5;
}

.inhoud a {
  color: #0064A5;
}

.inhoud li {
  list-style-type: square
}

/* FOTO */
.foto img {
    border:  1px solid #CCCCCC;
    margin:  2px;
    padding: 5px;
}

.foto img:hover {
    border-color: #0064A5;
}

/* CONTACT-FORM */
/* overgenomen een aangepast uit style-basic.css en style-simple.css*/
div.contact_form {
  font-family: Calibri, "Lucida Grande", Frutiger, "Frutiger Linotype", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size:   0.85em;
  color:       #404040;
}

div.contact_form input,
div.contact_form textarea {
  font-family: Calibri, "Lucida Grande", Frutiger, "Frutiger Linotype", Helvetica, Arial, sans-serif;
  font-size: 0.90em;
}

div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  text-align: left;
}

div.contact_form table { 
  border-collapse: collapse;
}

div.contact_form th    { 
  padding: 0px 10px 1px 0px;
}

div.contact_form td { 
  padding: 0px  0px 1px 0px;
}

div.contact_form img {
  margin-left: 5px;
}

div.contact_form em
{
  text-decoration: none;
  font-style:      normal;
  font-weight:     900;
  color:           #004080;
}

div.contact_form em.error,
div.contact_form form em { 
  color: #FF0000;
}

div.contact_form div.error { 
  margin-bottom: 15px;
}

div.contact_form div.input { 
  float:  left;
}

div.contact_form select    { 
  width: 250px;
}

/* YAHOO Media PLayer */
/* http://www.ponticstar.com/blog/2009/12/12/hacking-yahoo-media-player/ */

#ymwp-buy { display:none !important; }      /* Removes the "buy" link */
#ymp-relevance { display:none !important; } /* Removes the "Learn more about this player" link */

/* verwijderen informatiegedeelte */
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }

/* verwijderen albumart */ 
#ymp-meta-image { display:none !important; }
#ymp-body #ymp-meta-top,
#ymp-body #ymp-meta-bottom {
  left:8px !important;
  width:330px !important;
}

/* Yahoo! Media Player: Hide player */
/*
#ymp-player,
#ymp-tray,
#ymp-error-bubble,
#ymp-secret-bubble {
  display:none !important;
}
*/