.infobox {
	background: #f8fafc url(img/information.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

.pdf {
	background: #fff6bf url(img/pdf.gif) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.tel {
	background: url(img/telefon.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	font-weight:bold;
}

.fax {
	background: url(img/fax.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	font-weight: bold;
}


.align-center {text-align:center;}
.align-right {text-align:right;}
.align-justify {text-align: justify;}
.align-left {text-align: left;}
