@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: url(../images/bg.gif) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		
	font-family: 'AvenirLightWebfont';
	font-weight:normal;
	font-size:18px;
}

a{
	text-decoration: none;
	color:#000000;
}
a:visited{
	text-decoration: none;
	color:#000000;
}
a:hover{
	text-decoration: none;
	color:#000000;
}
b{
	font-weight: normal; 
	font-style: normal; 
	font-family: 'AvenirMediumWebfont';
	font-size:22px;
}
.kreis{
	opacity:0.6;fill:#FFFFFF;
}
.kreis_bg{
	position: absolute;
	width: 400px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
}
.name{
	border: none;
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -74px;
	margin-left: -200px;
	text-align:center;
	font-family: 'AvenirMediumWebfont';
	font-size:22px;
}
.title{
	border: none;
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -200px;
	text-align:center;
}
.adress_1{
	border: none;
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -200px;
	text-align:center;
}
.adress_2{
	border: none;
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: 17px;
	margin-left: -200px;
	text-align:center;
}
.adress_3{
	border: none;
	position: absolute;
	width: 350px;
	height: 27px;
	top: 50%;
	left: 50%;
	margin-top: 40px;
	margin-left: -175px;
	text-align:center;
}
.adress_4{
	border: none;
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: 68px;
	margin-left: -200px;
	text-align:center;
}
.adress_5{
	border: none;
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: 170px;
	margin-left: -200px;
	text-align:center;
	font-size:10px;
}
.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;
}
.td_hor{
	background:#ffffff;
	height:20px;
	opacity:0.3;
}
.td_ver{
	background:#ffffff;
	width:20px;
	opacity:0.3;
}