	@charset "utf-8";

	* {
   	 margin: 0;
    	 padding: 0;
	  }

	#logo1 {
	margin-top: 5px;
	width: 30px;
	float: right;
	margin-right: 10px;
	text-align: center;
	
	}

	#logo2 {
	margin-top: 5px;
	width: 30px;
	float: right;
	margin-right: 60px;
	text-align: center;
	
	}


	#impr{
	float:right;
	}



	

	#text {
	margin-top:50px;
	color: white;
	
			}

		

	a:link    {color:white;}
 	a:visited {color:white;}
	a:active {color:red;}
 		
	html, body {
	text-align: center;
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	background-color: black;

	margin: 0;
	padding: 0;
	
	background-image: url(abild/Hintergrund.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;	
		}

	.link {
	float: left;
	margin-right: 40px;
		}
	
	#scrollbereich {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
		}

	.vollbereich {
	
	position: relative;
    	min-height: 100%;
	margin: 0 auto;
  	width: 1000px;
  	text-align: left;
	color: white;
		
		}

	#Inhalt {
	padding-bottom: 3em;
	width: 100%;
	}
	
		

	.linkrahmen {
	
	 
	width: 1000px;
	text-align: left;
	padding-left: 2px;
	margin-top: 5px;
	
		}

	.box {
	margin-top: 5px;
	width: 50px;
	float: right;
	margin-right: 15px;
	text-align: center;
	
	}


	#fusszeile {
	bottom: 0em;
	height: 2em;
	width: 1000px;
	position: absolute;
  	clear: both;
 	color: white;
	border-top:2px solid white;

	
		}

	.abstand{
	color: black;
	text-align: right;
	}