<style>
/* möglicherweise/manchmal wird der 1. font-face ignoriert ...warum auch immer ?!? */
@font-face{ font-family: 'Technical'; src: url(./fonts/TechnicsDB.woff) format('woff'); }
@font-face{ font-family: 'zahlen'; src: url(./fonts/courier-byte0-light.ttf) format('ttf'); }
@font-face{ font-family: 'Calli_alt'; src: url(./fonts/calligraphic.woff) format('woff'); }
@font-face{ font-family: 'Calligraph421 BT'; src: url(./fonts/Tenderness-umlaut.ttf) format('truetype'); }
/* klasse des umgebenden DIV um weitere divs horizontal auszurichten */

/*font-family: 'Dosis', sans-serif;*/

*.fr {float:right;}
*.fl {float:left;}
*.cf {clear:both;}


.demo {
  width:200px;  
  height: 150px;  
  border: 5px dotted pink;
}
.start_invisible, .invisible  {  display:none;  }
.last  { margin-bottom:100px; }
.bg_trans, .input_ie, .ctrl_button  {
  background-color:transparent;  
}

.center_blk { margin: 0 auto; }
.center_txt, .center { 
  margin: 0 auto; 
  display:block;
}

.mono { font-family:Courier, 'Courier New'; }
.no_wrap  {  white-space: nowrap;  }

.write  {
  color:;  
  font-family:; 
  font-size:1em;
}
.high_write  {
  color:;  
  font-family:;   
  font-size:1.2em;          
}
.low_write  {
  color:;  
  font-family:; 
  font-size:1.2em;
}
.green_write  {
  color:#0f0;  
  font-family:; 
  font-size:1.2em;
}
.red_write  {
  color:#f00;  
  font-family:; 
  font-size:1.2em;
}
.trans_write  {
  color:#;  
  font-family:; 
  font-size:1.0em;
}
.betrag  {
  font-family:zahlen, 'CourierByte0Light';
}

.dark_red {
  color:#a00;  
}
.dark_green {
  color:#0a0;  
}
.dark_blue {
  color:#00a;  
}
.dark_margn {
  color:#a0a;  
}
.dark_x {
  color:#0aa;  
}
.dark_y {
  color:#aa0;  
}

.hi_bg {
  background-color:;  
}
.low_bg {
  background-color:;  
}
.dark_red_bg {
  background-color:#a00;  
}
.dark_green_bg {
  background-color:#0a0;  
}
.dark_blue_bg {
  background-color:#00a;  
}
.dark_margn_bg {
  background-color:#a0a;  
}
.dark_x_bg {
  background-color:#0aa;  
}
.dark_y_bg {
  background-color:#aa0;  
}



.gigant { font-size:4.0em; }
.big    { font-size:2.0em; }
.large  { font-size:1.6em; }
.s_large { font-size:130%; }
.normal { font-size:1.2em; }
.stdsize { font-size:1.0em; }
.small  { font-size:0.8em; }

.bold  { font-weight:bold; }

th.legend  { vertical-align:bottom;  }

th.legend > div {
  margin-right:0px;
  float:left;
} 

.shadow_text { 
  box-shadow: 7px 7px 5px ;
  -moz-box-shadow: 7px 7px 5px ;
  -webkit-box-shadow: 5px 5px 3px ; 
} 
.shadow { 
  box-shadow: 7px 7px 5px black;
  -moz-box-shadow: 7px 7px 5px black;
  -webkit-box-shadow: 5px 5px 3px black; 
} 

.std_warning  {
  background-color:;
  font-size:1.3em;
  color:#ff3333; 
  text-align:center;  
  font-weight:bold;
}


body {
  background-color:;   
  color:;  
} 

.hidden-link  {
  cursor: default;
  color:;
  font-size:10px;
}
a.hidden-link:link {color:;}
a.hidden-link:visited {color:;}
a.hidden-link:hoover {color:;}


a.invisi:link    {color:;}     
/*a:visited {color:pink;}*/
a.invisi:visited {color:;}

a:link    {color:;}     
/*a:visited {color:pink;}*/
a:visited {color:;}
a:hover   {color:;}   
a:active  {color:;}      
a img     {border: 0; }
/*.orange   { color:#ffb427; }*/
.mark_hi  { color:; }
.mark_low { color:; }

