BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

A
{
	color : #ff0000;
	text-decoration : none;
}

A:HOVER
{
	text-decoration: underline overline;
}

TD
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

.adresse
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

H1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #ff0000;
}

H2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #ff0000;
}

UL, LI
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	list-style-image:url(/images/aquader.gif);
	list-style-position: outside;
	margin-bottom: 4px;
	margin-top: 4px
}

.menu1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

.menu1:HOVER
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

.menu1active
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.menu1active:HOVER
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}


.menu2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

.menu2:HOVER
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

.menu2active
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.menu2active:HOVER
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

INPUT
{
	color: black;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial,Helvetica;
	font-size: 12px;
}

TEXTAREA
{
	color: black;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial,Helvetica;
	font-size: 12px;
}


.formElement,
#gavTotal {
	margin-bottom: 6px;
	overflow: hidden;
}
.formElement .label {
	display: block;
	float: left;
	width: 150px;
}
.formElement input,
.formElement textarea {
	width: 225px;
}
.formElement textarea {
	height: 50px;
}
.gfSummeHidden {
	padding: 0;
}
.formTextOnly {
	margin-left: 150px;
	margin-top: 0;
}

#fFirma {
	width: 120px;
}
#fFirmaFunktion {
	width: 102px;
}
#fStrasse,
#fOrt {
	width: 150px;
}
#fStrasseNr,
#fPlz {
	width: 72px;
}
#fMengeDe,
#fMengeFr {
	width: 30px;
}
#fMengeFr {
	margin-left: 1em;
}

#gavTotal {
	overflow: hidden;
}
#gavTotal .label,
#gavTotal .value {
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0;
}
#gavTotal .label {
	float: left;
}
#gavTotal .value {
	float: right;
	margin-right: 200px;
	text-align: right;
}
.gfSubmit {
	clear: both;
}
.error {
	background: #FBE3E4 none repeat scroll 0 0;
	color: #8A1F11;
	border: 2px solid #FBC2C4;
	margin-bottom: 1em;
	padding: 0.8em;
}
input.invalid,
textarea.invalid {
	border: 1px solid #E96161;
}
.fieldError {
	color: red;
	margin: 6px 0 10px 150px;
	font-weight: bold;
}
