@charset "utf-8";
/* CSS Document */

/* Schriften und Überschriften*/
body {  
	background-color:#b1adac;
	font-family: Helvetica;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 12px;
        position:relative
        
        
         
       }

 /* Überschriften  */
h1{	
	font-family:Helvetica;
	font-size: 18px;
	font-weight: bold
         }
h2{
	font-family:Helvetica;
	font-size: 14px;
	font-weight: bold
}

a:link { color: #980c2f; text-decoration: none }
a:visited { color: #980c2f ; text-decoration: none}
a:active { color: #980c2f ; text-decoration: none}

#alles {
	width: 870px;
	height:660px;
	overflow:hidden;
	margin:0px auto;
              }

#banner{
	background-image:url(Banner.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:870px;
        }
#bannerDiass{
	background-image:url(Banner-Diass.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:870px;
        }
#banner-cisco{
	background-image:url(Banner_cisco.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:870px;

}
#hintergrundbild{
	position:relative;
	z-index:-2;
	background-image:url(Hintergrundbild.jpg);
	background-repeat:no-repeat;
	width: 870px;
	height:520px;
	}

