/* Seitenleiste css
---------------------------------------- */
#page-body {
	margin-left: 175px;
	clear: none;
	overflow: auto;
}

.page-seitenleiste {
	float: left;
	margin-top: 5px;
	width: 170px;
}

.bg1-seitenleiste {
	padding: 5px 0 5px 7px;
	border-bottom: 1px solid #00608f;
}

.bg1-seitenleiste:hover {
	background-color: #bfd5e3;
}

.bg2-seitenleiste {
	padding: 5px 0 5px 7px;
	border-bottom: 1px solid #00608f;
}

.bg2-seitenleiste:hover {
	background-color: #cddee9;
}

@media only screen and (max-width: 800px) {
	.page-seitenleiste {
		display: none;
	}
	#page-body {
		float: auto;
		width: auto;
		clear: both;
		overflow: none;
		margin-left: 0px;
	}
}