﻿/*
 ==============================================================
       CSS voor SFFUml naar HTML (site)
 ==============================================================

    Version 0.9 (final draft)
    Horlings & Eerbeek

*/

/*
  ==============================================================
         STRUCTUUR
  ==============================================================
*/

/*
  ==============================================================
         HOOFDELEMENTEN TEKSTEN
  ==============================================================
*/

/*
  ==============================================================
         TEKST
  ==============================================================
*/

/* KOP */
DIV.ARTIKELKOP
{
	font-size:16px;
	font-weight:bold;
}

DIV.PARAGRAAFKOP
{
	color:#4067AB;
}

DIV.WETKOP
{
}

DIV.WETSARTIKELKOP
{
}

A.KOP
{
	text-decoration:none;
	color:inherit;
}

/* TUSSENKOP */
DIV.TUSSENKOP
{
	margin-top: 10px;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

/* KANTNOOT */
DIV.KANTNOOT
{
	text-align:right;
}

/* AL */
DIV.AL
{
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	margin-left:0px;
}

/* NOOTAL */
DIV.NOOTAL
{
}

/* LIJST */
DIV.EXPLICIET
{
}

DIV.LI
{
	clear:both;
}

DIV.LINR
{
	float:left;
	margin-right:10px;
}

DIV.LITEKST
{
	float:left;
}

OL.NUMMER
{
	list-style-type:decimal;
	margin-top:0;
	margin-bottom:0;
}

OL.LETTER
{
	list-style-type:upper-alpha;
	margin-top:0;
	margin-bottom:0;
}

OL.LETTERSMALL
{
	list-style-type:lower-alpha;
	margin-top:0;
	margin-bottom:0;
}

OL.ROMEIN
{
	list-style-type:upper-roman;
	margin-top:0;
	margin-bottom:0;
}

OL.ROMEINSMALL
{
	list-style-type:lower-roman;
	margin-top:0;
	margin-bottom:0;
}

UL.STREEP
{
	list-style: none;
	margin-top:0;
	margin-bottom:0;
}
/*
UL.STREEP LI
{
	margin-left: -15px;
}
*/
UL.BULL
{
	list-style-type:disc;
	margin-top:0;
	margin-bottom:0;
}

UL.BULL LI
{
	margin-left: 20px;
}

/* NADRUK */
SPAN.VET
{
	font-weight:bold;
}

SPAN.CURSIEF
{
	font-style:italic;
}

SPAN.LIJN
{
	text-decoration:underline;
}

SPAN.VETCURSIEF
{
	font-weight:bold;
	font-style:italic;
}

SPAN.VETLIJN
{
	font-weight:bold;
	text-decoration:underline;
}

SPAN.CURSIEFLIJN
{
	font-style:italic;
	text-decoration:underline;
}

SPAN.VETCURSIEFLIJN
{
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

/* VOETNOOT */
A.VOETNOOTINTEKST
{
}

A.VOETNOOTTABEL
{
}

SUP.VOETNOOTNR
{
}

TBODY.VOETNOTENINTABEL
{
}

TR.VOETNOTENINTABEL
{
}

TD.VOETNOTENINTABEL
{
}

HR.VOETNOTENAFSCHEIDING
{
}

TABLE.VOETNOTENINTEKST
{
}

TR.VOETNOTENINTEKST
{
}

TD.VOETNOTENINTEKST
{
}

/* VERWIJZINGEN */
A.EXTREF
{
}

A.INTREF
{
}

A.MARKER
{
}

/*
  ==============================================================
         Reduced CalsTable 
  ==============================================================
*/

table.BASIC
{
border-width:2px;
border-color:black;
border-collapse:collapse;
}

td.BASIC
{
border-width:2px;
border-color:black;
}

table.TOP, td.TOP
{
border-top-style:solid;
}

table.BOTTOM, td.BOTTOM
{
border-bottom-style:solid;
}

table.LEFT, td.LEFT
{
border-left-style:solid;
}

table.RIGHT, td.RIGHT
{
border-right-style:solid;
}



/*
  ==============================================================
         OUDE VERSIE
  ==============================================================
*/

/*
td.tekst
{
/	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	color: Black;	
	text-align:justify;
	
	margin-top: 20px;
	margin-left: 5px;
	margin-right:5px;
	margin-bottom:5px;	
	padding-right:5px;
	

	position:absolute;
	top:0;
	left:inherit;
	right:auto;	
	bottom:0;

	overflow:scroll;
/
}

div.tekst
{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	color: Black;	
	text-align:justify;
	margin-top: 20px;
	margin-left: 5px;
	margin-right:5px;
	margin-bottom:5px;	
	padding-right:5px;
}

table.paragraaf
{
	border-bottom-color:#929292;
	border-bottom-style:solid;
	border-bottom-width:1px;

	margin-left: 0px;
	margin-right:5px;
	margin-bottom:20px;	
	width:100%;
}

td.paragraafprint
{
	background-color:#D2d2d2;
	color:White;
	vertical-align:middle;
	text-align:center;	
	font-size:10px;
	font-weight:bold;
}

a.paragraaf
{
	color:#4067AB;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

a.paragraaf:hover
{
	text-decoration:underline;
	color:#4067AB;
}

a.paragraaf:visited
{
	text-decoration:none;
	color:#4067AB;
}

*/

