﻿html 
    {
    overflow-y: scroll;
/*	margin-bottom: 1px; */
	}
body
	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	}
a:link 
   { 
   color: #000000; 
   font-weight: bold;
   }
a:hover, a:active
	{
		color: #666666;
	}
h1
	{
    color: #272900;
	font: 270% arial, hevetica, sans-serif;
    font-variant:small-caps;
    text-align: center;
    font-weight: bold;
	margin: 2px 0 0 0;
	}
#container
	{
	margin: 1em auto;
	width: 700px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid black;
	}
#header 
    {
    padding: 5px;
    height: 40px;
    background-color:white;
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #66CC66;
    }
#header2 
    {
    background-color: #FFFFFF;
	padding: 0 0;
	margin-bottom: 17px;
    text-align: center;
    font-weight: bold;
    color: #272900;
	}
#menu
	{
    float: left;
    width: 170px;
    padding-left: 10px;
    background-color: white;
    border-top-width: 2px;
    border-top-style: dashed;
    border-top-color: #66CC66;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #66CC66;
	}
#menu ul
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 180%;
	}
#menu ul a
	{
	text-decoration: none;
    font-weight: bold;
	color: #272900;
	}
#menu li a:hover{
	color: #666666;
	background-color: #ffffff;
    outline: none;
	}
#menu li a:focus
    {
	color: #666666;
	background-color: #ffffff;
    outline: none;
	}
#content
    {   
    width: 453px; 
    padding-top: 0px;
    margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 200px;
	background-color: white;
    }
#content p 
    { 
	line-height: 165%; 
	}
#content p.anmerkg 
    { 
	color: #272900; 
	font: 90% arial, hevetica, sans-serif; 
    }
#content a
    {
	text-decoration: none;
	color: #000000;
    font-weight: bold;
	}
#content a:hover
    {
	text-decoration: none;
    font-weight: bold;
    color: #666666;
    outline: none;
    }
#content a:focus
    {
	text-decoration: none;
    font-weight: bold;
	color: #666666;
    outline: none;
    }
#content a:active
    {
	text-decoration: none;
    font-weight: bold;
	color: #666666;
    outline: none;
    }
#content ul
	{
	list-style-type: none;
	line-height: 140%;
	padding:0px; 
    margin-left:0px; 
    list-style-position: outside;
	}
#content ul a
    {
	text-decoration: none;
    font-weight: normal;
	}
#content ul a:hover
    {
	text-decoration: none;
    font-weight: normal;
	}
#content ul a:focus
    {
    color: #666666;
	text-decoration: none;
    font-weight: normal;
    outline: none;
	}
#content ul a:active
    {
    color: #666666;
    text-decoration: none;
    outline: none;
    font-weight: normal;
	}
#footer
	{
	clear: both;
	color: #272900;
	background-color: #66CC66;
	text-align: center;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	}