.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6 {
	/*bringing boldness back to headers and the strong element*/
	font-family:"Times New Roman",Times,serif;
	color: #444;
}

.typography h1,.typography h2,.typography h3 {
	/* top & bottom margin based on font size */
	margin:0.7em 0;
}

.typography h1 {
	font-size:240%;  
}
.typography h2 {
	font-size:167%; 
	color:#777;
	margin-bottom: 6px;	
}
.typography h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}


.typography strong {
	font-weight:bold;
}

.typography em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
.typography blockquote,.typography ul,.typography ol,.typography dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
.typography ol,.typography ul,.typography dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
.typography ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
.typography ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
.typography dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
.typography th,.typography td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
	vertical-align:top;
}
.typography th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}

.typography p {
	line-height: 1.5em;
	font-size:1.1em;	
	text-align:justify;
}

.typography p,.typography fieldset,.typography table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

.typography a {
	color:#D27932;
}

/* UNDER CONSTRUCTION */


.typography a[href^="http:"] {
	padding-right: 20px;
	background: url(../images/icons/external.png) no-repeat right;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/external.png) no-repeat right;
}

.typography a[href^="http:"]:visited {
	padding-right: 20px;
	background: url(../images/icons/visited.png) no-repeat right;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/visited.png) no-repeat right;
}

.typography a[href^="mailto:"] {
	padding-right: 20px;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/email.png) no-repeat right;
}

.typography a[href$=".pdf"] {
	padding-right: 20px;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/pdf.png) no-repeat right;
}

.typography a[href$=".doc"] {
	padding-right: 20px;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/doc.png) no-repeat right;
}

.typography a[href$=".xls"] {
	padding-right: 20px;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/xls.png) no-repeat right;
}

.typography a[href$=".rss"], 
.typography a[href$=".rdf"] {
	padding-right: 20px;
	background: url(../../../../../Lokale%20Einstellungen/Temp/GoliveTmp/AdapterTemp/web4/themes/hladenyui/images/icons/feed.png) no-repeat right;
}


