body {
	background-color: rgb(51,56,58);
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;>
	/*padding-top: 50px;  For navbar bootstrap */
}

#main {
	/*padding-top: 50px; margin: 550px;*/
		background-color: rgb(255,255,255);
		padding-top: 40px;
		padding-bottom: 40px;
}

.jumbotron {
	background: #ffffff ;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.container {
	background-color: rgb(255,255,255);
}

.footer {
	/*background-color: #f5f5f5;*/
	letter-spacing: 0.2em;
	padding: 10px 10px 10px 10px;
	font-family: Verdana;
}

.active {
	font-weight: bold;
}

h1 {
	font-family: Verdana;
	font-size: 160%; font-weight: bold;
}

h2 {
	font-family: Verdana;
	font-size: 140%; font-weight: bold; 
}

h3 {
	font-family: Verdana;
	font-size: 120%; font-weight: bold; 
}

h4 {
	font-family: Verdana;
}

.logout-image {
	float:right;
	margin: 10px 0px 0px 8px;
	height: 28px;
	-moz-box-shadow:2px 2px 2px #292929; /* Firefox */
	-webkit-box-shadow:2px 2px 2px #292929; /* Chrome, Safari */
	-khtml-box-shadow:2px 2px 2px #292929; /* Konqueror */
	box-shadow:2px 2px 2px #292929; /* CSS3 */
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	padding: 2px;
}

.logout-image:hover {
	-moz-box-shadow:1px 1px 1px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 1px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 1px #292929; /* Konqueror */
	box-shadow:1px 1px 1px #292929; /* CSS3 */
	border: 2px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
}

.help-image {
	float:right;
	margin: 0px 0px 0px 5px;
	height: 28px;
	-moz-box-shadow:2px 2px 2px #292929; /* Firefox */
	-webkit-box-shadow:2px 2px 2px #292929; /* Chrome, Safari */
	-khtml-box-shadow:2px 2px 2px #292929; /* Konqueror */
	box-shadow:2px 2px 2px #292929; /* CSS3 */
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	padding: 2px;
}

.help-image:hover {
	-moz-box-shadow:1px 1px 1px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 1px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 1px #292929; /* Konqueror */
	box-shadow:1px 1px 1px #292929; /* CSS3 */
	border: 2px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
}

.nav-container {
	background-color:#f8f9fa;
	font-size: 14px;
}

.dropdown-item {
	font-size: 14px;
}

.mainLine {
	border:none;
	height: 2px;
	color: rgb(0, 102, 144);
	background-color:rgb(0, 102, 144);
}

.icon {
	width: 24px;
	float: right;
}

.copyright {
	float: left;
	text-align: left;
}

.credit {
	float: right;
	text-align: right;
}

.footerlink {
	font-weight: bold;
	color: #555;
}

.panel-primary>.panel-heading {
	background-color: rgb(0, 102, 144);
}

.col_interactivemap {
	position:relative;
	height: 800px;
}

.img_landkreis {
	position:absolute;
	display: none;
}

.img_uml {
	max-width:100%;
	max-height:100%;
	display:none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.uml_ref {
	cursor: pointer;
}

.navbar {
	border-bottom-width: 1px;
	border-bottom-color: rgb(51,56,58);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

thead {
	background-color:rgb(0, 102, 144);
	color:rgb(255,255,255);
}

.minimize_img {
	width: 13px;
}

.maximize_img {
	width: 13px;
	display:none;
}