html,body{font-family: verdana,tahoma,arial,helvetica,verdana,sans-serif;}
/*html,body{font-family: 'century gothic',georgia,calibri,serif;}*/

.headerleft { float: left; }

.headerright {
  padding-right: 14px;
  text-align: right;
  max-width: 1050px;
}

.headertextbig {
  font-size: 4em;
  /* letter-spacing: 4px; */
  margin-top: 40px;
}

.headertextsmall {
  font-size: 1em;
  letter-spacing: 4px;
}

h1 {font-size:28px;}
/* h1 {font-size:28px; text-shadow: 1px 1px 2px #7F7F7F;} */

h2 {font-size:24px;}

article p, ul, ol, table {
  max-width: 1050px;
}

article ul li:before { content: '\1F539'; margin-left: -20px; margin-right: 4px; }

article a:link, article a:visited, article a:active {
	color: #0066CC;
	text-decoration: none;
}

article a:hover {
  color: #008000;
  text-decoration: underline;
}

footer hr { margin-top:0px; }

.footermenue {
  list-style-type:none;
  text-align: left;
}

.footermenue li a, .footermenue li a:active, .footermenue li a:visited {
  background-color: transparent;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

.footermenue li a:hover {
  font-weight: bold;
  text-decoration: none;
}

.footerlink { text-align: center; }