	body		{
				font-family:Times;
				font-size:14px;
				font-color:#DEDEDE;
				margin:0px;
				background-color:#1A1A18;
				overflow-y: scroll;
				}
			
	h1			{
				font-size:14px;
				color:white;
				font-weight:normal;
				text-decoration:underline;
				}
				
	h2			{
				font-size:14px;
				color:white;
				font-weight:normal;
				text-decoration:underline;
				}
					
	a 			{
				color:#DEDEDE;
				text-decoration:none;
				}
	
	a.active	{  
				#color:white;
				#border-bottom-style:solid;
				#border-bottom-color:#F1F100;
				#border-bottom-width:1px;
				}
				
	a:hover 		{
				color:white;
				cursor:pointer;
				border-bottom-style:solid;
				border-bottom-color:#FFFFFF;
				border-bottom-width:1px;
				}
				
	#siteframe 	{
				margin-left:auto;
				margin-right:auto;
				margin-top:40px;
				width:868px;
				padding:0px;
				#border-style:dotted;
				#border-color:black;
				#border-width:1px;
				}
			
	#head 		{
				width:100%;
				height:136px;
				line-height: 136px; 
				#margin-right:10px;
				#border-style:dotted;
				#border-color:black;
				#border-width:1px;
				}
				
	#head1 		{
				float:left;
				width:236px;
				height:136px;
				background-image:url('./images/logo.png');
				background-repeat:no-repeat;
				background-position: top left;
				}

	#head2 		{
				float:left;
				width:632px;
				height:136px;
				font-size: 30px;
				font-weight: bold;
				}
				
	#head3 		{
				width:632px;
				height:62px;
				background-image:url('./images/header.png');
				background-repeat:no-repeat;
				background-position: left;
				
				}
	
	#head4 		{
				width:667px;
				height:72px;
				padding:0px;
				}
	
	#menu 		{
				float: left;
				width:667px;
				height:72px;
				padding:0px;
				#border-style:dotted;
				#border-color:white;
				#border-width:1px;
				}
				
	#menuwhy 	{
				float: left;
				width:115px;
				height:72px;
				background-image:url('./images/menuwhy.png');
				background-repeat:no-repeat;
				background-position: left;
				}
	#menuwhy:hover 	{background-image:url('./images/menuwhyhover.png');}
	.active #menuwhy {background-image:url('./images/menuwhyhover.png');}

	#menuhow 	{
				float: left;
				width:169px;
				height:72px;
				background-image:url('./images/menuhow.png');
				background-repeat:no-repeat;
				background-position: left;
				}
	#menuhow:hover 	{background-image:url('./images/menuhowhover.png');}
	.active #menuhow {background-image:url('./images/menuhowhover.png');}

	#menuwhat 	{
				float: left;
				width:179px;
				height:72px;
				background-image:url('./images/menuwhat.png');
				background-repeat:no-repeat;
				background-position: left;
				}
	#menuwhat:hover 	 {background-image:url('./images/menuwhathover.png');}
	.active #menuwhat{background-image:url('./images/menuwhathover.png');}
	
	#menureferenzen{
				float: left;
				width:165px;
				height:72px;
				background-image:url('./images/menureferenzen.png');
				background-repeat:no-repeat;
				background-position: left;
				}
	#menureferenzen:hover 	{background-image:url('./images/menureferenzenhover.png');}
	.active #menureferenzen {background-image:url('./images/menureferenzenhover.png');}
				
	#content	{
				text-align: justify;
				height:auto;
				#border-style:dotted;
				#border-color:black;
				#border-width:1px;
				padding:0px;
				overflow: auto;
				font-weight:normal;
				}
				
	#why		{
				float:right;
				width:634px;
				height:385px;
				background-image:url('./images/why.png');
				background-repeat:no-repeat;
				}
	
	#how		{
				float:right;
				width:634px;
				height:385px;
				background-image:url('./images/how.png');
				background-repeat:no-repeat;
				}
				
	#what		{
				float:right;
				width:634px;
				height:385px;
				background-image:url('./images/what.png');
				background-repeat:no-repeat;
				}
				
	#referenzen 	{
				float:right;
				width:634px;
				height:385px;
				background-image:url('./images/referenzen.png');
				background-repeat:no-repeat;
				}
				
	#impressum 	{
				float:right;
				width:634px;
				height:1624px;
				background-image:url('./images/impressum.png');
				}
				
	#footer		{
				margin-top:22px;
				}

	#footerl	{
				float:left;
				width:801px;
				height:24px;
				line-height:24px;
				background-image:url('./images/footerl.png');
				background-repeat:no-repeat;
				background-position: top left;
				}
	#footerr	{
				float:left;
				width:67px;
				height:24px;
				line-height:24px;
				background-image:url('./images/footerr.png');
				background-repeat:no-repeat;
				background-position: top left;
				}
				
	p 			{ margin:0px; }
	
	p.welcome 	{
				font-weight:normal;
				line-height: 25px;
				font-size: 12px;
				}