html,body {
/*
  scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;

  overflow-x: hidden;
  overflow-y: hidden;
  */
}

body {
  background-color: #ffffff;
  background-image:url('../pics/hintergrund_mitte.jpg');
  background-repeat:repeat-x;
  background-position:0px 70px;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}

img {
  border: 0px solid #000000;
}

.tpl_border {
  border: 0px solid #000000;
  width: 910px;
  height:750px;
  margin:auto;
  margin-top:10px;
  text-align:left;
}

.logotopleft {
  background-image:url('../pics/logo.jpg');
  height:55px;
  width:200px;
  border: 0px solid #000000;
  position:relative;
  top:35px;
}

.pictopright {
  border: 0px solid #000000;
  /*background-image:url('../pics/logo.jpg');*/
  height:144px;
  width:144px;
  position:relative;
  left:772px;
  top:-60px;
}

.navileft {
  background-color: #ffffff;
  background-image:url('../pics/hintergrund_navi_links.jpg');
  background-repeat:no-repeat;
  border: 0px solid #000000;
  height:565px;
  width:192px;
  position:relative;
  top:-90px;

}
/*
.navileft table tr td {
  border: 1px solid black;
}
  */

.middleleft_frameborder {
  background-image:url('../pics/inhalt_links.gif');
  background-repeat:no-repeat;
  border: 0px solid #000000;
  height:565px;
  width:20px;
  position:relative;
  left:190px;
  top:-636px;
}

.middletop_frameborder {
  background-image:url('../pics/inhalt_oben.gif');
  background-repeat:no-repeat;
  border: 0px solid #000000;
  height:21px;
  width:590px;
  position:relative;
  left:190px; /*166px*/
  top:-1222px;
}



.middlebottom_frameborder {
  background-image:url('../pics/inhalt_unten.gif');
  background-repeat:no-repeat;
  border: 0px solid #000000;
  height:17px;
  width:590px;
  position:relative;
  left:190px;
  top:-697px;
}


.rightside {
  background-image:url('../pics/rechter_inhalt.gif');
  background-repeat:no-repeat;
  border: 0px solid #000000;
  height:563px;
  width:153px;
  position:relative;
  left:755px;
  top:-1260px;

}

.middle {
  background-color: #ffffff;
  border: 0px solid #000000;
  height:526px;
  width:546px;  /* 570px */
  position:relative;
  left:209px; /*185px*/
  top:-1802px;
}

.bottomline {
  background-image:url('../pics/blauer_streifen.jpg');
  background-repeat:no-repeat;
  background-position:50px 0px;
  background-color: #ffffff;
  border: 0px solid #000000;
  height:50px;
  width:910px;
  position:relative;
  left:0px;
  top:-1770px;
}

.navilink {
  color:#606666;
  margin-left:24px;
  font-size:15px;
}
.navilink a {
  color:#606666;
  text-decoration:none;
}
.navilink a:hover {
  color:#606666;
  text-decoration:underline;
}

.left_navi_spacer {
  height:20px;
}

.right {
  border:0px solid black;
  font-size:13px;
  width:115px;
  margin-left:2px;
}

.right a {
  text-decoration: none;
  color: #000000;
}

.right a:hover {
  text-decoration: underline;
}

.red {
  color:#8F1B2A;
}
