body {
  background-color: #FFF;
  font-family: "Trebuchet MS", Arial;
  margin: 0px;
  padding: 0px;
}

#header_stoel {
  height: 153px;
  text-align: center;
}

hr {
  height: 1px;
  border: 0px;
  size: 1px;
  color: #00205D;
  background-color: #00205D;
}

.container {
  width: 960px;
  min-height: 795px;
  background-image: url('../images/container_bg.jpg');
  background-repeat: repeat-x;
  margin-left: 11px;
  border: 0px solid black;
  padding-bottom: 30px;
}

#popup {
  background-image: url('../images/container_bg.jpg');
  background-repeat: repeat-x;
}

#bg {
  width: 986px;
  background-image: url('../images/schaduw.gif');
  margin: auto;
}

.container_header {
  width: 948px;
  height: 160px;
  margin: auto;
  background-image: url('../images/student_header.gif');
  background-position: center;
  background-repeat: no-repeat;
}

.popup_container {
  width: 100%;
  margin: auto;
  background-image: url('../images/popup_header.gif');
  background-repeat: no-repeat;
  height: 170px;
}

#login {
  float: right;
  padding-right: 30px;
  height: 130px;
  text-align: right;
  font-family: "Trebuchet MS", Arial;
  font-size: 14px;
}

#login form {
  margin: 0px;
}

.smalltable {
  margin-top: 5px;
}

.smalltable td {
  padding-top: 2px;
  font-size: 12px;
  padding-left: 2px;
  color: #00205D;
  text-align: right;
  
}

.smalltable td a {
  color: #001f5b;
  font-style: italic;
  text-decoration: none;
}

#login a {
  color: #001f5b;
  text-decoration: underline;
}

#login a:hover {
  text-decoration: none;
}

.smalltable td a:hover {
  text-decoration: underline;
}

.smalltable input {
  border: 1px solid #afb9cb;
  font-size: 11px;
  width: 80px;
  color: white;
  background-color: #1b366a;
  padding-left: 2px;
  font-family: "Trebuchet MS", Arial;
  /*
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  */
}

textarea {
  border: 1px solid #a9b3c8;
  font-family: verdana;
  font-size: 12px;
}

.submitknop {
  width: 50px;
}

#menu {
  float: left;
  font-size: 11px;
  width: 100%;
  font-weight: bold;
  font-family: verdana;
}

#popup_menu {
  float: left;
  text-align: left;
  margin-top: 125px;
  padding-left: 55px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
}

#popup_menu a {
  color: #00205D;
  text-decoration: none;
}

#menu ul {
  margin: 0px;
  padding-left: 120px;
  list-style-type: none;
}

#menu ul li {
  float: left;
  padding-left: 10px;
}

#menu ul li a {
  color: #00205D;
  text-decoration: none;
}

#main {
  color: white;
  font-size: 14px;
  padding-left: 30px;
}

#banner {
  width: 120px;
  height: 600px;
  float: left;
  margin-top: 16px;
  font-size: 11px;
  font-style: italic;
  font-family: verdana;
  padding-left: 30px;
}

#banner a img {
  border: 0px;
  display: block;
}

