/* HTML TAGS */
body {
  background:#e2e2e2;
}
h2 {
  font:bold 12pt Arial;
  color:#ec8f3c;
  margin-left:73px;
  margin-top:10px;
}

h1 {
  margin-left:73px;
  margin-right:73px;
  font:normal 10pt Arial;
  color:#000000;
  font-weight: bold;
}

/* CLASSES */
.header {
  position:absolute;
  top:0px;
  left:50%;
  background:url('../img/header_bg.gif') repeat-x;
  height:100px;
  width:900px;
  margin:0 0 0 -450px;
  z-index:2;
}
.header_hotline {
  position:absolute;
  left:73px;
  top:33px;
}
.header_logo {
  position:absolute;
  left:702px;
  top:25px;
}

.line {
  position:absolute;
  top:96px;
  left:0px;
  width:100%;
  height:195px;
  background:url('../img/line_bg.gif') repeat-x;
  z-index:1;
}

.navi {
  border:0px solid #ff0000;
  position:absolute;
  top:96px;
  left:50%;
  width:900px;
  height:40px;
  margin:0 0 0 -450px;
  padding-left:20px;
  z-index:3;
}

.content_container {
  border:0px solid #ff0000;
  position:absolute;
  top:136px;
  left:50%;
  width:900px;
  margin:0 0 0 -450px;
  background:url('../img/content_top_bg.gif') repeat-x #ffffff;
  z-index:4;
}
.content_container p {
  margin-left:73px;
  margin-right:73px;
  font:normal 10pt Arial;
  color:#000000;
}
.content_container p .orange_text {
  color:#eb872e;
}
.content_container table {
  margin-left:73px;
  margin-right:73px;
  font:normal 10pt Arial;
  color:#000000;
}
.td_txt {
  padding-left:10px;
}
.content_container ul {
  margin-left:47px;
  margin-right:45px;
  font:normal 10pt Arial;
  color:#eb872e;
}
*+html .content_container ul { /* IE 7 only */
  margin-left:90px;
  margin-right:45px;
  font:normal 10pt Arial;
  color:#eb872e;
}
.content_container ul.wide li {
  margin-bottom:15px;
}
.content_container a {
  font-weight:bold;
  color:#395282;
  text-decoration:none;
}
.content_container a:hover {
  text-decoration:underline;
}
.txt_headline {
  font-weight:bold;
  color:#666666;
}
.image_top {
  position:relative;
  top:15px;
  left:67px;
  margin-bottom:40px;
}
.content_home_cards {
  border:0px solid #ff0000;
  position:relative;
  margin-left:68px;
  height:435px;
}
.content_home_card_1 {
  position:absolute;
  top:90px;
  left:0px;
  width:237px;
  height:332px;
  background:url('../img/home_card_1.gif') no-repeat;
}
.content_home_card_2 {
  position:absolute;
  top:41px;
  left:270px;
  width:231px;
  height:318px;
  background:url('../img/home_card_2.gif') no-repeat;
}
.content_home_card_3 {
  position:absolute;
  top:88px;
  left:535px;
  width:234px;
  height:321px;
  background:url('../img/home_card_3.gif') no-repeat;
}
.content_home_card_txt {
  font:bold 10pt Arial;
  color:#000000;
  line-height:1.5;
  top:215px;
  left:35px;
  position:absolute;
}

.footer {
  margin-top:50px;
  margin-bottom:0px;
  height:22px;
  width:900px;
  background:url('../img/footer.gif') no-repeat;
  padding-left:35px;
  padding-top:7px;
  font:bold 10pt Arial;
  color:#ffffff;
}
.footer a {
  font:bold 10pt Arial;
  color:#ffffff;
  text-decoration:none;
}
.footer #aktiv {
  font:bold 10pt Arial;
  color:#000000;
  text-decoration:none;
}
.footer a:hover {
color:#000000;
  text-decoration:none;
}
.bottomspace {
  height:20px;
  width:900px;
  position:relative;
}

.subnavi_1 {
  position:absolute;
  top:0px;
  left:119px;
  visibility:hidden;
  z-index:10;
}
.subnavi_2 {
  position:absolute;
  top:0px;
  left:303px;
  visibility:hidden;
  z-index:10;
}
.subnavi_content {
  position:relative;
  background-color:#ffffff;
  border-left:1px solid #405482;
  border-right:1px solid #405482;
  width:205px;
}
.subnavi_content ul {
  margin:0 0 0 -15px;
  list-style-type:none;
  color:#000000;
}
*+html .subnavi_content ul { /* IE 7 only */
  margin:0 0 0 25px;
  list-style-type:none;
  color:#000000;
}
.subnavi_content li {
  font:bold 10pt Arial;
  line-height:22px;
  color:#000000;
}
.subnavi_content li #aktiv {
  font:bold 10pt Arial;
  line-height:22px;
  color:#eb872e;
}
.subnavi_content a {
  font:bold 10pt Arial;
  color:#000000;
  line-height:22px;
  text-decoration:none;
}
.subnavi_content a:hover {
  font:bold 10pt Arial;
  color:#eb872e;
  line-height:22px;
  text-decoration:none;
}

.black_text {
  color:#000000;
}
.blue_text {
  color:#395282;
  font-weight:bold;
}
.schulungen {
  color:#395282;
}
.schulungen2 {
  color:#666666;
}
.sch_b {
  margin-left:15px;
  color:#395282;
}