/*
    Copyright (c) 2004 Wienerberger AG
    Revision: 0.1.4
*/
.copy table {
border-width: 2px 0 1px;
border-style: solid;
border-color: #666;
margin: 0;
width: 100%;
clear: both;}
.copy th {
text-align: left;
color: #000;
background-color: #f1f1f1;
border-left: 1px solid #fff;
padding: 6px 4px 2px 3px;}
.copy th:first-child  {
border: none; }
.copy td {
background: url(/img/ui/1x1-cccccc.gif) top repeat-x;
border: 0;
padding: 2px 4px;}
.copy .num {
text-align: right; }

.copy table td.marked {
background-color: #f1f1f1; }

.copy table.wide {
width: 700px;
margin-bottom: 0 !important;
margin-bottom: 16px; }


/* atgruvol: hinzugefuegt fuer Tabellen mit Hintergrund / Formulare */
	
.copy table.colored {
	background-color: #efe6d5; 
}

.copy table.colored td {
	background: url(/img/ui/1x1-e2d5bc.gif) top repeat-x;
	border: 0;
	padding: 2px 4px;
}



