<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-2";
/***	Alles auf 0 ***/
* { 
	padding: 	   		0; 
	margin: 			0; 
	border:				0; 
	font-size:  		100.01%;
	
}

/***	Schrift, Schriftgroesse, Hintergrundfarbe der Seite ***/
body {
	font-family: 		Arial, Helvetica, sans-serif;
	background-color: 	#f1f1f1;
}

/***	Der Rahmen, 1000 Pixel mittig gesetzt ***/
#wrapper {
	margin: 			0 auto;
	width: 				62em;
	background-image: 	url(../../images/background/bg1000-left-kontrast.gif);
	padding: 			0 0 0 0.625em;
	background-repeat: 	repeat-y;
}

#bg-right {
	background-image:	url(../../images/background/bg-right-kontrast.gif);
	background-repeat:	repeat-y;
	background-position:right;
	width: 				62em;
}
	
/***	Kopfbereich ***/
#header {
	color: 				#fff;
	width: 				62em;
	float: 				left;
	height: 			8.5em;
}

/***	Hintergrund Kopfbereich, doppelt, damit bei Groessenaenderung keine Darstellungsfehler entstehen ***/
#headerbackground {
	background-repeat:  no-repeat;
	min-height: 		8.5em;
	background-image: 	none;
 }
 
 #headerbackground-right {
	background-image: 	none;
	min-height: 		8.5em;
}

/***	Schriftzug Ruhr-Universitaet linke Seite ***/
.schriftzug {
	padding: 			1.5em 0 0 0.625em;
} 

/***	Logo rechte Seite ***/
.logorub {
	float:				right;
	width: 				102px;
	height: 			136px;
	}
	
/***	Metanavigation ***/
#metanavigation {
	float:				right;
	width:				40em;
	text-align:			right;
	padding: 	 		2em 2em 0 0;
	color: 				#fff;
	font-size: 			0.689em;
}

/***	Links in der Metanavigation ***/
#metanavigation a:link, #metanavigation a:visited {
	text-decoration: 	none;
	color: 				#fff;
	font-weight: 		bold;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
}

#metanavigation a:hover {
	text-decoration: 	underline;
}

</pre></body></html>