@charset "UTF-8";

@import url(main2.css);
@import url(ext.css);
@import url(fce.css);
@import url(fonts.css);

@media all{
	html { height:100%;  /*fr den IE */
		margin-bottom: 1px; } 
		
	body {height:100%;  /*fr den IE */
		overflow: -moz-scrollbars-vertical; }
	
	*{
		margin:0; padding: 0;
	}

	option{
		padding-left: 0.4em;
	}

	* html body * {
		overflow:visible;
	}

	* html iframe{
		overflow:auto;
	}

	html {
		height: 100%; 
		margin-bottom: 0px;
	}

	body{
    	font-size: 100.01%;
    	color: #000;
    	text-align: left;
		font-family: Verdana;
		background-color: #ecf6ff;
	}

	fieldset, img {
		border: 0 solid;
	}

	ul, ol, dl {
		margin: 0 0 0 0;
	}

	li{
		margin-left: 0; 
		line-height: 0; 
	}

	dt {
		font-weight: bold;
	}

	dd {
		margin: 0 0 1em 2em;
	}

	blockquote {
		margin: 0 0 1em 1.5em;
	}
  
	.left{
		float:left;
	}
	
	.right{
		float:right;
	}
	
	.inline{
		display:inline;
	}
	
	 html > body .clearfix { clear:both; } 

  * html body .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  
}

