* {
      	font-family: Arial, sans-serif;
}

* html a:hover {
	visibility: visible
}

BODY {
	background-color: #000000;
}

IMG {
	border: 0;

}

.cssnav{
	position: relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../img/car_on.png);
	background-repeat: no-repeat;
	display: block;
	width: 532px;
	height: 134px;
	margin: 0; 
	margin-bottom:0px;
	padding: 0; 
}

.cssnav a {
	display: block;
	font-size: 11px;
	width: 532px;
	height: 134px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}

.cssnav img {
	width: 100%; 
	height: 100%; 
	border: 0; 
}

.cssnav a:hover img{
	visibility: hidden
}

a:link,a:visited {
	color: #0080C0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0080C0;
	text-decoration: underline;
	font-weight: bold;
}

div.wcf {
	color: #FFFFFF;
	font-weight: lighter;
	font-style : italic;
}

div.ticker_desc {
	color: #FFFFFF;
	font-weight: bolder;
	font-style : normal;
	font-size : 20px;
	letter-spacing : 5px;
}

div.ticker_date {
	color: #FFFFFF;
	font-weight: lighter;
	font-style : italic;
	font-size : 27px;
	font : lighter italic 27px;
}

div.ticker_ph {
	color: #000000;
	font-weight: lighter;
	font-style : italic;
	font-size : 27px;
	font : lighter italic 27px;
}

div.aussteller_head {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}

td.menunav{
	background-color : #6a5e46;
}

td.menunav:hover{
	background-color : #a66d00;
}

td.lomenu {
	width: 130px;
	height: 10%;
	padding-top: 0px;
	background-image: url('../img/lower_a.png');
	background-repeat: no-repeat;
	background-position: -1px top; /* BUG! This corrects the displacement of the menu image in IE */
}

a.navroot,a.navroot:visited {
	background-color: #000000;
	color : #ffa801;
	padding: 3px 2px 3px 10px;
	display: block;
	font-size: 15pt;
	line-height: 10pt;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	width: 100%;
}

a.navroot:hover {
	background-color: #000000;
	color : #ffe800;
	text-decoration: none;
	border-bottom : 1px solid #FF0000;
	border-left : 1px solid #FF0000;
}
