@charset "utf-8";
/* CSS Document */

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 533px;
vertical-align:bottom;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: black;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #CCCCCC;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #000;
	background-color: #CCCCCC;
}

/* AUFSTELLER-STIL */
#packagingWall {
	margin-top: 12px;
}

#packagingWall a {
	text-decoration:none;
}

#imageLayer {
	padding: 0;
	position:absolute;
	left:300px;
	top:188px;
	z-index:5;
	width: 540px; 
	height: 435px;	
	overflow:hidden;
	visibility:hidden;
	text-align:center;
	background-color:#FFFFFF;
}

#bildGross {
	margin-top:2px;
}

.imageLayerCompany {
	margin-left:5px;
	width:280px;
	height:20px;
	z-index:1;
	float: left;
}

.imageLayerLink {
	width:250px;
	height:20px;
	z-index:1;
	float:left;
	text-align:right;
}

#aufsteller {
	margin-left:28px;
	padding-left:24px;
	width:135px;
	height:350px;
	z-index:1;
	background-color: #CCCCCC;
	float: left;
	background-image: url(images/hg_aufsteller.jpg);
}

#aufsteller_links {
	margin-left:0px;
	padding-left:24px;
	width:135px;
	height:350px;
	z-index:1;
	background-color: #CCCCCC;
	float: left;
	background-image: url(images/hg_aufsteller.jpg);
}

IMG.bild {
	border: thin solid grey;
}

DIV.bild1 {
	width:110px;
	height:123px;
	margin-top:30px;
}

DIV.bild2 {
	width:110px;
	height:123px;
	margin-top:20px;
}

.wall_pfeil {
	margin-top:50px;
	margin-left:10px;
}


-->

