/* ################################ */
/* ZMS COLORS                           */
/* ################################ */
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #FFF}
.primColorStrong {background-color: #CCC;}
.primColorMedium {background-color: #DDD;}
.primColorLight {background-color: #EEE;}

div.ZMSFile div.previewimage {
  float:left;
  margin-right: 10px;
}

table.ZMSTable {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;  
  margin-top: 1em;
  margin-bottom: 1em;
	}

table.ZMSTable caption {
    margin-top: 5px;
    margin-bottom: 10px;
    font-style:italic;
	}

table.ZMSTable th,
table.ZMSTable td {
	line-height: 1.2em;
}

table.ZMSTable th {
  padding: 5px; 
  border: 0px none; 
	background-color: #EEE;
	}

table.ZMSTable td {
  border: 0;
  padding: 5px; 
	}
table.ZMSTable th:first-child,
table.ZMSTable td:first-child {
  width: 180px!important;
  }
	
.contact {
  margin-bottom:15px;
  }
.contact .name {
  font-weight:bold;
  }  
.contact span {
  display: block;
  margin-bottom: 3px;
  }


@media print {
  #header, #headerimage, #logo,  #language,
  #navi, #links, #unten { 
    display:none!important;
  }
  #header, #header_total, #alles { 
    background: 0 none; 
  }
  #alles { padding-top:0; }
  #inhalt {
    float: none;
    width:inherit;
  }
}