body {
   background-image: url("http://www.tramways.at/files/map02_m.jpg");
   background-position: center;
   background-position: top;
   margin-bottom: 20Px;
}

.container {
	background-color: lightgrey;
}

ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}



.btn-primary {
    color: #fff;
    background-color: #FF0004;
	border-color: #FF0004;
	}

.btn-default {
	color: white;
	background-color: #FF0004;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #FF0004;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}

 h1.text-muted{
	color: #960002;
	font-weight: bolder;
	/*letter-spacing: 1em;*/
} 

h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
}


a {
	color: #bb1e10;
}

.row {
	padding-top: 20Px;
}

#spalte1{
	width: 125px;
}


#spalte3 {
	width: 33.3%;
}

#spalte5 {
	width: 33.3%;
}

.spalte5 {
	font-weight: bold;
}

.f-titel {
	font-weight: bold;
}

.f-info {
	font-style: italic;
}

.panel-heading {
	text-align: center;
	font-weight: bolder;
}

.fzg-nav {
	margin-top: 10px;
}