/*
 * "ewi.css" // Stylesheet fuer "EWI Web"//
 * 2001-01-18 Überarbeitung Jürgen Hörmann 2006
 */
 
 /* Die aufgefuehrten CSS sind sog. "classes". Diese koennen in JEDEN HTML-Tag eingefuegt werden.

     Beispiel:
      <p class="ueberschrift">Dies ist eine Ueberschrift</p>
     oder
      <div class="text">Hier kommt der Text.</div>
     oder auch
      <a class="textlink" href="http://www.irgendwas.de" target="_blank">Link</a>
     oder (wenn man ein einzelnes Wort hervorheben will/mehrere in einer Zeile sind)
        <span class="orientierung_1">Text</span>.... <span class="orientierung_2">Text</span>
--------------------------------------------------------------------

    Man braucht sie nicht in jede Datei einzubauen,
    man kann sie referenzieren:
      <link href="scripte/virstud.css" type="text/css" rel="stylesheet">
    ? Fragen bitte an Filipp Nentwig, nentwig@uni-duesseldorf.de ! 
*/

body
{
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #f2f2f2;
}

td
{
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px; 
}

.textnormal
{
	/* Style über body gesetzt dieser ist daher überflüssig */
	font-size: 11px;
}

p
{
	margin: 0.5em 0 0 0; 
	padding: 0 0 0 0;
	color: black;
}
.spalte_rechts {
	margin: 0 0 1em 10px;
	padding: 0;
}
.textweit
{
	line-height: 19px; 
}

.texteng
{ 
	line-height: 13px; 
}

.fragelink
{
	line-height: 13px; 
}

.fragetext
{
	font-size: 14px; 
	line-height: 14px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif ; 
	color: #999999;
}

.fusszeile
{
	font-size: 9px; 
	line-height: 18px; 
}

.randzitate
{
	line-height: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
}

.navi
{
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif;
}

/**
 * Überschriften: Die Klassen .ueberschrift sind veraltet. 
 * Bitte die Tags h1 bis h4 verwenden. Danke!
 **/
h1, .ueberschrift1
{ 
	font-size: 17px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold; 
	line-height: 22px;
	margin: 0;
	padding: 0 0 2em 0;
}

h2, .ueberschrift2
{ 
	font-size: 15px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height: 19px;
}

h3, .ueberschrift3
{ 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3 .sub, .ueberschrift3 .sub
{
	font-weight: normal;
	font-size:11px;
}

h4, .ueberschrift4
{ 
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.5em 0 0 0;
	padding: 0;
}
h5
{
	font-size: 11px;
	font-style:italic;
	font-weight:bold;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
.spanunterstrichen
{
	text-decoration: underline;
}
a:link, a:active, a:visited
{
	color: #0033cc; 
	text-decoration: none;
}

a:hover
{
	color: #0099FF; 
	text-decoration: underline;
}

.subnavi, .subnavi a 
{
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif ;
	color:#FF9966;
}

.personen a, .personen a:link, .personen a:visited
{
	color: #000000;
	text-decoration: none;
}

.personen a:active, .personen a:hover
{
	text-decoration:underline;
}
 
.personenFoto
{
	margin: 0 0 0 10px;
}

.mitglieder td
{
	padding: 0 0 1.5em 0; 
}

.navi-main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.textvorspann
{
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.formular
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.error
{
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}

sup
{
	font-size: 9px;
}

.dlurl, .pdfurl
{ 
	/*vertical-align: top;*/
	line-height: 25px;
	padding: 3px 0 0px 19px;
	background-image: url(../zentrale_bilder/pdf.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ppturl
{ 
	/*vertical-align: top;*/
	line-height: 25px;
	padding: 3px 0 0px 19px;
	background-image: url(../zentrale_bilder/ppt2-5.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.nobr
{
	white-space:nowrap;
}
.lebenslauf
{
margin: 0.5em 0 0 0;
border: none;
}
.emailbild
{
	padding: 0 0 0 0;
	margin: 0 0 -5px 0;
}
img.lock {
	padding: 0;
	margin: 0 0 -3px 5px;
}
.raumblau {
	background-image: url(../zentrale_bilder/window_linkblau.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding: 0 14px 0 0;
}
.raum_ep {
	background-image: url(../ep_beta/ep_bilder/window_dunkelrot.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding: 0 14px 0 0;
}
.sub {
	font-size:12px;
	font-weight: normal;
	line-height: 50%;
}
