    /* Generic Selectors */ 

    
/***************************** lettertype *******************/
 
 body 
	{
		background-image:url('pics/wolken.png')
	} 
    
  p.menu, td.menu, li.menu
	{
		margin-right:0pt;
		text-indent:0pt;
		margin-top:0pt;
		margin-bottom:6.0pt;
		line-height:119%;
		text-align:left;
		font-family:"Edwardian Script ITC";
		font-size:24.0pt;
		color:#666666;
	}
	
	p.subkop, td.subkop, li.subkop
	{
		margin-right:0pt;
		text-indent:0pt;
		margin-top:0pt;
		margin-bottom:6.0pt;
		line-height:119%;
		text-align:left;
		font-family:"Century Gothic";
		font-size:18.0pt;
		font-weight:bold;
		color:#666666;
	}
	
	  p.link, td.link, li.link
	{
		margin-right:0pt;
		text-indent:0pt;
		margin-top:0pt;
		margin-bottom:6.0pt;
		line-height:119%;
		text-align:center;
		font-family:"Century Gothic";
		font-size:9.0pt;
		color:#666666;
	}
	
	p.kop, td.kop
	{
		margin-right:0pt;
		text-indent:0pt;
		margin-top:0pt;
		margin-bottom:0pt;
		line-height:119%;
		text-align:left;
		font-family:"Edwardian Script ITC";
		font-size:48.0pt;
		font-weight:bold;
		color:#666666;
		letter-spacing:1.75pt;
	}
	
	 p.tekst, td.tekst, li.tekst, h1.tekst
	{
		margin-right:0pt;
		text-indent:0pt;
		margin-top:0pt;
		margin-bottom:6.0pt;
		line-height:115%;
		text-align:left;
		font-family:"Arial";
		font-size:12.0pt;
		color:#666666;
	}
	
	li 
	{ 
	list-style-type: none; 
	}
	
	a.info:link1, a:visited, a:hover, a:active
	{ 
		text-decoration: underline;
		color: #666666;
	}
	
	a:link, a:visited, a:hover, a:active
	{ 
		text-decoration: none;
		color: #666666;
	}

		
	
    /************************* ID's *************************/ 

    #menu 
    { 
	    position: absolute;
	    z-index: 29; 
	    width: 100px; 
	    height: 100xp; 
	    top: 160px; 
	    left: 0px;
	    font-weight: normal; 
	  } 

    #main 
    { 
	    position: absolute;
	    z-index: 17; 
	    width: 700px; 
	    height: 100px; 
	  	top: 50px;
		left: 50%;
		margin-left: -244px;
		font-weight: normal;  
	  }

    #logo 
    { 
	    position: absolute;
	    z-index: 17; 
	    width: 200px; 
	    height: 200px; 
	    /* top: 136px; 
			left: 216px; */
			top: 15px;
			left: 15px;
			font-weight: normal;  
	  }

    #OneStatTag 
    { 
	    position: absolute;
	    z-index: 29; 
	    width: 100px; 
	    height: 100xp; 
	    top: 700px; 
	    left:45px;
	    font-weight: normal; 
	  } 

	  
 
