/**
 * #d1f562 blassgrün
 * #c3ef39 hellgrün
 * #afe508 grün
 * #87b300 olivgrün
 * #6a8c00 dunkelgrün
 */

.navbar-default {
    background-color: #87b300/*#afe508*/;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #afe508/*#87b300;*/;
    color: #555;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: #87b300; /*#6a8c00;*/
    color: #d1f562; /*#555;*/
}

.navbar {
	margin-bottom: 5px;
}

/*ul.behandlungsspektrum {
    font-weight: normal;
	font-size: x-large;
    list-style-type: none;
}*/

/*ul > ul {
    font-weight: normal;
	font-size: small;
    list-style-type: circle;
}*/

td {
	vertical-align: top;
}

.menu {
	font-size: larger;
	font-weight: bold;
}

.logo {
	margin-top: 20px;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.col-md-12 {
    text-align: justify;
    width: 100%;
}

.alert-info {
	background-color: #EBFCB6;/*#D1F563;*/
	color: #4F6900;
}
