@charset "utf-8";
/* CSS Document für das Beispiel eigene Website */
*{ box-sizing:border-box}
body	{ background-color:#dedede;
			 font-family:Rokkitt, sans-serif;
			font-size:100%;}
			

			
#wrapper{ 	width:900px;
				height:725px;
				background-color:rgba(247,135,137,0.69);
				background-image: url(pics/hintergrund_neu.jpg);
				background-repeat:no-repeat;/**/
				
				/*background-image:url(bass.jpg);*/
				position:relative;
				/*font: "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
				font-size:100%;*/
				margin:40px auto;
				overflow:hidden;}
				
h1			{	/*background-color:rgba(123,244,98,0.50);*/
				font-size: 12px;
				text-align:center;
				 margin-left:1000px;/**/
				color:#ff0000;
				/*padding-top:10px;*/
				float: left;
				display:block;
				/*padding-left:40px;/**/}
				
h2			{	/*background-color: rgba(243,234,19,0.62);*/

				
				font-size: 24px;
				line-height:60px;
				letter-spacing:2px;
				display:block;
				margin:0;
				height:60px;
				
				/*float:right;*/
				text-align: center;
				padding-right:20px;
				color:#fff;}				
h3			{	/*background-color:rgba(123,244,98,0.50);*/
				font-size:20px;
				/*clear:both;*/
				text-align: left;
				margin-top:0;
				
				/*float:right;
				padding-top:365px;/*
				padding-right:20px;
				display:inline-block;*/
				
				
				color:#000;}				
				

				
#link{ /*background-color: rgba(35,110,243,0.47);*/
			font-size:24px;
			line-height:60px;
			text-decoration:none;
			color:#fff;
			float: left;
			position:absolute; left:390px; top:132px;
			/*margin-top:133px;
			margin-left:390px;*/
			height:460px;
			width:400px;}
#link a{ background-color:rgba(0,0,0,0.50);
			display:block; line-height:40px; color:#fff;
			text-decoration:none; padding-left:40px;
			margin-bottom:20px;}
#link a:hover{ background-color:rgba(0,0,0,0.62);
			display:block; line-height:40px; color:rgba(247,3,7,1.00);
			text-decoration:none; padding-left:40px;
			margin-bottom:20px;}			
						
#adresse{/* background-color:rgba(224,236,31,0.74);*/
				font-weight:500;
				width:239px;
				height:123px;
				position:absolute; left:90px; top:445px;
				float:left; }
				
.rot{ color:rgba(247,3,7,1.00);}				
				
#footer{ /*background-color:rgba(16,240,97,0.47);*/
				font-size:20px;
				color:#fff;
				text-align:center;
				width:900px;
				height:60px;
				position:absolute;
				top:665px;
				left:0px;
				line-height:60px;}
				
.kontakt a{ /*background-color:rgba(16,21,236,0.61);*/
				text-decoration:none;
				color:rgba(255,255,255,1.00);}	

.impressum a{ /*background-color:rgba(16,21,236,0.61);*/
						text-decoration:none;
				color:rgba(255,255,255,1.00);}			
				
.kontakt a:hover{ color: rgba(247,3,7,1.00);} 
.impressum a:hover{ color: rgba(247,3,7,1.00);}			
			
