@font-face { 
    font-family: "MyFont";
    src: url("../fonts/Hll_____.woff") format("woff");
}

body
{
  background: #555555 url(../images/Chrome.jpg) repeat-x;
  color: #333;
  font-family: "MyFont";
  padding: 0px;
  text-align: center;
  position:relative;
}

#all
{
  color: #333;
  border:solid 0px ;
  padding-top:0px;
  background:#fff
  margin: 0 auto;
  max-width:800px;
  padding: 0px;
  text-align: left;
}

#header
{
  padding-top:1em
  display:block !important;
  position:relative;
  padding:0px 0 0 0;
  overflow:hidden;
}

a:link,
a:visited
{
  color:#095197
}

a:hover,
a:active,
a:focus
{
  color:#095197;
}

.logoheader
{
  background:  URL(../images/Titelbild.jpg) no-repeat bottom left ;
  color:#fff;
  max-width:800px;
  min-height:564px;
}


h1#logo
{
     font-family: "MyFont";
     font-weight:normal;
     padding: 10px;
     margin-left: 10px;
     font-size: 48;
	 /*text-shadow:black 3px 2px 4px;*/
}

h1#source
{
     font-family: "MyFont";
     font-weight:normal;
     color:#aaa;
     margin-top: 460px;
     margin-left: 700px;
     font-size: 12;
	 /*text-shadow:black 3px 2px 4px;*/
}

.contact
{
  font-size: 16;
  font-family: Arial, "MyFont";
  background:#fff;
  padding:10px;
  max-width:800px;
  min-height:28;
  text-align:center;
}

.contact a
{
  text-decoration:none;
}

#back
{
  margin-top: 50px;
  padding:0px;
}