.maintext {
  width: 360px;
  background-color: white;
  background-image: url('../images/maintext_bg.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 100px;
  line-height: 18px;
  padding: 10px;
  padding-left: 180px;
  padding-bottom: 15px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0px;
  color: black;
  float: left;
}

.agenda {
  width: 528px;
  background-color: white;
  background-image: url('../images/agenda_bg.gif');
  background-position: top;
  background-repeat: repeat-x;
  line-height: 18px;
  padding: 10px;
  border: 1px solid #a9b3c8;
  padding-bottom: 15px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0px;
  color: black;
  float: left;
}

.agendaknop {
  float: left;
  margin-top: 30px;
  margin-left: 4px;
  margin-right: 4px;
  width: 30px;
}

.agendaknop a img {
  border: 0px;
}

.agendadagen {
  width: 97%;
  border-right: 3px solid #a23234;
}

.aantekening {
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 3px;
  height: 10px;
}

.sms {
  color: red;
  color: #00205D;
}

.dag {
  background-color: white;
  padding: 3px;
  padding-left: 10px;
  font-weight: bold;
  color: #00205D;
}

.dag div a {
  padding-top: 5px;
}


.agendatabel {
  width: 100%;
}

.maintext ul {
  margin: 0px;
  padding: 0px;
}

.titel {
	font-size: 14px;
	color: #00205D;
	border-bottom: 1px solid #a23234;
	font-weight: bold;
}

.text {
	color: black;
	margin-left: 40px;
	background-image: url('/images/maintext_footer.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 25px;
	}

.maintext a {
  color: #00205D;
}

.maintext a img {
  border: 0px;
}


.maintext a:hover {
  text-decoration: none;
}

.popuptext {
  width: 80%;
  background-color: white;
  min-height: 100px;
  padding: 10px;
  font-size: 14px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #00205D;
}

.popuptext a {
  color: white;
}

.popuptext a:hover {
  text-decoration: none;
}

.maintext img {
  margin-right: 10px;
}

.maintext table {
  width: 90%;
}

.maintext td {
  padding: 1px;
  width: 50%;
  vertical-align: top;
  line-height: 20px;
}

.maintext td input {
  font-size: 11px;
  width: 97%;
  border: 1px solid #001f5b;
  color: #001f5b;
  padding-left: 2px;
  font-family: "Trebuchet MS", Arial;
  letter-spacing: 1px;
}

.popupform td input {
  font-size: 11px;
  width: 97%;
  border: 1px solid #001f5b;
  color: #001f5b;
  padding-left: 2px;
  font-family: "Trebuchet MS", Arial;
  letter-spacing: 1px;
}


.maintext select {
  width: 100%;
  color: #001f5b;
  font-family: "Trebuchet MS", Arial;
  font-size: 12px;
}

.mini {
   width: 50px;
}

.error {
  color: #610b0b;
  font-size: 12px;
  height: 50px;
  vertical-align: bottom;
  padding-bottom: 3px;
}

.tekst_klein {
  font-size: 12px;
}

.tekst_klein a {
  color: #001f5b;
  text-decoration: underline;
}

.tekst_klein a:hover {
  text-decoration: none;
}

#submenu {
  width: 50%;
  float: left;
  background-color: #8f0202;
  height: 20px;
  background-image: url('../images/schaduw.gif');
  background-position: left;
  font-size: 11px;
  color: white;
}

#submenu p {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  line-height: 20px;
}

#submenu a {
  color: white;
  text-decoration: none;
}

#submenu a:hover {
  text-decoration: underline;
}

#copy {
  width: 50%;
  float: left;
  background-color: #8f0202;
  text-align: right;
  height: 20px;
  background-image: url('../images/schaduw.gif');
  background-position: right;
  font-size: 11px;
  color: white;
}

#copy p {
  margin: 0px;
  padding: 0px;
  margin-right: 20px;
  line-height: 20px;
}

#copy a {
  color: white;
  text-decoration: underline;
}

#copy a:hover {
  text-decoration: none;
}

#bottom {
  height: 11px;
  font-size: 5px;
  float: left;
  width: 100%;
  background-image: url('../images/schaduw_onder.gif');
  background-repeat: no-repeat;
  background-position: top;
}

#right {
  width: 145px;
  background-color: white;
  min-height: 600px;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  color: black;
  padding: 10px;
  font-size: 12px;
}

#right a {
  color: #00205D;
}

#right a:hover {
  text-decoration: none;
}

.lijst {
  background-color: white;
  width: 315px;
  color: #00205D;
  border: 1px solid black;
}

.lijst td {
  font-size: 12px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

.donker {
  background-color: #f0f3f8;
}