/* Stylesheet für den Bereich					*/
/* - hier können folgende Dinge beeinflußt werden:		*/
/*								*/


/* Background.gif (height:1px, width:   px)			*/
/* ergibt farbigen vertikalen Streifen links */
/* sollte an Farb-Layout angepasst werden */

/* Bitte beachten Sie dass images absolut referenziert werden m&uuml;ssen (http://...) sonst gibt es Probleme*/
/* mit einigen Browser !!! */

body {
	margin-top: 0px;
	margin-left: 0px;
  background-image:url(../images/background.gif);
  background-repeat:repeat-y;
}

/* menüleiste oben */
.menuleiste {
  background-image : url(../images/campus.jpg);
  background-repeat:repeat-x;
 } 

/* zellen mit farbigem hintergrund F7F7DC F4F4D1*/
.layoutcolor {
  background-color:  #6699cc;
  color: #000000;
}

/* navigation bereich */
.navi {
 background-color:  #d3edff;
 color: #000000;
 } 

 
/* linie unter dem Überschrift2 */
.linie { 
  background-color: #1C3842;
  color: #000000;
 /*background-color: #17323B;*/
 }

 /* pulldown-Menue  background color */
.selects {
 background-color:  #d3edff;
 color: #000000;
 }

/* table ueberschrift background color */
 table.fine th {
 background-color : #d3edff;
 color: #000000;
}

/* fusszeile farbig */
.footer {
 color: #FFFFFF;
 background-color:  #6699cc;
 } 

 /* Layer die beim mouseover erscheinen, height: 240px; kann man entfernen */
.layer {
 position: absolute;
 top: 182px;
 left: 500px;
 visibility: hidden;
 width: 300px;
 height: 240px;
 background-color:  #d3edff;
 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:  #d3edff;
 color : #000000;
 }
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.font1 { color: black; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-color:  #d3edff; text-align: left }
.font2 { color: black; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-color:  #d3edff; text-align: left }
.font3 { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-align: left }
.font4 { color: maroon; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-align: left }
.font5 { color: maroon; font-weight: normal; font-size: 13pt; font-family: Arial, Helvetica, sans-serif; text-align: left }
.font6 { color: darkblue; font-weight: normal; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-align: left }
.font7 { color: black; font-weight: bold; font-size: 14pt; font-family: Arial, Helvetica, sans-serif; background-color:  #d3edff; text-align: left }
/* following lines are helpfull for the latex2html implementation

.subtitle {
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
line-height: 16px;
}

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{   }