.menue  {  /* ???? */
  border-bottom:1px solid ;   /*   #ffb427 */
  border-top:1px solid ;      /* #ffb427 */
} 

.slide_menu { position:relative; }
/*.test_x { position:fixed; left:10px; }*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* tooltip einblenden */
div.hint a:hover {
  background-color: ; 
  color: ;
}
div.hint a:link span{display: none;}
div.hint a:visited span{display: none;}
div.hint a:hover span {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:220px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
/*    font: normal 10px/12px verdana;  */
  font: normal 0.9em verdana;
  color: #000;
  text-align:left;
  display: block;
}
/*input[type="submit"]  {*/
button {
  background-color:;   
  color:;    /*  #30aefa  */
}

.input  {
  background-color:transparent; 
/*  background-color:;*/ 
  color:; 
} 
select  {
  background-color:;   /*   #aaaaaa  */
  color:;     /*  #222222  */
}
.span  {
/*  background-color:;   /*   #aaaaaa  */
  color:;     /*  #222222  */  
  font-size:0.9em;
  font-family:;    
}
option  {
  background-color:;   
  color:;  
}
input.text  {
  background-color:;   
  color:;  
}
input.tolerance  {
  width:20px;
  background-color:;   
  color:;  
}
textarea  {
  background-color:;   
  color:;  
}
/* checkbox, radio {  background-color:tranparent;  } alle bei Input pauschal geregelt */ 

.highlight_red  { background-color:red; }

.hi_button  {
  background-color:;  
  color: ;   
  font-weight:bold;   

/*  font-family:;  
  font-size:1.4em;

  border: 1px solid ;
  color: ;   
  text-align: center;   
  padding:5px 10px;
  margin-right:10px;    
  cursor:pointer;
  font-size:1.0em;               
  text-decoration:none;*/
}
.red_button  {
  background-color:#bb0000;   
  color: ;   
  font-weight:bold;   
}
.low_button  {
  background-color:;  
  color: ;   
  font-weight:bold;   
}

.magent_button  {
  background-color:#aa00aa;  
  color:white;
  font-weight:bold;   
}
.white_button  {
  background-color:white;  
  color: red;
  font-weight:bold;   
}
.green_button  {
  background-color:green;  
  color: white;
  font-weight:bold;   
}

.std_button  {
/*  width:0px;*/
  font-family:;  
/*  font-weight:600;*/  
  font-size:1.4em;

  border: 1px solid ;
  text-align: center;   
  padding:5px 10px;
  margin-right:10px;    
  cursor:pointer;
  font-size:1.0em;               
  text-decoration:none;
/*  text-decoration:none;*/
/*  border-radius:         22px;*/
/*  -khtml-border-radius:  22px;
  -webkit-border-radius: 22px;*/       
}

.std_button_color  {
  background-color:;  
  color: ;   
}

.std_button:hover  {  background-color:;  }

.pattern  {
  color:;
  background-color:;
}

/*-------------------------- LISTE  ------------------------------------------*/

#MainTab tr.x:nth-child(even/*1n+2*/) {  ;  }
#MainTab tr:nth-child(1) {
  background-color: red;  
}
#MainTab tr:nth-child(even/*2n+3*/), table.std tr:nth-child(even/*2n+3*/) {
  background-color: ;
  color: ;
}
#MainTab tr:nth-child(odd/*2n+3*/), table.std tr:nth-child(odd/*2n+3*/) {
  background-color: ;
  color: ;
}
#MainTab tr:hover     { background-color:;  }    /* #555555 */ 

#MainTab th.sort_txt  {
  color:;
  font-family:;    
}

#MainTab thead  {
/*  background-color:;*/
/*  font-family: 'Times New Roman',  'Verdana', sans-serif;*/    
} 

#MainTab th  {
  border-right:1px solid ; /*  #333333 */
  background-color:;
/*  font-family: 'Times New Roman',  'Verdana', sans-serif;*/    
}

#MainTab td  { 
  border-right:1px solid ; /*  #333333 */
  font-family:;    
  font-size:90%;    
/*  background-color:#000537;*/   
}
#MainTab a:link { 
  color:;
}
#MainTab a:visited  { 
  color:;
}

#MainTab_head {  
  color:;
  background-color:;
}


#cover_mask { border:1px solid  }
/*tbody tr:hover     { background:;  }   /* #555555  */  
/*tbody tr { background-color:;    }     /* #666666 */

