
/*table.anbietertab {border-collapse:collapse;}*/
table.anbietertab td {
        /*padding: 2px;*/
	/*border:1px solid #c0c0c0;*/
	border: 0px;
	margin:0px;
	padding:0px;
/*
	align: center;
	horicontal-align: middle;*/
	/*white-space:nowrap;*/
}
table.anbietertab p{
	margin-bottom: 0px;
}
table.anbietertab th {
	padding: 0px;
	/*border:1px solid #c0c0c0;*/
	border: 0px;
	border-spacing:0px;
	background-color: #e0e0e0;
	/*white-space:nowrap;*/
}
table.anbietertab h2 {
	background-color: #e0e0e0;
	padding: 3px;
	margin: 0px;
	/*font-size: 1em;*/
}
tr.anbietertab_grau {
        background-color: #f5f5f5;
}
tr.anbietertab_dunkelgrau {
	background-color: #e0e0e0;
	padding: 3px;
	margin: 0px;
	background-color: #e0e0e0;
}

table.anbieteruebersicht { 
	width:100%; 
}

table.anbieteruebersicht td {
	border: 0px;
	align: center;
	horicontal-align: middle;
	padding-bottom: 10px;
	/*white-space:nowrap;*/
}
table.anbieteruebersicht th {
	padding: 0px;
	/*border:1px solid #c0c0c0; */
	border: 0px;
	border-spacing:0px;
	background-color: #e0e0e0;
	/*white-space:nowrap;*/
}
td.anbieteruebersicht_icons {
	width: 140px;
}
td.anbieteruebersicht_logo {
	width: 110px;
}
tr.anbieteruebersicht_grau {
        background-color: #f5f5f5;
}

/* Kommandozeilenbefehle und Code im RTE */
p.code {
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
	margin-bottom: 10px;
	overflow-x: auto;
	overflow-y: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eeeeee;
	max-height: 600px;
}

img.rte_imgLeft {float:left; margin:0px 8px 8px 0px;}
img.rte_imgRight {float:right;  margin:0px 0px 8px 8px;}

.float_clear {
	clear:both;	
}

/* Detailseite eines Anbieters */
h1.detailh1 {
	background-color: #e0e0e0;
	padding: 5px;
	clear:both;	
}
h2.detailh2 {
	background-color: #e0e0e0;
	padding: 3px;
	clear:both;	
}

