/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.09.2017, 18:46:07
    Author     : moser
*/
html, body{
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  background: url(../sitepic/hg1px.png);
  background-repeat: repeat;
 
 
    
}

.content{
    color:#293790;
    max-width:60%;
height:auto;
position: relative;
display:block;
margin:0 auto;
}
.logo{
max-width:40%;
height:auto;
position: relative;
display:block;
margin:0 auto;
}
.logo img{
width:100% !important;
height:auto !important;
display:block;
}
