body {
  color: #000000;
  background-image: url(../pics_layout/bg_top_left4.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}

#site {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 800px;
  height: 1200px;
}

#header {
  background-image: url(../pics_layout/header2.jpg);
  background-repeat: no-repeat;
  background-position: right;
  width: 800px;
  height: 150px;
}

#navitop {
  background-image: url(../pics_layout/bg_link_info1.gif);
  width: 798px;
  height: 20px;
  text-align: right;
  line-height: 18px;
  border-left: 1px solid #1D7031;
  border-right: 1px solid #1D7031;
  border-top: 5px solid #B0C4DE;
}

#navitop a {
  color: #b0c4de;
  text-decoration: none;
}

#navitop a:hover {
  color: #ff0000;
  text-decoration: none;
}

#navitop .dot {
  color: #c0c0c0;
  font-weight: bold;
  font-size: 12px;
}

#navileft {
  background-image: url(../pics_layout/bg_navi.gif);
  margin-right: 10px;
  width: 130px;
  height: 900px;
  border-left: 1px solid #1D7031;
  border-bottom: 1px solid #1D7031;
  float: left;
}

#navileft a {
  color: #4D4D93;
  background: transparent;
  display: block;
  width: 130px;
  height: 16px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#navileft a .info {
  display: none;
  visibility: hidden;
}

#navileft a:hover {
  color: #000088;
  background-image: url(../pics_layout/bg_link3.gif);
  width: 130px;
  height: 16px;
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
}

#navileft a:hover .info {
  display: block;
  visibility: visible;
  position: absolute;
  top: 159px;
  left: 5px;
  width: 550px;
}

#news {
  color: #000000;
  background: transparent;
  margin-left: 10px;
  width: 130px;
  height: 900px;
  float: right;
  text-align: center;
  border-left: 1px solid #1D7031;
  border-right: 1px solid #1D7031;
  border-bottom: 1px solid #1D7031;
}

#new {
  color: #000000;
  background: transparent;
  width: 120px;
  padding-bottom: 3px;
  font-size: 10px;
  text-align: left;
  border-bottom: 1px solid #1D7031;
}

#content {
  color: #000000;
  background: transparent;
}

#pupils {
  background: url(../pics_layout/pupils_fun6.gif);
  position: absolute;
  width: 350px;
  height: 207px;
  top: 58px;
  left: 95px;
}

hr {
  margin-top: 1px;
  height: 1px;
  color: #1D7031;
}

h1 {
  color: #1D7031;
  font-size: 20px;
  text-align: center;
  margin: 3px;
}

h2 {
  color: #1D7031;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  margin: 3px;
}

h3 {
  color: #1D7031;
  font-size: 14px;
  font-style: italic;
}

a {
  color: #3366ff;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#copyright {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 130px;
  border-top: 1px solid #1D7031;
}

#copyright a {
  color: #3366ff;
  text-decoration: underline;
}

#copyright a:hover {
  color: #ff0000;
  text-decoration: none;
}

.mini {
  color: #666666;
  font-size: 10px;
}

p {
  color: #000000;
  background-color: transparent;
  text-align: justify;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ol {
  margin-left: 120px;
}

ul {
  margin-left: 160px;
}

li {
  margin-top: 10px;
}
#tabelle ul,li {
  margin: 3px 0px 3px 10px;
  list-style-type:disc;
}
#tabelle {
  color: #000000;
  background-color: transparent;
}
#tabelle table{
  width: 500px;
  border: 1px solid #99cc00;
  border-collapse: collapse;
}

#tabelle th{
  color: #000000;
  background-color: #99cc00;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#tabelle td{
  border: 1px solid #99cc00;
  border-collapse: collapse;
  vertical-align: top;
}

#tabelle td.grey {
  border: 1px solid #99cc00;
  border-collapse: collapse;
  background-color: #d6d6d6;
  font-weight: bold;
  text-align: center;
}
#tabelle tr.grey {
  background-color: #d6d6d6;
}
