/* Diese Datei standard.css liegt zentral und darf nicht kopiert werden */

/* im jeweiligen Bereich background-image ändern*/
body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:#FFFFFF;
 color:#000000;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
 } 
 /* Schriftformatierung fuer die Homepage*/
 .homepage {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 }
 
 /* Schriftformatierung fuer die Aktuelle Flaeche auf der Homepage*/
 .aktuell {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
 background-color: #f7f8f9;
 text-decoration: none;
 }
 
 /* Listen */
 ul {
  font-family: Arial, Helvetica, sans-serif;
  list-style: square url(http://www.uni-stuttgart.de/res/img/wuerfel_black.gif);
  
 }

 /* Absatz */
p  {
 font-family: Arial, Helvetica, sans-serif;
 }

 /* Definitionslisten*/
dl {
 font-family: Arial, Helvetica, sans-serif;
 }

dd {
 font-family: Arial, Helvetica, sans-serif;
 }

dt {
font-family: Arial, Helvetica, sans-serif;
}

/* tabellenzellen, formulare */
td, tr, th, form {
 font-family: Arial, Helvetica, sans-serif;
 }

 /* link */
a { text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

 /* bisher nicht besuchte links */
a:link {
 color: #006699;
 background-color: transparent;
}

/* bereits besuchte links */
a:visited {
 color: #006699;
 background-color: transparent;
}

/*  links während der Anwender mit der Maus darüber fährt */
a:hover {
 float: none;
 width: auto;
 color: #6699CC;
 background-color: transparent;
 height: auto;
 text-decoration: underline;
 }
 
 /* gerade aktivierte links */
a:active {
 color: #006699;
 background-color: transparent;
}
 
/* campusbild oben */
.campus {
 background-repeat : repeat-x;
 } 

/* globale navigation */			
.unihome {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center; 
 color: #000000;
 background-color: #EEF1F4;
 font-size: 10pt;
 font-weight: bold;
 white-space:nowrap;
 } 
 
/* links bleiben schwarz */
a.blacklink {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 

 /* links bleiben schwarz  */
a.blacklink:visited {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 
 
/* links bleiben schwarz  */ 
a.blacklink:hover {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 
 
/* links bleiben schwarz  */
a.blacklink:active {
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 } 

/* links bleiben schwarz und unterstrichen */ 
 a.blacklinkus {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben schwarz und unterstrichen */ 
a.blacklinkus:visited {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 

/* links bleiben schwarz und unterstrichen */ 
 a.blacklinkus:hover {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 
 
/* links bleiben schwarz und unterstrichen */
 a.blacklinkus:active {
 color: #000000;
 background-color: transparent;
 text-decoration: underline;
 } 

/* schriftzug universität Stuttgart */
.universitaet {
 font-size: 11pt;
 font-weight: bold;
 } 
 
/* navigation bereich */
.navi {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center; 
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 white-space:nowrap;
 } 
 
/* Überschrift1 oben rechts */
.ueberschrift1 {
 font-size: 14pt;
 font-weight: bold;
 white-space:nowrap;
 } 
  
/* Überschrift3 auf der Seite */
.ueberschrift3 {
 font-size: 13pt;
 font-weight: bold;
 white-space:nowrap;
 } 
 
/* Seitenueberschrift h2 auf der Seite */
table h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 margin-bottom:0px;
 margin-top:0px;
 font-weight: bold;
 white-space:nowrap;
 } 
 
/* Seitenueberschrift h2 auf der Seite - fuer Netscape 4 */
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 margin-bottom:0px;
 margin-top:0px;
 font-weight: bold;
 white-space:nowrap;
 } 
 /* Seitenueberschrift h2 auf der Seite */
table h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13pt; 
 font-weight: bold;
 white-space:nowrap;
 } 
 
/* Seitenueberschrift h2 auf der Seite - fuer Netscape 4 */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13pt; 
 font-weight: bold;
 white-space:nowrap;
 } 
 
  
 /* Schriftformatierung der linklisten mit naviwuerfel und fett*/ 
.overnavi {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: left;
 white-space:nowrap;
 }
 
 /* Schriftformatierung auf den layer*/ 
.textnormal {
 
 font-family: Arial, Helvetica, sans-serif;
 width: 100%;
 white-space:nowrap;
 }


 /* pulldown-Menue  formatierung */
.selects {
 width: 200px;
 font-size:9pt;
 font-family: Arial, Helvetica, sans-serif;
 height: 17px;
 }	
 
 /* tabellenformatierung */
table.fine {
 font-family: Arial, Helvetica, sans-serif;
 color : #000000;
 border-color : #ffffff;
 background-color : #f0f0f0;
 border-collapse:collapse;
 
 }

 /* tabellenzelleformatierung - ueberschrift*/	   
table.fine th {
 font-family: Arial, Helvetica, sans-serif;
 color : #000000;
 border-color : #ffffff;
 border-style : solid;
 border-width : 1px;
 text-align: center;
 white-space:nowrap;		 
}	

/* tabellenzelleformatierung - tabellenzelle*/	 
table.fine td {
 font-family: Arial, Helvetica, sans-serif;
 color : #000000;
 background-color : #f0f0f0;
 border-color : #ffffff;
 border-style : solid;
 border-width : 1px;
 padding : 3px;
 
 }	  
	
/* fusszeile farbig */
.footer {
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 color: #000000;
 font-size: 8pt;
 white-space:nowrap;
 } 
 
 /* &auml;ussere tabelle */
 .main { height:100%; 
  }
  
  /* Bild&uuml;berschriften */
 .caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller; 
  }
  
  /* textklein */
  .textklein {
  font-size: smaller;
}

/* text fett */
.fett {
  font-weight: bold;
}

/* grau hinterlegter Bereich */ 
pre {
  background-color: #f0f0f0;
} 

/* Tabellenhintergrundfarbe auf der Homepage - oben links */
.colora2 {
  background-color: #e7eaee;
 }
 
 /* Tabellenhintergrundfarbe auf der Homepage - oben rechts */
.colorb2 {
  background-color: #a0bbce;
 }
 
 /* Tabellenhintergrundfarbe auf der Homepage - unten links */
.colora1 {
  background-color: #a5b3c3;
 }
 
 /* Tabellenhintergrundfarbe auf der Homepage - unten rechts */
.colorb1 {
  background-color: #e2ecf5;
 }
 
 /* Senkrechte Linie auf der Homepage - neben Organisation und Aktuelles */
.homeline1 {
  background-color: #3d4650;
 }
 
  /* Weisse Linie auf der Homepage - neben Stuttgart und unter Suche, etc. */
.homelinewhite {
  background-color: #ffffff;
 }

 /* sitemap Formatierung - Ebene 2 */
 .sitemap_2 {
    BACKGROUND-COLOR: #f0f0f0; FONT-SIZE: smaller;
}
/* sitemap Formatierung - Ebene 3 */
.sitemap_3 {
     FONT-SIZE: smaller;
	text-indent : 10px;
}
/* sitemap Formatierung - Ebene 4 */
.sitemap_4 {
    FONT-SIZE: smaller;
	text-indent : 20px;
}
/* sitemap Formatierung - Ebene 5 */
.sitemap_5 {
    FONT-SIZE: smaller;
	text-indent : 30px;
}
/* sitemap Formatierung - Ebene 6 */
.sitemap_6 {
    FONT-SIZE: smaller;
	text-indent : 40px;
}

