 /* ---------------------------------------------------------------- 
 FILE
--------------------------------------------------------------------
Filename: blm-haustechnik.css 
Title :   CSS file for blm-haustechnik.ch
Author :  Marcel Schwarz, marcelschwarz@schwarzpictures.com 
License:  Copyright 2010, schwarzpictures.com, All Rights Reserved.

------------------------------------------------------------------- 
  RESET | Copyright (c) 2006, Yahoo! Inc. All rights reserved. 
-------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;} 
q:before,q:after{content:'';}

		a{
			color:#000;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000000;
		    font-family:verdana, arial, helvetica, sans-serif;color:#000000;
		    font-size:62.5%;
		}
		#content{
			position:absolute;
			left:0px;
			top:0px;
			height:672px;
			width:662px;
			z-index: 3;
			background:url(text-bg.png) left top no-repeat;
		}
		#contentframe{
			margin-top:30px;
			margin-left:30px;
			overflow: hidden;
			height: 100%;
			width: 42em;
			text-align:left;
			z-index: 3;
			font-size: 1.4em;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
