/**
 * This typography file is included in the WYSIWYG editor
 */
 
.typography * {
	font-family: verdana, geneva, arial, helvetica, serif;
	line-height:20px;
	font-size:12px;
	color: #333;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}

.typography p {
	margin: 0 0 20px 0;
}

.typography div#starttext p{
	line-height:20px;
	font-size:12px;
}

.typography div#starttext span{
	line-height:20px;
	font-size:12px;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
.typography ul li,
.typography ol li {
	margin:4px 10px;
}
.typography ul li {
 list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color:#cc3300;
	font-weight:bold;
	margin: 0 0 20px 0;
}

.typography h1 {
	font-family:"Trebuchet MS";
	font-size:30px;
	line-height:40px;
	margin: 5px 0 20px 0;
}
.typography h2 {
	font-family:"Trebuchet MS";
	font-size:30px;
	line-height:30px;
	margin: 10px 0 20px 0;
}

.typography h3 {
	line-height:30px;
	font-size:20px;
	line-height:20px;
	color:#333;
}
.typography h4 {
	font-size:14px;
	line-height:20px;
	color:#333;
}


/* LINK STYLES */
.typography a, .typography a:hover, .typography a:visited, .typography a:active {
	color:#cc3300;
	text-decoration:none;
	line-height:20px;
	font-size:12px;
}


.typography table {
	
}
.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.right {
	float:right;
	margin: 0 0 10px 10px;
	clear:both;
}
.typography img.left {
	float:left;
	margin: 0 10px 10px 0;
	clear:both;
}



.typography span.Rote_Schrift {
	color: #cc3300;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography fieldset {
	border: 0;
}