@charset “utf-8”;

body {
  color: black;background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

body#nav {
  color: black;background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 0 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 760px;
  padding: 0;
  /*background: #ffffe0 url(hintergrund.gif) repeat-y;*/
  background-color: white;
  border: 2px ridge #669900;
}

img.left {
	float:left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

h1 {
  font-size: 1.5em;
  margin: 0;
  padding: 1em;
  text-align: left;
  background-color: black;
  border-bottom: 1px solid #669900;
  vertical-align: top;
	height:120px;
}

div#logo {
	display: list-item;
	/*list-style-image: url(images/kmda_logo_print.png);*/
	list-style-image: url(images/kmg-logo.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}

ul#Navigation {
  font-size: 0.83em;
  float: left; width: 195px;
  margin: 0 0 1.2em; padding: 0;
	display: none;
}

ul#Navigation li {
  list-style: none;
  margin: 0; padding: 4px;
	background: transparent url(images/km_btn_bg.gif) repeat-x 100% 100%;
	text-align:left;
	vertical-align:middle;
	background-position:top;
	display: none;
}

ul#Navigation a {
  display: block;
  padding: 0;
  font-weight: bold;
  text-decoration:none;
	display: none;
}

ul#Navigation li ul{
	display:none;
}

ul#Navigation li:hover ul{
	clear: both;
	display:block;
  width: 195px;
  margin-left: -4px; padding: 0px;
	margin-bottom: -4px;
	margin-top: 4px;
	display: none;
}

ul#Navigation li:hover ul li {
	clear: both;
  list-style: none;
  margin: 0; padding-left: 24px;
	text-align:left;
	background:transparent url(images/km_btn_bg.gif) repeat-x 100% 100%;
	background-position:top;
	vertical-align:middle;
	display: none;
}

ul#Navigation a:link {
  color: white; background-color: transparent;
	display: none;
}
ul#Navigation a:visited {
  color: white; background-color: transparent;
	display: none;
}
ul#Navigation a:hover {
  color: black; background-color: transparent;
	display: none;
}
ul#Navigation a:active {
  color: black; background-color: transparent;
	display: none;
}

iframe.nav {
	margin: 0 0 0 0;
  padding: 0;
	border: 0;
  height:480px;
	width: 200px;
	float: left;
	display: none;
}

div#Inhalt {
  /*margin: 0 0 1em 220px;*/
  margin: 0 0 0 0;
  padding: 0 1em;
  height:480px;
  overflow:auto;
}
* html div#Inhalt {
  height: 480px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  /*margin-bottom: 0.5em;*/
}
div#Inhalt h2 {
  font-size: 1.5em;
  margin: 0.2em 0;
  color: gray;
  font-weight: bold;
}

div#Inhalt h3 {
  font-size: 1.2em;
  margin: 0.2em 0;
  color: gray;
  clear: left;
}

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

p.Wichtig {
  font-weight: bold;
  clear: left;
}

li.Wichtig {
  font-weight: bold;
  clear: left;
}

div#Inhalt a {
  color: #669900;
  font-weight: bold;
  text-decoration:none;
}

ul#Inhalt li {
  font-size: 0.83em;
  margin: 0 0;
}

ul#Inhalt2 li {
  font-size: 0.83em;
  margin: 0 0;
  list-style: none;
}

ul.Inhalt2 {
	font-size: 0.83em;
  margin: 0 0;
  list-style: none;
}

div#Inhalt a:hover {
	color: red;
}

p#Fusszeile {
  clear: both;
  font-size: 0.83em;
  margin: 0; padding: 0.1em;
  text-align: center;
  background-color: white;
  border-top: 1px solid #669900;
}
