/* clearer id is needed to do proper div table layout */
html,body {
  margin: 0px;
  height: 100%;
  width: 950px;
  font-family: tahoma,helvetica,sans-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 {
  background-color: #66CDAA;
  color: navy; 
  font-family: tahoma,helvetica,sans-serif; 
  font-size: small; 
}

/* left class is the old menubar */
#left {
 float: left;
  margin: 0px;
  font-family: tahoma,helvetica,sans-serif;
  font-size: 11px; 
  width: 210px;	
  height: 100%;
}

#bottom_left {
  background-image: url(/images/bottom_sidebar_dark.png);
  background-repeat: no-repeat;	
  padding-left: 14px;
  margin: 0px;
  padding-top: 10px;  	
}

#top_left {
  background-image: url(/images/top_sidebar_dark.png);
  background-repeat: no-repeat;
  padding-left: 14px;
  margin: 0px;
  padding-top: 5px;  	
}

#activiteiten {
  height: 210px;
  background-image: url(/images/sidebar5_dark.png);
  background-repeat: repeat-y;
  padding-left: 14px;
  margin: 0px;
  padding-top: 10px;
}

#contact {
  background-image: url(/images/sidebar5_dark.png);
  background-repeat: repeat-y;
  color: #66cdaa;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma,helvetica,sans-serif;
  padding-left: 14px;
  margin: 0px;
  padding-top: 5px;
}

#form_info {

  background-repeat: repeat-y;
  color: #66cdaa;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma,helvetica,sans-serif;
  padding-left: 14px;
  margin: 0px;
  padding-top: 2px;
}

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

/* Tussencel is used as a separator between agenda and menubar */
#tussencel {
  background-image: url(/images/sidebar2_dark.png);
  background-repeat: no-repeat;
  height: 26px;
  margin: 0px;
}	

#bottom {
  background-image: url(/images/bottom_bar_dark.png);
  background-repeat: no-repeat;
  height: 26px;
  margin: 0px;
}	

#menubar {
  width: 100%;
  background-image: url(/images/sidebar5_dark.png);
  background-repeat: repeat-y;
  padding-left: 14px;
  padding-right: 5px;
  
  padding-bottom: 2px;
  margin: 0px;  
}

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

.bodypart {
  background-color: white;
  color: navy; 
  font-family: tahoma,helvetica,sans-serif; 
  font-size: 13px; 
  padding-left: 10px;
}	

.truncated_bodypart {
  text-align: justify;
  background-color: white;
  color: navy; 
  font-family: tahoma,helvetica,sans-serif; 
  font-size: 13px; 
  padding-left: 0px;
}		

.announcements {
  border: 1px solid navy;
  padding: 5px;
  }

#clearer {
  clear: both;
  font-size: 1px;
  display: none;
}

.title_image_div {
  margin-top: 10px;
}

.reply {
  background-color: white;
  color: navy; 
  font-family: tahoma,helvetica,sans-serif; 
  font-size: 13px; 
  padding-left: 15px;
}	

.discussion_start {
  background-color: white;
  color: navy; 
  border: 1px solid navy;
  font-family: tahoma,helvetica,sans-serif; 
  font-size: 13px; 
  padding: 10px;
  padding-top: 2px;
}	

/* End of the page layout styles */
