/* CSS Document */
/*Gruppenbezeichnung*/
.group {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 48px;
   color: #FF9933;
   font-weight:bolder;
   display: block;
   width: 275px;
   height: 80px;
   text-align: center;
   position: absolute;
   top: 255px;
   left: 5px;
   }

/*Box für Positionierung des Logo*/
.logobox {
   display: block;
   width: 200px;
   height: 190px;
   padding: 0px;
   position: absolute;
   top: 125px;
   left: 280px;
   background-image:url(bilder/logo.gif);
   }
/*Rahmenbox für horizontale Zentrierung der Buttonbezeichnungen für Firma*/
.buttonboxf {
   position: absolute;
   top: 150px;
   left: 490px;
   width: 260px;
   height: auto;
   border: none;
   }
/*Rahmenbox für horizontale Zentrierung der Buttonbezeichnungen für Material*/
.buttonboxm {
   position: absolute;
   top: 165px;
   left: 490px;
   width: 260px;
   height: auto;
   border: none;   
   }
/*Rahmenbox für horizontale Zentrierung der Buttonbezeichnungen für Dienstleistungen*/
.buttonboxd {
   position: absolute;
   top: 135px;
   left: 490px;
   width: 260px;
   height: auto;
   border: none;   
   }
/*Rahmenbox für horizontale Zentrierung der Buttonbezeichnungen für Recycling*/
.buttonboxr {
   position: absolute;
   top: 205px;
   left: 490px;
   width: 260px;
   height: auto;
   border: none;   
   }
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#FFFF00;
	display: block;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 5px;	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 165px;
	background-color:#003399;
	padding-right: 0px;
   }
a:hover {
   color: #FF9900;
   }
a:active { 
   color: #FF9900;
   }
.gallery1 {
   display: block;
   width:152px;
   height: 100px;
   position: absolute;
   top: 0px;
   left:0px;
}
.gallery2 {
   display: block;
   width:152px;
   height: 100px;
   position: absolute;
   top: 0px;
   left:152px;
}
.gallery3 {
   display: block;
   width:152px;
   height: 100px;
   position: absolute;
   top: 0px;
   left:304px;
}
.gallery4 {
   display: block;
   width:152px;
   height: 100px;
   position: absolute;
   top: 0px;
   left:456px;
}
.gallery5 {
   display: block;
   width:152px;
   height: 100px;
   position: absolute;
   top: 0px;
   left:608px;
}
