 	::selection {background: black; color: rgb(42,206,65);}
	::-moz-selection {background: black; color: rgb(42,206,65);}
	
	body {
		background: rgb(240,240,240);
	}

	a,a:visited {
		text-decoration: none;
		color: rgb(42,206,65); 
	}
	
	a:hover {
		color: black;
	}
	
	p {
		font-size: 0.9em;
		line-height: 1.5;
	}
	
	h1 {
		font-family: 'Lato', sans-serif;
		text-align: center;
		font-weight: 700;
		font-size: 1.45em;
		margin: 30px 0px 30px 0px;
	}
	
	#headerlogo {
		position: absolute;
		width: 260px;
		left: 50%;
		margin-left: -130px;
		top: 20px;
		z-index: 5;
	}

 	#footerlogo {
		position: absolute;
		width: 345px;
		bottom: 20px;
		left: 50%;
		margin-left: -173px;
		margin-right: auto;
	}

	#leftMenu {
		position: fixed;
		top : 25%;
		left: 0px;
	}

	#rightMenu {
		position: fixed;
		top : 40%;
		right: -50px;
	}

	.main-logo {
	       position : absolute;
		   width: 180px;
		   height: 180px;
	       top : 50%;
	       left : 50%;
		   margin-left: -90px;
		   margin-top: -90px;
	}

	.content-panel {
		position : fixed;
		width    : 60%;
		height: auto;
		left     : 20%;
		top	 : 90px;
		bottom   : 90px;
		background : rgba(255,255,255,0.9);
		overflow-y: scroll;
	}
	
	.content {
		position: relative;
		width: 600px;
		margin: 0 auto;
	}
	
	.manifest {
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}
	
	.manifest_headline {
		font-family: 'Lato', sans-serif;
		font-size: 1.2em;
		text-align: center;
		margin-top: 40px;
	}
	
	.textlink {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.textlink:hover {
		color: black;
	}
	
	table {
		table-layout: fixed;
		margin-top: 40px;
		height: auto;
		font-size: 0.9em;
	}
	
	td {
		height: 30px;
		vertical-align: top;
		border-bottom: 20px solid rgba(255, 255, 255, 0);
		border-right: 20px solid rgba(255, 255, 255, 0);
	}
	
	tr {
		margin-bottom: 20px;
	}

	.lexikon_buchstabe {
		font-size: 4em;
		font-weight: 700;
		color: rgb(42,206,65);
		line-height: 0.8;
	}
	
	.lexikon_jumperpanel {
		position : fixed;
		width    : 60%;
		height: 10px;
		left     : 20%;
		top	 : 8%;
		background : none;
		z-index: 3;
	}
	
	.lexikon_buchstabenjumper {
		position: absolute;
		left: 20px;
		top: 60px;
		height: 480px;
		font-size: 0.5em;
		font-weight: 700;
		color: rgb(42,206,65);
	}
	
	.lexikon_buchstabenjumper td{
		height: 6px;
	}
	
	.links_titel {
		font-weight: 700;
	}
	
	.links_link:hover {
		border-bottom:2px solid rgb(42,206,65);
	}
	
	.impressum {
		font-size: 0.8em;
		line-height: 1.7;
	}
	
	.projekt_kasten, .projekt_kasten:visited {
		position: relative;
		float: left;
		width: 600px;
		height: 160px;
		margin: 10px 0px;
		background: rgba(192, 192, 192, 0.2);
		padding-top: 30px;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		color: black;
		line-height: 1.3;
	}
	
	.projekt_kasten:hover {
		background: rgb(42,206,65);
		color: white;
	}
	
	.projekt_namen {
		font-size: 0.7em;
		font-weight: 400;
		line-height: 0.8;
	}
	
	.projekt_infos {
		margin-top: -30px;
		font-size: 0.8em;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
	}
	
	.projekt_beschreibung {
		font-size: 0.9em;
		line-height: 1.7;
		margin: 60px 0px;
	}
	
	form {
		font-size: 0.7em;
		line-height: 1.7;
	}
	
	dd {
		position: relative;
		top: -18px;
		left: -64px;
		display: block;
	}
	
	input:first-child {
		left: 20px;
	}
	
	input {
		position: relative;
		left: 22px;
		top: 20px;
	}
	
	.formularfeld {
		position: relative;
		float: left;
		width: 180px;
		height: 50px;
		margin-top: 20px;
		background: rgba(192, 192, 192, 0.2);
		padding: 10px;
	}
	
	.manifest_kasten {
		position: relative;
		float: left;
		width: 600px;
		height: 110px;
		margin: 10px 0px;
		background: rgb(42,206,65);
		padding-top: 45px;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		color: white;
		line-height: 1.3;
	}
	
	.manifest_namen {
		font-size: 0.7em;
		font-weight: 400;
		line-height:2;
		text-align: center;
	}