/*** PRINT STYLESHEET ***/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, sans-serif;
	margin: 0.25em 0 0.5em;
}

h1 {
	font-size: 2em;
	margin-top: 1em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4, h5, h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #000000;
}

hr {
	height: 0;
	margin: 0 0 2em;
	border: none;
	border-bottom: 1px solid #000000;
	color: #000000;
}

img {
	display: block;
	margin: 0 1em 1em 0;
}

ul {
	margin: 0 0 1em 1.5em;
}

ol {
	margin: 0 0 1em 2em;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

fieldset {
	margin: 0 0 1em;
	padding: 1em;
}

fieldset label,
fieldset input,
fieldset select,
fieldset textarea {
	display: block;
}

/* Disable these elements: */
a.logo,
ul.main_nav,
ul.secondary_nav,
ul.sub_nav,
fieldset.header_search,
div.header_bottom,
fieldset.login,
div.pushbox,
fieldset.newsletter,
div.footer ul.links_list,
a.link_more,
ul.index_nav,
ul.page_browser {
	display: none;
}

img.logo_print {
	display: block;
	margin: 0 0 2em;
}

div.breadcrumb_nav_holder {
	overflow: hidden;
	width: 100%;
}

div.breadcrumb_nav_holder h5 {
	float: left;
	margin: 0 1em 0 0;
}

div.breadcrumb_nav_holder ul.breadcrumb_nav {
	float: left;
	margin: 0;
	list-style: none;
}

div.breadcrumb_nav_holder ul.breadcrumb_nav li {
	float: left;
}

div.breadcrumb_nav_holder ul.breadcrumb_nav span {
	padding: 0 0.5em;
}

ul.docs_list {
	list-style: none;
}

ul.docs_list li {
	overflow: hidden;
	margin: 0 0 0.5em;
}

ul.docs_list img {
	float: left;
	margin: 0 1em 0 0;
	border: none;
}

div.teaser_home,
div.teaser {
	overflow: hidden;
}

div.teaser_home img,
div.teaser img {
	float: left;
	margin: 0 1em 1em 0;
}

ul.index_subjects {
	list-style: none;
}

ul.index_subjects li {
	margin: 0 0 1em;
}

ul.index_subjects ul {
	list-style: disc;
	margin-bottom: 1em;
}

ul.index_subjects ul li {
	margin: 0 0 0.5em;
}

ul.news_overview {
	margin: 0 0 1em;
	list-style: none;
}

ul.news_list span {
	margin: 0 1em 0 0;
	font-weight: bold;
}

div.news_article img {
	float: left;
	margin: 0 1em 1em 0;
}

