/* Zum Einbinden in den HTML-Quelltext:                                  */
/* <link rel=stylesheet type="text/css" href="./_gruene-wf.css">         */


/* DATEI: _gruene-wf.css */
/* STAND: 2006-05-09*/


body
	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	}

/* ====================================================================== */
/* Links, allgemein                                                       */
/* ====================================================================== */

a
	{
	text-decoration: none;
	}

a:link
	{
	color: #000000;
	}

a:visited
	{
	color: #000000;
	}

a:hover
	{
	color: #000000;
	}


/* ====================================================================== */
/* Seiteninhalt, Haupttext                                                */
/* ====================================================================== */

.unsichtbar
	{
    display: none;
    }
    
th
    {
    font-size: 12px;
    font-weight:bold;
    text-align:left;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    }
    
p
    {
    font-size:9pt;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
    }
    
p.links
    {
    margin-left: 0px;
    margin-right: 0px;
    }
    

ul, ol
    {
    font-size:9pt;
/*  list-style-position: outside;    */
    list-style-type: disc;
    margin-top: 0px;
    margin-bottom: 6px;
    }
    
ul.termin
    {
    font-size:9pt;
    list-style-position: inside;
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    }
    
li.termin
    {
    text-indent: -98px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 60px;
    margin-right: 0px;
    }

em
	{
	font-style:italic;
	}

strong
	{
	font-weight: bold;
	}

pre
	{
	font-family: Courier New,Courier,Pica,monospaced;
	font-size:10pt;
	font-weight: normal;
	font-style: normal;
	}

.tief
    {
    vertical-align:sub;
    font-size:smaller;
    }

.hoch
    {
    vertical-align:super;
    font-size:smaller;
    }

hr
    {
    height: 3px;
    color: #009933;
    }

h1
    {
    font-size:15pt;
    margin-top: 10px;
	margin-bottom: 5px;
    padding: 3px;
    clear: both;
    }

h1 em
    {
    font-style:italic;
    }

h2
    {
    font-size:12pt;
    margin-top: 8px;
	margin-bottom: 3px;
    padding: 3px;
    clear: both;
    }

h3
    {
    font-size:10pt;
    margin-top: 8px;
	margin-bottom: 3px;
    padding: 3px;
    clear: both;
    }

h4
    {
    font-size:9pt;
    margin-top: 8px;
	margin-bottom: 3px;
    padding: 3px;
    }

h5
    {
    font-size:9pt;
    margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 15px;
    padding: 0px;
    }

td
    {
    vertical-align: top;
    }

