.punkt-Elektrisk {
	border-style: solid;
    color: red;
    display: inline-block;
    padding-right: 15px;
    background: white;
    border-width: 2px;
    position: absolute;
	width: 100px;
	margin-left: 20px;
}
.punkt-Elektrisk img {
	max-height: 30px;
	vertical-align:middle;
}
.punkt-Elektrisk:after {
	content: "";
	position: absolute;
	top:0px;
	left: -21px;
	border-style: solid;
	border-width: 15px 0px 0px 28px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.punkt-Elektrisk:before {
	content: "";
	position: absolute;
	top: -2px;
	left:-23px;
	border-style: solid;
	border-width:15px 0px 0px 21px;
	border-color: red transparent;
	display: block;
	width: 0;
	z-index: 0;
}
.punkt-Hydraulisk {
	border-style: solid;
    color: brown;
    display: inline-block;
    padding-right: 15px;
    background: white;
    border-width: 2px;
    position: absolute;
	width: 100px;
	margin-left: 20px;
}
.punkt-Hydraulisk img {
	max-height: 30px;
	vertical-align:middle;
}
.punkt-Hydraulisk:after {
	content: "";
	position: absolute;
	top:0px;
	left: -21px;
	border-style: solid;
	border-width: 15px 0px 0px 28px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.punkt-Hydraulisk:before {
	content: "";
	position: absolute;
	top: -2px;
	left:-23px;
	border-style: solid;
	border-width:15px 0px 0px 21px;
	border-color: brown transparent;
	display: block;
	width: 0;
	z-index: 0;
}
.punkt-Pneumatisk {
	border-style: solid;
    color: blue;
    display: inline-block;
    padding-right: 15px;
	margin-left:20px;
    background: white;
    border-width: 2px;
    position: absolute;
	width: 100px;
	margin-left: 20px;
}
.punkt-Pneumatisk img {
	max-height: 30px;
	vertical-align:middle;
}
.punkt-Pneumatisk:after {
	content: "";
	position: absolute;
	top:0px;
	left: -21px;
	border-style: solid;
	border-width: 15px 0px 0px 28px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.punkt-Pneumatisk:before {
	content: "";
	position: absolute;
	top: -2px;
	left:-23px;
	border-style: solid;
	border-width:15px 0px 0px 21px;
	border-color: blue transparent;
	display: block;
	width: 0;
	z-index: 0;
}
.punkt-Informasjon {
	border-style: solid;
    color: blue;
    display: inline-block;
    padding-right: 15px;
    background: white;
    border-width: 2px;
    position: absolute;
	width: auto;
	margin-left: 20px;
}
.punkt-Informasjon img {
	max-height: 30px;
	vertical-align:middle;
}
.punkt-Informasjon:after {
	content: "";
	position: absolute;
	top:0px;
	left: -21px;
	border-style: solid;
	border-width: 15px 0px 0px 28px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.punkt-Informasjon:before {
	content: "";
	position: absolute;
	top: -2px;
	left:-23px;
	border-style: solid;
	border-width:15px 0px 0px 21px;
	border-color: blue transparent;
	display: block;
	width: 0;
	z-index: 0;
}