/*
  Mobile.css - basic global stylesheet definitions xhtml mp / wcss
*/

body 
{ 
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

input
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

select
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

address
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

option
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}
a:link 
{ 
	text-decoration: underline;
	color: #000066;
}

a:visited 
{ 
	text-decoration: underline; 
	color: #336699;
}

a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #990000;
}
.ErrorBox
{
	color: #CC0000;
	font-weight: bold;
	background: #F3F3F3;
}

.FormBox
{
	background-color: #F3F3F3;
}

.NonFatalErrorMessage
{
	color: #CC0000;
	font-weight: bold;
}

.PoiListItemBasisLight
{
}

.PoiListItemBasisDark
{
	background-color: #F3F3F3;
}

.PoiListItemInfoPageLight
{
}

.PoiListItemInfoPageDark
{
}

.PoiListBrowseControlDown
{
	background-color: #F0F0F0;
}

.CatalogListItem
{
}

.CatalogListItemDark
{
	background-color: #F3F3F3;
}

.RouteCol
{
}

.RouteColAlternate
{
	background-color: #F3F3F3;
}

.InfoAddress
{
	background-color: #F3F3F3;
}

.TopNavigation
{
	background-color: #F3F3F3;
}

/*
Ab hier Eingabeformatierungen
*/
input.12N
{
}
