/* Inhaltsverzeichnis
----------------------*/

	#page_toc {
		position: fixed;
		top: 70px;
		bottom: 0;
		left: 1310px;
		right: 0;
		padding-top: 20px;
	}

	#page_toc ul,
	#page_toc ol {
		margin: 0;
		padding: 0;
	}

	#page_toc ul li {
		list-style-type: none;
	}

	#page_toc ol li {
		list-style-position: inside;
	}

	#page_toc ul li a,
	#page_toc ol li a {
		position: relative;
		display: block;
		padding: 6px 22px 6px 16px;
		font-size: 15px;
		color: #454545;
		font-weight: 300;
	}

	#page_toc ul li a:hover,
	#page_toc ol li a:hover {
		background-color: #F3F3F3;
	}

	#page_toc ul li a.is-selected:after,
	#page_toc ol li a.is-selected:after {
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		width: 2px;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #307EFF;
	}