/* -------------------- Dokumente -----------------------*/
div.doc  {
  font-family:;   
  margin: 0 auto;    
/*  margin-bottom:150px; wird im firebug ignoriert */
  max-width:700px;
}

div.doc .tight_list li, .tight_list li {  /* ACHTUNG! betrift auch normale <li>s Listen der <ul class="tight_list"> */
  margin-left:-20px;  
}

div.doc div  { text-align: left; }
div.doc img  { ; }                   

div.doc li  {
  margin-left: 15px;  
}                   
div.doc img.img1  {
  margin: auto 0;  
  width:240px;  
}                   
div.doc img.img2  {
  padding:20px 30px;  
  width:240px;  
}                   
div.doc img.img3  {
  padding:20px 5px;
  width:200px;  
}                   

div.doc p.pic {  text-align:center; }                         
div.doc div.pic {
  text-align:center;
  margin-bottom: 15px;  
}                         

div.doc div.title  {
  margin:40px;    
  text-align: center;
  font-size:3.5em;
  color:; 
}

div.doc div.head  {
/*  text-align: right;*/
  border: 1px solid black;  
  padding-top:15px;
  padding-left:5px;
  background-color:;    
  color:;  
  font-size:2em;

}
div.doc div.body  {
  border: 1px solid black;  
  font-size:1.2em;
  background-color:;    
  color:;
  font-family:;
  padding: 15px 15px 30px 20px;    
  text-align:justify;
}

div.doc span.highlight  {
  color:;
  font-weight:bold;  
}

div.doc table.pic_com, div.rand {
/*  border:1px solid blue;*/
  font-family:;
  color:black;
  font-size:0.8em;
  margin-top:-45px;
}
div.doc table.pic_com2  {
  width:90%;
  margin-left:32px
}
div.doc table.pic_com3  {
  width:95%;
  margin-left:17px
}

div.doc td.pic_com1  {
  vertical-align:top;
  padding:20px 210px 0 210px
}
div.doc td.pic_com2  {
  vertical-align:top;
  width:50%;
  padding:0 30px
}
div.doc td.pic_com3  {
/*  border:1px solid white;*/
  vertical-align:top;
  width:33%;
  padding:0 5px
}
div.doc table.bsp_tab td {
/*  border:1px solid white;*/
  vertical-align:top;
}

/* -------------------   std-DIVs  ---------------------------*/
div.symbol  {  /* die kleinen runden Pics (@+> etc.) */
  margin-left:3px
}
div.usr_time  {
  margin-top:-2px; 
  margin-right:-6px; 
  font-size:8pt;
  color:;
  font-family:;
  float:right; 
}

div.tol  {
  color:;
  width: 45px;  
  height: 30px;  
}
div.tol div  {
  float:left; 
  font-family:'Arial';  
  padding-left:1px;
  width: 15px;  
  height: 18px;  
}
div.tol div.p  {
  position:relative; top:-1px;  
  font-size:1.3em;
  font-weight:500;  
}
div.tol div.m  {
  font-weight:700;  
  position:relative; top:-8px;  
}
div.tol input {
  margin:3px 0 0 1px;  
  width:23px;  
  text-align:center;
}

/* ------------------- TABLE-Classes  ---------------------------*/
table.std  {
   border-collapse:collapse;
}
table.std th  {
  text-align:left; 
  color:;    /*  #ffb427 */                         
 /* position:relative; left:-20px;*/
  font-size:1.3em;  
/*  font-weight: bold;
  text-align:center;  
*/
  font-family:;
  padding: 15px 0px 0px 5px;    
}
table.std td {
  border-right:1px solid ; /*  #333333 */
  color:; /* #000000; */  
  font-size:100%; 
/*  text-align:right;
  vertical-align:top; */  
  font-family:;  
}

table.std td.tleft  {
  text-align:right;
  vertical-align:top;
  padding: 5px 10px 10px 15px;    
}
table.std td.tright  { 
  text-align:left;
  padding: 5px 10px 10px 15px;    
}

table.std td.tdate  {
  width:70px;
}
table.std td.tnum  {
  width:20px;
} 


table.form td:nth-child(odd), table.form th:nth-child(odd) {
  background-color:;
/*  font-size:1em;
  color:black;*/ 
}
table.form th {
  height:100px;  
  font-size:1.8em;
  font-weight:300;  
  font-family:;  
  color:;
}
table.form td:nth-child(odd) {
  font-weight:bold;
  text-align:right;
  color:; 
}

