/******************************************/
/* praxiskom TYPO3 css                    */
/******************************************/

/******************************************/
/* general definitions                    */
/******************************************/

html, body, p, h1, h2, h3, ul, ol, span, a, table, td, th, form, hr, div {
  font: 12px/19px Arial, Helvetica, sans-serif;
  color: #6D6D6D;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  overflow-y:scroll;
  background: #fff url(../img/wehr_web_bg_screen_02.jpg) fixed top center no-repeat;
  -webkit-background-size: 2206px 1294px;
}
a:link, a:visited {
  color: #6d6d6d;  
  text-decoration: underline;
}  
a:active, a:hover {  
  color: #53c0dd;  
  text-decoration: underline;  
}  
img {  
     border: 0;  
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

