@charset "utf-8";
/* CSS Document */

/*
 * Project: "Flughafen Augsburg" 
 * File: basic.css
 *
 *
 * @copyright	Copyright 2008, id-script
 * @author		Suzana Kötter
 * @link		http://www.id-script.de 
 *
 *
 */
table.entgelte 			{ width:100%;background-color:#cfdaea; border-collapse:collapse; margin: 0; margin-bottom: 1em; color:#2167b5; border-bottom:2px solid #c5d7e6; font-size:0.76em;}
table.entgelte th 		{ border-bottom:1px solid #fff; border-right:1px solid #fff;  font-weight:bold; padding:10px; text-align:left; }
table.entgelte td 		{ border-bottom:1px solid #fff; border-right:1px solid #fff; padding:3px 10px; text-align:left;}
table.entgelte tr.hell 		{ background-color:#f4f4f4; margin:0; padding:0; }
table.entgelte td.center	{ text-align:center;}
.bold 				{ font-weight:bold;}