/* Grund Definition von <td> */
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/*  Grund Definition von <a> */
a{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #15376B;
}

a:link { color: #15376B; }
a:visited { color: #15376B; }
a:active { color: #15376B; }
a:hover {
         color: #15376B;
         text-decoration: none;
         background-color:#ffcc00;
}

/* Anfang Grund Definition Header-Menu (Home, Flug, Hotel...) */
.hmenu {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #15376B;
	text-decoration: none;
}

a.hmenu {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #15376B;
	text-decoration: none;
}

a.hmenu:visited {
	color: #15376B;
}

a.hmenu:active {
	color: #15376B;
}

a.hmenu:hover {
	color: #15376B;
    text-decoration: none;
	background-color:#ffcc00;
}

/* Grund Definititon von Formular <input> - Inputfelder */
input.formfields {
	font-family: Arial, Helvetica;
        font-size: 12px;
        width: 290px;
}


/* Grund Definition von Footer */
.footer{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #15376B;
}
a.footer {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #15376B;
}

a.footer:visited {
	color: #15376B;
}

a.footer:active {
	color: #15376B;
}

a.footer:hover {
	color: #15376B;
    text-decoration: none;
	background-color:#ffcc00;
}
/* footer ende */