.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 90%;
}
.span12 {
width: 90%;
}
.offset12 {
margin-left: 95%;
}
.container {
max-width: 92%;
}
.nav > li > a {
	display: block;
  margin-top: 8px;
}
.aktuelles {
	min-height: 20px;
	padding: 19px 19px 0px 19px;
	margin-bottom: 20px;
	background-color: #e8e1ac;
	border: 2px solid #E67015;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}