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: 0.9em;
    padding: 8px 8px;
    min-height: 4em;
}
.dropdown-content a {
    padding: 8px 8px;
    font-size: 0.9em;
}

/* ---------------------------------------------------------- */

/* -------------------- page.css ---------------------- */
div#content {
	width: 90%;
}
div#mainContent {
	width: 100%;
}
div#imprintContent {
	width: 90%;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.15em;
}
a.teaser {
	font-size: 1.15em;
}
a.download {
	font-size: 1em;
}
div.customTeaser {
	font-size: 1.25em;
}
img.infoInline {
	max-width: 180px;
}
img.doctypeIcon {
	max-height: 36px;
}
/* ---------------------------------------------------------- */