html{
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body{
  margin: 0px auto;
  text-align:center; background-image:url('../img/bg.gif'); background-repeat:repeat-y; background-position: center top; width:100%; height:100%; margin-right:auto; margin-left:auto
}

*{
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

div{
  font-family: Verdana, Arial, Times New Roman;
  font-size: 10px;
}

table.main{
  width: 1011px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

td.kop{
  height: 27px;
  background-image: url('../img/kop.gif');
  background-repeat: no-repeat;
  text-align: left
}

td.main{
  background-image: url('../img/logobig.gif');
  background-repeat: no-repeat;
  text-align: left;
  margin-left: 10px;
  vertical-align: top;
  height: 100%
}

img{
  border: 0px;
}

a.menu, a.menu:visited{
  font-family: Verdana, Times New Roman, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: top;
  text-decoration: none;
}

a.menu:hover, a.menu:active{
  color: #FFD6BB;
  text-decoration: underline;
}

a.menu_active, a.menu_active:visited{
  font-family: Verdana, Times New Roman, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #FFD6BB;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: top;
  text-decoration: underline;
}

a.menu_active:hover, a.menu_active:active{
  color: #FFD6BB;
  text-decoration: underline;
}

a, a:visited{
  font-family: Verdana, Times New Roman, Arial;
  font-size: 9px;
  color: #737373;
  text-decoration: none;
}

a:hover{
  color: #000;
  text-decoration: underline;
}

a.active, a.active:visited{
  font-family: Verdana, Times New Roman, Arial;
  font-size: 9px;
  color: #000;
  text-decoration: underline;
}

a.img{
  border: 1px #000 solid;
}

a.check{
  display: block;
  background-image: url('../img/check.gif');
  width: 15px;
  height: 15px
}

a.check:hover{
  background-image: url('../img/check_over.gif');
}

a.checked{
  display: block;
  background-image: url('../img/check_checked.gif');
  width: 15px;
  height: 15px;
  cursor: default
}

input, select{
  font-family: Verdana, Times New Roman;
  font-size: 10px;
}

input.button{
  border: 1px solid #737373;
  background: #E6E6E6 url('../img/button.gif');
  cursor: pointer;
  margin-left: 2px
}

#footer{
  width: 1011px;
  height: 18px;
  background-image: url('../img/footer.gif');
}

#allD{
  position: relative;
  width: 1011px;
  margin-left: auto;
  margin-right: auto;
}

#mailto{
  position: absolute;
  right: 5px;
  width: 105px;
  height: 12px;
  cursor: pointer
}

#actueel{
  position: relative;
  width: 700px;
  margin-left: 95px;
  min-height: 194px;
}

#actueel #date{
  float: right;
  margin-left: 112px;
  font-size: 9px;
  color: #666;
  text-align: right;
  margin-right: 8px;
  margin-top: 2px;
}

#actueel #titel{
  margin-top: 4px;
  margin-left: 8px;
}

#actueel #bericht{
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

#actueel #bericht #msg{
  float: left;
  margin-left: 4px;
  margin-right: 8px;
  width: 520px;
}

#border{
  font-size: 0px;
  height: 1px;
  background-image: url('../img/border.gif');
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-left: 95px
}

#subM{
  display: none;
  position: absolute;
  top: 26px;
  left: 144px;
  border-top: 1px #ccc solid;
  width: 120px;
}

#subM a{
  display: block;
  border: 1px #ccc solid;
  border-top-width: 0px;
  width: 120px;
  height: 19px;
  background-color: #EDECEC;
  font-size: 12px;
  color: #A9A9A9;
  text-indent: 4px;
}

#subM a:hover{
  background-color: #9B254E;
  color: #fff;
  text-decoration: none;
}

a.num, a.num:visited{
  font-family: Verdana, Times New Roman, Arial;
  font-size: 9px;
  color: #888888;
  text-decoration: underline;
}

a.num:hover{
  color: #000;
}

a.arrowl{
  float: left;
  display: block;
  width: 25px;
  height: 17px;
  background-image: url('../img/arrowleft.gif');
}

a.arrowl:hover{
  background-image: url('../img/arrowleftover.gif');
}

a.arrowr{
  position: relative;
  top: -12px;
  left: 28px;
  display: block;
  width: 25px;
  height: 17px;
  background-image: url('../img/arrowright.gif');
}

a.arrowr:hover{
  background-image: url('../img/arrowrightover.gif');
}
