@charset "UTF-8";
body{

	background-image: -webkit-linear-gradient(left, #000000, #000000);
/*	
	background-image: url(../bilder/hintergrund.jpg);
	background-size:cover;
	background-repeat: no-repeat;
*/	
	color: #000055;	
	font-family: "fantasy";
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
	}


	header{
	background-image: -webkit-linear-gradient(top, #888888, #aa7777);
	-webkit-box-shadow: 5px 10px 40px #000000;
	border-radius: 1px;
	text-align: center;	
	opacity: 0.9;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 75px;
	top: 0px;
	z-index: 100;
	}

	headerright{
	background-image: url(../pics/header.jpg);
	background-size:contain;
	background-repeat: no-repeat;

	text-align: center;	
	opacity: 0.9;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 200px;
	top: 0px;
	z-index: 100;
	}

	footer{
	background-image: -webkit-linear-gradient(top, #000000, #111111);
	border-radius: 2px;
	-webkit-box-shadow: 5px 10px 20px #000000;
	text-align: center;	
	opacity: 0.9;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 100;
	}

	.backgroundleft{
		background-image: -webkit-linear-gradient(right, #000000, #111111);

	}

	.silbentrennung {
	-webkit-hyphens: auto;	
	}

	.fett{
	font-size: 35px;
	color: #fff;
	}

	.hell{
		color: #ffffff;
	}

	.top{
		top: 50px;
	}

	a:link { 
		text-decoration:none; 
		font-weight:bold; 
		color:#eeeeee; 
	}
	a:visited { 
		text-decoration:none; 
		font-weight:bold; 
		color:#eeeeee; 
	}
	a:hover { 
		text-decoration:none; 
		font-weight:bold; 
		background-color:#222; 
	}
	a:active { 
		text-decoration:none; 
		font-weight:bold; 
		background-color:#cff; 
	}
	a:focus { 
		text-decoration:none; 
		font-weight:bold; 
		background-color:#080; 
	}

