body 
{ 
	margin: 0px; 
	width: 100%; 
	color: black; 
	background-color: white;
}

/* Links */

a 
{ 
	font-weight: bold; 
	color: #386fcc;
}

/* Tabellen */

table.formular
{
	/*width: 100%;*/
	/*margin-right: 20px;*/
}

table.formular td
{
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.headline 
{
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

td.step, td.stepdes, td.stepdis
{
	border-right: #c8c8c8 1px solid;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	color: #417bde; 
	text-align: center;
}

td.stepdis 
{ 
	color: #b4b4b4;
}

td.sendrow
{
	padding-right: 10px;
	vertical-align: middle;
}

/* Container */

div.top, div.bottom
{
	padding-bottom: 10px;
}

span.pointer
{
	cursor: pointer;
}

/* Images */

img.step 
{ 
	margin: 5px; 
	width: 30px; 
	height: 30px;
}

tr.hidden
{
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
}

tr.hidden div
{
	display: none;
}

tr.visible
{
	visibility: visible;
}