@charset "utf-8";
/* CSS Document */

body	{
			background-color:#e0e3e3;
			}
			
a	{		font-family:verdana;
			font-size:14px;	
			text-decoration:underline;
			color: black;
	}

a.nav  {
			font-family:verdana;
			font-size:14px;	
			text-decoration:none;
			color: black;
			}
			
a.nav:hover  {
			font-family:verdana;
			font-size:14px;	
			text-decoration:none;
			color: #d4e1e1;
			}
a:hover  {
			font-family:verdana;
			font-size:14px;	
			text-decoration:none;
			color: black;
			}

			
h1 {
			font-family:verdana;
			font-size:24px;	
			text-decoration:none;
			color: black;
			}
			
h2  {
			font-family:verdana;
			font-size:18px;	
			text-decoration:none;
			color: black;
			}
		
#content	{
			position:absolute;
			top: 50%;
			left: 50%;
			height: auto !important;
			height: 700px;
			min-height: 700px;
			width: 970px;
			margin-left: -485px;
			margin-top: -350px;
			background-color:#ffffff;
			border: 1px black solid;
			}
			
#navitext {
			position: absolute;
			top:150px !important;
			top: 160px;
			left:-12px;
			height: auto;
			width: auto;
			z-index:1;
			}
			
#navi	{
			position:absolute;
			top: 150px;
			left: -1px;
			padding-top: 7px;
			padding-left:7px;
			height: auto !important;
			height: 542px;
			min-height: 542px;
			width: 963px;
			background-color:#ffffff;
			border: 1px black solid;
			}
			
#text	{
			/*position:absolute;
			top: 150px;
			left: 169px;*/
			margin-left: 162px;
			/*margin-top: -144px !important;*/
			margin-top: -8px;
			padding: 7px;
			height: auto !important;
			height: 535px;
			min-height: 535px;
			width: 786px;
			background-color:#d4e1e1;
			border-left: 1px black solid;
			border-top: 1px black solid;
			font-family: verdana;
			font-size: 14px;
			}
			

						
#titel	{
			position:absolute;
			top: 60px;
			left: 220px;
			height: 10px;
			width: 600px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:30px;
			color:#000000;
			}


