

/*Formatierungen Impressumstext*/
#impressum {
	left: 0px;
	margin-left: 0px;
	height: 500px;
	padding-top: 0px;
	clear: both;
	position: absolute;
	padding-left: 215px;
	width: 785px;
	z-index: 3;
	max-height: 500;
	background-color: #1c1b1c;
}

#impressum p {
	top: 30px;
	color: #ffffff;
	padding-left: 0px;
	margin-left: 0px;
	left: 199px;
	clear: left;
	position: relative;
	float: none;
	word-wrap: normal;
	word-break: normal;
	text-align: left;
	width: 550px;
	line-height: 15px;
	font-size: 10px;
/* 	font-family: Verdana, Arial, sans-serif; */
	font-family: 'Montserrat', sans-serif;
	}
	
#impressum a{
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
	text-decoration: underline;
	display: inline;
/* 	font-family: Verdana, Arial, sans-serif; */
	font-family: 'Montserrat', sans-serif;
}

#impressum a:hover{
	text-decoration: none;
}	

/* Navigation fuer aktive Seite*/

	.link2 {
		line-height: 15px;
		font-size: 1em;
		text-decoration: underline;
	}

	.link {
		position: absolute;
		line-height: 15px;
		font-size: 1em;
		text-decoration: underline;
	}

	.einzug1 {
		position: relative;
	}
	
.overflow {
	max-height: 500px;
	overflow-y: auto;
}	