/**
* SVN: $Id: addKatze.css 23 2010-07-22 12:14:49Z Pranczke $
*/

table {
	font-size: 11px;
	width: 100%;
}
table tr th {
	border-bottom: 1px solid #000000;
	padding: 4px;
}
table tbody tr td {
	border-bottom: 1px solid #dddddd; 
	padding: 4px;
}
table tbody tr.secondRow td, table tr th {
	background-color: #ddeeff;
}
p		{ margin:8px 0 12px; }
ol		{ margin:1em 0 1em 4em; }

/* Darstellung des Preises in Tabellen */
.preis {
	font-size: 14px;
	color:#000066;
	font-weight:bold;
}

table.oldAntrag tbody tr td {
	border-bottom: 0px; 

}
table.oldAntrag  {
	border: 1px solid #666666;

}

