/*Überschrifft für beide Navigationsleistentypen*/
td.navhead {
color : white; 
background-color : #7c96b0; 
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
font-weight : bold; 
} 
/* Tabellenzeile für Subnavigationsleisten "Links, Lehre, Publikationen" */
td.navlink {
color : #003366; 
background-color : white; 
vertical-align : top; 
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
} 
/* Tabellenzeile für Hauptnavigationsleiste "Wir über uns"  */
td.navli {
color : #003366; 
background-color : #eeeeee; 
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
font-weight : normal; 
} 
/* Link für Subnavigationsleisten "Links, Lehre, Publikationen" */
a.links , a.links:link , a.links:active, a.links:visited  {
color : #003366; 
background-color : transparent; 
text-decoration : underline; 
font-weight : normal; 
} 
a.links:hover {
color : #990066; 
background-color : transparent; 
text-decoration : underline; 
} 

/* Link für Hauptnavigationsleiste "Wir über uns" */
a.menue , a.menue:link , a.menue:active,  a.menue:visited {
color : #003366; 
background-color : transparent; 
text-decoration : none; 
font-weight : normal; 
} 
 
a.menue:hover {
color : #990066; 
background-color : transparent; 
text-decoration : underline; 
}
/* Formatierung für Text */
body {
background-color : white; 
color : black; 
} 
td.text {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 10pt; 
text-align : left; 
vertical-align : top; 
} 
h1 {
background-color : transparent; 
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 16pt; 
font-weight : bold; 
color : #7c96b0; 
} 
h2 {
	background-color : transparent;
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size : 12pt;
	color : #003366;
} 
h3 {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
text-align : left; 
background-color : transparent; 
color : black; 
} 
p {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 10pt; 
text-align : left; 
margin: 0 0 0 0;
} 
a.text , a.text:link , a.text:active, a.text:visited {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 10pt; 
color : #003366;  
background-color : transparent; 
text-decoration : underline; 
font-weight : normal; 
} 
a.text:hover {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 10pt;
color : #990066; 
background-color : transparent; 
text-decoration : underline; 
font-weight : normal; 
} 
ul {
margin-top : 0; 
margin-bottom : 0; 
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
font-size : 10pt; 
}
/* Formatierung für Fussleiste */
a.fuss , a.fuss:link , a.fuss:active, a.fuss:visited  {
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
color : #003366; 
background-color : transparent; 
text-decoration : none; 
font-weight : normal; 
}

a.fuss:hover {
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
color : #990066; 
background-color : transparent; 
text-decoration : underline; 
font-weight : normal; 
} 
a.andi , a.andi:link , a.andi:active, a.andi:visited {
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
color : #7c96b0; 
background-color : transparent; 
text-decoration : underline; 
font-weight : normal; 
} 

a.andi:hover {
font-family : Verdana, Arial, sans-serif, Helvetica; 
font-size : 11px; 
color : #990066; 
background-color : transparent; 
text-decoration : underline; 
font-weight : normal; 
}
a , a:link , a:active, a:visited {
color : #003366;  
background-color : transparent; 
} 
a:hover {
color : #990066; 
background-color : transparent; 
} 

.rteTable {
width:70%;
	padding: 0 0 0 0;
	padding-left : 15%;
	padding-right : 15%;
	vertical-align: top;
}



.rteTableCell {
	border : 1px solid black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}