body {
   font-family: 'Avenir', Arial, sans-serif;
   background: url(../../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.left-border {
	border-left: 2px solid #FCFCFC;
	
}
.bg-date {
	background-image: linear-gradient(to right, #538bcb, white);
	color: white;
	padding: 5px;
}

.dicht {
color: #538bcb;
}

.buttons_top {
	
text-align: left;

}

.buttons_left {
	
text-align: left;
vertical-align: left;

}
.btn-warning {
	width: 90%;
	background-color:#0067ab;
	margin: 5px;
	
}

span.glyphicon-check {
    font-size: 5em;
}

span.glyphicon-save {
    font-size: 5em;
}

span.glyphicon-pencil {
    font-size: 5em;
}

.anmeldetext {
	font-size: 1.2em;
	
}


.btn-success {
	width: 30%;
}

 a:link, a:visited {
	 text-decoration: underline;

 }
 
 .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse {
    background-color: #538bcb;
    border-color: #538bcb;
}