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

.punkt{ position:absolute; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; -ms-border-radius:100%; cursor:pointer; width: 0px; height:0px; border-color:#fff; border-style:solid; border-width:0px; box-shadow: 2px 2px 3px #888; -moz-box-shadow:2px 2px 2px #888; -webkit-box-shadow:2px 2px 2px #888; -o-box-shadow:2px 2px 2px #888; -ms-box-shadow:2px 2px 2px #888;}
.punktBlau{ background-color: #00B8ED; }
.punktRot{ background-color: #F4665B; }

.text{ display:none; width: 300px; height: auto;}
.text .preis{ float:left; height:auto; }
.text .beschreibung{ padding-top:15px; float:left; }
.text h1{ font-size: 40px; margin:0 10px 0 0; padding:0; font-family: 'SZText', Arial, Helvetica, sans-serif;  }
.text h2{ font-size: 20px; color: #333; margin:0; padding:0; font-family: 'SZText', Arial, Helvetica, sans-serif;  }
.text p{ font-size: 15px; color: #666; margin:0; padding:0; font-family: 'SZText', Arial, Helvetica, sans-serif;  }

/*#shirt_1{ background-image:url(../img/shirt_1.png); }
#shirt_2{ background-image:url(../img/shirt_2.png); }*/