/* Grundlayout ORANGEGREEN*/
A:link {
	background-color : transparent;
	color : #ff9a00;
	text-decoration : none;
	font-weight : bold;
	}
A:visited {
	background-color : transparent;
	color : #47bb00;
	font-weight : bold;
	text-decoration : none;
	}
A:hover {
	background-color : transparent;
	color : #ff9a00;
	text-decoration : none;
	font-size: 14px;
	}
A:active {
	background-color : transparent;
	color : #ff9a00;
	font-weight : bold;
	text-decoration : none;
	}
H1 {
	font-family : Verdana, sans-serif;
	font-size : 18px;
	margin-bottom : 0px;
	margin-top : 5px;
}



/* Eigenschaften fŸr das Hauptdokument */
body {
        height: 100%;
        width: 100%;
        text-align: center;
	font-family : Verdana, sans-serif;
	font-size : 13px;
	line-height : 120%;
        color : #333333;
	margin-top : 0px;
	margin-bottom : 5px;
	padding-bottom : 0px;
	text-indent : 0px;
        }

/*Felder fuer die einzelnen Inhaltselemente*/
div {
         }

/*Hauptfeld fuer das Gesamtlayout*/
#hauptfeld {
         width: 765px;
         margin: auto;
	}

/*Feld fuer die Kopfgrafik*/
#kopf {
         width: 765px;
         height: 117px;
	 margin-top: 100px;
       	}

/*Feld fuer den Haupttext*/
#text {
	width: 765px;
        }

/*Feld fuer die Fusszeile*/
#fuss {	
	position: absolute;
	bottom: 0px;
	width: 765px;
        height: 10px;
	font-size: 9px;
        }
