/* 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
}

.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;
 } 

/* navigation mitarb */
.mitarb {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center; 
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 white-space:nowrap;
 background-color: "#EEF1F4";
 } 

/* linie unter der Ü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: 400px;
 left: 480px;
 visibility: hidden;
 width: 300px;
 height: 240px;
 background-color: #ffffff;
 color : #000000;
 }
 
 /* Layer die beim mouseover tiefer erscheinen (eventuell anpassen) */
 .layer2 {
 position: absolute;
 top: 400px;
 left: 450px;
 visibility: hidden;
 width: 300px;
 height: 150px;
 background-color: #ffffff;
 color : #000000;
 }

 .layer3 {
 position: absolute;
 top: 400px;
 left: 160px;
 background-color: #ffffff;
 color : #000000;
 }
 
  .layer4 {
 position: absolute;
 top: 250px;
 left: 55%;
 visibility: hidden;
 width: 43%;
 height: 0px;
 color : #000000;
 }

 .layer5 {
 position: absolute;
 top: 220px;
 left: 160px;
 background-color: #ffffff;
 color : #000000;
 }
 
 .blue {
 color : blue;
 }

.red {
 color : red;
 }
 
 /* links bleiben rot */
a.redlink {
 color: red;
 background-color: transparent;
 text-decoration: none;
 } 

 /* links bleiben rot  */
a.redlink:visited {
 color: red;
 background-color: transparent;
 text-decoration: none;
 } 
 
/* links bleiben rot  */ 
a.redlink:hover {
 color: red;
 background-color: transparent;
 text-decoration: none;
 } 
 
/* links bleiben rot  */
a.redlink:active {
 color: red;
 background-color: transparent;
 text-decoration: none;
 } 