.typography h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #005A97;
	background-image: url(../images/balken_hellblau.png);
	background-repeat: no-repeat;
	text-indent: 16px;
	margin-bottom:15px;
	margin-top:10px;
	letter-spacing: -0.08em;	
}

.typography h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform:none;
	color: #666666;
	text-indent:0px;
	margin-top: 3px;

}

.typography h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform:none;
	color: #666666;
	text-indent: 0px;
	margin-top: 3px;

}

.typography h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform:none;
	text-transform:uppercase;
	color: #AFD0E7;
	text-indent: 15px;
	margin-top: 8px;
	margin-bottom: 1px;

}

.typography h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform:none;
	color: #7A7A7A;
	text-indent: 0px;
	margin-top: 8px;
	margin-bottom: 1px;

}

.typography h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/balken_hellblau.png);
	background-repeat: no-repeat;
	text-indent: 16px;

}

.typography h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
/*	text-transform:uppercase;*/
	color: #005A97;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom:5px;

}

.typography h6 {
  color:#85970c;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal;
	text-decoration:underline;

}


.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}
