	 body, div, td, p, button {
		 font-family: Helvetica, Arial, sans-serif;
		 font-size: 11px;
	 }
	
	#conf
	{
		color: #666666;
	} 
	#conf b
	{
		color: black;
	}
	
	 #resultinfo * {
		 font-family: Helvetica, Arial, sans-serif;
		 font-size: 10px;
	 }
	 
	 #resultinfo{
		 height: 300px;
		 width: 100%;
		 overflow-y: auto;
		 
	}
	 
	 #result {
		 width: 300px;
		 height: 600px;
		 border: none;
		 overflow: hidden;
		 margin: 0px;
		 padding: 0px;
	 }
	 
	 #conftable td, #conftable input
	 {
		 font-family: Helvetica, Arial, sans-serif;
		 font-size: 10px;
	 }
	 
	 #conftable tr
	 {
	 	vertical-align: middle;
	 }
	 
	 #conftable td
	 {
	 	padding-left: 10px;
	 }
	 
	 div.input {
		 background-color: #D0D0D0;
		 padding: 5px 5px 5px 5px;
		 margin:   1px 1px 1px 1px;
	 }
	 
	div.title {
		padding: 2px 0px 2px 0px;
		font-weight: bold;
	}
	
	div.select {
		padding: 10px 0px 10px 50px;
		
	}

	div.step {

	}

	table.radformeltabelle {
		background-color: white;
/*		border: 2px #d0d0d0 inset;*/
	}
	
	table.radformeltabelle td {
		padding: 3px;
		margin: 0px 0px 0px 0px;
		border: 1px solid #d0d0d0;
		text-align: left;
	}
	
	table.radformeltabelle td.tonnage
	{
		width: 100px;
		font-weight: bold;
	}
	
	table.radformeltabelle td.eigenschaft
	{
		font-weight: bold;
	}
	
	table.radformeltabelle td.radformel
	{
		
	}
	
	button
	{
	}
	
	tr
	{
		vertical-align: top;
	}
	
	
	
	
	
