/* THEME NAME : SPIEGEL --> PRINT
------------------------------------------------------------------------------------*/

#header, #topnavi, .menu, .navi, .subnavi, .sidebar, .footer, .navigation, .button {
	display: none;
}

body, #header, #wrapper, #main, .content {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15pt;
	width: 100%!important;
	margin: 0;
	padding: 0;
}

/* TEXTFORMATE
------------------------------------------------------------------------------------*/

p,
ul {
	font-size: 9pt;
	text-align: left!important;
	font-weight: normal;
	line-height: 1.2em;
}

.date {
	font-size: 6pt;
	line-height: 1em;
}

h1,
h2,
h3,
h4 {
	color: black;
	font-weight: normal;
	line-height: 1.3em;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 14pt;
}

/* LINKS
------------------------------------------------------------------------------------*/

a, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

/* FORMS
------------------------------------------------------------------------------------*/

label, input, textarea {
	width: 100%;
	clear: both;
}