/* reset all default paddings and margins */
*{margin:0;padding:0;}

@font-face {font-family:Avenir;src: url("font/AvenirLTStd-Book.otf");}
@font-face {font-family:Warnock;src: url("font/WarnockPro-Light.otf");}

div{position:relative}

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

/* Setting standard tags */
/* h1{font-size:18px;padding-bottom:7px;} */
h1{font-family:"Avenir", "Arial";font-size:21px;font-weight:300;padding:0px 0px 5px 0px;color:#0f363f}
h1.number{}
h2{color:#F86A00;font-family:"Warnock", "Garamond";font-size:16px;padding-bottom:2px;}
h6{font-size:12px;font-weight:normal}
p,a,li{font-size:12px;line-height:1.5;}
p,ol,ul{padding-bottom:15px;}
h1.no_padding, h2.no_padding, p.no_padding {padding:0}
a{border-bottom:1px dotted #333;color:#000;cursor:pointer;text-decoration:none;}
a:hover,a.on{color:#c00;cursor:pointer;text-decoration:none;}
body.mceContentBody a, div.mod_14 a, div.smartlink a{background:url(external.gif) right center no-repeat;border-bottom:0;color:#F86A00;display:inline;padding:2px 14px 0 0;}
ol li{list-style:decimal;margin-left:18px;}
ul li{list-style:disc;margin-left:18px;}
li ol li{list-style:lower-latin;}
li ul li{list-style:circle;}

/* Special styles */
p.alinea_tip{background:#f4f7c6 url(tip.png) no-repeat 4px 4px;font-family:Georgia;margin-bottom:10px;padding:5px 5px 5px 40px;font-size:11px}
p.alinea_instructie{background:url(work.png) no-repeat 2px 4px;border-left:#4a7ba6 5px solid;margin-bottom:10px;padding:5px 5px 5px 36px;}
p.alinea_gevaar{background:url(danger.png) no-repeat 4px 4px;border:#c00 2px solid;margin-bottom:10px;padding:5px 5px 5px 40px;}
/* Quotes on http://www.smileycat.com/design_elements/pull_quotes/index.php?page=1 */
p.alinea_quote:first-letter{background:url(quote_open.png) no-repeat left top;padding:10px 0px 0px 30px}
p.alinea_quote{background:#f7f7f5 url(quote_close.png) no-repeat bottom right;font-style:italic;padding:10px;margin:20px 0px}

/* Table settings */
table.table_normal{border-collapse:collapse;}
table.table_normal td{background:#fff;border:1px solid #e5e5e5;font-size:12px;padding:5px;vertical-align:top;}
table.table_normal th{background:#f0f0f0 url(bg_th.gif) repeat-x;border:1px solid #ccc;font-size:12px;font-weight:normal;padding:7px 5px 5px;vertical-align:top;}
table.table_color{border-collapse:collapse;}
table.table_color td{background:#fff;border-top:1px solid #0f363f;font-size:12px;padding:5px;vertical-align:top;}
table.table_color th{background:#fff;border-top:1px solid #0f363f;color:#0f363f;font-size:12px;font-weight:normal;padding:7px 5px 5px;vertical-align:top;}
th.left,td.left{text-align:left;}
th.center,td.center{text-align:center;}
th.right,td.right{text-align:right;}

/* Setting photos */
img.foto_left{float:left;margin:10px 15px 10px 0;}
img.foto_right{float:right;margin:10px 0 10px 15px;}