BODY {
      background-color : #FFFFFF;
      background-image: url(images/pattern.gif);
      background-repeat: repeat-y; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 13px;
      color : #D9D919;
      margin: 0px; 
      } 
      
	
.Navigation {
	position: absolute;
	top: 20px;
	left: 3px;
	width: 135px;
	height: auto;
	font-family : Verdana, Geneva, Helvetica, Arila, sans-serif;
	font-size: 12;
	line-height: 125%;
	font-weight: 750;
	color: #00CC33;
	text-indent: 0px;
             }
.Inhalt {
	background: #FFFFFF;
	color: #2F4F4F;
	margin-top: auto;
	margin-left: 160px;
	margin-right: 20px;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	border: 0.1 px solid #FFFFFF;
        }

.Header  {
	margin-top: 0px;
	margin-left: 160px;
         }

a:link {
	color: #215E21;
	font-weight: 650;
	text-decoration: underline;
		}
a:visited {
	color: #8B4513;
	font-weight: heavy
	text-decoration: underline;
		}
a:hover {
	color: #E47833;
	font-style: italic;
	text-decoration : underline;
		}

a:active {
	color: #215E21;
	font-weight: 650;
	text-decoration: none;
		}

