body { 
  background: url(../img/pattern.png) repeat 0 0;
}

ul{
  list-style-type: square;
}

#footer{
  background: white;
}

h1, h2, h3, h4, h5{
    font-family: 'Lekton', Georgia, Times, serif;
}
h1 {
    line-height: 55px;
    font-size: 55px;
}

 
p, div {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.content{
  background: white;
  padding: 20px;
  border: solid #A27945 1px ; 
}

.nav-tabs.nav-stacked > li > a{
  font-family: 'Lekton', Georgia, Times, serif;
  color: #A27945;
  font-weight: bold;
  background: white;
  border: solid #A27945 1px;
}

#selectedTab{
  background: #7A6245;
  color: white;
}

.nav-list{
  margin-top: 30px;
}

.nav-tabs.nav-stacked > li > a:hover{
  background: #D1B38F;
  border: solid #A27945 1px ;
}

.rightImg{
  margin-top: 10px;
}

.midFloat{
  margin-left:auto;
  margin-right: auto;
}

.cycles{
  margin-bottom: 25px;
  text-align: center;
  border: solid #A27945 1px ;
  height: 365px;
}

.info{
  margin-bottom: 5px;
}

.img-cycle{
  margin: 0.5em;
  height: 160px;
}

.display-row{
}

.push-down{
  height: 90%;
}

.cycle-info{
  text-align: left;
  margin-left: 3em;
}

.center{
  text-align: center;
}

.center>.nav{
  text-align: left;
}

.btn-brown {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #A27945;
  *background-color: #A27945;
  background-image: -moz-linear-gradient(top, #A27945, #694516);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A27945), to(#694516));
  background-image: -webkit-linear-gradient(top, #A27945, #694516);
  background-image: -o-linear-gradient(top, #A27945, #694516);
  background-image: linear-gradient(to bottom, #A27945, #694516);
  background-repeat: repeat-x;
  border-color: #694516 #694516 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#A27945', endColorstr='#ff694516', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
  color: #ffffff;
  background-color: #694516;
  *background-color: #694516;
}

.btn-brown:active,
.btn-brown.active {
  background-color: #080808 \9;
}

.info{
  margin-bottom: 10px;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 70px;}  /* Muss genau so hoch sein wie der Footer */

#footer {
  position: relative;

  margin-top: -65px;
  height: 65px;
  clear:both;
}

.border-top{
  height: 59px;
  text-align: center;
  border-top: solid #A27945 1px;
}

.img-flag{
  text-align: center;
}
