
.bildlinks {
 padding-right: 8px;
}
 
.bildrechts {
 padding-left: 8px;
}


/* Standardtabelle */

table.Standardtabelle {
	border-collapse:collapse;
	table-layout:fixed;
	max-width:400px;
	overflow:hidden;
	empty-cells:show;
	border: 1px solid #c0c0c0;
}

table.Standardtabelle thead {
	vertical-align:top;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2B3C8B;
	text-decoration: none;
	margin: margin: 0px 0px 10px 0px;
}

table.Standardtabelle th { 
	padding: 3px;
	background-color:#e9f1f8;
	border: 1px solid #c0c0c0;
}

table.Standardtabelle th p { 
	font-weight: bold;
	color: #2B3C8B;
	margin: 0px;
}

table.Standardtabelle tbody {
	vertical-align:top;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

table.Standardtabelle td {
	padding: 3px;
	border: 1px solid #c0c0c0;
}

