@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-size: 1em;
	font-family:arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #003a5c;
}

.la:link {
  text-decoration: none;
  color: #003a5c;
}
.la:hover {
  text-decoration: none;
  color: #003a5c;
}
.la:visited {
  text-decoration: none;
  color: #003a5c;
}
.la:activ {
  text-decoration: none;
  color: #003a5c;
}


.actionHand{
	cursor: pointer;
}

.content{padding:20px 20px 50px 20px;}

.center{
	text-align: center;
}

.centerTable {
  width: 100%;
  background: red;
}

.impressum {
	font-size:11px; 
	color:#003a5c;
}


.dlinfo:img{
	height: 64px;
	width: auto;
}
