@charset "utf-8";

body {
    width: 100%;
    min-height: 100%;
    height: auto;
    background: url('images/bg2.jpg') top center no-repeat #ededed;

 
}

img {
    border: 0px;
}
@font-face
{
font-family: "corisandelight"; 
src: local("corisandelight"),
url("fonts/corisandelight.ttf")
format("TrueType")
}
@font-face
{
font-family: "corisandebold"; 
src: local("corisandebold"),
url("fonts/corisandebold.ttf")
format("TrueType")
}   
.headline {
	font-family: CorisandeLight;
	font-size: 30pt;
	color: #3e3e3e;
}
.small_headline {
	font-family: CorisandeLight;
	font-size: 14pt;
	color: #3e3e3e;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3e3e3e;
	line-height: 155%;
}
.button_rechts {
	font-family: CorisandeBold;
	font-size: 12pt;
	color: #3e3e3e;
}
.telefon_rechts {
	font-family: CorisandeBold;
	font-size: 15pt;
	color: #3e3e3e;
}
.footer-logo_fett {
	font-family: CorisandeBold;
	font-size: 15pt;
	color: #ffffff;
}
.footer-logo_light {
	font-family: CorisandeLight;
	font-size: 15pt;
	color: #ffffff;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}
