

body	{
			background-color:#fff;
			font-family:"Arial","Tahoma";
			height: 100%;
		}
							
a		{
			text-decoration:none;
			list-style-type:none;
		}
					
			a:link  	{color:#444;}
			a:active  	{color:#fff;}
			a:visited  	{color:#fff;}
			a:hover  	{color:#00f;}

h1		{	
			font-size:2em;
		}

h2		{
			font-size:1.5em;
		}

h3		{
			font-size:1em;
		}

p  		{
			font-size0.5em;
		}
		
.Kopf	{
			width: 100%;
			background-color:#ff9933;
		}

.Nav	{
			bottom: 0; 
			width: 100%; 
			height: 1.5em; 
			background-color:#ffaa44;
			font-size: 1.5em;
		}		

.Inhalt	{
			position: relative; 
			min-height: 100%;
			margin: 0 auto;
		}
		