/*<![CDATA[*/




	/* Verhalten des Body-Bereichs
	*/
	body{
    font-size:smaller;
    font-family:Verdana,arial,helvetica,sans-serif;
    background-color:#F1F1F1;
    margin:10px;
	}

    /* Die ganze sichtbare Website
    */
    #website{
        padding:10px;
        border:0px solid green;
    }

    /* Kopfbereich (Header)
    */
    #header{
    padding:10px;
    border:1px solid green;
    background-color:white;
    margin-bottom:10px;
    background: #FFFFFF url(images/hbackground.jpg) repeat-y;
	}

    /* Navigation
	*/
    #nav{
    float:left;
    width:180px;
    padding:2px;
    border:1px solid green;
    background-color:white;
    margin-bottom:5px;
    line-height:200%
    }

    /* nav Linkverhalten
    */
	#nav li	{color:#1C6900;font-weight:bold;}
    #nav li a                {text-decoration:none; display: block;color:#1C6900;background-color:transparent;width:100%;font-weight:bold;}
    #nav li a:hover          {text-decoration:none; display: block;color:#0082C3;background-color:transparent;width:100%;border-left:10px;font-weight:bold;}
    #nav li a:active,#active {
                                                display: block;
                                                color:#1C6900;
                                                cursor:default;
                                                background-color:transparent;
                                                text-decoration:none;
                                                width:100%;
                                                border-left:10px;
                                                font-weight:bold;}

	#nav li a:visited        {text-decoration:none; font-weight:bold;width:100%;}
    #nav li	a:focus 		{display: block;color:#1C6900;background-color:#DDF4FF;width:100%;font-weight:bold;}

    /* subm Linkverhalten
    */
	#subm li a                {text-decoration:none;display: block;color:#1C6900;background-color:#FFFFFF;width:100%;font-weight:bold;}

	/* Der eigentliche Inhalt der Sites
    */

    #inhalt{
    margin-left:197px;
    padding:15px;
    line-height:130%;
    border:1px solid green;
    background-color:white;
    }
     	* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }


    /* Der Fußbereich (Footer)
    */
    #footer{
    margin-top:5px;
    border:1px solid green;
    background-color:white;
    padding:3px;
    }


/* Verhalten bei bestimmten Tags
*/
ul.norm 	{list-style:square;margin:0px;padding:2px;}
li.norm    {list-style:square;margin-left:12px;}
ul			{list-style:none;margin:0px;padding:2px;font-family: Verdana, Arial, sans-serif; font-size: 12px;}
li			{list-style:none;margin-left:10px;font-family: Verdana, Arial, sans-serif; font-size: 12px;}


h1					{  margin-left:0px; font-family: Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #1C6900;line-height:120%}
h2					{  font-family: Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #1C6900; margin-bottom:10px}
h3					{  font-family: Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #1C6900}
h4					{  font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #1C6900; margin-bottom:3px; margin-top:3px; line-height:130%}
h6					{  font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #1C6900; margin-bottom:3px; margin-top:3px; line-height:130%; line-width:180%}
h5					{  font-family: Verdana, Arial, sans-serif; font-size: 24px; font-weight: bold; color: #0082C3; margin-bottom:10px}
table				{font-size:smaller;font-family: Verdana,arial,helvetica,sans-serif;margin:10px;font-size: 12px;}
table.bottom		{font-size:smaller;font-family: Verdana,arial,helvetica,sans-serif;margin:0px;font-size: 12px;}
font				{font-family:Verdana,Arial,helvetica,sans-serif;font-size: 12px;}

/*]]>*/