/* :::::::::::::::

css für www.typeworker.de
Datum: 23.01.2014
Autor: Guido Kellermann

:::::::::::::::::*/



*  { padding: 0; margin: 0; }

map area {
outline:none;
}

img
{
   border:0px;
}

a:active, a:focus {outline: none;}



/* #a0acb1 */


html { 
 height: 101%; 
/*background: url(_Bilder/typeworker_HG.jpg) no-repeat center center fixed;*/
background: #e5e9ea no-repeat center center fixed;
/*background: #e7ebee no-repeat center center fixed;*/
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

body { 
  height:100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
 font-size: 62.5%;
   color: white; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-align: center;
   position: absolute;
   left: 0px;
   width: 100%;
   /* overflow: visible; */
}


.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}


  #wrapper {
left: 50%;
margin-left: -450;
padding: 0pt;
position: absolute;
margin-top: -320px;
top: 50%;
}