#formHolder {
	width:100%;
}

LEGEND {
	display: none;
}

FORM {
	margin: 0;
	padding: 0;
}

FIELDSET {
	border:none;
	margin-left:0px;
	padding-left:0px;
}
#buttonSubmit {
	margin-left:121px;
}
#ImpressumText {
	position:absolute;
	margin-left:480px;
	padding-top:298px;
}
/* fieldset mit 100% breite 
FIELDSET {
	width:100%;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	padding: 10px 0 10px 0;
}

/* fieldset mit 100% breite fuer die buttons 
FIELDSET.buttons {
	width: 100%;
	clear: both;
	float: none;
	padding: 21px 0 0 0;
	text-align: right;
	height: auto;
	background-image: url(bilder/subnav_sep.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* die verschiedenen reihen mit den textfeldern */
DIV.txtFieldRow {
	clear: both;
	height: 28px;
}

/* die verschiedenen reihen mit den textfeldern */
DIV.textAreaRow {
	clear: both;
	height: 170px;
}

INPUT.txtField {
	background: transparent;
	height:18px;
	margin-left:50px;
	width: 300px;
	font-size: 11px;
	padding: 5px 0 0 4px;
	float: left;
	color: #1D4648;
	border:none;
	background-color:#eeeeee;
}

TEXTAREA {
	margin-left:50px;
	background: transparent;
	border:1px;
	border-style:solid;
	border-color:#cccccc;
	width: 300px;
	height: 170px;
	font-size: 11px;
	padding: 1px 0 0 3px;
	float: left;
	color: #1D4648;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* die labels fuer die einzelnen formular-felder des linken fieldsets */
DIV.labelLeft { 
	float: left; 
	width: 71px;
	padding: 2px 0 0 0;
	color: #1D4648;
}

DIV.labelLeftERROR { 
	float: left; 
	width: 56px;
	padding: 2px 0 0 0;
	color: #cc0000;
}

/* die labels fuer die einzelnen formular-felder des rechten fieldsets 
DIV.labelRight { 
	float: left; 
	width: 85px;
	padding: 2px 0 0 0;
	color: #1D4648;
/*andere textausrichtung wie im linken fieldset 
	text-align: right
}
/*
DIV.labelRightERROR { 
	float: left; 
	width: 85px;
	padding: 2px 0 0 0;
	color: #cc0000;
	/* andere textausrichtung wie im linken fieldset 
	text-align: right
}


/* eine kleine hilfe, damit das label abstand zum textarea haelt 
DIV.labelRight SPAN, DIV.labelRightERROR SPAN {
	padding-right: 10px;
}
*/
.errMsg {
	color: #cc0000;
}

FORM .clear {
	float: none;
	clear: both;
}

/* der button zum abschicken des formulars 
INPUT.submitBtn {
	border: none;
	background-color: transparent;
	background-image: url(bilder/submit_btn.gif);
	background-repeat: none;
	width: 125px;
	height: 29px;
}

/* es gibt keine moeglichkeit zum erstellen eines grafischen "reset"-buttons.
daher ist dieser nur als link geloest, der das formular erneut aufruft und somit
die eingaben loescht!*/
