* {
  margin: 0;
  padding: 0;
}

body {
  /*    background-image: url("../grafiken/background_refa-lv_2.png");*/
  background: #465ac8 repeat-x fixed 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #444444;
  text-shadow:2px 2px 2px #d0d0d0;
}

h1, h2, h3, h4 {
  color: #535353;
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  margin: 0 0 0 15px;
  padding: 5px;
  list-style-type: square;
  color: #444444;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color: #444444;
  text-shadow:2px 2px 2px #d0d0d0;
  margin-bottom: 10px;
  margin-top: 10px;
}

td {
  padding: 3px;
}

#head {
  width: 980px;
  margin: 15px auto 0 auto;
}

#navigation { font-size: 15px; white-space: nowrap; }
#navigation ul { list-style:none; padding:0; margin:0; }
#navigation > ul { display:flex; }
#navigation > ul > li { flex:1 0 auto; position: relative; padding:13px 0; text-align: center; }
#navigation > ul > li:not(:last-child)::after { position:absolute; right:0; content:'|'; color:#aaaaaa; text-shadow: none; }
#navigation a { color: #777777; text-decoration: none; }
#navigation a:hover { text-shadow:2px 2px 2px #b0b0b0; }
#navigation li > ul { display:none; position: absolute; top:100%; left: 0; z-index:100; background:rgb(244, 245, 246); padding:0 10px; text-align: left; }
#navigation li:hover > ul { display: block; }
#navigation li > ul > li > a { display:block; padding:5px 0; }

a:active { color:#626986; }

#uebersicht_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #626986;
  text-decoration: none;
}

.agbimpressum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #626986;
  text-decoration: none;
}

.uebersicht_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #444444;
  text-decoration: none;
}

#content {
  clear: left;
  width: 960px;
  background-color: #F4F5F6;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin: 15px auto;
  box-shadow: 0 0 5px #adadad;
  padding: 5px;
  overflow: hidden;
}

#ueberschriften {
  color: #040404;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-shadow:2px 2px 2px #d0d0d0;
  padding: 16px 0 16px 20px;
}

#ueberschrift_startseite {
  color: #040404;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-shadow:2px 2px 2px #d0d0d0;
  padding: 5px 0 5px 20px;
}

#main {
  float: left;
  width: 725px;
  padding: 5px;
  margin:15px 0 10px 20px;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

#main_index {
  width: 930px;
  padding: 15px;
  margin:0 0 10px 0;
  border-bottom: 1px solid #cdcdcd;
}

#box_title {
  color: #535353;
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
}

#main2 {
  float: left;
  width: 930px;
  padding: 5px;
  margin:15px 0 10px 5px;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

#box_title a {
  color: #535353;
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#box_title a:hover {
  color: #626986;
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#main_index_box1 {
  display: inline;
  float: left;
  width: 200px;
  margin-right: 15px;
  padding-right: 18px;
}

#main_index_box2 {
  display: inline;
  float: left;
  width: 200px;
  margin-right: 15px;
  padding-right: 18px;
}
#main_index_box3 {
  display: inline;
  float:left;
  width: 200px;
  margin-right: 15px;
  padding-right: 18px;
}
#main_index_box4 {
  display: inline;
  float:left;
  width: 200px;
  margin-right: 15px;
  padding-right: 16px;
}

#main_index2 {
  width: 930px;
  padding: 0 15px;
  margin:0;
  border-bottom: 1px solid #cdcdcd;
}

#main_index2_links {
  float: left;
  width: 430px;
  padding: 5px;
  margin: 0 10px 10px;
}

#main_index2_rechts {
  float: right;
  width: 430px;
  padding: 5px;
  margin: 0 10px 10px;
}

#referenzen {
  border: 1px solid #cdcdcd;
  margin-top: 25px;
}

#kontaktbox {
  height:130px;
  position:relative;
}

#kontaktbox img {
  position:absolute;
  top:0; left:0;
  display: block;
}

#sidebar {
  float: right;
  width: 180px;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.teaser_text_rechts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444444;
  text-shadow:2px 2px 2px #d0d0d0;
}

.teaser_text_headliner {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
  text-shadow:2px 2px 2px #d0d0d0;
}

#main_helper {
  clear: both;
}

#footer {
  width: 940px;
  background-color: #9A9A9A;
  border: 5px solid #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px #adadad;
  padding: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}

#footer #footer-links {
  float: left;
  width: 448px;
  padding: 5px;
  margin-left: 10px;
  color: #404040;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

#footer #footer-rechts {
  float: left;
  width: 200px;
  padding: 5px;
  margin-right: 10px;
  color: #404040;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

#footer #footer-rechts2 {
  float: right;
  width: 200px;
  padding: 5px;
  margin-right: 10px;
  color: #404040;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

a.footer_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #040404;
  text-decoration: none;
}

#footer_helper {
  clear: both;
}

#slideshow {
  height:130px;
  position:relative;
}

#slideshow img {
  display:none;
  position:absolute;
  top:0; left:0;
}

#slideshow img.start {
  display:block;
}

#wrapper {
  border-top: 1px solid #cdcdcd;
}

.refa {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #626986;
  text-decoration: none;
}

.refa_klein {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #626986;
  text-decoration: none;
}

.refa_groesser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #626986;
  text-decoration: none;
}

.refa_ueberschrift {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #626986;
  text-decoration: none;
}

.refa_ueberschrift_kleiner {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #626986;
  text-decoration: none;
}

#rundrum {
  border: 1px solid #cdcdcd;
}

.rundrum {
  border: 1px solid #cdcdcd;
}

.Stil18 {
  color: #FFFFFF;
  font-weight: bold;
  text-shadow:0 0 0 #d0d0d0;
}

.uebersicht_seminare{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #626986;
  text-decoration: none;
}

.uebersicht_seminare_blau{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none;
}

.ueberschrift_noshadow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none;
  text-shadow:0 0 0 #d0d0d0;
}

.sem_ueberschrift_gross_gruen {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none;
}

.sem_ueberschrift_gross_blau {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none;
}

.sem_uebersicht_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  text-decoration: none;
}

td.gruen:hover {
  background-color: #D9FBFF;
}

td.blau:hover {
  background-color: #B4CAE9;
}

.ausbildungsuebersicht {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  text-decoration: none;
  text-align:center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.ausbildungsuebersicht tr td {
  margin:0;
  padding: 0;
}
