body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}


#buehne {
	width:620px;
	height:620px;
	position: relative;
	overflow: hidden;
}


#karten {
	position: absolute;
}

.karte {
	background-color: #FFF;
	position:absolute;
	width:130px;
	height:188px;
	overflow:hidden;
	border-radius: 8px;
	border:1px solid #7a75ae;
	-moz-box-shadow: 2px 2px 10px #211c54;
	-webkit-box-shadow: 2px 2px 10px #211c54;
	box-shadow: 2px 2px 10px #211c54;
}

#info {
	background:url(info-bg.png) repeat-x left bottom #FCB11F;
	border-radius:0px 0 12px 12px;
	min-height:40px;
	width:620px;
	z-index: 2147483647;
	position: relative;
	
}


#info.schatten {
	box-shadow: 0px 4px 10px #211c54;
	-moz-box-shadow: 0px 4px 10px #211c54;
	-webkit-box-shadow: 0px 4px 10px #211c54;
}


#info-icon {
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 25px;
	height:25px;
	line-height: 25px;
	text-align: right;
	display: block;
	background: url(info-icon.png) no-repeat right center;
	text-decoration: none;
	font-size:11px;
}


#info-icon span {
	display: none;
	padding-right: 30px;
	text-align: right;
}

#info-icon.schliessen {
	width:100px;
}

#info-icon.schliessen span {
	display: inline;
}

#info-content {
	display: none;
	padding:20px;
}

#info p {
    color: #4C2373;
    font-size: 12px;
    height: 100px;
    line-height: 1.4;
    padding-right: 7px;
}

.info-box,
.info-box img {
	width:139px;
}

.info-box {
	float:left;
	margin-right:7px;
}

.info-box.last {
	margin-right:0;
}

#info-link-1,
#info-link-2,
#info-link-3,
#info-link-4 {
	width:141px;
	height:30px;
	display: block;
	background: url(produktinfo.png) no-repeat left 0;
	margin-bottom:40px;
}

#info-link-1:hover,
#info-link-2:hover,
#info-link-3:hover,
#info-link-4:hover {
	background-position: left -30px;
}


#anbieter-link {
	font-weight:bold;
	text-decoration: none;
	position: absolute;
	left:20px;
	bottom:20px;
}

#vigeno-logo {
	width:250px;
	height:122px;
	background: url(vigeno-logo.png) no-repeat center center;
	position: absolute;
	right:20px;
	bottom: 20px;
	display: block;
}

a img {
	border:none;
}

h1 {
	text-align:center;
	top:70px;
	width:100%;
	position: absolute;
}


#zoom, #mischen {
    background: none repeat scroll 0 0 #897AA3;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    left: 200px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100px;
    box-shadow: 2px 2px 10px #211c54;
	-moz-box-shadow: 0px -2px 10px #211c54;
	-webkit-box-shadow: 0px -2px 10px #211c54;
	display:none;
}

#zoom:hover, #mischen:hover {
	box-shadow: 2px 2px 17px #211c54;
	-moz-box-shadow: 0px -2px 17px #211c54;
	-webkit-box-shadow: 0px -2px 17px #211c54;
}

#zoom {
	left:311px;
}


#textkarte {
	position: absolute;
	display: none;
	border-radius: 8px;
}


.karte.aktiv.zoom {
	width:380px !important;
	height:auto !important;
	left:120px !important;
	top:20px !important;
	z-index:99999999999 !important;
}

