body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Arial,Geneva,sans-serif;
	background-color: white;
	color: black;
}

img {
	margin: 0;
	padding: 0;
	border-color: transparent;
	border-width: 0;
	border-style: none;
}

/* inline images */
tr.decoration img { display: block; }

div#master {
	background-color: inherit;
	margin: 0px 10px;
	padding: 0px;
}

/* linkklassen */
a:link, a:visited {
	color: rgb(0, 78, 140);
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(166, 204, 83);
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	color: rgb(0, 78, 140);
	font-size: 14px;
}

h4 {
	font-weight: bold;
	color: rgb(0, 78, 140);
	font-size: 12px;
	border-color: rgb(166, 204, 83);
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	margin: 5px 0px 10px 0px;
	padding: 5px 10px 5px 50px;
}

td.fliesstext {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 5px 10px 10px 10px;
}

ul { margin: 0 15px 5px 50px; }

ul ul { margin-left: 0px; }

li {
	line-height: 18px;
	font-size: 12px;
}

.textblau { color: rgb(0, 78, 140); }
.textgruen { color: rgb(166, 204, 83); }
.textrot { color: #990000; }

.schliessen {
	text-align: center;
	font-size: 12px;
	color: rgb(166, 204, 83);
	margin: 5px 10px;
}

/* fuer formulare */
label { cursor: pointer; }
legend {
	font-size: 11px;
	color: rgb(0, 78, 140);
}

fieldset {
	border-color: rgb(166, 204, 83);
	border-width: 1px;
	border-style: solid;
	margin: 5px 0;
}

/* fuer popup sprechstunden */
ul.sprechstunde { 
  margin-left: 20px;
  padding: 10px;
  list-style-position: outside;
  list-style-type: disc;
  list-style-image: url(/images/shared/green_punkt.gif);
}
