button.btn
{
    font-family: arial;
}
.form-signin {
	margin:0 auto;
  	max-width:330px;
  	padding:15px;
}

.statusbar {
	margin-top: 30px;
}

@media (min-width:1200px) {
    .container {
        width: 100%;
    }
}

div.border {
border-style: solid;
    border-width: 1px;
	}

.nospace{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

.icon-car {
    background-image: url("http://cdn5.iconfinder.com/data/icons/Symbolicons_Transportation/24/Car.png");
    background-position: center center;
}
.tree .vater{
  background-color: #d9edf7;
  color: #31708f;
}

.tree .mutter{
  background-color: #dff0d8;
  color: #3c763d;
}


.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
   
    border:1px solid #f00;

}

.tree ul {
  padding-left: 5%;
}

.tree a:hover{
    text-decoration: none;
}

.tree .btn-sm {
    
}

#table_id td{
    font-size: 12px;
}

.wrapper {
    padding: 10px;
}

.box.box-primary{
    border-top-color: #3c8dbc;
}

.alert{
    margin-bottom: 0px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.invisible
{
    display: none;
}

.urureltern{
    font-size: 10px;
}

.titel{
    color: #BF0000;
}

