* {
  margin: 0;
  padding: 0;  
}

body {
  background-color: #f2ebd4;
  color: #716a5c;
  font-family: Arial, Verdana, sans-serif;
  font-size: 70%;
}

a {
  color: #eb6000;
}

img {
  border: none;
}

.clr {
  clear: both;
}

.color00 {
  color: #716a5c;
}

.color01 {
  color: #ff9c00;
}

.color02 {
  color: #199fb9;
}

.norecords {
  background-color: #ffffff;
  border: 1px solid #eb6000;
  padding: 10px;  
}
  .norecords p {
    color: #eb6000;
    font-weight: bold;
    text-align: center;
  }

#topbox {
  background-color: #ffffff;
  height: 84px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 200;
}

  #wrapper_top,
  #wrapper_menu,
  #wrapper_pathway,
  #wrapper_footer {
    width: 980px;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    z-index: 200;
  }

    #ksvt-claim {
      height: 53px;
      left: 0;
      position: absolute;
      top: 25px;
      width: 387px;
      z-index: 200;
    }
    
    #ksvt-logo {
      height: 150px;
      position: absolute;
      right: 30px;
      top: 0;
      width: 150px;
      z-index: 200;
    }

#menubox {
  background-color: #eb6000;
  background-image: url(images/bg_menubox.png);
  background-position: center;
  background-repeat: repeat-x;
  height: 66px;
  left: 0;
  position: absolute;
  top: 84px;
  width: 100%;
z-index: 100;
}

#pathway {
  background-color: #ffffff;
  height: 25px;
  left: 50%;
  line-height: 25px;
  margin-left: -490px;
  position: absolute;
  top: 150px;
  width: 980px;
}

  #pathway p {
    margin-right: 200px;
    padding: 0 20px 0 20px;
    text-align: right;
  }
  
  #pathway a {
    color: #eb6000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }

  #pathway a:hover,
  #pathway a:visited:hover {
    text-decoration: underline;
  }
  
  .pathway_separator {
    color: #eb6000;
    font-weight: bold;
  }

#contentbox {
  background-color: #ffffff;
  bottom: 25px;
  left: 50%;
  margin-left: -490px;
  overflow: auto;
  padding-top: 11px;
  position: absolute;
  top: 175px;
  width: 780px;
}
  
  #content {
    float: left;
    width: 760px;
  }
  
  #content ul,
  #content ol {
    margin-left: 20px;
  }
  
    #content li {
      margin-bottom: 1em;
    }
  
  #content h1 {
    color: #ff9c00;
    font-size: 1.6em;
    margin: 0 0 1em 1em;
    text-transform: uppercase;
  }
  
  .subh1 {
    font-family: "Brush Script Std", "MS Serif", "New York", serif;
    font-size: 1em;
    font-weight: normal;
    margin-left: 0.8em;
    text-transform: none;
  }

  #content h2 {
/*    color: #7ab51d; */
    color: #199fb9;
    font-size: 1.2em;
    margin: 1em 0 1em 0;
  }

  #content h3 {
    color: #199fb9;
    font-size: 1em;
    margin: 1em 0 1em 0;
  }

  #content h4 {
    color: #199fb9;
    font-size: 1.1em;
    margin: 1em 0 -0.7em 0 ;
  }

  #content h5 {
    font-size: 1.2em;
  }

  #content h6 {
    font-size: 1.1em;
  }
  
  #content p {
    margin: 1em 0 1em 0;
  }

  #content hr {
    border: none;
    border-top: 1px dashed #716a5c;
    height: 1px;
    margin: 2em 0 2em 0;
  }
  
  #inner_content,
  .inner_content {
    border: 1px outset #b0b0b0;
    background-color: #fafafa;
    margin: 0 60px 2em 50px;
    padding: 1em;
    * width: 648px;
  }
  
    #inner_content table th a {
      color: #ffffff;
    }
  
  
#sidebox {
/*  background-color: #fff5e5; */
  background-color: #ffffff;
  bottom: 25px;
  left: 50%;
  margin-left: 290px;
  overflow: auto;
  position: absolute;
  top: 150px;
  width: 200px;
}

  #sidebox_content {
  }

    #sidebox_content h1 {
