body {
	color: #555555;
}

.line {
	line-height: 8px;
	background-color: #4f68bc;
	margin-top: 4px;
}

.line-small {
	line-height: 1px;
	background-color: #4f68bc;
}

.adress {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
}

.subtitle {
	font-size: medium;
	font-weight: 300;
	font-style: italic;
}

.drName {
	font-weight: bold;
	font-size: 22px;
}

.drTitle {
	font-weight: 300;
	font-size: small;
}

.marginTop {
	margin-top: 10px;
}

.noMarginTop {
	margin-top: 0px;
}

.logopadding {
	padding-bottom: 5px;
}

.infoBoxHeader {
	font-weight: bold;
	font-size: large;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus {
	color: white;
	font-weight: bold;
	background-color: #4f68bc;
}

.nav-pills>li.active>a:hover {
	background-color: #3f69ff;
	color: white;
}

.contactTable {
	font-size: medium;
}

.team_name {
	font-weight: bold;
	font-size: large;
}

.team_title {
	font-style: italic;
	display: inline;
}

.team_sprechzeiten {
	font-weight: bold;
	font-size: medium;
	padding-top: 10px;
}

.team_cv {
	margin-top: 15px;
}

.cvImage {
	float: left;
	width: 170px;
}

.cvText {
	float: left;
	margin-left: 10px;
	width: 80%;
}

.underline {
	text-decoration: underline;
}

.panel-heading {
	font-weight: bold;
}

.imgSubText {
	font-weight: bold;
	text-align: center;
}

.thumbnail {
	border: 0px;
}

