* { font-family: Arial; font-size: 9pt; }
/* 5b9dd7, 4a8ee6, 397df5 */
td.mnu_off	{ background-color: #4a8ee6; color: #fff; border: 1px solid #9bc7ee; font-size: 8pt; text-align: center; cursor: pointer; }
td.mnu_on	{ background-color: #ffdddd; color: #000; border: 1px solid #9bc7ee; font-size: 8pt; text-align: center; cursor: pointer; }
form		{ margin: 0; padding: 0; }
input		{ font-size: 8pt; }

h1			{ font-size: 14pt; font-weight: bold; color: #0922a3; }
a			{ color: #0922a3; }

a.fixedbutton	{ position: absolute; height: 19px; line-height: 19px; background-image: url(images/taste.jpg); background-repeat: repeat-x; padding-left: 6px; padding-right: 6px; font-size: 8pt; font-weight: bold; color: #000; text-align: left; text-decoration: none; border: 1px solid #000; text-transform: uppercase; }
a.floatbutton	{ height: 19px; line-height: 19px; background-image: url(images/taste.jpg); background-repeat: repeat-x; padding-left: 6px; padding-right: 6px; font-size: 8pt; font-weight: bold; color: #000; text-align: left; text-decoration: none; border: 1px solid #000; text-transform: uppercase; }
img.taste		{ border: 1px solid #000; cursor: pointer; }

table.fahrzeugliste { background-color: #ffffff; font-size: 9pt; }
table.fahrzeugliste td a { text-decoration: none; color: <?= COLOR_RESULTLIST_HEAD_LINK ?>; }
table.fahrzeugliste td.result { font-weight: bold; font-size: 12pt; }
table.fahrzeugliste td.title { font-weight: bold; height: 40px; vertical-align: bottom; text-transform: uppercase; }
table.fahrzeugliste tr.odd { background-color: #f5f5f5; }
table.fahrzeugliste tr.even { background-color: #ffffff; }
table.fahrzeugliste tr.over { background-color: #ffdddd; cursor: pointer; }
table.fahrzeugliste tr.active { background-color: <?= COLOR_RESULTLIST_ACTIVE ?>; cursor: pointer; }
table.fahrzeugliste tr.odd td { border-top: 1px solid <?= COLOR_RESULTLIST_ODD ?>; border-bottom: 1px solid <?= COLOR_RESULTLIST_ODD ?>; }
table.fahrzeugliste tr.even td { border-top: 1px solid <?= COLOR_RESULTLIST_EVEN ?>; border-bottom: 1px solid <?= COLOR_RESULTLIST_EVEN ?>; }
table.fahrzeugliste tr.over td { border-top: 1px solid <?= COLOR_RESULTLIST_HOVER ?>; border-bottom: 1px solid <?= COLOR_RESULTLIST_HOVER ?>; }
table.fahrzeugliste tr.active td { border-top: 1px dashed <?= COLOR_BUTTON_BORDER ?>; border-bottom: 1px dashed <?= COLOR_BUTTON_BORDER ?>; }
table.fahrzeugliste td { padding-left: 6px; color: <?= COLOR_CONTENT_TEXT ?>; }

div#hoverinfo table td { color: #ffffff; }
