﻿/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.typography a {
	color: #1F1108;
}

.typography a:hover {
	color: #AB1F1F;
}

.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: #AB1F1F;
}

.typography .SchriftKlein {
	font-size: 80%;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: 2px solid #26190F;
}

	.typography img.right,
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-top: 1em;
		margin-left: 1em;
		margin-bottom: 1em;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography img.left,
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
		margin-top: 1em;
		margin-right: 1em;
		margin-bottom: 1em;
	}
	
  .typography img.leftAlone,
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		margin: 0 1em 0 0;
	}
	.typography img.center,
	.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;
	}

