/*  Als Standardformat*/
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
}

/* H1 nur für "Prof. Dr. Jürgen Gerhards" oben im Titel*/
h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	white-space: normal;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;




}
/*  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;
	margin-bottom: 5px;
}
/*  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;
}

a:link {
	text-decoration: none;
	cursor: hand;
	color: #22537C;
}

a:visited {
	color: #22537C;
	text-decoration: none;


}
a:hover {
	color:#22537C;
	text-decoration: underline;
	cursor: hand;
}

li {
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}.kleineschriftschwarz {
	font-size: 10px;
}

table.hovercells td
{
background-color:#1476A4;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
border-right: 2px #CCE6E4 solid;
}

table.hovercells td:hover
{
background-color:#CCE6E4;
color:#1476A4;
}

a.hovercells:link
{
color:#FFFFFF;
}

a.hovercells:visited
{
color:#FFFFFF;
}

a.hovercells:hover
{
	color:#22537C;
	text-decoration:none;
	background-color: #FFFFFF;
}

a.languagelinks:link
{
color:#CCCCCC;
}

a.languagelinks:visited
{
color:#CCCCCC;
}

a.languagelinks:hover
{
text-decoration:underline;
color:#CCCCCC;
}


/*  Für die linke Navigationsleiste*/
.navilinks {
	list-style-type: none;
	list-style-image: none;
	text-transform: none;
	font-variant: normal;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #6B8EC8;
	padding: 5px 0px 5px 10px;
	margin: 0px 30px 0px 0px;
	color: #FFFFFF;
}