/*      background-color: #f6f4f4; */
      background-color: #d92900;
color: #ffffff;
      font-size: 1em;
      padding: 8px;
      text-align: center;
    }

    #sidebox_content h2 {
      color: #7ab51d;
      font-size: 1.1em;
      margin: 1em 0 0.5em 0;
      padding: 0 10px 0 10px; 
    }
  
    #sidebox_content p {
      padding: 5px 10px 5px 10px;
    }

#footerbox {
  background-color: #eb6000;
  bottom: 0;
  height: 25px;
  position: absolute;
  width: 100%;
}

  #footerbox p {
    color: #ffffff;
    line-height: 25px;
    margin-right: 200px;
    text-align: center;
  }
  
  #footerbox a {
    color: #423c31;
    font-weight: bold;
    text-decoration: none;
  }
  
  #footerbox a:hover,
  #footerbox a:visited:hover {
    text-decoration: underline;
  }

/* Helper-Tools */

/*** Showbox ***/
.showbox_top,
.showbox_content,
.showbox_bottom,
.showbox_top_small,
.showbox_content_small,
.showbox_bottom_small {
  margin: 0 auto;
}

.showbox_top,
.showbox_top_small {
  background-image: url(images/bg_showbox_top.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 70px;
  position: relative;
  z-index: 300;
}

.showbox_top {
  width: 730px;
}
.showbox_top_small {
  width: 200px;
}

.showbox_content,
.showbox_content_small {
  margin: -60px auto -60px auto;
  position: relative;
  z-index: 600;
}

.showbox_content {
  width: 700px;
}

.showbox_content_small {
  width: 200px;
}

 .showbox_content h2,
 .showbox_content_small h2 {
   margin-left: 0 !important;
 }

.showbox_bottom,
.showbox_bottom_small {
  background-image: url(images/bg_showbox_bottom.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 70px;
  margin-bottom: 1em;
  position: relative;
  z-index: 300;
}

.showbox_bottom_small {
  width: 730px;
}

.showbox_bottom_small {
  width: 200px;
}

/* Individual sidebox formats */

/*** Sportverbände ***/
p.sportverbaende {
  text-align: center;
  margin-bottom: 10px;
}

/*** Bildergalerie ***/
#albumtree {
  padding-left: 7px;
}

.showbox_image {
  background-color: #ffefd5;
  float: left;
  margin: 0 1em 1em 0;
  padding: 5px;
}

/* Individual layouttable formats */
#content table {
  border: 1px solid #c6c6c6;
  border-collapse: collapse;
  width: 100%;
}

  #content table th {
    background-color: #ff9c00;
    border: 1px solid #c6c6c6;
    color: #ffffff;
    padding: 3px;
    text-align: left;
  }

    #content table td {
      background-color: #ffffff;
      border: 1px solid #c6c6c6;
      padding: 3px;
    }
    
    #content table td.separator {
      background-color: #c6c6c6;
      height: 1px;
      padding: 0px;
    }

    #content table .headlineorange {
      color: #ff9c00;
      font-weight: bold;
    }

    #content table .odd_row {
      background-color: #f2ebd4;
    }

form.archivwaehler {
  margin: 1em 0 1em 0;
}

  form.archivwaehler option {
    padding: 0 3px 0 3px;
  }

/* Infowindow */

#infowindow {
  border: 1px outset #b0b0b0;
  background-color: #fafafa;
  margin: 1em;
  padding: 1em;
}

  #infowindow h1 {
    color: #199fb9;
    font-size: 1.3em;
    margin: 0 0 1em 0;
    text-transform: uppercase;    
  }

  #infowindow h2 {
    color: #199fb9;
    font-size: 1.1em;
    margin: 1em 0 0 0;    
  }

/* Sitemap */

ul.sitemap {
  list-style: none;  
  margin: 0 0 2em 0;
}

ul.sitemap ul li {
  border: none;
  display: block;
}

ul.sitemap .left_0,
ul.sitemap .left_1 {
  float: left;
  width: 150px;
}

ul.sitemap .right_0,
ul.sitemap .right_1 {
  float: left;
  width: 300px;
}

ul.sitemap div {
  margin: 0;
  padding: 0;
}

/* Formularformatierungen */

