/**
* Headlines
*/
.typography h1, 
.typography h2 {
	font-size:				medium;
	color:					#960e00;
	margin-bottom:			25px;
	text-transform:			uppercase;
}

.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				small;
	font-weight:			bold;
	margin-bottom:			15px;
	color:					#960e00;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			15px;
}

/**
* Links
*/
.typography a {
	text-decoration:		underline;
}

.typography a.more {
	display:				block;
	width:					80px;
	background:				url(../images/bg_a_more.gif) no-repeat;
	color:					#fff;
	text-decoration:		none;
	text-align:				center;
	padding:				1px 0px;
}

.typography a[href$=".pdf"], .typography a[href$=".PDF"] {
	display:				-moz-inline-block;
	display:				inline-block;
	padding-left:			25px;
	background:				url(../images/icon_pdf.gif) no-repeat;
}

/**
* Image alignment
*/
.typography img {
	border:				1px solid white;
}

.typography img.right, img.right {
	float:				right;
	margin:				0px 0px 10px 10px;
}

.typography img.left, img.left {
	float:				left;
	margin:				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.gallery_holder {
	float:				right;
	margin:				0px 0px 20px 50px;
	border:				1px solid white;
}

/**
* Other alignments used in the wysiwyg editor
*/
.typography .left {
	text-align:			left;
}
.typography .center {
	text-align:			center;
}
.typography .right {
	text-align:			right;
}

/**
* Lists
*/
.typography  ul, .typography ol {
	margin:				20px;
}

.typography ul li, .typography ol li {
	margin:				0px 10px;
}

.typography  ul {
	list-style-type:	none;
	list-style-image:	url(../images/bg_ul.gif);
}

.typography p.breadcrumbs {
	margin-bottom:		25px;
}

a.lightwindow {
	text-decoration:		none;
}

span.galleryImageTitle {
	display:				block;
	text-align:				center;
}

/* Extra fuer kleine Ansicht des Verweises auf IMS */

.imprint_small{
	font-size: xx-small;
}

.imprint_caption_small{
	font-size: x-small;
	color:    #960e00 !important;

}

