
/*  Formatierung body Bildlaufleiste + Hintergrundgrafik*/



body 
{
background: url("../images/muster.jpg") no-repeat center center fixed;
-moz-background-size: cover;
background-size: cover;
	
	}

hr{
background-color: #006699; /* Farbe für Opera und Firefox */
color: #006699; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
}