/*print.css f&uuml;r Seiten mit drop dow menu vom Seitenrand*/
body {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/*nicht in print.css
	behavior: url(../csshover.htc); 	
	background-image: url(../images/layout/wassertropfen31.jpg);
	background-position: 50% -10%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	*/
	clear: both;
	line-height: 14pt;
}

/*alle div's ausser div#nav werden so geschrieben:#<name des div>*/
/*die Kopfzeile*/
#divKopf {
	padding: 0 0 0.5em 0;
	border-bottom: solid #000000 1px;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 2em;
	margin-left: 0em;
	display: block;
	width: 100%;
}
.img_kopf {
	text-align: center;
	display: none;
}
#divKopf h1 span {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	padding: 0;
	font-style: italic;
	text-align: center;
}

#divKopf h2 {
	display: block;
	font-size: 14pt;
	text-align: center;
}
/*Ende der Kopfzeile*/

/*hier wird div#nav und div#divInhalt zusammengefasst*/
#divSchachtelUmMitte {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#divSchachtelUmAlles #divSchachtelUmMitte #divContent #divInhalt #divHerkunftSeite {
	page-break-after: avoid;
}


/*div#nav enthaelt die Navigation an der Seite*/
/*dropdown menu entnommen eric meyer's css project 9*/
div#divNav {
	display: none;
}

/*div#homepage ist nur fuer die erste Seite - die Homepage - notwendig*/
/*falls Text geschrieben wird richtet sich die Formatierung nach den Angaben, die nicht in anderen div's vorkommen*/
#homepage {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	position: relative;
	top: 0px;
}
/*sicherheitshalber wird div#homepage h1 extra formatiert - um zu verhindern, da&szlig; bei anderen Aenderungen auch h1 der Homepage ge&auml;ndert wird*/
#homepage h1 {
	font-size: 14pt;
	line-height: 18pt;
	margin-top: 2em;
	margin-left: 2em;
}

#homepage h2 {
	font-size: 16pt;
	margin-top: 0em;
	margin-left: 5em;
}
/*Ende #homepage*/
/*alles was in der Haupttextseite steht kommt in #divInhalt*/
#divInhalt {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	padding: 1em 1em 3em 2em;
	margin-top: 0px;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 100;
}
#divInhalt {margin-left: 2em; padding: 1em;}
#divInhalt h1, #divInhalt h2, #divInhalt h3 {
	color: #000;
}
#divInhalt h1 { font-size: 14pt;}
#divInhalt h2 { font-size: 12pt;}
#divInhalt h3 { font-size: 10pt;}
#divInhalt h4 { font-size: 10pt; color: #666666;}
#divInhalt p, #divInhalt ol, #divInhalt ul { font-size: 10pt;}
#divInhalt h1, #divInhalt h2, #divInhalt h3, 
#divInhalt h4, #divInhalt p {
	line-height: normal;
}

#divInhalt .v_autor {
	padding: 0px;
	margin: 0px;
	page-break-after: avoid;
}
#divInhalt .v_titel {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	font-style: italic;
	page-break-before: avoid;
}
#divInhalt .v_quelle {
	margin: 0px 0px 1em;
}

#divInhalt ul, #divInhalt ol {
	/*font-size: 1.2em;
	line-height: 1.5em;*/
}
#divInhalt ul, #divInhalt ol {
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding-left: 1em;
	width: 90%;
}
#divInhalt ul {
	list-style-type: circle;
	left: 0px;
	top: 0px;
}
#divInhalt ol {
	list-style-type: decimal;
	}

/*ul ul und ol ol sind eingerueckte "Unterlisten"*/
/*die Schriftgroesse der Unterlisten wird hier festgelegt*/
#divInhalt ul ul, #divInhalt ol ol {
	list-style-position: outside;
	/*font-size: 1em;*/
	margin: 0em;
	padding-bottom: 1em;
}
/*Listenzeichen sind kleine roemische Zahlen*/
#divInhalt ol ol {
	list-style-type: decimal;
	
	}
#divInhalt ul ul li, #divInhalt ol ol li {
	margin-top: 0em;
	margin-bottom: 0.3em;
}

/*div#table_form ist speziell fuer das Formular bestimmt*/
div#table_form {
	width: 90%;
}
/*Formatierung fuer die Ueberschriften in der Satzung*/
#satzung {
	padding-left: 1em;
	width: 95%;
}
#satzung h1, #satzung h2, #satzung h3, #satzung p {
	text-align: left;
}
.tab_fotos {
	width: 90%;
	/*font-size: 1em;*/
}
.tab_fotos caption {
	font-size: 1.2em;
}
.tab_fotos td h1 {
	font-size: 1em;
	font-weight: bold;
}
.tab_fotos td h2 {
	font-size: 1em;
}
.tab_fotos ul {
	display: block;
}
.tab_fotos ul li {
	display: inline;
	margin-right: 0.5em;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	margin-left: 0.5em;
	padding-left: 0.5em;
	font-size: 0.8em;
}
.tab_fotos ul li a {
	text-decoration: none;
}
.tab_fotos ul li a:hover {
	text-decoration: underline;
}
/*div#divFuss = id="fuss" fuer die Fusszeile*/
div#divFuss {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	border-top: 2px double #1D58A7;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 100%;
	font-size: 8pt;
}
div#divFuss img {
	float: right;
	margin-top: 0px;
	margin-right: 75px;
	clear: both;
}
div#divFuss p {
	margin-left: 0em;
	margin-top: 0em;
	display: block;
	margin-bottom: -0.5em;
	font-size: 8pt;
}
div#divFuss p.oben {
	display: none;
}

