body {
	color: #333;
	background-color: white;
	font-size: 1em%;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin: 0.0em; 
	padding: 0.0em;
	text-align: justify;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

h1 {
	font-size: 1.5em;
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0.7em 0; 
	padding: 0.3em;
	text-align: left;
	color: #BFA256;
	border: 0px;
}

h2 {
	font-size: 1.3em;
	font-family: Verdana, Tahoma, sans-serif;
	color: #BFA256;
	margin:0.5em 0;
	padding:0.25em 0;
}

h3  {
	font-size:1.1em;
	font-family: Verdama, Tahoma, sans-serif;
	color: #333;
	margin:0.2em 0;
	padding:0.15em 0;
}


hr {
	height: 2px;
	color: #333;
	background-color: white;
}

a {
	color: #BFA256;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #BFA256;
	font-weight: bold;
	text-decoration:none;
  }

a:hover {
	color: gray;
	font-weight: bold;
	text-decoration: none;
  }

a:active {
	color: #BFA256;
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin-left:0.4em;
	list-style-position: outside;
	list-style: none;
}


ul li	{
	font-weight: bold;
	color: #BFA256;
	font-size: 100%;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-indent: -1em;
}

ul a	{
	font-weight: bold;
	color: #BFA256;
}

.quote	{
	color: #333;
	font-size: 0.85em%;
	border: 1px outset ;
	padding: .5em;
	background-color: #FBFBFB;
}

ul#quote {
	margin-left: -2em;
	list-style: square;
}

ul#quote li {
	list-style: square;
	color: #333;
	font-weight: normal;
	padding: .5em;
	text-indent: .5em;
}

ul#NavigationTop {
	margin: 0;
	padding:0.2em;
	text-align: left;
	border: 0px;
	margin-bottom: 3em;
}

ul#NavigationTop li {
	list-style: none;
	display: inline;
	margin: 0.4em; 
	padding: 0;
}

ul#NavigationTop a {
	padding: 0.2em;
	font-weight: bold;
  }

ul#NavigationTop a:link {
	color: #BFA256;
	text-decoration:none;
}

ul#NavigationTop a:visited {
	color: #BFA256;
	text-decoration:none;	
}

ul#NavigationTop a:hover {
	color: gray;
	text-decoration:none;
}

ul#NavigationTop a:active {
	color: white;
	text-decoration:none;
}


ul#Navigation {
	background-color:#BFA256;
	font-size: 0.9em;
	color: white;
	float: right;
	width: 18em;
	padding: 0.4em;
	margin-right:0.6em;
	border: 0px;
	margin-bottom:0.4em;
}

ul#Navigation h2 {
	color: white;
	font-size: 1.0em;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0.4em;
	text-transform:uppercase;
}

ul#Navigation li {
	list-style: none;
	margin: 0; 
	margin-left: 0.3em;
	padding: 0.5em;
}

ul#Navigation a {
	display: block;
	padding: 0.2em;
	text-decoration:none;
}

ul#Navigation a:link {
	color: white;
	font-weight:normal;
	text-decoration:none;
}

ul#Navigation a:visited {
	color: white;
	font-weight:normal;
	text-decoration:none;
  }

ul#Navigation a:hover {
	color: gray;
	font-weight:normal;
	text-decoration:none;
  }

ul#Navigation a:active {
	color: white;
	font-weight:normal;
	text-decoration:none;
}


div#Info {
	font-size: 0.75em;
	float: left; width: 14em;
	padding: 0;
	margin-bottom: 4em;
	border: 0px;
	/**border-color:#7D7D7D;**/
	border-color: #BFA256;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}

div#Info h2 {
	font-size: 1.5em;
	color: #BFA256;
	font-weight: bold;		
	margin: 0.2em 0.5em;
}

div#Info p {
	font-size: 1em;
	margin: 0.5em;
}

div#Inhalt {
	margin-right: 18em;
	margin-left: 12em;
	margin-bottom: 5em;
	padding: 0 1em;
	border: 0px;
}

* html div#Inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des
			Internet Explorer bis Version 6 */
}

div#Inhalt h2 {
	font-size: 1.1em;
	margin: 0.2em 0;
}

div#Inhalt p {
	font-size: 0.9em;
	margin: 1em 0;
}

div#Inhalt_2 {
	margin-right: 12em;
	margin-left: 8em;
	margin-bottom: 5em;
	padding: 0 1em;
	border: 0px;
}

* html div#Inhalt_2 {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des
			Internet Explorer bis Version 6 */
}

div#Inhalt_2 h2 {
	font-size: 1.1em;
	margin: 0.2em 0;
}

div#Inhalt_2 p {
	font-size: 0.9em;
	margin: 1em 0;
}


p#Fusszeile {
	clear: both;
	font-size: 0.8em;
	margin: 3em;
	padding: 1em;
	text-align: center;
	border: 0px;
}

img {
	border: 0px;
}
