/**
 * This typography file is included in the WYSIWYG editor
 */
 
.typography * {
	font-family:Arial,Verdana,sans-serif;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#404040;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:15px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {

}
	.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{
	font-weight:lighter;
}
.typography h2,
.typography h3,
.typography h4 ,
.typography h5{
	font-weight:lighter;
	margin-bottom:5px;
}

	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size: 1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}
	.typography h5 {
		font-size:1.1em;
	}

/* LINK STYLES */
.typography a {
  font-size:1em;
}
	.typography a:hover {
		text-decoration:underline;
		color:#000;
	}
	
	.typography table{
		margin:0px;
		padding:0px;
	}
	
	.typography table tr td {
		
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}


/* OTHER */
.blau{
	color:#114d97;
}

.gruen{
	color:#a9d200;
}

.cyan{
	color:#008bd1;
}