td 
{
	font-size: 12px;
	background: #ffffff;
}

.td
{
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #5F5F5F;
  padding: 2px;
  /*
	  background: #ffffec;
	  padding: 2px;
	  font-size: 12px;
  */
}

.bordered
{
  border: 1px solid #5F5F5F;
}

.th
{
	background: url(menue_header.png) repeat-x;
	color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.klein
{
	font-size: 11px;
}

.kleinst
{
	font-size: 10px;
}

body 
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(li.png) ;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a:link, a:visited 
{
	color: #800000; 
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #BF7F7F;	
	text-decoration: none;
	font-weight: bold;
}

.button 
{
  color: #800000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #5F5F5F;
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.select 
{
	padding: 2px;
	border:solid 1px #5F5F5F;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}

.select_klein 
{
	font-size: 11px;
	padding: 2px;
	border:solid 1px #5F5F5F;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}

.heading 
{
	padding-top: 8px;
	height: 20px;
	background: url(titel_header.png) top left repeat-x;
	background-position: 0px 0px;
	vertical-align: top;
	color: #000000;
	text-indent: 15px;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
}

.heading_bg
{
	padding-top: 8px;
	height: 20px;
	background: url(titel_header.png) top left repeat-x;
	background-position: 0px 0px;
	text-indent: 15px;
	vertical-align: top;
	white-space: nowrap;
}

a.menue:link, a.menue:visited 
{
	display: block;
	background: url(menue_bg1.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 6px;
	padding-left: 20px;
	height: 19px !important;
	height: 24px;
	width: 123px;
	text-decoration: none;
}

a.menue:hover 
{
	background-position: 0px -25px;
	text-decoration: none;
	color: #ffffff;
}

form 
{
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