div#divFuss a:link, div#divFuss a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0 1em;
}
div#divFuss a:hover {
	text-decoration: none;
}
/*wenn nicht in div's anders definiert, gelten die folgenden Selektoren*/
/*Selektor f&uuml;r alles, was auf class="seitentitel" h&ouml;rt*/
*.seitentitel {
	font-size: 14pt;
	font-style: italic;
	line-height: 16pt;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	page-break-after: auto;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*fuer alle Ueberschriften die gleiche Farbe*/
h1, h2, h3, h4 {
	color: #000000;
}
/*fuer alles Ueberschriften unterschiedliche Schriftgroessen*/
h1 {
	font-size: 14pt;
	line-height: 16pt;
	page-break-after: avoid;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 13pt;
}

h4 {
	font-size: 12pt;
}
/*Selektoren fuer die Links in #divInhalt*/
a {
	display:inline;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	border: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*Ende Formatierung fuer die Link-Selektoren in #divInhalt*/

/*p = Absatz, ul = ungeordnete Listen, ol = geordnete Listen*/
p {
}
p.seitentitel + ul, ol {
	padding-top: 1em;
}
/*class-Selektoren fuer Tabellen auf der Seite Vereinstruktur*/
.tabstruktur {
	padding: 0px;
	width: 90%;
}
.tabstruktur td {
	border: 1px solid #666666;
	padding: 2px 1px;
	vertical-align: top;
}
/*Ende der Formatierung der Tabelle fuer die Seite Vereinssturktur*/

/*Selektor class="tabkontakt" ist fuer die Tabelle der Seite Kontakt gedacht*/
.tabkontakt {
	width: 90%;
	border: 1px solid #666666;
}
.tabkontakt td {
	padding: 0.5em;
	border: 1px solid #666666;
	border-collapse: collapse;
	vertical-align: top;
}
/*class-Selektor fuer die linke Tabellenspalte: "was"*/
.tabkontakt td.was {
	font-weight: bold;
	color: #000000;
	text-align: right;
	font-size: 16pt;
	padding: 1.5em;
}
.tabkontakt td.wer {
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
	padding: 1.5em;
}

/*Selektor class="tabmitglieder" ist fuer die Tabellen auf der Seite Mitglieder gedacht*/
.tabmitgl {
	width: 95%;
	font-size: 1em;
}
/*caption ist die Tabellenueberschrift*/
.tabmitgl caption {
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	line-height: 16pt;
	page-break-before: avoid;
}
.tabmitgl td {
	border: 1px solid #000033;
	width: 49%;
	padding: 0.2em;
}
.tabmitgl_buero {
	font-weight: bold;
}
.tabmitgl_buero, .tabmitgl_adr, .tabmitgl_ansprech, .tabmitgl_tel {
	font-size: 12pt;
}
.tabmitgl_ansprech {
	font-style: italic;
}
.tabmitgl_email {
	color: #FF0000;
}
/*ist fuer die Zertifizierungszeichen gedacht*/
.tabmitgl_img {
	vertical-align: top;
	text-align: right;
	margin-right: 0px;
	border: none;
	margin-top: -1em;
	margin-bottom: 0px;
}
p.tabmitgl_img + p.tabmitgl_buero {
	padding-top: 2em;
	background-color: #FF33FF;
}
/*Formatierung der Navigation zu den qsp-Seiten (Qualitaetsicherungsplan)*/
.qsp_nav {
	font-size: 1em;
	border-right: 1px solid #666666;
	text-align: center;
	margin-top: 1em;
}
.qsp_nav li {
	display: inline;
	list-style: none;
	padding-right: 1em;
}

/*das Aktualisierungsdatum*/
.datum {
	font-size: 0.8em;
}
/*fuer alles, was ganz rechts stehen soll, z.B. <p class="right">*/
*.right {
	text-align: right;
}
/*fuer alles was nicht von alleine links steht, es aber soll*/
*.links {
	text-align: left;
}
*.strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
.kleiner {
	font-size: 0.8em;
}
.oben {
	display: none;
	vertical-align: text-top;
	}
#nav_hori {
	display: none;
}
#zaehler {
	display: none;
}

