h1 {
	font-weight	: bold ;
	font-size : 18pt ;
	font-family : "Ubuntu" , sans-serif ;
	margin-bottom : 10px ;
	padding-top : 25px ;
}
h2 {
	font-weight	: bold ;
	font-size : 16pt ;
	font-family : "Ubuntu" , sans-serif ;
}
h3 {
	font-weight	: bold ;
	font-size : 14pt ;
	font-family : "Ubuntu" , sans-serif ;
}
h4 {
	font-weight	: bold ;
	font-size : 12pt ;
	font-family : "Ubuntu" , sans-serif ;
}
p {
	font-weight	: normal ;
	font-size : 12pt ;
	font-family : "Ubuntu" , sans-serif ;
}
li {
	font-weight	: normal ;
	font-size : 12pt ;
	font-family : "Ubuntu" , sans-serif ;
}
p focus {
	color : #008351 ;
}
h3 zeit {
	font-size : 8pt ;
	font-style : italic ;
}
p quote {
	margin : 20pt ;
}
hr{
	height : 2px ;
	border : none ;
	border-top: 2px solid #008351;
}
nav {
	box-sizing: border-box;
	font-family : "Ubuntu" , sans-serif ;
	width: 100%;
	font-size: 20px ;
	float: left;
	height : 120px ;
	position : fixed ; 
	background-color : #FFFFFF ;
	z-index : 120 ;
	margin : 0 ;
	padding : 0 ;
	margin-top : -12pt ;
	font-weight : bold ;
}
nav ul {
	margin: 0;
	padding: 0;
	font-weight : bold ;
}
nav a {
	display: block;
	color : #008351 ;
	text-decoration: none;
	font-size: 20px ;
	font-weight : bold ;
}
nav ul li {
	position: relative;
	float: left;
	list-style: none;
	font-weight : bold ;
}
nav ul li a:hover {
	color : #FFFFFF ;
	font-weight : bold ;
}
nav ul li:hover {
	background-color: #008351;
	font-weight : bold ;
}
content {
	position : absolute ;
	top : 100px ;
	padding-bottom : 25px ;
}
nav ul li a {
    padding: 20px;
}
footer {
	position: fixed;
	padding: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height : 48px ;
	box-sizing: border-box;
	float: left;
	width: 100%;
	font-size: 10px;
	background-color : #FFFFFF ;
	margin-bottom : -7.5pt ;
	font-family : "Ubuntu" , sans-serif ;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer a {
	display: block;
	color : #008351 ;
	font-size: 12px;
	text-decoration: none;
}
footer ul li {
	position: relative;
	float: left;
	list-style: none;
}
footer ul li a:hover {
	color : #FFFFFF ;
}
footer ul li:hover {
	background-color: #008351;
}
footer ul li a {
	padding: 5px;
}
a:link {
	color: #008351 ;	
}
a:visited {
	color: #008351 ;	
}
a:hover {
	color: #FFFFFF ;
	background-color: #008351 ;
}
zeit a {
	color : #008351 ;
	font-size : 8pt ;
}
input {
	width : 250px ;
}
textarea {
	width : 1000px ;
	height : 300px ;
}
input, textarea {
	font-family : "Ubuntu" , sans-serif ;
	font-size : 12pt ;
	width : 1000px ;
}