/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p, .typography ul li, .typography ol li {
	font-size: 1.3em;
	margin-bottom: 0.7em;
	line-height: 1.5em;
}
.middleColumn {

}

/* LINK STYLES */
.typography a {
	color:#B02113;
 	font-size:1em;
  	text-decoration:none;
	border-bottom: 1px dashed #F5ACA5;
}
	.typography a:hover {
		text-decoration:none;
		border-bottom: 1px solid #B02113;
	}


/** 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;
    }


.typography h1 {
	font-family:"Trebuchet MS";
	font-size: 1.8em;
	color: #B02113;
	font-weight: normal;
	padding: 0 0 0.3em 0;
}
	.typography .standaardContent h1 {
		padding-bottom: 1em;
	}
.typography .artikelDetails h2 {
	font-size: 1.4em;
	color: #07886E;
	padding: 0 0 1.2em 0;
	font-weight: bold;
}
.typography .standaardContent h2 {
	font-size: 1.4em;
	color: #07886E;
	padding: 0 0 0.7em 0;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
}
.typography a.downloadlink, .typography a.artikelUrl {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	padding: 5px 25px 5px 5px;
	border: 1px solid #C2BCAC;
	border-top: 0;
	margin: 0 20px 0 0;
	float: right;
	font-weight: normal;
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.typography a.artikelUrl {
	background-image: none;
	padding-right: 5px;
}
.typography a.downloadlink:hover, .typography a.artikelUrl:hover {
	background-color: #E5F3ED;
	text-decoration: underline;
}
.typography .tekstpreview {
	margin-bottom: 0;
	padding-bottom: 0;
	height: 200px;
}



	
	
.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.right {
	float:right;
}
.typography img.left {
	float:left;
}

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