@charset "utf-8";

body {
	min-width: inherit;
	width: auto;
	background: none;
}

button {
	display: none;
}

/*
 * Page header
 */
div#header {
	padding: 0;
	margin-bottom: 20px;
	background-image: none;
}
div#header img.headerImg,
div#header ul#headerAnimation {
	display: none;
}

/*
* Main Navagition
*/
ul#mainNavi {
	display: none;
}
 
div#mainLeft {
	display: none;
}

div#mainRight {
	display: none;
}

div#mainContent,
body#twoColumns div#mainContent,
body#threeColumns div#mainContent {
	width: 100%;
	float: none;
}

div.contentBox,
body#twoColumns div.contentBox,
body#threeColumns div.contentBox {
	background-image: none;
}

body#twoColumns div.contentBox div.footer {
	display: none;
}

div.contentBox a.vita,
div.contentBox a.email,
div.contentBox a.download,
div.contentBox a.print,
div.contentBox a.top {
	display: none;
}

/*
 * Footer
 */
div#footer a {
	display: none;
}

/*
	Globale Styles
*/
.print {
	display:block;
}