
.titel {
	font-family: "verdana";
	font-size: 18px;	
	}

.error {
	color: #FF0000;
}

.erfolg {
	color: #5cb85c;
}

.sr-only {
//  position: absolute;
  color: #8888ff;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0px none;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.form-group {
  margin-bottom: 15px;
}
.bottomleft {
    bottom: 6px;
    left: 16px;
    font-size: 12px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control:focus {
  z-index: 2;
}
.form-control {
  display: block;
  width: 100%;
  height: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; padding-left:12px; padding-right:12px; padding-top:6px; padding-bottom:6px
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

.col-50 {
	width: 50%;
}

.col-70 {
	width: 70%;
}
.offset-2 {
	margin-left: 20px;
}

/**********************************************/

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse  {
	font-size: 2em;
	color: #777;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.navbar-inverse {
  background-color: #9d9d9d;
  border-color: #080808;
}

.navbar-brand {
  background-color: #9d9d9d;
  border-color: #080808;

}

.navbar-brand:focus {
  color: #fff;
  background-color: #9d9d9d;
  border-color: #080808;
  background-color: transparent;
}

.navbar-brand:hover {
	color: #ccc;
}

.kopf {
  background-color: #f7efef;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 20px;   
  border: 1px solid transparent;
  border-color: #9d9d9d;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-header {
    float: left;
    width: 10%;
  }
  
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;  
}  
.navbar-nav {
  margin: 7.5px -15px;
}  
  
.navbar-left {
    float: left !important;
  }
.navbar-right {
    float: right !important;
    margin-right: 15px;
    font-size: 11px;
  } 

.navbar-right li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
   
  } 
.navbar-collapse {
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}   
  .navbar-collapse .collapse {  
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
 .collapse {
  display: none;
} 

 .active {
  display: block;
} 
  
.btn {
  font-size: 14px;
  line-height: 1.1;
  border-radius: 6px;
  background-color: #ccc;
  }  

.btn-primary:active  
{
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}  
  
.btn-block {
  display: block;
  width: 24%;
}  
.btn-success{
  color: #5cb85c;
  background-color: #fff;
}  
  
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.form-group {
  margin-bottom: 15px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}