.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cecece;
  max-width: 1000px;
}
header {
  margin-bottom: 10px;
  background-color: #CF000B;
}
em {
  color: #777777;
}
.li-active {
  background-color: #f0ad4e;
}
i {
  padding-right: 7px;
}
.fadeinImg {
  display: none;
}
.turn-border {
  border: 1px solid #CF000B;
}
.text-turnen {
  color: #CF000B;
}
#rightContainer {
  /*padding: 2px 2px;*/
}
#leftContainer {
  /*padding: 2px 2px;*/
}
.nav-stacked {
  border-top: 3px solid #CF000B;
}
.nav-stacked > li {
  border-bottom: 1px solid #CF000B;
}
.nav-stacked > li > a {
  color: #333333;
  line-height: 1.5;
}
.nav-stacked > .li-inverse > a {
  color: #CF000B;
}
.nav-stacked > .li-inverse > a:hover {
  color: #333333;
  background-color: #5bc0de;
}
.well {
  border-top: 3px solid #CF000B;
}
.bordered {
  border: thin solid #CF000B;
}
.no-border {
  border: none;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.table-like {
  border: 1px solid #CF000B;
}
.table-like > span {
  padding-left: 3px;
  padding-right: 3px;
}
.calendar-like {
  vertical-align: middle;
  width: 110px;
  height: 60px;
  padding: 0;
  margin: 0;
}
.calendar-like th {
  text-align: center;
  border-radius: 1.0em 1.0em 0 0;
  background-color: #ff3641;
}
.calendar-like td {
  text-align: center;
  height: 35%;
  background-color: #6699FF;
  color: White;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.divBottom {
  line-height: 2.0em;
  position: relative;
  text-align: center;
  color: White;
  padding: 0;
  background-color: #CF000B;
  width: auto;
  height: auto;
}
.divBottom div {
  margin-left: 5px;
  margin-right: 5px;
}
.divBottom a {
  color: White;
  font-weight: bold;
  font-style: oblique;
}
.divBottom .copyright {
  position: absolute;
  left: 10px;
  color: black;
}
.panel-default > .panel-heading {
  border-bottom: 1px solid #CF000B;
  background-color: #ffffff;
}
.panel-default > .panel-footer {
  border-top: 1px solid #CF000B;
}
.Turnen-shadow {
  box-shadow: 4px 4px 8px #363636;
}
.larger {
  font-size: larger;
}
.smaller {
  font-size: smaller;
}
.italic {
  font-style: italic;
  color: #777777;
}
.title-label {
  color: #337ab7;
  font-size: 120%;
}
/*******defaults from bootstrap**************/
@media (max-width: 770px) {
  .col-bottom-margin{ margin-bottom:20px;}
}
@media (max-width: 480px) {
  /*nav buttons are stacked,, as bootstrap default in this width range*/
}
/*******end defaults**************/

/*# sourceMappingURL=Site.css.map */