body {
			text-align: left;
			font: 13px Arial,Helvetica;		
		}
		
		/* Relative positioning*/
		#wrapper {
            width:100%;
			position: relative;
			margin: 20px auto;
		}
		
        .shadow {
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
            -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
            box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
        }


        .number1, .number2, .number3, .number4 {
			color: #fff;
            font-size:11px;
            font-weight:bold;
            line-height:19px;
		}

        .number1 {
			margin-left:40px;
		}
        .number2 {
			margin-left:45px;
		}
        .number3 {
			margin-left:12px;
		}
        .number4 {
			margin-left:32px;
		}
        .abstand {
			margin-left:73px;
		}

        .bezeichner {
			color: #ccc;
            font-size:11px;
		}


		/* Hide the original tooltips contents */
		.pin {
			display: none;
		}
		
		/* Begin styling the tooltips and pins */
		.tooltip-up, .tooltip-down {
			position: absolute;
			background: #fcf3ab url(../img/plus.jpg) no-repeat 0 0;
            border:1px solid #444;
			width: 20px;
			height:20px;        
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            border-radius:20px;
            cursor: pointer;
		}
		
		.tooltip-down {
			background-position: 0 0;
		}
		
		.tooltip {
			display: none;
			width: 300px;
			cursor: pointer;
			position: absolute;
			top: 10px;
			left: 50%;
			z-index: 999;
			margin-left: -135px;
			padding:10px;
			color: #fff;
			background: rgba(0,31,71,.9);
            border:1px solid #444;
		}

        .tooltip a, .tooltip a.link, .tooltip a.visited {
			background:#001f47;
            color:#ccc;
            text-decoration:none;
		}
        .tooltip a:hover {
			color: #fff;
            text-decoration:underline;
		}
		
		.tooltip::after {
			content: '';
			position: absolute;
			top: -10px;
			left: 50%;
			margin-left: -10px;
		}
		
		.tooltip-down .tooltip {
			bottom: 12px;
			top: auto;
		}
		
		.tooltip-down .tooltip::after {
			bottom: -10px;
			top: auto;
		}
		
		.tooltip h2 {
			font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
			margin: 0 0 10px;
		}
		
		.tooltip ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}		
