@charset "UTF-8";

/* Formatierungen für Druckansicht */

div,input,button,li,a,textarea,pre,select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div,input,button,textarea,pre,select {
	font-size: 0.89em;
}

pre {
	font-size: 1em;
}

div#logo img {
	border: none;
}

.aural {
	display: none;
}

div#serviceBg {
	display: none;
}

div#serviceBox {
	display: none;
}

div#serviceNav {
	display: none;
}

div#breadcrumb ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#breadcrumb ol li,div#breadcrumb ol li a {
	color: #333333;
	display: inline;
	text-decoration: none;
	font-weight: normal;
}

div#nav {
	display: none;
}

div#localNav {
	display: none;
}

div#copyInfo {
	clear: both;
	padding: 0.5em 0 0 0;
	font-size: 0.7em;
}

div#content form {
	margin: 0;
	padding: 0;
}

div#content form p {
	padding: 4px;
}

div#content abbr {
	text-decoration: none;
	border-bottom: none;
}

div#content hr {
	border: solid #eaebe6 1px;
}

div#content input,button,select,textarea {
	font-size: 100%;
	padding: 0.1em;
	margin: 0.25em 0 0.25em 0;
}

div#content fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

div#content fieldset legend {
	font-weight: bold;
}

div#content table.print {
	margin: 0;
	padding: 0;
	border: solid #000000 1px;
	border-spacing: 0px;
	background-color: #000000;
}

div#content table.print td,table.print th {
	background-color: #ffffff;
	border: solid #000000 1px;
}

.doNotPrint {
	display: none;
}