/* StyleSheet fuer www.machs-heller.de */
/* by CISB - Brautzsch 08/2008         */

body {
/*
  background-color: #ffffFF;
*/
  background-color: RGB(200,208,223);
  overflow:hidden;#
  padding: 0;
  margin: 0;
  text-align: center;
}

#main {
  position:absolute;
  background: transparent url(layout/back.jpg) no-repeat center;
  width: 1024px;
  height: 550px;
  top: 50%;
  left: 50%;
  margin-left: -512px;
  margin-top: -275px;
  z-index: 1
}
#head {
  position:absolute;
  background: transparent url(layout/kopf.png) no-repeat center;
  width: 1024px;
  top: 0px;
  left: 0px;
  height: 240px;
  z-index: 100;
}
#menu {
  position:absolute;
  width: 164px;
  height: 140px;
  top: 300px;
  margin-left: 0px;
  z-index: 110;
  /* Workaround fuer alte IE notwendig*/
}
#data {
  position:absolute;
  text-align: left;
  top: 40px;
  left: 190px;
  width: 580px;
  height: 475px;
  overflow: auto;
  z-index: 50;
  /*
  border: 1px solid #000000
  */
}
#siteinfo {
  position:absolute;
  text-align: left;
  top: 40px;
  left: 773px;
  width: 250px;
  height: 475px;
  overflow: auto;
  z-index: 50;
}
#info_head {
  margin-left: 30px;
}
#info_text {
  margin-left: 30px;
  margin-top: 20px;
}
#foot {
  position:absolute;
  background: transparent url(layout/fuss.png) no-repeat center;
  width: 1024px;
  bottom: 0px;
  left: 0px;
  height: 30px;
  z-index: 99;
  text-align: right;
}
.data {
  font-style: normal;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #304795;
  text-align: center;
}
#button {
  background: transparent url(layout/button.png) no-repeat center;
  width: 164px;
  height: 28px;
  padding-bottom: 8px;
  text-align: right;
  z-index: 200;
}
#button_div {
  padding-top: 11px;
}
.button_link, .button_link_akt {
  color: #304795;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 5px;
  top: 10px;
}
.button_link_akt {
  color: #FF0000;
}
#foot_div {
  position: relative;
  float: right;
  padding-top: 12px;
  padding-right: 18px;
}
.foot_link {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}
.info_head {
  color: #FF0000;
  font-family: AvantGarde Md BT,Arial;
  font-size: 23px;
  font-style: normal;
}
.info_text {
  color: #304795;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
}
.leist_link {
  color: #304795;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
  font-size: 16px;
}
.button_link_akt, .leist_link_akt {
  color: #FF0000;
  text-decoration: none;
}
.big_text {
  color: #000066;
}

img {
  border-color: #304795;
}

hr {
  border-color: #304795;
}


