/*
    Document   : typography
    Created on : 11.06.2009, 14:20:15
    Author     : Patrick Elsing - e-synergy GbR
    Description:
        Purpose of the stylesheet follows.
*/
.typography * {
	font-family: Arial, Helvetica, sans-serif;
	color: #0170b1;
	font-size: 12px;
}

/* PARAGRAPHS
-------------------------------------------- */
.typography p {
	line-height: 1.2;
	font-size: 12px;
	margin: 0 0 10px 0;
}

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

.typography hr, hr{
    border-top: #1282bd solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 1px;
}
/* LINKS
-------------------------------------------- */

.typography a {
 	text-decoration: none;
	color: #cc0000;
}
	.typography a:hover {
 		text-decoration: underline;
	}
	.typography a.pfeil{
	    background: url(../images/link_arrow.gif) no-repeat 0 0;
	    padding: 0 0 0 19px;
	    line-height: 1.2;
	}
	.typography a img,a img{
	    border:none;
	}
	/* 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;
	}*/

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	height: auto;
	display: block;
}
	.typography li {
		margin-bottom:2px;
		padding-left:0px;
	}

/* HEADER STYLES
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3,
.typography caption{
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.1;
	padding: 0px 0px 0px 0px;
}

.typography h1{
	color: #cc0000;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}
h1.inv {
	color: #0170b1;
}
h1.tCaption {
	margin: 0px 0px 10px 0px;
}
.typography h1.small {
	margin: 0px 0px 1px 0px;
}
.typography h2 {
 	color: #0170b1;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
.typography h3 {
 	color: #0170b1;
	font-size: 12px;
	margin: 0px 0px 3px 0px;
}



/* TABLE STYLING
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	border-collapse:collapse;
	vertical-align: top;
	border:none;
}
	.typography tr {}

		.typography td {
			vertical-align: top;
			padding: 1px 3px 7px 0px;
		}
		.typography th {
			vertical-align: middle;
			text-align: left;
			color: #000;
			height: 21px;
		}
.typography .wide{
}
.typography .full{
}
/* 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 div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}

	.typography .captionImage {}

	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.typography .caption,
	.caption{
		text-align: left;
		font-size: 10px;
	}