/* --- define print version lay-out, relative to normal style --- */

html {
	width: 100% !important;
	background-color: none;
}

body {
	width: auto !important;
	margin: 0px;
	font-size: 12pt;
	background-color: none;
	background-image: none;
}

body.article-page,
body.homepage {
	background-image: none;
}

body > #supercontainer,
body.homepage > #supercontainer  {
	background-image: none;
}

#divcontainer {
	width: auto !important;
	margin: 0px;
	padding: 0mm 5mm 0mm 5mm !important;
	background-image: none;
}

/* --- header elements --- */

#header {
	height: auto !important;
	background-image: none !important;
}

#header #header-logos {
	height: auto !important;
	background-image: none !important;
}
#header #header-corp-logos {
	height: auto !important;
}
#header #header-logos img.logo-print,
#header #header-corp-logos img.logo-print {
	display: block;
	width: 100%;
}
#header #header-logos img.logo-web,
#header #header-logos img.teaser,
#header #header-corp-logos #header-corp-teasers,
#header #header-corp-logos .logo-left {
	display: none;
}

#header #header-logos #printbar,
#header #header-corp-logos #printbar {
	display: block;
	font-size: 80%;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}
#header #header-logos #printbar span,
#header #header-corp-logos #printbar span {
	font-size: 74%;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}

#header #header-payoff {
	display: none !important;
}
#header #header-payoff p {
	display: none;
}

#header #teaser-corp-bottom {
	display: none;
}


/* --- main elements --- */

#main {
	width: auto !important;
}

#main #content {
	float: none !important;
	width: auto !important;
	padding: none !important;
}

#main #sidebar {
	display: none;
}


/* --- content elements --- */

#content h1.category,
#content h2.category {
	margin: 35px 0px 65px 0px;
}

#content ul.posts li .post {
	width: 80% !important;
}

#content .article {
	width: 100% !important;
	margin: 0px;
}

#content .article textarea {
	xxwidth: auto !important;
}

#content ul.visie {
	display: none;
}

#content .article img.left {
	margin-left: 0px;
}

#content .links {
	margin-top: 60px !important;
}


/* --- footer --- */

div#footer {
	display: none;
}
