body {
  background-color: #666;
}
#body {
  width: 950px;
  height: 580px;
  background-color: white;
  margin: auto;
}

#top {
	height: 120px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
}

#logo {
  float: left; 
  width: 120px;
  height: 120px;
  margin-left: 10px;
}

#title {
  width: 586px;
  float:left;
}
#schoollogo {
  float: right;
}
.title-big { 
  margin-left: 27px; 
  text-align: left;
  font-size: 34px; 
  padding-top: 38px;
  color: #A44;
}

.title-small { 
  margin-left: 462px;
  text-align: left;
  font-size: 20px; 
  padding-top: 5px;  
  color: #822;
}

#left {
	float: left;
	padding: 1px;
	width: 130px;
	height: 420px;
	margin: 20px 8px 0px 10px;
}
#left ul {
 margin: 0px 0px 0px 10px;
 padding: 0px;
}
#left li {
  list-style-type: none;
}
#left a {
  color: black;
  font-weight: bold;
  font-size: 10px;
}
#leftcircles{
  width: 100%;
  height: 20px;
}
#leftmenu{
  border: 2px solid #f90;
  background-color: #feb;
  width: 130px;
  padding: 5px 0px;
}

.tab_left {
  float: left;
  padding: 0;
  margin: 0;
}
.tab_right {
  float: left;
  padding: 0;
  margin: 0;
}
.tab_middle {
  float: left; 
  height: 18px; 
  padding: 2px 0px 0px 0px;
  background-color: red; 
  color: white;
}

a.no_link{
  text-decoration: none;
  font-size: 12px;
  height: 10px;
	font-weight: bold;
}
a.no_link:link{
  color: #000000;
}
a.no_link:visited{
  color: #000000;
}
a.no_link:hover{
  color: #CCCCCC;
}
a.no_link:active{
  color: #CCCCCC;
}

/* cascading style sheet for Noumeno */
/* copyright Noumeno (Lode, Jaap) */

#main {
	margin: 15px 1px 1px 160px;
	padding: 1px;
}
#main #right {
	float: right;
	width: 175px;
	font-size: 10px;
}
.item {
	margin: 1px;
	padding: 1px;
}

.item ul {
 margin-left: 5px;
 padding-left: 0px;
}
.item li {
  list-style-type: none;
}
#right {
  height: 430px;
  overflow: auto;
}
#main #title {
	margin-top: 0;
	margin-right: 0.25em;
}
#main #text {
	width: 598px;
	font-size: 10px;
	height: 416px;
  overflow: auto;
}
#footer {
	margin: 1px;
	text-align: center;
	font-size: 10px;
	color: white;
}
#footer a {
	color: blue;
}
#footer .validation {
display: none;
}

fieldset.table textarea.medium {
  width: 270px;
  height: 150px;
}

/* selfmade classes */
.leerling_bottom {
  margin-bottom: 10px;
  font-weight: normal;
}
.leerling_bottom a {
  font-weight: normal;
}