html {
	position: relative;
    min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

/* -------------------- page.css ---------------------- */
div.title {
	font-size: 2em;
}
div.subtitle {
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
a.teaser {
	font-size: 1em;
}
a.download {
	font-size: 0.9em;
}
div.teaser {
	font-size: 1.2em;
}
div.teaser a {
	font-size: 1em;
}
img.doctypeIcon {
	max-height: 24px;
}
div#pageContentBlock {
	display: block;
}
div.flexContentBlock {
	width: 100%;
	padding-bottom: 0;
}
div.textheader {
	font-size: 1.5em;
}
div.contentListBlock {
	display: block;
}
div.contentListBlockItem {
	width: 100%;
}
div.customTeaser {
	font-size: 1.5em;
	line-height: 140%;
}
/* ---------------------------------------------------------- */
