

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 0px #d2d2d2;
 border-bottom: solid 1px #d2d2d2; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

body {
font-family: 'Lato', sans-serif;
    align:center;
  margin: 0px 0px;
  padding:0px;
  background: #d6c7d8;
	font-size:20px; 
	font-weight:lighter; 
	letter-spacing:0.0em; 
	color: #ffffff; 
}


a:visited{
	color:#65553d;
	text-decoration: none;
}
a:link{
	color:#65553d;
	text-decoration: none;

}

a:hover{
	color:#3c98be;
	text-decoration: none;
}
a:active{
	color:#3c98be;
	text-decoration: none;
}


	#wrapper{
	width: 790px; 
	background-color:rgba(255, 255, 255, 0.7);
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	padding:5px;
	color: #363636; 
	
}

	#header{
	background:#7a3b81;
	text-align: center;
	
}



	#footer{
	background:#7a3b81;
	text-align: center;
	font-size: 16px;
	padding:5px;
	
	
}


	#menu{
	background-color:rgba(255, 255, 255, 0.7);
	text-align: center;
	font-size: 19px;
	padding:15px 5px 15px 5px;
	
	
}


.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }
