  /* old css */

/* Beginn Seiteneingenschaften */

/* Schriftfamilie, Hintergrund, Ränder */
body {
	background-color: White;
	padding: 0px;
	margin: 0px;
}
/* Ende Seiteneingenschaften */


/* 	Beginn 
	Eigenschaften des gelben Rahmens, jeweils für variable und feste Breite  */

/* Beginn gelbe Leiste oberer Teil */
#leistevariabel {
	background: #ffce63;
	margin: 0px; padding: 0px;
	margin-right: 5px;
	border-bottom: 1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	}
html>body #leistevariabel {
	height: 24px;
	}

#leistefest {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 775px;
}
/* Ende gelbe Leiste oberer Teil */



/* Beginn Leiste mit Buttons*/

/* Schriftzug Uni*/
#unibutton {
	position: absolute; left:0px; top:0px; z-index:3;
	}

/* Schriftzug Institut*/
#institutsbutton {
	position: absolute; right:5px; top:0px; z-index:2;
	}

/* Beginn Breite Leiste mit Buttons */
#servicezeilefest {
	position: absolute; top:25px;  left:0px;
	width: 775px;
	}

#servicezeilevariabel {
	position:absolute;  top:25px;  left:0px;
	width:100%;
	z-index:3;
	}
/* Ende Breite Leiste mit Buttons */

/* Beginn Position Buttons */
#servicebuttonslinks {
	position: absolute; left:65px; top:0px;
	}

#servicebuttonsrechts {
	position: absolute; right:5px; top:0px;
	}
/* Ende Position Buttons */

/* Ende Leiste mit Buttons*/



/* Beginn gelbe Leiste links */
#navigationsspalte {
	position: absolute;
	left: 0px;
	top: 62px;
	width: 170px;
}
/* Ende gelbe Leiste links */

/* Beginn gelbe Leiste links für Ausdruck */
#gelberrahmenausdruck {
	visibility: hidden;
}
/* Ende gelbe Leiste links für Ausdruck */


/* 	Ende 
	Eigenschaften des gelben Rahmens, jeweils für variable und feste Breite  */
