body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #fff;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d499e;
	color: #113a91;
	text-decoration: none;
}
a:visited {
	color: #7c565e;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #2a5dc8;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F44917;
	text-decoration: none;
	font-weight: bold;
	background-color: #f7cb3e;
}
.navkontaktdaten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}
.anavkontaktdaten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d499e;
	color: #113a91;
	text-align: right;
}

.scrollbar
{
scrollbar-DarkShadow-Color:#061e4f;
scrollbar-Track-Color:#e9f4f9;
scrollbar-Face-Color:#bdc9eb;
scrollbar-Shadow-Color:#053e5b;
scrollbar-Highlight-Color:#e9f4f9;
scrollbar-3dLight-Color:#e9f4f9;
scrollbar-Arrow-Color:#061e4f;
}

.hervorhebung {
	text-transform: uppercase;
	color: #f44917;
}

/* Definition der Gesamtseite */
#alles {
	position: relative;
	top: 0px;
	padding: 0;
	margin: 0;
	width: auto;
}
/* Darstellungsbereich auf automatische Breite setzen und linksbündig */
#seite {
	width: auto;
	margin-left: 0px;
	
}

/* nun werden die einzelnen Spalten definiert*/
#bild, #navi, #inhalt, #inhaltscroll {
	height: auto; 
	float: none;
}
#bild {
	width: auto;
	background-color: #fff;
}
.printlogo {
	display: block;
}
/* das grosse Bild blenden wir aus. */
#bild img.visual {
	display:none;
}

/* Navi nicht im Ausdruck anzeigen. Adresse aber schon */
#navi {
	width: auto;
	border: 0;	
	background-color: #fff;
}

#inhalt, #inhaltscroll {
	display: inline;
	background-color: #fff;
}

/* absolute Positionierung der orangen Linie oben und unten 
im Ausdruck ausblenden*/
#orangelinieoben, #orangelinieunten, #orangelinieuntenbereich {
	display: none;
}

/* Navigation ausblenden */
#navi ul, #navi ul li ul {
	display: none
}

/* Adresse unterhalb der Navigation */
#kontakt {
	width: 200px;
	border-top: 1px solid #2F59AB;
	text-align: left;
	margin-top: 35px;
	margin-left: 35px;
}
#kontakt a {
	display: inline;
}

/* Sprachlink - nicht im ausdruck */
#sprachversion {
	display: none
}

/* Inhaltsbilder ausblenden ?? */
.inhaltsbild {
	display: block;
}


/* Seitenüberschrift: normal wird ein Bild dargestellt - aber der Text ist in der Seite vorhanden (f. Ausdruck)!*/
h1 {
	margin:0;
	max-width: 444px;
	margin-left: 10px;
	margin-top: 10px;
}
h1 span {
	text-transform: uppercase;
	font-weight: bold;
	
}
h1 img {
	display: none;
}

/* Textbereich der Seite - hier kommen alle Texte, Tabellen etc. hinein.
damit alles im Inhalt Platz zum linken Rand hat:*/
#textbereich {
	margin-left: 10px;
	width: 600px;
	height: 100%;
	padding-bottom: 20px;
}

/* Damit Texte in Tabellen nicht zusätzlichen Platz brauchen */
table tr td p {
	margin: 0;
	padding: 0;
}

