/* PRINT CSS */
body, html {
   margin: 0;
   padding: 0;
}

body {
	font-size: 100.01%;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
}

div#seite {
	font-size: 0.9em;
}

div#kopf img {
}

div#streifen {
	display: none;
}

div#navi_oben {
	display: none;
}

a {
	color: #0000ff;
}

div#kopf h1 {
	display: none;
}
h4 {
	font-style: italic;
}

div#spalte1 {
	display: none;
}

span {
	font-size: 1.25em;
}
span.gyrok {
	font-family: "Times New Roman",Times,serif;
	font-size: 12pt;
	font-weight: bold;
}

table {
}
td { padding: 0.1em 0.5em; }
.spalte1 {width: 9em;}
	

div#fuss {
	display: none;
}

.verborgen {
	display: none;
}

p.spruch {
	font-style: italic;
	font-weight: bold;
	color: #ff6600;
	margin-top: 1.6em;
}
p.footnote {
	font-size: 0.7em;
}
div.nachoben {
	display: none;
}

/*Externe Links*/
span.extlink {
}

/*Kontaktformular*/
fieldset {margin-top: 2.5em;}
legend {font-weight: bold;}
form .reihe { clear: both; margin: 0.2em 0;}
form .label {
	float: left;
	width: 6em;
	text-align: right;
	padding: 0.1em 1.2em 0 0;
}
.formfehler {color: red;} /*Warnmeldungen bei Eingaben im Kontaktformular*/

/*Linkliste*/
ul.linklist {
	list-style-type: none;
	padding: 0;
}
.linklist li {
	margin: 1em 0;
}

