/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.typography a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.typography a:hover {
	color: #D12773;
}

.typography blockquote {
	margin-left: 1em;
}

.typography ul {
	margin-left: 0;
	padding-left: 2em;
}

.typography li {
	list-style: square;
}

.typography h1 {
	font-size: 130%;
}

.typography h2 {
	font-size: 115%;
}

.typography h3 {
	font-size: 110%;
}

.typography p {
}

.typography .Rot {
	color: #D12773;
}

.typography .SchriftKlein {
	font-size: 80%;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		margin: 0 1em 0 0;
		padding-top: 1em;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