table.form td:nth-child(even), table.form th:nth-child(even) {
  background-color:; 
  font-size:100%;
  color:; 
}

table.form input  {
  color:;  
  background-color:;  
/*  background-image:none;*/  
} 

.td  { 
  border-right:1px solid ; 
  background-color:white;   
  color:black;
}

.th  { 
  border-right:1px solid ; 
  background-color:white; 
  color:black;
}
/* ------------------------- UNIQUES / ID ------------------------------------ */
#simSpan  {
  font-family:;
  font-size:0.9em;
  position: relative; 
  left: 35px; top:5px;
}

#hierarchy  {
  position:relative; top:-10px;  
}

#controlPanel  {
  margin:10px 0;
  clear:both; 
  float:left;     
width:982px;}

#controlButtons  {
  clear:both; 
  float:left;   
  position:relative;
/* width:1007px; */
}
/*echo "xxxxxxxxxxxxx ",$_SESSION['language']," ",$_SESSION['mode'],"\n";*/

       
         #button_newes   { left:150px; }
         #own_sets       { left:287px; }         
         #own_last_first { left:403px; }
       
.menu_order  {
  color:;
  font-family:;  
  font-weight:400;
}

#list_div  { ; }

#page_browser  {
  font-family:;
}

/*
.page a:visited {
  color:green;  
}
.page a:link {
  color:pink;  
} */

#pages_cover  { ; }

#sets_per_list  {
  float:left; 
  width: 248px;
/*  border:  3px dotted pink;*/
  font-family:;
  color:;
}

#pages_direct  {
  width:  280px;
  height: 45px;
  margin: 0 auto;
}
#pages_direct input  {
  font-family:;  
  font-size:1.1em;  
  font-weight:700;
  width:40px;            
  height:15px;
  text-align: center;
  vertical-align:middle;
/* 
  margin-top:5px;  
  border: 2px solid red;*/
}
#pages_direct img {
/*  margin-top:10px;*/  
  height:32px;
  vertical-align:middle;
}

#initial  {
  color:;
  font-family:;
  float:right;
}

#login_foot  {
  font-family:;  
  font-weight:500;  
}
/* - - - - - - - - - - - - PANEL: DISPLAY OPTIONS  - - - - - - - - - - - - - - */
#display_coloptions  {
/*  border:2px solid #ffb427;*/
}
.col_opt_cover  {  /* umgibt alles */
  float:left;  
/*  border: 3px solid red;*/
  position:relative;
  display:table-cell;
}
.col_opt_cover table  { 
  margin-left:125px;      
  display:none;
  border:2px solid ;
}
.opt_button_cover  {
}
.opt_button  {
/*  background-color: ;*/
  margin:0 2px 0 0;
  width:100px;
  float:left;  
}
.col_button_col_1  {
  width:103px;
  position:absolute; top:0;
/*  background-color: ;*/
  border-top: 2px solid ;
  border-left: 2px solid ;
  border-bottom: 2px solid ;
  border-right: 2px solid ; 
  z-index: 500;
}
.msg_button_col_1  {
  position:absolute; bottom:0px; 
}

.msg_button_msg_1  {
/*  position:absolute; bottom:0px;*/
  position:relative; 
  border: 2px solid ;
  border-bottom: 6px solid ; 
  z-index: 501;
}
.msg_button_msg_1_col_1  {
  position:absolute; bottom:-5px; 
}

/*
.col_opt_cover_0  { 
}
.col_opt_cover_0 table  { 
}
.opt_button_cover_0  {
} */

#display_messages  {
  display:none;
  clear:both;
  border:2px solid ; 
  z-index:1;
}

.prt-3  {
  position:relative; top:-3px;
  z-index: 1;
}
.prt3  {
  position:relative; top:3px;
  z-index: 1;
}
/*------------------------ DEVEL SECTION --------------------------------------*/
<br />
<b>Fatal error</b>:  Uncaught Error: Call to undefined function check_rights() in /www/htdocs/w0153e09/catal0g/config_catal0g/css_main.php:867
Stack trace:
#0 {main}
  thrown in <b>/www/htdocs/w0153e09/catal0g/config_catal0g/css_main.php</b> on line <b>867</b><br />
