/*
font-family:'CalligraPhillip W00 Reg';
font-family:'KGLegacyOfVirtueW00-Reg';
font-family:'HelveticaNeueW01-ThinEx 710288';
font-family:'HelveticaNeueW01-87HvCn 692734';
font-family:'HelveticaNeueW01-45Ligh';
 */
 
.typography * {
		font-family:'HelveticaNeueW01-45Ligh';
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #285171;
 	line-height: 1.5em;
 	font-size: 1.3em;
	margin-bottom:1.2em;
	
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

.typography .clear{
	clear:left;
}

.typography  .hellgruen {
	font-family:'HelveticaNeueW01-87HvCn 692734';
	color:#97BF0D;

}

.typography  .dunkelgruen {
	font-family:'HelveticaNeueW01-87HvCn 692734';
	color:#007E47;

}



/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none; 
	color: #FBBA00;
}
	.typography a:hover { 
 		text-decoration: underline;
		color:#FBBA00;
	}

/* LINK ICONS - shows type of file
	------------------------------------ */
	.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;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul {
	padding: 0px 0 10px 0;
}

.typography ul li, .typography ol li {
		font-size: 1.3em;
		line-height:1.2em;
		color:#285171;
}
.typography ul li {
		margin: 0 0 7px 20px;
		list-style-image:url(../images/liste.gif);
		line-height: 1.3em;
	}
	
.typography ol li {
		margin: 0 0 5px 50px;
	}
		.typography li li {
			
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	font-family:'CalligraPhillip W00 Reg';
	color: #FBBA00; 
	margin: 0 0 14px 0;
	font-size: 4.6em;
	line-height: 1.2em;
	letter-spacing:0.04em;
	font-weight:normal;
}
.typography h2 { 
	font-family:'CalligraPhillip W00 Reg';
	margin: 0 0 10px 0;
	font-weight:normal;
	color: #FBBA00;
	font-size: 1.7em;
	line-height: 1.2em;
	letter-spacing:0.02em;
}

.typography h2.clear { 
	margin: 60px 0 10px 0;
	
}

.typography h3 {
	color: #657077;
	margin: 0 0 10px 0;
	font-weight:normal;
	font-size: 1.6em;
}
.typography h4 {
	font-size: 1.1em;
	color: #657077;
	width: 95%;
	font-weight: bold;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 1.1em;
	color: #3b4449;
	border-collapse:collapse;
}

.typography table p {
	margin:0;
	padding:0;
	}

.typography td a {
	font-size: 1em;
	font-weight:bold;
	color: #657077;
	text-decoration:none;
}


.typography td a:hover {
	text-decoration:none;
}
	
		.typography td {
			border:0;
		}
		





/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
	border: none;
	
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
		padding:0 30px 0 0;
	}
	.typography img.left-alone {
		float: left;
		margin-right: 100%;
		padding:0 0 15px 0;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}


.typography .cycle-slideshow img {
	behavior:url("/css/PIE.php");
	-moz-border-radius: 0px 40px 0px 0px;
	-webkit-border-radius: 0px 40px 0px 0px;
	-khtml-border-radius: 0px 40px 0px 0px;
	border-radius: 0px 40px 0px 0px;

}



