body {
    background-image: url("background.png");
    background-repeat: no-repeat;
	background-position: center;
	
	
}

#logo {
    position: fixed;
    top: 20px !important;
    left: 20px !important;
    width: 233px;
    height: 95px;
	 background-image: url("fnlogo_small.jpg");
	  background-repeat: no-repeat;
	background-position: center;
	
}


#contact {
    margin-top: 200px;
    font-size: 24px;
	color: #1f497d;
  

}


#datenschutz {
    margin-top: 200px;
    margin-left: 200px;
	font-size: 16px;
	color: #1f497d;
   }


#impressum {
	border-style: solid;
	 border-width: 2px;
	 border-color: #1f497d;
    font-size: 24px;
	position: fixed;
    bottom: 20px !important;
    right: 20px !important;
    width: 118px;
    height: 30px;
   padding-left: 10px;

}

#datenschutzerklaerung {
	border-style: solid;
	 border-width: 2px;
	 border-color: #1f497d;
    font-size: 24px;
	position: fixed;
    bottom: 20px !important;
    right: 200px !important;
    width: 225px;
    height: 30px;
  padding-left: 10px;

}

a:link {
  text-decoration: none;
  color: #1f497d;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


