* {
      padding:0;
      margin:0;
      }
html{
	 box-sizing: border-box;
    height:100%;
}
body {
    height:100%;
	font-family: Arial,sans-serif;
	font-size: 16px;
	line-height:1.4;
	color: #353535;
}

p {
  	margin: 0 0 1rem 0;
    }
      
h1, h2, h3, h4, h5 {
  font-family:Arial,sans-serif;
    line-height:1.1;
    text-align:left;
	color: #002952;
  }
  
h1 {
  	margin:0 0 3rem 0;
    font-size: 1.45rem;
    }

h2 {
  	margin:0 0 0.9em 0;
    font-size: 1.35rem;
    }
      
h3,h4 {
  	margin:0 0 0.7em 0;
    font-size: 1.14rem;
    }
      
h5,h6 {
  	margin:0 0 0.6em 0;
    font-size: 1rem;
    }
      
ul {
  	list-style-type:disc;
  	margin:0 0 1rem 0;
  }

ul, ol{
  padding: 0 0 0 28px;
  list-style-position:outside;
}

li {
  margin:0 0 0.38rem 0;
  padding:0;
  }

a:link,a:visited,a:active  {
    color:#003C77; 
    text-decoration:none;
    }/*für Verweise zu noch nicht besuchten*/

a:visited {
    } /*für Verweise zu bereits besuchten Seiten*/

a:active {
    }  
    
a:hover {
    color:#416942;
    text-decoration:none;
    }  