

table, th, td {
  border: 1px solid black;
}

th {
	background-color: lightgrey;
}

tr {
	height: 19px;
}

td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

a.dropdown-toggle, .logout {
	color: white !important;
}

#top-nav {
	background-color: rgb(79,155,67) !important;
}

.w95 {
    width: 95%;  
}

.w30 {
    width: 30%;
	text-align: center;
}

.w10 {
    width: 10%;
	text-align: center;
}

.f_gruen {
	background-color: green;
}

.f_gelb {
	background-color: yellow;
}

.f_rot {
	background-color: red;
	color: white;
}

.b_top {
	border-top: 1px solid black;
}

.b_bottom {
	border-bottom: 1px solid black;
}

.more_info {
  border-bottom: 1px dotted;
  position: relative;
}

.more_info .title {
  position: absolute;
  top: 20px;
  background: silver;
  padding: 4px;
  left: 0;
  white-space: nowrap;
}

/* Warten auf Ajax */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://booking.schaschuev.de/ajax_wait.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}