/*
-----------------------------------------------
Layout 1766: Print Styles
----------------------------------------------- */

/* linearisierte Darstellung */

div#mainContent,
div#container,
div#header,
div#content,
div#sidebar,
div.colleft{
	width: 99%;
	margin: 0;
	padding: 5px;
	float:none;
	position:static;
}

/* Ausblendung des Key Visuals */

div#header div#emotion-header {
	height:auto;
	padding-left:10px;
}

/* Logo/Company Name */

div#emotion-header strong#emotion-header-title {
	position: static;
	display: block;
	font-size: 160%;
	margin-bottom: 1em;
}

/* Ausgeblendete Elemente */

#navigation,
#navigation2,
img#emotion-header-img,
#mainNav1,
#mainNav2,
#mainNav3,
div#footer {
	display: none;
}


/* Page Structure
----------------------------------------------- */

* {
	color: #000 !important;
	background: #fff !important;
	border: none !important;
	position: static !important;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

/* Headings
----------------------------------------------- */

h1, h2, h3 {
	margin: 1em 0 0.5em;
	font-weight: normal;
	clear: both;
}
h1 {
	margin-top: 0.5em;
	font-size: 180%;
}
h2 {
	font-size: 160%;
}

/* Links
----------------------------------------------- */

a {
	color: #999;
	text-decoration: underline;
}
a img {
	border:0;
}

/* Text mit Bild
----------------------------------------------- */

.imgleft {
	float: left;
	margin: 0 15px 0 0;
}
.imgright {
	float: right;
	margin: 0 0 0 15px;
}

/* Misc
----------------------------------------------- */

p {
	margin: 0;
	padding: 0;
}
table p, dl ul, dl p, dl dl {
	font-size: 100%;
}
ul, dl {
	margin-top: 0;
	margin-bottom: 0.75em;
}
hr {
	background: gray;
	display: block;
	border-width: 0;
	height: 0.25pt;
}
blockquote {
	margin: 0 0 0 20px;
	padding: 0;
}