@charset "utf-8";
/* CSS Document */



html {

	height: 100%;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
}


body {

	height: 100%;
	width: 10%;
	
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;

}



div#image {

	width: 100%;
	height: 100%;
	
	position: absolute;
	
	z-index: 20;

	}


	div#image img {
	
		width: 100%;
		height: auto;
		
		-ms-interpolation-mode: bicubic;

	}

	* html div#image span {
	
		position: absolute;
		
		z-index: 20;
		
		width: 100%;
		height: 120%;
		
		display: inline-block;
		
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/website/maintemplates/img/frontpage/bg_body.jpg',sizingMethod='scale');
		
	}	
	
	* html div#image img {
	
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);

	}
	
div#container {

	height: auto;
	width: 100%;
	
	position: absolute;
	
	z-index: 80;
	
	margin-top: 200px;
	
	
}

	div#container div#left-blaakven {

		height: 262px;
		width: 100%;

		float: left;
		
		text-align: center;

	}

		div#container div#left-blaakven #logo-blaakven {

			height: 262px;
			width: 364px;

			margin-left: auto;
			margin-right: auto;
			
			background-image: url(../img/frontpage/frontpage_logo_blaakven.png);
			background-repeat: no-repeat;

		}
	
			div#container div#left-blaakven #logo-blaakven a {

				height: 262px;
				width: 364px;

				display: block;
				
			}	
		
	div#container div#right-cachera {

		height: 266px;
		width: 100%;

		float: right;
		
		text-align: center;
				
	}

		div#container div#right-cachera div#logo-cachera {

			height: 266px;
			width: 188px;

			margin-left: auto;
			margin-right: auto;
			
			background-image: url(../img/frontpage/frontpage_logo_cachera.png);
			background-repeat: no-repeat;
			
			display: table;
			
		}
	
			div#container div#right-cachera div#logo-cachera a {

				height: 266px;
				width: 188px;

				display: block;
				
			}	
	
	div#container div#address-container {
	
		height: auto;
		width: 100%;
		
		margin-top: 110px;
		
		clear: both;
		
		text-align: center;
	
	}
	
		div#container div#address-container div#address {
		
			width: 596px;
			height: 18px;
			
			background-image: url(../img/frontpage/address.png);
			background-repeat: no-repeat;
			
			margin-left: auto;
			margin-right: auto;
		
		}

