/* Tabellen */
table {
	width:100%;
	background: #fafafb;
	margin-top: 5px;
	margin-bottom: 0px;
 }

table.nomargin {
	width:100%;
	background: #fafafb;
	margin-top:  0px;
	margin-bottom: 0px;
}

 
table th, table td {
	margin: 0px;
	padding: 3px 10px;
	text-align: center;
	border-right: 1px solid #fafafb;
	vertical-align: top;	
 }
table th {
	color: #ffffff;
	background: url(../images/bg_table_header_r.gif) repeat-x 0% 50%;
	border-bottom: 1px solid #fafafb;
 }
 
table td.label {
	color: #666666;
	text-align: left;
	background:  #ebecef;
	width: 180px;
	font-weight:normal;
}
table th.blank {
	text-align: left;	
	color: #666666;
	border-bottom: 1px solid #fafafb;
	background: url(../images/border_blank_th.gif) repeat-x left bottom;
 }
table td.preis img{
	margin-top: 10px;
	margin-bottom: 10px;
 }

.abstand{
	height: 30px;
 }
table th.name {
	color: #666666;
	text-align: left;
	background: url(../images/bg_table_header_l.gif) repeat-x 0% 50%;
	width: 25%;
	border-top: 1px solid #e1e5ea;
	border-right: 1px solid #fafafb;
	border-left: 1px solid #e1e5ea;
 }
 
table tr.alt {
	background: #ebecef;
 }
table td.name a {
	float:right;
	background: url(../images/icon_table_help.png) no-repeat;
 }
table td.name {
	text-align: left;
}
table td.right{
	text-align: right;
}

table td.preis {
	font-weight: bold;
	font-size: 13px;
}

table td.preissetup {
	font-size: 11px;
}

table tr {
	background: #fafafb;
 }
table tr.table_bestellen {
	background:#FFFFFF;
} 
table tr#table_bestellen td {
	background:#FFFFFF;
	border-style: none;
	padding-top: 10px;
} 

table td.left {
	text-align: left;
 }

#traffictable table {
	width:100%;
	background: #fafafb;
	margin-top: 5px;
	margin-bottom: 0px;
}

#traffictable table th {
	margin: 0px;
	padding: 2px;
	text-align: center;
	border-right: 1px solid #fafafb;
	vertical-align: top;	
}
#traffictable table td {
	margin: 0px;
	padding: 2px;
	text-align: left;
	border-right: 1px solid #fafafb;
}

#traffictable table th {
	color: #ffffff;
	background: url(../images/bg_table_header_r.gif) repeat-x 0% 50%;
	border-bottom: 1px solid #fafafb;
 }
 
#traffictable p {
	margin:0px;
	padding:0px;
} 
