@charset "UTF-8";


#form_container {
	margin: 0 auto;
	text-align:left;
 /*	width:640px; */
}


form.formularlayout {
	margin-left: 1.25em;
	padding: 0;
}




/* ========================================================================= */
/* Form Section */
/* ========================================================================= */

.formularlayout {
	font: normal 0.875em Arial, "Lucida Grande", Helvetica, "Trebuchet MS", Verdana, sans-serif;	
	color: #6F6558;									/*BRAUN DUNKEL*/
}

.formularlayout li {
	width:80%;
}

form ul {
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li {
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons {
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li {
	height:1%;
}

* html .buttons {
	height:1%;
}

* html form li div {
	display:inline-block;
}

form li div {
	color: #6F6558;									/*BRAUN DUNKEL*/
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span {
	color: #6F6558;									/*BRAUN DUNKEL*/
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li h1{
	font-size:2em;
}

form li h2{
	font-size:1.5em;
	color:#bbb7ac;									/*BRAUN MITTEL 2*/
}

form li div.left {
	display:inline;
	float:left;
	width:48%;
}

form li div.right {
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium {
	width:98%;
}

form li div.right .medium {
	width:98%;
}

form li div label {
	clear:both;
	color: #6F6558;									/*BRAUN DUNKEL*/
	display:block;
	font-size: 0.8em;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label {
	clear:both;
	color: #6F6558;									/*BRAUN DUNKEL*/
	display:block;
	font-size: 0.8em;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

.form_description {
	clear:both;
	display:inline-block;
	margin:0 0 1em 0;
	width:85% !important;
	border-bottom:1px dotted #d9d4c6;					/*BRAUN MITTEL*/
	border-top:1px dotted #d9d4c6;					/*BRAUN MITTEL*/
}

.form_description[class] {
	display:block;
}

.form_description p {
	font-size: 0.938em;
	line-height:130%;
	margin:1em 0 1em 0;
	color: #94908a;									/*BRAUN Zwischenton*/
}

form li.section_break {
	border-top:1px dotted #d9d4c6;					/*BRAUN MITTEL*/
	margin: 1.25em 0 0 0;
	padding-top: 1em;
	width:85% !important;
}

form ul li.first {
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}




/* ========================================================================= */
/* Buttons  */
/* ========================================================================= */

input.button_text {
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input {
	font-size:100%;
	margin-right:5px;
}



/* ========================================================================= */
/* Inputs and Labels  */
/* ========================================================================= */

label.description {
	border:none;
	color: #6F6558;									/*BRAUN DUNKEL*/
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol {
	font-size:115%;
	line-height:130%;
}

input.text {
	/* background:#fff url(../../../images/shadow.gif) repeat-x top; */
	
	border-bottom:1px solid #d9d4c6;				/*BRAUN MITTEL*/
	border-left:1px solid #f5f4e8;					/*BACKGROUND*/
	border-right:1px solid #f5f4e8;					/*BACKGROUND*/
	border-top:1px solid #f5f4e8;					/*BACKGROUND*/
	color: #000000;									/*SCHWARZ*/
	font-size:100%;
	font-family: Courier, monospace;
	margin:0;
	padding:2px 0;
}


textarea.textarea {
	/* background:#fff url(../../../images/shadow.gif) repeat-x top; */
		
	border-bottom:1px solid #d9d4c6;				/*BRAUN MITTEL*/
	border-left:1px solid #f5f4e8;					/*BACKGROUND*/
	border-right:1px solid #f5f4e8;					/*BACKGROUND*/
	border-top:1px solid #f5f4e8;					/*BACKGROUND*/
	color: #000000;									/*SCHWARZ*/
	font-family: Courier, monospace;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select {
	/* background:#fff url(../../../images/shadow.gif) repeat-x top; */
	
	color: #000000;									/*SCHWARZ*/
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	border-bottom:1px solid #d9d4c6;				/*BRAUN MITTEL*/
	border-left:1px solid #f5f4e8;					/*BACKGROUND*/
	border-right:1px solid #f5f4e8;					/*BACKGROUND*/
	border-top:1px solid #f5f4e8;					/*BACKGROUND*/
	font-family: Courier, monospace;
}

input.currency {
	text-align:right;
}

input.checkbox {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice {
	color: #6F6558;									/*BRAUN DUNKEL*/
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class] {
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class] {
	margin:1px 0;
}

.safari select.select {
	font-size:120% !important;
	margin-bottom:1px;
}

input.small {
	width:25%;
}

select.small {
	width:25%;
}

input.medium {
	width:50%;
}

select.medium {
	width:50%;
}

input.large {
	width:99%;
}

select.large {
	width:100%;
}

textarea.small {
	height:5.5em;
}

textarea.medium {
	height:10em;
}

textarea.large {
	height:20em;
}

