/* Name = Allgemein.css
// Bezeichnung = Allgemein
// -
// Beschreibung
// Definiert das allgemeine Erscheinungsbild der Website.
// -
// Geschichte
// 1.0 = 8.1.1999, PJauch, Erstellung
// -
// Aviation Business
*/
body
{
 background-attachment: fixed;
 background-color:white;
 background-image:url(../images/logos/Hintergrund_new_grey_clear2.gif);
 background-repeat:no-repeat;
}
a:link
{
	color:rgb(169,0,29);
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
}
a:visited
{
	color:rgb(169,0,29);
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
}
a:hover,a:active
{
	color:rgb(169,0,29);
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
}
td
{
 color: rgb(19,0,124);
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 line-height: 14px;
 vertical-align: top;
}
td.titel
{
 color: rgb(169,0,29);
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 vertical-align:top;
}
.bottom
{
 color: rgb(19,0,124);
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 line-height: 14px;
 vertical-align: bottom;
}
.bottomtitel
{
 color: rgb(169,0,29);
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 vertical-align: bottom;
}
.auszeichnung
{
 color: rgb(19,0,124);
 font-family: helvetica, arial, sans-serif;
 font-size: 13px;
 line-height: 18px;
 font-weight: bold;
 vertical-align:top;
}