<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************
 *
 *    CSS for Chemnitz Applied Math pages 
 *
 *    R. Unger ... 12/2017
 *
 **************************************************************/

/* Background of the full page, will be overlayed by #outerwrapper
   so the given backgroundcolor here is the outer border color
*/
body 
 {
 font-family: sans-serif;
 font-size: 11.5pt;
 color: #000000;
 line-height: 1.75em;
}

@media screen {
body 
 {
 background-color: #AAAAAA;
 }
@media print {
body { 
 background: #ffffff; 
 }
}

/* Global page background with outer margin */
#outerwrapper 
{
  position: relative;
  width: 1000px;
  min-width:1000px;
  margin: 0 auto 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
} 
@media screen {
#outerwrapper 
{
  background-color: #DDDDDD;
}
}
@media print {
#outerwrapper 
{
  background-color: #ffffff;
}
}



/* The header region */
#header 
  {
  height: 220px;
  position: relative;
/* 
  background: #6E6E6E url(../images/header_colflow01.png) top left repeat;
 */
  background-image: url(../images/chemnitz_foto_marx.jpg);
  background-size: 100%;
  padding: 0px;
  /*color: #1100EE;*/
  color: #e0e0e0;
  width: 1000px;
  /* border: solid 1px #7E7E7E;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

#header_logo 
{
  /*line-height: 160px;
  height: 160px;
  */
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  /*top: 134px;
  left: 880px;*/
  right: 5px;
  bottom: 5px;
}

#header_logo_ext 
{
  /*line-height: 160px;
  height: 160px;
  */
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  /*top: 134px;
  left: 880px;*/
  right: 5px;
  bottom: 5px;
}

#header_text1 
{
  line-height: 0px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0px 10px 0 10px;
  position: absolute;
  left: 10px;
  top: 5px;
}

#header_testmode
{
  line-height: 1.8;
  font-size: 32px;
  font-weight:bold;
  color: rgba(255,100,0,0.9);
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  box-shadow: -3px -2px rgba(150,150,150,0.2);
  padding: 0px 15px;
  position: absolute;
  left: 115px;
  top: 50px;
}

/* The top menu */
#menu 
{
  padding: 0 0px 0 0px;
  position: relative;
/* 
  background: #0000ff url(images/x.png) repeat-x top left;
 */
  background: #000000;
  margin: 0 0 0 0;
  height: 40px;
  line-height: 10px;
  width: 1000px;
  /*border-top: solid 1px #0000aa;*/
}

@media print {
#menu { display:none; }
}

#menu ul 
{
  position: absolute;
  margin: 0 auto;
  list-style: none;
  min-width: 250px;
  white-space: nowrap;
}

#menu ul li 
{
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #dddddd;
}

#menu ul li a 
{
  color: #FFFFFF;
  text-decoration: none;	
}

#menu ul li a:hover 
{
  color: #AAAAAA;
}


/* with top=-10000px the sub-menu becomes invisible */
#menu ul ul 
{
  /*position: absolute;
    top: -10000px; */
  display:none;
  background: #f1f1f1;
  padding: 0;
  margin: -5px 0 0 0px;
  border-radius: 3px;
  z-index: 999; /* bring it on top of all over divs */
}

/* and here we make it visible */
#menu ul li:hover ul 
{
  display:block;  /*top: 40px;*/
}


#menu ul ul li 
{
  float: none;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
  margin: 0;
  line-height: 20px;
  border-bottom: 1px solid  #999999;
}


#menu ul ul a 
{
  font-weight: normal;
  text-decoration: none;
  color: #555555;
}

/*#menu ul ul li.all 
{
  font-size: 12px;
  display:block;
  border-bottom: none;
  text-transform: none;
}
*/

#menu ul ul li:hover 
{
  background-color: #ffffff
}
#menu ul ul li:hover a
{
  color: #0d0d0d;
}
#menu ul ul li a:hover 
{
  color: #000070;
}


/* the menue at the right hand side
   which will not scroll out
*/
/*  not used
#sidebar_right 
{
  position: fixed;
  top: 300px;
  width: 50px; 
  padding: 0;
  margin: 0 0 0 920px;  
}
*/

/* Top picture */
#picontop
{
  padding: 10px 10px 10px 10px;
  background: #DDDDDD;
}


/* now the real page text */

#pagetext
{
  width: 980px;  
  padding: 10px 10px 10px 10px;
}

@media screen {
#pagetext {background: #DDDDDD;}
}
@media print {
#pagetext {background: #ffffff;}
}

#clear 
{
  clear: both;
}


/* impressum much small text as usual */
#impressum
{
  width: 850px;  /* 800px; */
  padding: 10px;
  font-size:smaller;
  line-height:1.2;
}  

/* page footer style */
#pagefooter
{
  height: 150px;
  position: relative;
  padding: 0px;
  width: 1000px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #707070;
  color: #DDDDDD;
  overflow: hidden;
}
@media print {
#pagefooter
  {
  display:none;
  }
}


#pagefooter .foottext
{
  margin: 5px 10px;
  padding-top: 5px;
  line-height: 1.5;
} 


#pagefooter .foottext a
{
  color:#ffffff;
}

#pagefooter .finalfoottext
{
  margin: 5px 10px;
  padding-top: 5px;
  line-height: 1.2;
  position: absolute;
  bottom: 40px;
} 

#footmenu 
{
  padding: 0 0px 0 0px;
  position: absolute;
  bottom:0px;
/* 
  background: #0000ff url(images/x.png) repeat-x top left;
 */
  background: #404040;
  margin: 0 0 0 0;
  height: 40px;
  line-height: 10px;
  width: 1000px;
  /*border-top: solid 1px #0000aa;*/
}

#footmenu ul 
{
  position: absolute;
  margin: 0 auto;
  list-style: none;
}

#footmenu ul li 
{
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #dddddd;
}

#footmenu ul li a 
{
  color: #FFFFFF;
  text-decoration: none;	
}

#footmenu ul li a:hover 
{
  color: #AAAAAA;
}

#footmenu .lastmod
{
   float:right;
   font-size:12px;
   margin: 14px;
}



#pagefooter .footlogo 
{
  float:right;
}  
#pagefooter .footlogo img
{
 	margin:10px 14px 10px 5px;
	max-width:100%;
	max-height:90px;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray
}
#pagefooter .footlogo img:hover
{
	-webkit-filter:grayscale(0);
	-moz-filter:grayscale(0);
	-ms-filter:grayscale(0);
	-o-filter:grayscale(0);
	filter:grayscale(0);
	filter:none
}


#pagefooter .footlogotext
{
 /*
  line-height: 0px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0px 10px 0 10px; */
  position: absolute;   
  left: 910px; /*880px;*/ /*910*/
  top: 85px;
  text-align:center; 
}



#accomodation_pic01 
{
  position: absolute;
  left: 30px;
  top: 350px;
}

#accomodation_pic02 
{
  position: absolute;
  left: 30px;
  top: 550px;
}

#accomodation_pic03 
{
  position: absolute;
  left: 30px;
  top: 750px;
}
 
#accomodation_text 
{
  position: absolute;
  left: 300px;
  top: 350px;
}

#venue_text 
{
  position: absolute;
  left: 300px;
  top: 750px;
  width: 620px;
}

/* registration formular styles */

.formular 
{ 
  background-color: #f0f0f0; 
  color: #000000; 
  font-size: 1em; 
  font-weight: bold; 
  padding:5px; 
  margin:0px; 
  border: 1px outset #606060;
}
.formbutton 
{ 
  color: #dd0030; 
  background-color: #e0e0e0; 
  font-weight: bold; 
  letter-spacing: 0.15em; 
  padding:4px; 
  cursor:pointer;
}
.redbutton 
{ 
  color: #000000; 
  background-color: #ffffff; 
  font-weight: bold; 
  letter-spacing: 0.02em; 
  border:solid 1px #ff7f50; 
  border-radius:5px;
  padding:1px 4px; 
  cursor:pointer;
}
.blue { color: #0000c0; }
.red  { color: #d00000; }
/*  style="margin-top: 1em; margin-bottom: 1em;"  */
.formular tr { vertical-align:top; line-height:1.2em; }
.formular td.zwingend { color:#202020; }
.formular td.optional, .formular span.optional { color:#555555; }
.formular td.descript { color:#000000; font-weight:normal; }
.formular td.verify { color:#0000c0; font-weight:normal; }
.formular td.missing { color:#c04040; font-size:smaller; }
.formlogo { background-color:#e0f0e0; margin:5px 1px; border-radius:3px; text-align:center; }
.formpre 
{   font-size:smaller; 
    line-height:1.25; 
    background-color:#f0f0f0; 
    color:#000000; 
    border:solid 1px #c0c0ff; 
    padding-left:1em; 
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.formular input[type=text] 
{ 
  color:#0000a0; 
  font-family:monospace; 
  font-size:medium; 
}
.formular input.full
{
  width:100%; 
  display:block;
  margin-left:0; 
  padding-right:1px;
}  
.formular textarea 
{ 
  color:#0000a0; 
  width:98%; 
  display:block; 
  margin:auto; 
  padding-right:3pt; 
}
.morelessbutton 
{
  color: #dd0030; 
  background-color: #e0e0e0; 
  font-weight: bold; 
  font-size: larger; 
  text-align:center; 
  vertical-align:middle; 
  margin:0px; 
  padding:0px; 
  width:1.5em; 
  height:1.5em;
  cursor:pointer;
}
input[disabled=disabled].morelessbutton { background-color:#a0a0a0; color:#cc5080; cursor:default; }

::-webkit-input-placeholder {
    color: #202080;
    opacity: 0.4 !important; font-weight:normal; font-size:smaller; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #005500; opacity:0.4; font-weight:normal; font-size:smaller; 
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #202080; opacity:0.4; font-weight:normal; font-size:smaller;
}

:-ms-input-placeholder {  
    color: #202080; opacity:0.4; font-weight:normal; filter:alpha(opacity=40); font-size:smaller;
}

/* list of participants style */
table.particip { 
  outline: 1px solid #707880;
  border:0px; 
  border-spacing:0px;
  width:100%; 
}
table.particip tr, table.particip td { 
  line-height: 1.4; 
  padding:3px; 
  margin:0px; 
  border:0px;
  vertical-align:middle;
}
table.particip tr:nth-child(odd)  { background-color:#ffffff; } 
table.particip tr:nth-child(even) { background-color:#f0f0f0; } 
table.particip th { 
  font-size:inherit; 
  font-weight:bold; 
  border-bottom:2px solid #ffffff; 
  background-color:#707880; 
  color:#ffffff; 
  text-align:left;
  padding:3px 0px 4px 5px;
}
table.particip td {
  padding-left:5px;
}  
table.particip td.flag {
  border:0px;
  padding:0px;
  margin:0px;
  text-align:center;
}
/*
table.eng td { line-height:1.0; padding:3px; }
table.eng tr { line-height:1.0; padding:3px; margin:0; }
*/
table.particip tr &gt; td a:link { color:#000080; text-decoration:none; }
table.particip tr &gt; td a:visited { color:#000080; text-decoration:none; }
table.particip tr &gt; td a:hover { color:#e01010; }
table.particip tr &gt; td a:active { color:#c05000; }

.footnote {
  font-size:smaller;
  margin-top:10px;
  border-top:thin solid #404040;
  background-color:#707880; 
  color:#f0f0f0; 
  padding:3px 6px;
  line-height:1.1;
}

/* calendar styles */
table.kalender 
{
  width:160px;
  border:medium solid #cbcbcb; 
  border-spacing:1px; 
  font-family: sans-serif;
  font-size:9pt;
  text-align:right; 
  float:right;
}
table.kalender tr { margin:0; padding:0; line-height:1; background-color:#dfdfdf; }
table.kalender td { border-bottom:1px solid #eee;border-right:1px solid #eee; text-align:center; width:1.6em; height:1.1em; padding: 1px 0px; line-height:1;  }
table.kalender td &gt; div { padding: 1px 0px; }
table.kalender td.head { font-weight:700; color:#ffffff; background-color:#404040; }
table.kalender td &gt; div.sonntag { color:#e00000; background-color:#efdfdf; font-weight:normal; }
table.kalender td &gt; div.sonntag a { background-color:#77aa00; color:#08c; }
table.kalender td &gt; div.sonntag a:hover { color:red; }

table.kalender td &gt; div.ssatag  { background-color:#aaccff; font-weight:bold; border: 1px solid #07f; }
table.kalender td &gt; div.femtag  { background-color:#c0f0aa; font-weight:bold; border: 1px solid #3d3; }
table.kalender td &gt; div.ipstag  { background-color:#eeee77; font-weight:bold; border: 1px solid #aa0; }
table.kalender td &gt; div.nlatag  { background-color:#ffaa77; font-weight:bold; border: 1px solid #f80; }
table.kalender td &gt; div.other_s { background-color:#b0b0c0; color:#05050f; font-weight:bold; border: 1px solid #fff; }
table.kalender td &gt; div.other_f { background-color:#a0b0a0; color:#050f05; font-weight:bold; border: 1px solid #fff; }
table.kalender td &gt; div.other_i { background-color:#b0b0a0; color:#0f0f05; font-weight:bold; border: 1px solid #fff; }
table.kalender td &gt; div.other_a { background-color:#b0a0a0; color:#0f0505; font-weight:bold; border: 1px solid #fff; }
table.kalender td &gt; div.other   { background-color:#a0a0a0; color:#ffffff; font-weight:bold; border: 1px solid #fff; }

table.kalender td &gt; div.ipstag a, table.kalender td &gt; div.femtag a, table.kalender td &gt; div.ssatag a, table.kalender td &gt; div.nlatag a, table.kalender td &gt; div.other a
{ 
  color:inherit; 
  background-color:inherit; 
  text-decoration:none; 
  padding: 0px 2px; 
}
table.kalender td &gt; div.ipstag:hover { background-color:#707030; color:#fffff0; }
table.kalender td &gt; div.femtag:hover { background-color:#608040; color:#fffff0; }
table.kalender td &gt; div.ssatag:hover { background-color:#506080; color:#fffff0; }
table.kalender td &gt; div.nlatag:hover { background-color:#805030; color:#fffff0; }
table.kalender td &gt; div.other a:hover{ background-color:#f0f0f0; color:#000000; }

table.kalender td &gt; div.rahmen { border:solid 1px #d25; }
table.kalender td &gt; div.heute  { color:#d25; background-color:#e0f0e0; border:solid 1px #d25; }
table.kalender td &gt; div.heute a { color:#fff; }
table.kalender td &gt; div.heute a:hover { color:#FF7D00; }

table.kalender td &gt; div.tag { color:#000; font-weight:700; }
table.kalender td &gt; div.ohne { background-color:#dddddd; }

td.txthl { color:#ffffff; font-weight:bold; background-color:#808080; border-top:solid 1px #c0c0c0; width:11em; padding:5px; }
td.txthr { color:#ffffff; font-weight:normal; background-color:#808080; border-top:solid 1px #c0c0c0; padding:5px; }
td.txtmis{ background-color:#e04040; }
td.txtnn { border-bottom:solid 1px #ebebeb; }

/* ul.listen { list-style-image:url(../images/circle_black.png); margin-left:0; } */
ul.listen {  margin-left:0; padding-left:2em; } 


table.scico { margin:0; padding:0; border:0; }
table.scico &gt;tbody &gt; tr, table.scico &gt; tbody &gt; tr &gt; td { margin:0px 2px; padding: 1px 2px; line-height: 1.2; } 

p.achtung,div.achtung { padding:3px 6px; background-color:#e7e7e7;  border:solid 1px #fcfcfc; }
div.redborder { border:solid 2px red; }

p.descriptive {  line-height: 1.3em; text-align:justify; }

div.deadlinewarning { 
  font-weight:bold; 
  color:#e00000; background-color:#ffff88; 
  padding:1px 10px; 
  text-align:center;
  position:fixed; top:55px; left:50%; transform:translateX(-50%); 
  width:600px; 
  border:2px solid #e00000; 
}
div.construction { 
  font-weight:bold; 
  color:#e00000; background-color:#fff0f0; 
  padding:1px 10px; 
  text-align:center;
  position:fixed; top:230px; left:50%; transform:translateX(-50%); 
  width:500px; 
  border:2px solid #e00000; 
}
span.deadlinewarning, div.warning { 
  font-weight:bold; 
  color:#e00000;
}
span.confname {
  color:#002060;
  font-style:italic;
  font-weight:400;
}
table.programm { width:100%; border:solid thin #232323; border-collapse:collapse; empty-cells:show; }
table.programm td { border:solid thin #232323; padding:5px; background-color:#ffffff; line-height:1.2; }
table.programm th { background-color:#cccccc; color:#232323; padding:3px; border:0; border-bottom:solid thin #232323; }
table.programm td a { color: #000050; text-decoration:none; }
table.programm td a:hover { background-color: #eeeeee; color:#0000f0; }
table.programm td.tableheader { background-color:#e0e0e0; text-align:center; font-weight:bold; }
table.programm th.left { text-align:left;}
table.programm td.tablex { color: #1a1b20; background-color: #f5f2f3; }
table.programm td.tableheadx { color: #1a1b20; background-color: #f5f2f3;text-align: center; font-weight: bold; padding:5px; }
table.programm div.slides { float:right; color:blue; background-color:#e8e8ff; margin:2px; padding:2px; font-size:x-small; }
/*

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