/*  Als Standardformat*/
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* H1 nur für "Prof. Dr. Jürgen Gerhards" oben im Titel*/
h1 {
	font-size: 20px;
	font-weight: normal;
}
/*  H2 immer oberste Überschrift einer Seite*/
h2 {
	font-size: 16px;
	font-weight: bolder;
}
/*  H3 kleinere Überschrift, als Unterüberschrift*/
h3 {
	font-size: 14px;
	font-weight: bold;
}
/*  Ist als Ersatz für H3 in Tabellen gedacht. Leider zeigt Explorer den automatischen Abstand für H unten an, Navigator nicht, so dass es dämlich aussieht. Mit einem eigenen Style kann ich das individuell steuern. */
.h3tabelle {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
/*  H4 nur fett, kleinste Überschrift bzw. zur Markierung*/
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 3px;
	padding: 0px;
}
ul {
	list-style-image: url(img/ul_dot.gif);

}

a:link {
	text-decoration: none;
	cursor: hand;
	color: #003399;
}

a:visited {
	color: #003399;
	text-decoration: none;


}
a:hover {
	text-decoration: underline;
	cursor: hand;


}
/*  Für die linke Navigationsleiste*/
.navilinks {
	list-style-type: none;
	list-style-image: none;
	text-transform: none;
	font-variant: normal;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px 0px 5px 10px;
	margin: 0px 40px 0px 0px;
	color: #000000;
}
/*  Musste ich für EditableRegion "Inhalt" einführen, da diese td sonst keinen Style angenommen hätte*/
.inhaltzelle {
	margin: 0px;
	padding: 10px 20px 20px;
	font-size: 12px;

}
/*  Dient in "Mitarbeiter" und "bio_..." als Abstandgeber und Farbdef. für die Zellen mit "Email, Telefonnummer, etc." */
.mittelspalte {
	color: #7F7F7F;
	width: 60px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*  Kann generell für ZeilenPADDING eingesetzt werden, habe ich für dir Übersichtstabellen in "Lehrangebot" geschaffen, weil ich ".mittelspalte" nicht benutzen konnte.*/
.zellenmarginunten {
	padding-bottom: 20px;
}
li {
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

