/*   /css/stylesheet.css for Staatscommisiegrondwet.nl
 *   Stylesheet for screen
 *   March 2009 - Rian Rietveld Web Design - http://www.rrwd.nl 
 *   colour inner_content: #003;
 *   colour submenus: #666;
 *   colour mouseover and active links #870122;
 *   colour header h1 h2 #043c77; 
 */

/* overall id's and classes------------------------------------------------------------------- */ 

* {
  margin:0;
  padding:0;
  border:0;
  color: #000;
} 

td {
  vertical-align:top;
}

th {
  font-weight: normal;
  text-align: left;
}

.hidden {
 display: none;
}

/* main lay-out ------------------------------------------------------------------- */

body {
  background-color: #fff;
  font-size: 62.5%;
}


#menu_short, #service_menu  {
  display: none;
} 


#menu_main {
  display: none;
}


#secondary_content {
  display: none;
}

#photo {
  display: none;
}

/* homepage specials ------------------------------------------------------------------- */

#open_space_for_image {
  display: none;
}

#photo_home {
  display: none;
}

#secondary_content_home {
  display: none;
}


/* text pages  -------------------------------------------------------------------- */


/* agenda -------------------------------------------------------------------------- */


/* news ---------------------------------------------------------------------------- */


/* pubications --------------------------------------------------------------------- */


/* font presentation --------------------------------------------------------------- */
* {
  font-family: Arial, Verdana, Helvetica, "Sans-Serif";
  text-align:left;
  color: #000;
  line-height:1.6;
}

h1 {
 margin: .4em 0 .4em;
 padding-bottom: .4em;
 font-size: 1.3em;
 color: #043c77;
 border-bottom: solid 1px #043c77;
}

h2 {
 margin: .4em 0 .2em;
 font-size: 1.2em;
 color: #043c77;
}

h3 {
 margin: .4em 0 .2em;
 font-size: 1.1em;
}

a {
  color: #870122;
}


p {
 font-size: 1.1em;
}

#inner_content p, #inner_content ol, #inner_content ul   {
  font-size: 1em;
  margin-bottom: 1em;
} 

ul, ol {
 margin-left: 20px;
}

.photo_comment {
  display: none;
}

