/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	height: 100%;
}

@page {
	margin: 4rem 2rem;
	size: A4;
}

html {
	background: #ffffff;
}

body {
    font-family: 'Open Sans', 'Sans-Serif';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
	height: 100%;
	padding: 0;
	background: #ffffff;
}

h1 {
	font-family: 'Open Sans', 'Sans-serif';
	font-weight: 700;
	font-size: 1.5em;
	line-height: 2rem;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 0.5em;
}

h2 {
	font-family: 'Open Sans', 'Sans-serif';
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.25rem;
	margin-bottom: 1em;
	color: #333333;
}

h3 {
	font-family: 'Open Sans', 'Sans-serif';
	font-weight: 700;
	font-size: 1em;
	line-height: 1.25rem;
	margin-bottom: 1em;
	color: #333333;
}


.height-change-listener {
	display: none;
}

.container {
	margin: 0;
	padding: 0;
	width: auto;
}

#content {
	position: relative;
	margin: 0;
}

#menu {
	display: none;
}

#notificationcenter {
	display: none;
}

#mainbar-wrapper {
	display: none;
}

#mainbar {
	display: none;
}

.tabstrip.submenu {
	display: none;
}

#employmentprofile {
	display: none;
}

#footer {
	display: none;
}

.widgets.feedback {
	display: none;
}

#cookiebar {
	display: none;
}

.wrapper {
	display: none;
}

.stickynavigation {
	display: none;
}

.htmldescription p {
	margin-bottom: 1rem;
}

.htmldescription ul {
	margin-bottom: 1rem;
}

.htmldescription ol {
	margin-bottom: 1rem;
}

.htmldescription li p:last-child {
	margin-bottom: 0;
}

.htmldescription ol {
	list-style: decimal;
}

.htmldescription ol li {
	margin-left: 2rem;
	line-height: 1.5rem;
}

.htmldescription ul {
	list-style: disc;
}

.htmldescription ul li {
	margin-left: 2rem;
	line-height: 1.5rem;
}

.advertisement {
	display: none;
}

.properties ul {

}

.properties ul li {
	line-height: 2rem;
}

.properties ul li span.name {
	display: inline-block;
	width: 15rem;
}

.properties ul li span.value {
	display: inline-block;
}

.projectdescription span.title {
	font-family: 'Open Sans', 'Sans-serif';
	font-weight: 700;
	font-size: 1.5em;
	line-height: 2rem;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 0.5em;
}
