/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	line-height:1.5em;
/*	font-size:1.1em; */
}
.typography p {
	margin-bottom:10px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-top:12px;
	margin-bottom:6px;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:1.6em;
	}
	.typography h2 {
		font-size:1.4em;
	}
	.typography h3 {
		font-size:1.2em;
	}
	.typography h4 {
		font-size:1.2em;
	}

/* LINK STYLES */
.typography a {
	color: green;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
/*	font-size:1.1em; */
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img {
	padding: 5px 15px;
}
.typography img.right {
	float:right;
	padding-right: 0;
}
.typography img.left {
	float:left;
	padding-left: 0;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

/*
	Darstellung eines Kastens wie in Typo3
	eingefuegt von Nico Haase am 28. / 29.
	August auf Andreas' Wunsch
*/

.typography .kasten  {
	border-width:1px;
	border-style:solid;
	border-color:#FFCF00;
	border-left-width:0.6em;
	padding-left:1.2em;
	padding-right:0.7em;
	display: block;
}

#right ins * {
	background-color: #80ff80;
}

#right del *{
	background-color: #ff4444;
}

