/* DATEI: _lt-bb.css   */
/* STAND: 2006-12-30  */
/* Zum Einbinden in den HTML-Quelltext muss */
/* die folgende Zeile im Kopf dessen stehen! */
/* <link rel="stylesheet" type="text/css" href="./_bmk-sx.css"> */

body
    {
    background:url(./_images/_back03.gif);
    }


p, li, td
    {
    margin-top:0px;
    margin-bottom:16px;
    font-size:10pt;
    line-height:13pt;
    font-family:arial;
    color:#404040;
    }

h1, h2, h3, h4, h5, h6
    {
    font-family:arial;
    color:#3C6439;
    }


h1
    {
    margin-top:16px;
    margin-bottom:5px;
    font-size:13pt;
    }


h2
    {
    font-size:12pt;
    }


h3
    {
    font-size:11pt;
    }


h4
    {
    font-size:10pt;
    }



#navigation
    {
    position:absolute;
    top:120px;
    left:10px;
    background-color:#F0F6E5;
    /* width:190px; */
    width:110px;
    height:800px;
    margin-left:45px;
    line-height:25px;
    }


.nav
    {
    list-style-type:none;
    margin-left:-30px;
    }


#inhalt
    {
    position:absolute;
    top:120px;
    left:210px;
    background-color:#FFFFFF;
    width:531px;
    padding:5px;
    border:6px solid #F5F5F5;
    }
    
    
.unsichtbar
	{
    display: none;
    }


li.themen
	{
	margin-bottom:14px;
	}

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: -70px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 60px;
    margin-right: 0px;
    }

em
	{
	font-style:italic;
	}

strong
	{
	font-weight: bold;
	}



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

a:link
	{
	color:#3C6439;
    text-decoration:none;
	}


a:active
	{
	color:#3C6439;
    text-decoration:none;
	}

a:visited
	{
	color:#3C6439;
    text-decoration:none;
	}

a:hover
	{
	color:#3C6439;
	background-color:#DCEAC5;
    text-decoration:none;
	}
	
	


