@font-face {
	font-family: 'AvenirLightWebfont';
	src: url(../fonts/AvenirLightWebfont.ttf) format("TrueType");
	src: url(../fonts/AvenirLightWebfont.eot);
	src: url('../fonts/AvenirLightWebfont.eot'); 
	src: url('../fonts/AvenirLightWebfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/AvenirLightWebfont.woff') format('woff'),
        url('../fonts/AvenirLightWebfont.ttf') format('truetype'), 
        url('../fonts/AvenirLightWebfont.svg#AvenirLightWebfont') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
@font-face {
	font-family: 'AvenirMediumWebfont';
	src: url(../fonts/AvenirMediumWebfont.ttf) format("TrueType");
	src: url(../fonts/AvenirMediumWebfont.eot);
	src: url('../fonts/AvenirMediumWebfont.eot'); 
	src: url('../fonts/AvenirMediumWebfont.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/AvenirMediumWebfont.woff') format('woff'),
        url('../fonts/AvenirMediumWebfont.ttf') format('truetype'), 
        url('../fonts/AvenirMediumWebfont.svg#AvenirMediumWebfont') format('svg'); 
	font-weight: normal; 
	font-style: normal;  
}
body{
	margin:0px;
}
html {
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		
	font-family: 'AvenirLightWebfont';
	font-weight:normal;
	font-size:18px;
}
b{
	font-weight: normal; 
	font-style: normal; 
	font-family: 'AvenirMediumWebfont';
	font-size:22px;
}
.haftung{
	border: none;
	position: absolute;
	width: 1000px;
	height: 366px;
	top: 50%;
	left: 50%;
	margin-top: -183px;
	margin-left: -500px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.6);
	font-family: 'AvenirMediumWebfont';
	font-size:10px;
}
.tbl_main{
	width:100%;
	height:100%;
	border-collapse:collapse;
}