/* clearer id is needed to do proper div table layout */
html,body {
  margin: 0px;
  height: 100%;
  width: 100%;
  font-family: times, serif;
}

div#fullpage {
  height: 100%;
}

/* smallbar is green bit on left side of page
only needed when old stylesheet is used; will be removed */
.smallbar {
display: none;
}

/* left class is the old menubar */
#left {
display: none;
}

#bottom_left {
display: none;
}

#top_left {
display: none;	
}

#activiteiten {
display: none;
}

#contact {
display: none;
}

#form_info {
display: none;
}

.login_texts {
  margin-left: -10px;
  padding: 0px;
  }

/* Tussencel is used as a separator between agenda and menubar */
#tussencel {
display: none;
}	

#bottom {
display: none;
}	

#menubar {
display: none;
}

#right {
  // float: right;
  width: 90%;
  margin-right: 3%;
  margin-left: 0%;
  background-color: white;
  height: 100%;
}

.bodypart {
  background-color: white;
  color: black; 
  text-align: justify;
  font-family: times,serif; 
  font-size: 13px; 
  padding-left: 10px;
}	

.truncated_bodypart {
  text-align: justify;
  background-color: white;
  color: black; 
  font-family: times,serif; 
  font-size: 13px; 
  padding-left: 0px;
}		

#clearer {
display: none;
}

.title_image_div {
  margin-top: 10px;
}

.reply {
  background-color: white;
  color: black; 
  font-family: times,serif; 
  font-size: 13px; 
  padding-left: 15px;
}	

/* End of the page layout styles */

/* text layout style from here */

.menubar_title {
display: none;
}

.agenda {
display: none;
}	

p.menutekst {
display: none;
}

p.menutekst_left {
display: none;
}

label.menutekst {
display: none;
}
	
a.menutekst:link, a.menutekst:visited, a.menutekst:active {
display: none;
}	

a.menutekst:hover {	 
display: none;
}	

p.englishmenutekst {
display: none;
}

a.englishmenutekst:link, a.englishmenutekst:visited, a.englishmenutekst:active {
display: none;
}	

a.englishmenutekst:hover {	
display: none;
}	

a.submenutekst:link, a.submenutekst:visited, a.submenutekst:active {
display: none;
}	

a.submenutekst:hover {	
display: none;
}	

.submenutekst {
display: none;
}

p.submenutekst {
display: none;
}

p.submenutekst_left {
display: none;
}

p.submenutekst2 {
display: none;
	}
	
a.submenutekst2:link, a.submenutekst2:visited, a.submenutekst2:active {
display: none;
}	

a.submenutekst2:hover {	
display: none;
}	

a.bodylink:link, a.bodylink:visited, a.bodylink:active {
  color: black;
  font-family: times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;	
}	

a.bodylink:hover {	
  color: black;
  font-family: times, serif; 
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;	
}


a.special:link, a.special:visited, a.special:active {
  color: black;
  font-family: times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;	
}	

a.special:hover {	
  color: black;
  font-family: times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;	
}

a.bodylink_small:link, a.bodylink_small:visited, a.bodylink_small:active {
  color: black;
  font-family: times, serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;	
}	

a.bodylink_small:hover {	
  color: black;
  font-family: times, serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;	
}
h2#titel_blauw {
  font-size: 14px;
  color: black;
  font-family: times, serif;
  padding-left: 5px;
  padding-right: 30px;
  padding-top: 45px;
}

h2#titel_groen {
  font-size: 14px;
  color: black;
  font-family: times, serif;
  padding-left: 30px;
}

#title_div {
  /* nothing here yet */
}

.titel_rood {
  font-size: 14px;
  color: black;
  font-family: times, serif;
  padding-left: 30px;
}

.page_title {
  font-size: 14px;
  color: black;
  font-family: times, serif;
  font-style: italic;
  font-weight: bold;
}


.archief {
  display: list-item;
  list-style-type: square;
  list-style-position: inside;
  color: black;
  font-family: times, serif;
  font-size: 13px;
  font-weight: bold;
}

.hover_item {
  color: black;
  font-family: times, serif;
  font-size: 13px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}

.hover_item_over{ 
  background-color: #E5F2FF;
  color: black;
  font-family: times, serif;
  font-size: 13px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}
  
.publicatie_text {
  font-style: italic;
}


.publicatie_title {
  display: list-item;
  list-style-type: square;
  list-style-position: inside;
  margin-left: 5px;
  color: black;
  font-family: times, serif;
  font-size: 13px;
  font-weight: bold;
}

.notice {
  background-color: white;
  font-weight: bold;
  border: 1px solid red;
  color: black;
  font-family: times, serif;
  font-size: 12px; 
  padding: 10px;
}	

.hover_item_border {
  color: black;
  font-family: times, serif;
  font-size: 13px;
  padding: 5px;
  border: 1px solid darkblue;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}

.hover_item_over_border{
  background-color: #E5F2FF;
  color: black;
  font-family: times, serif;
  font-size: 13px;
  border: 1px solid darkblue;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
	font-weight: normal;
}

.reply_footer{
  font-size: 10px;
  color: black;
  font-family: times, serif;
  font-style: italic;
  font-weight: bold;  
}

a.workgroup_links:link, a.workgroup_links:visited, a.workgroup_links:active {
  color: black;
  font-family: times, serif;
  font-size: 14px;
  margin-top: 15px;
  font-weight: normal;
  text-decoration: none;	
}	

a.workgroup_links:hover {	
  margin-top: 15px;
  color: black;
  font-family: times, serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;	
}

/* Text layout styles end here */
