@font-face {
    font-family: 'WarnockProRegular';
    src: url('font/warnockpro-regular-webfont.eot');
    src: url('font/warnockpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/warnockpro-regular-webfont.woff') format('woff'),
         url('font/warnockpro-regular-webfont.ttf') format('truetype'),
         url('font/warnockpro-regular-webfont.svg#WarnockProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Avenir';
	src: url('font/avenirltstd-book-webfont.eot');
	src: local('☺'), url('font/avenirltstd-book-webfont.woff') format('woff'), url('font/avenirltstd-book-webfont.ttf') format('truetype'), url('font/avenirltstd-book-webfont.svg#webfontga480iVA') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Contains the styling for the global font, content tags, special tags, tables and images */
/* All classes defined in this stylesheet will appear in TinyMCE! */

/* kinetiek colors
#0e353d - Dark blue
#ff4500 - Orange
#edefe7 - Light beige
#d5d8cb - Dark beige */

/* Overule global font */
body{color:#222;font-family:"Lucida Grande","Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif}

/* Overrule standard tags */
h1{font-family:"Avenir","Arial";font-size:18px;font-weight:300;padding:0px 0px 5px 0px;color:#0e353d}
h2{color:#ff4500;font-family:"WarnockProRegular";font-size:15px;font-weight:300;padding:0}
h3{font-size:12px;font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;font-weight:800;padding:0}
h6{font-size:12px;font-weight:normal}
p,a,li{font-size:12px;line-height:17px}
p,ol,ul{padding-bottom:15px;}

/* Overrule tables */
table.table_color{border-bottom:1px solid #ccc;border-top:1px solid #ccc}
table.table_color th{background:#f0f0f0;border-top:1px dashed #ccc}
table.table_color td{border-top:1px dashed #ccc}

/* Overrule lists */

/* Overrule special styles */
/* Quotes on http://www.smileycat.com/design_elements/pull_quotes/index.php?page=1 */
p.quote{color:#656660;background:url(quote.png) no-repeat top left;font-family:WarnockProRegular,Georgia,Times,serif;font-size:13px;padding:0 0 15px 45px}
p.tip{background:url(tip.png) no-repeat left top;color:#0f363f;padding:0px 5px 0 32px;margin:0}
p.finger_left{background:url(finger_left.png) no-repeat left 8px;padding:5px 5px 5px 40px}
p.pin{background:url(pin.png) no-repeat top left;padding:0 0 15px 30px}

/* Overrule images */
img.foto_left {float:left;margin: 5px 15px 10px 0}
img.foto_right {float:right;margin: 5px 0 10px 15px}
