/**
* Headlines
*/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				small;
	font-weight:			bold;
	margin-bottom:			10px;
}

.typography h1.bordered {
	padding-bottom:			5px;
	border-bottom:			1px solid #002c6a;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			10px;
}

.typogaphy p.more {
	text-align:				right;
}

.typography p.bordered {
	padding-bottom:			5px;
	border-bottom:			1px dotted #666;
}

/**
* Links
*/
.typography a {
	text-decoration:		underline;
	color:					#133b7b;
}

.typography a img{
	border:					none !important;
}

.typography a.more {
	font-weight:			bold;
	text-decoration:		none;
}

.typography div.teaser h2 a {
	text-decoration:		none;
}

.typography a.pdf {
	display:				-moz-inline-block;
	display:				inline-block;
	padding-left:			35px;
	padding:				5px 0px 5px 35px;
	background:				url(../images/bg_a_pdf.gif) no-repeat;
	font-weight:			bold;
}

/**
* Image alignment
*/
.typography img.right {
	float:				right;
	padding:			0px 0px 10px 10px;
	/*clear:				both;*/
}

.typography img.right_new {
	float:				right;
	padding:			0px 0px 10px 10px;
	clear:				both;
}

.typography img.left {
	float:				left;
	padding:			0px 10px 10px 0px;
}

.typography img.leftAlone {
	display:			block;
	margin:				0px 0px 20px 0px;
}

.typography img.center {
	float:				none;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	display:			block;
}

.typography img.right.max_padding, .typography img.right.max_padding_right {
	padding-left:		100px;
	padding-bottom:		50px;
}

.typography img.right.max_padding_right {
	padding-bottom:		10px;
}

/**
* Other alignments used in the wysiwyg editor
*/
.typography .left {
	text-align:			left;
}
.typography .center {
	text-align:			center;
}
.typography .right {
	text-align:			right;
}

.typography .leftfloated {
	float:				left;
}

/**
* Lists
*/
.typography  ul, .typography ol {
	margin:				20px;
}

.typography ul li, .typography ol li {
	margin:				0px 10px;
}

/**
* Pagination
*/
.typography div.pagination {
	margin-top:					20px;
}

.typography div.pagination a, .typography div.pagination span.current {
	padding:					5px;
	border:						1px solid #cdcdcd;
}

.typography span.smaller {
	font-size:					smaller;
}