  
			html, body
			{
				margin:0px !important;
			}
			
			body
			{			 
				

			}


			.nada, .nada_o, .nada_a
			{
				position:absolute; display:none;
			}
			
.skraa
{
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678,sizingMethod='auto expand');

-moz-transform:  matrix(0.70710678, -0.70710678, 0.70710678, 0.70710678, 0, 0);

-webkit-transform:  matrix(0.70710678, -0.70710678, 0.70710678, 0.70710678, 0, 0);

-o-transform:  matrix(0.70710678, -0.70710678, 0.70710678, 0.70710678, 0, 0);
}




.verticaltext
{
        /* Firefox */
        -moz-transform: rotate(-90deg) translate(-40px,-40px);
        /* WebKit */
        -webkit-transform: rotate(-90deg) translate(-40px,-40px);
        /* Opera */
        -o-transform: rotate(-90deg) translate(-40px,-40px);
        /* IE7, IE8 */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);    
}


.opaque div, .opaque					/* alle DIV'er, der ligger INDENI DIV'en der har class="opaque"  - samt DIV'en selv pga. IE*/
{
	opacity: 0.2;                    	/* Gecko */
	
	/* ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; */	
	/* filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20); // first! */
	
	filter: alpha(opacity=20);			/* IE		// second!  */
   	/ *zoom: 1;      */ 						/* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}


html>body .opaque div
{
	opacity: 1;                    		/*  DIV'en med class="opaque" sættes tilbage til 1, da den fik en ekstra 'tur' pga. IE  */
}

			
.gummidiv
{
	position:relative; 
	overflow:hidden;
	width: 100%;
	height: 100%;
}

.gummidiv0
{
	position:relative;
  
  height:595px;
  min-height:595px;
  height:auto !inportant;
   
	overflow:hidden;
}



			.fll, .fllcl, .flr, .flrcl, .rel
			{
				position:relative; cursor:pointer;cursor:default;
			}
			
			.fll
			{
				float:left;
			}
			
			.fllcl
			{
				float:left; clear:left;
			}

			.flr
			{
				float:right;
			}

			.flrcl
			{
				float:right; clear:right;
			}

			

			.abs
			{
				position: absolute;
			}



		.l
		{
			text-align:left;
		}

		.c
		{
			text-align:center;
		}

		.r
		{
			text-align:right;
		}
		


		.b
		{
			font-weight:bold;
		}


			.ver
			{
				font-family:Verdana;
			}

            .ari
            {
				font-family:Arial;
            }
            
            .tnr
            {
				font-family:Times New Roman;
            }

			.cou
			{
				font-family:Courier;
			}


				.f9					
				{
					font-size:9px;
				}

				.f10
				{
					font-size:10px;
				}

				.f11
				{
					font-size:11px;
				}

				.f12
				{
					font-size:12px;
				}

				.f14
				{
					font-size:14px;
				}

				.f16
				{
					font-size:16px;
				}

				.f18
				{
					font-size:18px;
				}

				.f20
				{
					font-size:20px;
				}

				.f24
				{
					font-size:24px;
				}

				.f26
				{
					font-size:26px;
				}

				.f28
				{
					font-size:28px;
				}

				.f30
				{
					font-size:30px;
				}

				.f36
				{
					font-size:36px;
				}

				.f48
				{
					font-size:48px;
				}

				.f60
				{
					font-size:60px;
				}

				.f72
				{
					font-size:72px;
				}




			.drop, .pop
			{
				position:absolute;
				left:0px; top:0px;
				visibility:hidden;
				z-Index:+1;
			}

										