* { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top : 10;
	margin-left : 10;
	margin-bottom : 10;
	margin-right : 10;
}

ul#menu, ul#menu ul {
  display:inline; /*ie fix*/
  list-style-type:none;
  margin: 0;
  padding: 0;
  font-weight : bold;
}

ul#menu li {
  display:inline; /*ie fix*/
}

ul#menu a, ul#menu span {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  cursor: pointer;	
}

ul#menu li a, ul#menu li span {
  background: #B91E20;
  color: #A5A19E;	
  padding: 0.5em;
  border-bottom: 1px solid #000000;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a, ul#menu li ul li span {
  background: #C3C0BE;
  color: #000;
  padding-left: 10px;
}

ul#menu li ul li span {
  cursor: default;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 5px;
}

ul#menu li ul li.active a, ul#menu li ul li.active a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 5px;
}
#logo { 
	margin-left: auto;
	margin-right: auto;
	background: url(images/logo2bis_smaller.gif) scroll no-repeat center top;
	height: 113px;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 113px;
	width: 99%;
	padding-top : 10;
	padding-left : 10;
	padding-right : 10;
}
#sponsorlinks {
	float: left;
	width: 50%;
	height: 113px;
}
#sponsorrechts {
	float: right;
	width: 189px;
	height: 113px;
}	
#login {
	clear: both;
	width: 100%;
	margin-top: 10px;
}
table.lzvtable {
	border-collapse: collapse;
}
table.lzvtable td {
	border: solid 1px #000000; 
	padding: 4px;
}
table.lzvtable td.nopad {
	padding: 0px;
}
td.item a, td.item a:visited {
	color : #000000;
	text-decoration: underline;
}
td.item a:hover {
	color : #B91E20;
	text-decoration: underline;
}
td.menu, th.menu {
	color: #A5A19E;
	background-color: #B91E20;
	font-weight : bold;
	height: 25px;
}
td.item {
	color: #000000;
	background-color: #C3C0BE;
	height: 25px;
	/*font-weight: bold;*/
}
td.itemsel {
	background-color: #A5A19E;
	height: 25px;
}
a.item,a.item:hover,a.item:visited {
	font-weight: bold; 
	color : #000000;
	text-decoration: none;
}
a.item:hover {
	color : #B91E20;
	text-decoration: underline;
}
td.itemsel a.item {
	color : #B91E20;
	text-decoration: none;
}
a.menu,a.menu:hover,a.menu:visited {
	font-weight: bold; 
	color : #A5A19E;
}
a.text,a.text:visited {
	color: #000000;
	text-decoration: none;
}
a.text:hover { 
	text-decoration: underline;
}
