body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-weight: 400;
	color: #3F3F3F;
}
h1{
	font-weight: 500;
	color: #FF6A11 !important;
	font-size: 33px;
	line-height: 150%;
}
h2, h3{
	font-weight: 500;
	color: #3F3F3F !important;
	font-size: 24px;
	line-height: 150%;
}

.table thead th{
	color: #FF6A11 !important;
}

a{
	color: #FF6A11;
}
a:hover{
	text-decoration: underline;
	color: #3F3F3F;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}
.whitebg{
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.file-input-name{
	display: block;
}

.logo{
	height: 115px;
	width: 300px;
}
.logo img{
	width: 100%;
	height: auto;
}
.logoholder{
	margin-top: 20px;
	margin-bottom: 20px;
}

.navibg{
	background-color: #FF6A11 !important;
	height: 60px;
}
.navi{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
ul.navigation{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.navigation li{
	float: left;
	margin-right: 40px;
}
ul.navigation li.logout{
	float: right;
	margin-right: 0px;
}
ul.navigation li a{
	text-decoration: none;
	color: #3f3f3f;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: 600;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	text-transform: uppercase;
}
ul.navigation li a:hover{
	color: #fff;
}
.inhalt{
	margin-top: 20px;
}

.loginform{
	margin-top: 40px;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FF6A11;
	background-image: -moz-linear-gradient(top, #FF843A, #FF6A11);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF843A), to(#FF6A11));
	background-image: -webkit-linear-gradient(top, #FF843A, #FF6A11);
	background-image: -o-linear-gradient(top, #FF843A, #FF6A11);
	background-image: linear-gradient(to bottom, #FF843A, #FF6A11);
}
.btn{
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #FF6A11;
  *background-color: #FF6A11;
  -webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	text-transform: uppercase;
}

.table th, .table td{
	padding-left: 2px;
}