html {
	position: relative;
    min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

/* -------------------- navigation.css ---------------------- */
#topNavigation {
  width: 100%;
}
.topnav a {
    font-size: 1em;
}

.dropdown .dropbtn {
    font-size: 1em;
    padding: 12px 12px;
    min-height: 4em;
}
.dropdown-content a {
    padding: 12px 12px;
    font-size: 1em;
}


/* ---------------------------------------------------------- */

/* -------------------- page.css ---------------------- */
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.25em;
}
a.teaser {
	font-size: 1.25em;
}
a.download {
	font-size: 1.1em;
}
div.customTeaser {
	font-size: 1.5em;
}
img.doctypeIcon {
	max-height: 36px;
}
/* ---------------------------------------------------------- */