/*ids*/
#gridbg {
position: absolute;
background-image: url("http://www.neongruen.net/files/bggrid.png");
background-repeat: no-repeat;
width: 1500px;
height: 1500px;
}
#main{
  top: 72px;
  left: 110px;
  width: 900px;
  height: auto;
  background-color: transparent;
}
#header{
  top: 60px;
  left: 110px;
  width: 667px;
  height: 126px;
	background-image: url(header_lehrer.png);
  background-repeat: no-repeat;
}
#headers{
  top: 60px;
  left: 110px;
  width: 667px;
  height: 126px;
	background-image: url(header_schuler.png);
  background-repeat: no-repeat;
}
#body{
  width: 667px;
  height: auto;
}
#bodyheader{
  line-height: 1px;
  font-size: 1px;
  height: 3px;
  background-image: url(http://www.neongruen.net/files/mainbg_header_1.png);
  background-repeat: no-repeat;
}
#bodybody{
  padding: 0px 9px 6px 9px;
  background-image: url(http://www.neongruen.net/files/mainbg_body_1.png);
  background-repeat: repeat-y;
  top: 3px;
}
#bodyfooter{
  line-height: 1px;
  font-size: 1px;
  height: 3px;
  background-image: url(http://www.neongruen.net/files/mainbg_footer_1.png);
  background-repeat: no-repeat;
  top: 3px
}
.block {
    padding: 6px;
	background-color: #E9F0D2;
	margin-bottom: 3px;
}
.dis {
    font-size: 14px;
	font-weight: bold;
}
.links {
    width: 240px;
	padding: 6px;
}
.rechts {
	background-color: #ffffff;
	padding: 6px;
	width: 421px;
}
.second td{
    border-top: 2px dashed #ffffff;
    padding-top: 9px;
}
.second td.rechts{
    border-top: 2px dashed #E9F0D2;
    padding-top: 9px;
}

/*dotted lines*/
.dotvert{
  width:1px;
  background-image: url(http://www.neongruen.net/files/dotted_vert_1.png);
  background-repeat: repeat-y;
}
.dothor{
  height:1px;
  line-height: 1px;
  font-size: 1px;
  background-image: url(http://www.neongruen.net/files/dotted_hor_1.png);
  background-repeat: repeat-x;
}