﻿/* Forms */
hr.buchung
{
	height: 1px;
	color: black;
}

.spalt
{  
	-webkit-column-count: 2;  
	-webkit-column-width: 5em; 
	columns: 2 5em;  
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 180%;
}

.spalt3
{  
	-webkit-column-count: 3;  
	-webkit-column-width: 5em; 
	columns: 3 5em;  
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 150%;
}

form.buchung
{
	color:#000000;
}

fieldset.wo
{
    border: 0px solid #ff0000;
	text-indent: hanging;
}

label.left
{
    float: left;
}
label.left1
{
    float: left;
	width: 65%;
}
label.left2
{
    float: left;
	width: 39%;
	size: 18;
	text-align: right;
}
label.right
{
    float: right;
	width: 95%;
}
label.ges, output.ges
{
    font-weight: bold;
}

input.red
{
    border: 1px solid #ff0000;
}

span.red
{
	color:#ff0000;
}
