body {
	color: black; background-color: white;
	font-size: 110%;
	font-family: Times New Roman,Arial,sans-serif;
	margin: 0; padding: 1em;	
}

/* KOPFZEILE */

#HeaderLeft{
	height: 9.5em;
/*	border: 1px dashed blue;*/
	margin: -1em 0 0 0;
	float:left;
	width: 18em;
}
#Header{
	height: 9.5em;
	margin: -1em 0 0 18em;
	padding: 0 1em;
/*	border: 1px dashed green;*/
}
h1{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}

h2{
	font-size: 11px;
	font-family: Arial;
	text-align: center;
}
/* HAUPTMENU */

#MainMenu{
	width: 45em;
	height: 2em;
	margin: 0 0 0 18em;
	/*border: 1px dashed orange;*/
/*	padding: 0 18em;*/
	font-size: 1em;
	font-family: Times New Roman;

}

#MainMenu a:link {
    color:#A64503; background-color: white;
	text-decoration: none;
}
#MainMenu a:visited {
	color: #A64503; background-color:  white;
	text-decoration: none;
}
#MainMenu a:hover {
    color: #A64503; background-color: #EFE3D8;
	text-decoration: underline;
}
#MainMenu a:active {
    color: #A64503; background-color: white;
	text-decoration: none;
}



/* NAVIGATION */

ul#Navigation {
    font-size: 0.83em;
    float: left; width: 18em;
    margin: 0; padding: 0;
/*   border: 1px dashed orange;*/
    background-color: white;
}
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
	text-align: center;
    display: block;
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
	text-decoration: none;
  }
ul#Navigation a:visited {
	color: black; background-color:  white;
text-decoration: none;
}
  ul#Navigation a:hover {
    color: black; background-color: #EFE3D8;
	text-decoration: underline;
  }
  ul#Navigation a:active {
    color: white; background-color: white;
	text-decoration: none;
  }

/* INHALT */

  div#Inhalt {
    width: 45em;
    margin: 0 0 0 18em;
    padding: 0 1em;
	border: 1px solid black;
/*   border: 1px dashed orange;*/
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
/* Keine Border für Images */
img {border:0;}
  
/* Tabellen-Layout (vor allem Seite "Links") */
table.tabelle {
	font-family : Times New Roman, Serif;
	border : none;
}
table.tabelle td{
	font-family : Times New Roman, Serif;
	font-size: 9pt;
	color: #333333;
	font-weight : normal;
	vertical-align : middle;
}
/* Tabellen-Layout (Seite "Choere" */
table.choere {
	font-family : Times New Roman, Serif;
	border : none;
	width : 100%;
}
table.choere td{
	font-family : Times New Roman, Serif;
	font-size: 11pt;
	color: #333333;
	font-weight : normal;
	vertical-align : middle;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

/* Tabellen-Layout (Seite "Vorstand") */
table.vorstand {
	font-family : Times New Roman, Serif;
	border : none;
	width : 80%;
	margin-left : 20%;
	table-layout : fixed;
}
td.vorstand-titel {
	width : 25%;
}
td.vorstand-name {
	width : 75%;
	vertical-align: middle;
/*	font-family: Times New Roman, Serif;
	text-decoration:none;
	color:black;*/
}
td.vorstand-name a{
	font-family: Times New Roman, Serif;
	text-decoration:none;
	color:black;
}
td.vorstand-name a:visited{
	font-family: Times New Roman, Serif;
	text-decoration:none;
	color:black;
}

/* Text-Konfiguration */

span.detail {
	color:green;
	font-style:italic;
}

span.name-of-person {
	color:blue;
}

/* Gallerie-Konfiguration */

span.gallerie {
	font-family: Arial, Sans Serif;
	font-size: 9pt;
}

table#tx-lzgallery-pi1-fotonav {
	font-family: Times New Roman, Serif;
	border: none;
}

table#tx-lzgallery-pi1-fotonav a{
	font-family: Times New Roman, Serif;
	color: black;
	text-decoration:none;
}
table#tx-lzgallery-pi1-fotonav a:visited{
	font-family: Times New Roman, Serif;
	color: black;
	text-decoration:none;
}

table#tx-lzgallery-pi1-fotos {
	font-family: Times New Roman, Serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

body#tx-lzgallery-pi1-fotos {
	text-align:center;
}

td.standardcell  {
	font-family : Times New Roman, Serif;
	font-size: 9pt;
	color: #333333;
	font-weight : normal;
}

td.headercell  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight : bold;
}

td.headercellblack  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : bold;
}

