#mainContent table
			{
			border-collapse: collapse;
			empty-cells: show;
			font-size: 100%;
			height: 100%;	
			margin: 0px;
			padding: 0px;
			width: 100%;
			}


#mainContent table td
			{
			border: 1px solid #003366;
			border-top: none;
			background-color: transparent;
			vertical-align: middle;
			}


#mainContent table td.bericht
			{
			background-color: transparent;
			padding: 5px;
			}


#mainContent table td.goTop
			{
			background-color: transparent;
			border: none;		
			text-align: center
			}


#mainContent table.form
			{
			border: 0px solid #003366;
			text-align: left;
			width: 425px
			}

#mainContent table.form td
			{
			border: none
			}


#mainContent table tr.head td
			{
			background-color: #003366;
			color: white;
			height: 18px;
			line-height: 18px;
			vertical-align: middle;
			}
