/* Start of CMSMS style sheet 'default : print' */
/* basic styles */

a:link { color: #4D4D4D; }
a:visited { color: #7F7F7F; } 
a:hover { /*color: #D8D582;*/ color:#4D4D4D; text-decoration:none; }

body { 
  background-color:#4D4D4D; 
  margin: 0;
  padding: 1em;
  text-align: left;
  font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
  font-size:10pt;
  line-height: 1.4em;
}
/* header */
h1.logo a {
  float:left;
  background:  url(uploads/images/system/default/logo_d.gif) no-repeat 0px 0px; 
  text-indent:-700em; 
  text-decoration:none;    /* added, to avoid the underlined link on the logo */
  height: 60px;
  width: 268px;
  margin: 0;
  padding: 0;
}

h1 {
  font-size:18px;
  font-weight:bold;
  padding:0px 0px 2px 0px;
  margin:0px 0px 8px 0px;
  line-height:1.2em;
}

h2 {
  font-size:16px;
  font-weight:bold;
padding:10px 0 2px 0; margin:10px 0 2px 0;
  line-height:1.2em;
}

h2#title{ 
  margin:10px 0px 6px 0px; 
  padding:0px;
  font-size:18px;
  line-height: 2em; }


h3 { 
  font-size:14px;  
padding:10px 0 2px 0; margin:10px 0 2px 0;
  line-height:1.2em;
 }

ul { 
   padding:0px 0px 0px 14px;
   margin:0px 0px 0px 0px; 
}

#tabelle{

}
#tabelle table {
  border-collapse:collapse;
}

#tabelle table td {
  border:1px solid #555;
  width: auto;
  padding:5px;
  text-align: left;
  empty-cells:show;
  white-space:nowrap; 

}

#tabbreit{

}
#tabbreit table {
  border-collapse:collapse;
  width: 100%;
}

#tabbreit table td {
  border:1px solid #555;
  width: auto;
  padding:5px;
  text-align: left;
  empty-cells:show;


}

#left img{
   float:left;
   margin:3px 15px 15px 0px;
}

#right img{
   float:right;
   margin:3px 0px 15px 15px;
}

#xlsicon {
  background:url(uploads/images/system/default/icon-xls.gif) no-repeat 0px 0px;
  padding:1px 0px 2px 20px;
}
#closeicon {
  background:url(uploads/images/system/default/icon-close.gif) no-repeat 0px 0px;
  padding:1px 0px 2px 20px;
}
#printicon {
  background:url(uploads/images/system/default/icon-print.gif) no-repeat 0px 0px;
  padding:1px 0px 2px 20px;
}
h1.logo {
  margin: 0;
  padding: 0;
}

/* End of 'default : print' */

