@font-face {
    font-family: BastaBlack;
    src: url(../fonts/Basta-Black.otf);
}

@font-face {
    font-family: BastaReg;
    src: url(../fonts/Basta-Regular.otf);
}

htlm, body  {
	font-family: BastaReg;
	color:#003f63;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.cont__titel_h1 {
	font-size: 34px;
	line-height: 31px;	
}

.txt__bold {
	font-family: BastaBlack;
}

.cont__txt {
	font-family: BastaReg;
	font-size: 20px;
	line-height: 24px;
}

.cont__txt-link {
	color: #003f63;
	font-weight: normal;
	text-decoration: underline;	
}

.cont__txt-link:hover {
	color: #ffffff;
	background: #003f63;
	text-decoration: none;
	font-weight: normal;
}

.container__main {
	float: left;
	padding: 31px 31px 31px 31px;
}