/** Formular generell **/
.required {
  color: red;
  font-size: 1.4em;
  font-weight: bold;
}

.missing {
  background-color: #d92900 !important;
  color: #ffffff;
}

/** Formular Kontaktformular **/
.formwrapper_kontaktformular {
  background-color: #f2ebd4;
}

form.kontaktformular fieldset {
  border: none;
  margin-bottom: 0.5em;
  padding: 5px;
}

form.kontaktformular legend {
  color: #199fb9;
  font-weight: bold;
  padding-top: 8px;
}

form.kontaktformular td {
  padding: 2px;
}

form.kontaktformular .row_label {
  font-weight: bold;
  width: 100px;
}

form.kontaktformular .row_nachricht_label {
  vertical-align: top;
}

form.kontaktformular .row_input {
  width: 440px;
}

form.kontaktformular .inputtext,
form.kontaktformular .inputselect,
form.kontaktformular .inputtextarea {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.1em;
}

form.kontaktformular select option {
  padding-right: 5px;
}

form.kontaktformular #field_vorname,
form.kontaktformular #field_nachname,
form.kontaktformular #field_strasse,
form.kontaktformular #field_telefon,
form.kontaktformular #field_email {
  width: 60%;
}

form.kontaktformular #field_ort {
  width: 48%;
}

form.kontaktformular textarea {
  width: 95%;
}

form.kontaktformular #form_buttons {
  padding: 3px 5px 5px 3px;
  text-align: right;
  width: 95%;
}

#htmldataoutput {
  background-color: #f2ebd4;
  padding: 10px;
}

#htmldataoutput th {
  color: #0c539e;
  font-weight: bold;
  padding: 6px 2px 6px 2px;
  text-align: left;
}

#htmldataoutput td {
  padding: 2px;
}

#htmldataoutput td.label {
  font-weight: bold;
  width: 140px;
}

#htmldataoutput td.value {
  background-color: #ffffff;
  width: 73%;
}

/** Formular Loginform **/
.formwrapper_loginform {
  background-color: #f2ebd4;
  width: 400px;
  margin: 0 auto 0 auto;
}

#loginfehler {
  border: 1px solid red;
  width: 400px;
  margin: 0 auto 1em auto;
}

#loginfehler p {
  color: red;
  font-weight: bold;
  text-align: center;
}

form.loginform fieldset {
  border: none;
  margin-bottom: 0.5em;
  padding: 5px;
}

form.loginform legend {
  color: #199fb9;
  font-weight: bold;
  padding-top: 8px;
}

form.loginform td {
  padding: 2px;
}

form.loginform .row_label {
  font-weight: bold;
  width: 100px;
}

form.loginform .row_input {
  width: 300px;
}

form.loginform .inputtext,
form.loginform .inputselect,
form.loginform .inputtextarea {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.1em;
}

form.loginform #field_username,
form.loginform #field_password {
  width: 95%;
}

form.loginform #form_buttons {
  padding: 3px 5px 5px 3px;
  text-align: right;
  width: 95%;
}

/* Logout Hinweis */

#logout_success {
  background-color: #f2ebd4;
  width: 400px;
  margin: 1em auto 1em auto;
  padding: 1em;

}

  #logout_success p {
    border: 1px solid #a0a0a0;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
  }

/* Tabelle Traingszeiten */
table.verein_trainingsplan_Trainingszeiten th, 
table.verein_trainingsplan_Trainingszeiten td {
  text-align: center !important;
  vertical-align: top;
}

table.verein_trainingsplan_Trainingszeiten td {
  height: 130px;
}

table.verein_trainingsplan_Trainingszeiten hr {
  margin: 0.3em !important;
} 

/* Tabelle Verein Trainer & Verein Vorstand */
table.verein_vorstand_Vorstand hr,
table.verein_trainer_Trainer hr {
  margin: 0.3em !important;
  width: 97%;
} 

/* Linkmanager */

.linkbox {
  background-color: #f2ebd4;
  margin-bottom: 1em;
  padding: 5px;
}

.link_content {
  float: left;
  width: 400px;
}

  .link_content h2 {
    margin-top: 2px !important;
  }

.link_image {
  float: right;
  margin-left: 10px;
  text-align: right;
  width: 200px;
}


