/* Stylesheet für den Bereich					*/
/* - hier können folgende Dinge beeinflußt werden:		*/
/*								*/
/* - alle anderen style-Angabe, die uniweit gelten, sollten	*/
/*   nicht überschrieben werden 				*/




/* Background.gif (height:1px, width:   px)			*/
/* ergibt farbigen vertikalen Streifen links */
/* sollte an Farb-Layout angepasst werden */

body {
  background-image:url('http://www.uni-stuttgart.de/res/organisation/img/background.gif');
  background-repeat:repeat-y;
}

/* campusbild oben */
.campus {
  background-image : url('http://www.uni-stuttgart.de/res/organisation/img/campus.jpg');
  background-repeat:repeat-x;
 } 

/* zellen mit farbigem hintergrund */
.layoutcolor { 
  background-color: #CBE7EF;
  color: #000000; 
} 

/* navigation bereich */
.navi {
 background-color: #CBE7EF;
 color: #000000;
 } 

 
/* linie unter dem Überschrift2 */
.linie { 
  background-color: #1C3842;
  color: #000000;
 /*background-color: #17323B;*/
 }

 /* pulldown-Menue  background color */
.selects {
 background-color: #CBE7EF;
 color: #000000;
 }	
 
/* table ueberschrift background color */
 table.fine th {
 background-color : #CBE7EF;
 color: #000000;
}	

/* fusszeile farbig */
.footer {
 color: #000000;
 background-color: #CBE7EF;
 } 
 
 /* Layer die beim mouseover erscheinen */
.layer {
 position: absolute;
 top: 378px;
 left: 510px;
 visibility: hidden;
 width: 300px;
 height: 200px;
 background-color: #ffffff;
 color : #000000;
 }
 
 /* Layer die beim mouseover tiefer erscheinen (eventuell anpassen) */
 .layer2 {
 position: absolute;
 top: 152px;
 left: 510px;
 visibility: hidden;
 width: 300px;
 height: 240px;
 background-color: #ffffff;
 color : #000000;
 }
 
 
 /* Zusätzliche Formatierungen */
 
 .text1   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 text-align: left;
 color : #000000;
 }

.text2   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 color : #000000;
 }

.text3   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 85%;
 text-align: left;
 color : #000000;
 }
 
.text4   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-align: left;
 color : #000000;
 }

.text5   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
 text-align: left;
 color : #000000;
 white-space: nowrap;
 }
 
.text6   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 112%;
 font-weight: bold;
 text-align: left;
 color : #000000;
 }

.text7   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 112%;
 text-align: left;
 color : #000000;
 }

.text8   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 text-align: left;
 color : #000000;
 }

.text9   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 108%;
 font-weight: bold;
 text-align: left;
 color : #000000;
 }

.text10   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
 text-align: middle;
 color : #000000;
 white-space: nowrap;
 }
 
 .text11   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 108%;
 font-weight: bold;
 text-align: middle;
 color : #000000;
 }
 
 .text12   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-weight: bold;
 text-align: left;
 color : #000000;
 white-space: nowrap;
 }
 
