/* 
ABM blauw: #00529b
ABM grijs: #a7a9ab
ABM medium grijs: #cccccc
ABM lichtgrijs #f3f3f3
ABM paars #6b1874
ABM lichtpaars #b397be
*/

body { font-family: Arial; margin: 0; padding: 0; position: relative;}
.swe div,  .swe-div   { margin: 0; }
.swe span, .swe-span  { margin: 0; }

.swe h1, .swe-h1 { font-size: 18px; margin: 0 0 10px 0; color: #6b1874; font-weight: normal; }
.swe h2, .swe-h2 { font-size: 12px; margin: 0 0 10px 0; color: #6b1874; font-weight: normal; }
.swe h3, .swe-h3 { font-size: 11px; margin: 0 0 10px 0; color: #6b1874; font-weight: normal; }
.swe h4, .swe-h4 { font-size: 18px; margin: 0 0 10px 0; color: #00529b; font-weight: normal; }
.swe h5, .swe-h5 { font-size: 12px; margin: 0 0 10px 0; color: #00529b; font-weight: normal; }
.swe h6, .swe-h6 { font-size: 11px; margin: 0 0 10px 0; color: #00529b; font-weight: normal; }

.swe img, .swe-img { border: 1px solid #a7a9ab; padding: 10px; margin: 0 0 10px 0; }
.swe a, .swe-a { color: #6b1874; font-size: 11px; }
.swe p, .swe-p { font-size: 11px; margin: 0 0 10px 0; }

.swe ul, .swe-ul { margin: 0 0 10px 0; padding: 0;  }
.swe li, .swe-li { margin: 0 0 0 17px; padding: 0 0 0 5px; font-size: 11px;}

.swe ol, .swe-ol { margin: 0 0 10px 0;  padding: 0; }
.swe ol li, .swe-ol li { margin: 0 0 0 22px; padding: 0 0 0 0px; }

.swe dl { margin: 0 0 10px 0; }
.swe dt { cursor: pointer; margin: 0 0; border-bottom: 1px solid #a7a9ab; font-size: 11px; color: #6b1874; height: 15px; }
.swe dt.active { color: #00529b; border-bottom: none; }
.swe dd { position: relative; display: none; margin: 0 0 0 10px; font-size: 11px; }
.swe dd.active { display: block; }

.swe td, .swe-td { margin: 0; padding: 0; }

.swe hr, .swe-hr { margin: 0; color:#cccccc; height: 1px;}

.clear { width: 508px; display: inline-block; height: 0px; margin: 0; padding: 0; }

/* show when editing */
.mceContentBody table { border: 1px dotted black; border-collapse: collapse; }
.mceContentBody td { border: 1px dotted black; }
.mceContentBody dd { display: block; }

