/* 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');}.campus {  background-image : url('http://www.uni-stuttgart.de/res/organisation/img/campus.jpg'); } /* 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;}	/* table ueberschrift background color */ table.sitemap td{ font-size : 10pt;}	/* fusszeile farbig */.footer { color: #000000; background-color: #CBE7EF; }   /* Layer die beim mouseover erscheinen */.layer { position: absolute; top: 400px; left: 400px; visibility: hidden; width: 300px; height: 240px; background-color: #ffffff; color : #000000; }  /* Layer die beim mouseover tiefer erscheinen (eventuell anpassen) */ .layer2 { position: absolute; top: 372px; left: 360px; visibility: hidden; width: 300px; height: 150px; background-color: #ffffff; color : #000000; }  /* Ueberschrift h3 */ h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; white-space: nowrap; }  /* Schrift Schrift2 small */ s2 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; white-space: nowrap; }  /* Schrift Schrift1 very small */ s1 { font-size: 8pt; white-space: nowrap; }
