

/*html * {
	font-size: 100.1%;
}*/

body {
	font-family: "QuaySansEFBookRegular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 160%;
	line-height: 1;
}

.entry-content
{
	font-size: 1.25em;
	line-height: 1.4em;
}

.entry-content h1 {
	font-size: 1.8em;
}

/*h1 {
	font-size:2.8em;
	font-size:3.724em;
	line-height: 1.125em;
	margin:0 0 1em 0;
}

h2 {
	font-size:2.4em;
	font-size:3.192em;
	line-height: 1.2857em;
	margin: 0 0 1em 0;
}

h3, h4, h5, h6 {
	font-size:2.0em;
	font-size:2.66em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

ol, ul, dl {
	font-size:1.4em;
	line-height:1.4em;
	list-style-position: outside;
	padding-left: 1.4em; 
}

li {
	font-size:1em;
	line-height:1.5em;
	margin-left:0em;
	color: #000;
}*/

/* general text-formatting */
/*p {
	font-size:1.5em;
	line-height:1.4em;
	margin: 0 0 0.7em 0;	
}

footer {
	font-size: 1.5em;
}*/

/* links */
a {
	color:#008B93;
	background:transparent;
	text-decoration:none;
}

a:active { outline: none; }

/* (en) maximum constrast for tab focus - change with great care */
/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
a:hover,
a:focus {
	color:#189044;
	text-decoration:none;
}

a.link-nostyle:hover,
a.link-nostyle:focus {
	color: #008B93;
	text-decoration: none;
}

body > footer a,
body > footer  span {
	white-space: nowrap;
}

body > footer a {
	color: #000;
}
