html { height: 101%; } /* Scrollbar im Firefox */

/* ====================================== */
body { 
  margin-top: 25px;
  margin-left: 20px;
  background-color: #003667;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #4B4B4D;
}

/* ====================================== */
/* 2-SPALTIGES LAYOUT */
#header {
  width: 952px;
  height: 138px;
}

#navi {
  width: 952px;
  height: 28px;
}

#image_bar {
  width: 952px;
  height: 196px;
}

#content_wrapper {
  position: relative;
  width: 932px;
  min-height: 350px;
  padding: 25px 20px 0 0;
  background: url(../img/content_bg.jpg) no-repeat top left;
  background-color: #FFFFFF;
}

#left {
  float: left;
  width: 440px;
}

#right {
  width: 460px;
  margin-left: 460px;
  margin-top: 40px;
}
/* für IE6 und IE7 */
* html #right { margin-left: 457px; margin-top: 60px; }
*+ html #right { margin-left: 457px; margin-top: 60px; }

#footer {
  width: 870px;
  height: 38px;
  padding: 12px 0 0 82px;
  background-color: #FFFFFF;
  background: url(../img/footer_bg.gif) no-repeat top left;
}

/* ====================================== */
/* HAUPTNAVIGATION */
#navi a {
  display: block;
  width: 119px;
  height: 28px;
}

#navi li {
  float: left;
  width: 119px;
  height: 28px;
}

#navi img {
  border: none;
}


/* ====================================== */
/* INHALTSFORMATIERUNGEN ALLGEMEIN */
p {
  line-height: 15px;
}

.klein {
  font-size: 10px;
}

.preis {
  position: absolute;
  left: 750px;
  top: 20px;
}

/* ====================================== */
/* INHALTSFORMATIERUNGEN UEBERBLICK */
.ueberblick_head1 {
  font-size: 22px;
  line-height: 23px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #003667;
}

.ueberblick_head2 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #003667;
}

.ueberblick_blockhead {
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #003667;
}

.gs_text {
  padding: 0 55px 0 85px;
}

.ueberblick_text {
  padding-bottom: 20px;
}

.ueberblick_tabelle {
  width: 460px;
  background-color: #DADFED;
}

.ueberblick_tabelle td {
  padding: 10px;
}

.ueberblick_links {
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  color: #EE7315;
}

.ueberblick_rechts {
  padding-top: 30px;
}

#tage {
  padding: 30px 13px 20px 85px;
}

.tag_links {
  width: 120px;
}

.tag_rechts {
  vertical-align: top;
}

.spacer2 {
  height: 30px;
}

.ueberblick_liste {
  list-style-type: disc;
  line-height: 18px;
}

.ueberblick_stoerer {
  float: right;
}

/* ====================================== */
/* TAG-SEITEN-FORMATIERUNGEN */
.info_tag {
  padding: 20px 0 30px 0;
}

.tag_head1 {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #003667;
}

.tag_head2 {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
  font-weight: normal;
  color: #003667;
}

.tag_head3 {
  font-size: 12px;
  padding-bottom: 8px;
  font-weight: bold;
}

.tag_referent {
  list-style-type: disc;
  margin: 15px 0 0 15px;
}

.tag_text {
  padding-bottom: 25px;
}

.block {
  font-size: 14px;
  font-weight: bold;
  color: #EE7315;
}

.art {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  color: #003667;  
}

.tag_tabelle {
  border-collapse: collapse;
}

.rechts {
  padding: 7px;
  background-color: #DADFED;
}

.links {
  width: 90px;
  padding: 7px;
  background-color: #DADFED;
}

.spacer {
  font-size: 1px;
  line-height: 1px;
  padding: 13px 0 0 0;
}

/* ====================================== */
/* REFERENTEN-FORMATIERUNGEN */
.referenten_head1 {
  font-size: 18px;
  color: #003667;
  padding-bottom: 15px;
}

.referenten_name {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #003667;
}

.zelle_portrait {
  width: 143px;
}

.zelle_beschreibung {
  vertical-align: top;
  padding-bottom: 30px;
}

.referenten_spacer {
  height: 30px;
}


/* ====================================== */
/* FORMULAR-FORMATIERUNGEN */
.textfeld {
  height: 45px;
}

.haekchen {
  width: 30px;
  height: 45px;
}

table div {
  margin: 5px 0 5px 0;
}

.message {
  padding: 0 0 15px 0;
  color: #ff0000;
}

.error-message {
  padding: 0 0 5px 0;
  color: #ff0000;
}

.individuell {
  padding: 8px 0 8px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #003667;  
}

.daten {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;  
}

.info_anmelden {
  margin: 50px 0 0 85px;
}

/* ====================================== */
/* LINK-FORMATIERUNGEN */
#right a {text-decoration: none;}
#right a:link {color:#003667;}
#right a:visited {color:#003667;}
#right a:focus {color:#003667; text-decoration: underline;}
#right a:hover {color:#003667; text-decoration: underline;}
#right a:active {color:#003667; text-decoration: underline;}


#footer img {
  padding-right: 45px;
  border: 0px;
}
#footer a {
  padding-right: 45px;
  text-decoration: none;
}