/* HTML, BODY und Navigations CSS */

html, body { 
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	color: #44413f;
	border: 0px;
}

#Container {
	margin: 0 auto;
	padding: 0;
	width: 600px;
}

.TextBox {
	padding: 0;
	margin: 15px 0;
}


/* Farbe der Titelzeilen H1 bis H6 */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}

h1 { font-size: 19px;}
h2 { font-size: 17px;}
h3 { font-size: 15px;}
h4 { font-size: 13px;}
h5 { font-size: 12px;}
h6 { font-size: 11px;}

hr { 
	border-top: 1px solid #999999;
	border-bottom: 0;
	height: 1px;
	width: 100%;
}

p { margin: 0; padding: 0;}

a { 
	color: #e65526;
	text-decoration: underline;
	font-weight: bold;
}
a:hover { text-decoration: none;}




.fcOrder_btn {
	float: left;
	width: 400px;
}

.fcOrder_btn input {
	float: left;
	width: 15px;
}
.fcOrder_btn p {
	float: left;
	width: 200px;
}

.fcOrder_btn button {
	padding: 2px 20px;
	margin: 0;
	clear: both;
	color: #FFFFFF;
	border: 0;
	background-color: #e65526;
	cursor: pointer;
}




/*	xForm ***********************************************************************/

div#rex-form fieldset {
	padding: 15px;
	margin: 5px auto;
	border: 1px solid #000000;
}

/* Fieldsetbeschriftung */
div#rex-form legend {
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

* html div#rex-form legend {
	margin-bottom: 1em;
}

div#rex-form p {
	clear: both;
	margin: 0;
	padding: 0;
}

div#rex-form p.formcheckbox {}

div.com-usersearch p.ftxt, 
div.com-usersearch p.fslct {}

div#rex-form p.formselect, 
div#rex-form p.formtextarea, 
div#rex-form p.formcheckbox, 
div#rex-form p.formmcheckbox {}

div#rex-form p.formhtml, 
div#rex-form p.formcaptcha {}

div#rex-form p.formhtml {}


/* Fieldsets classes*/
div#rex-form .auswahl {
	display: block;
	background-color: #F3F3F3;
}


/******************************	Label */
div#rex-form p label {
	float: left;
	width: 155px;
	padding-top: 3px;
	margin-bottom: 7px;
}
div#rex-form p.formtextarea label {}
div#rex-form p.formcheckbox label {
	float: left;
	display: block;
	margin-bottom: 5px;
}

div.com-answer div#rex-form div.com-content p.formtext label {}
div#rex-form p.formtextarea label {}


/******************************	Input */
div#rex-form p.formtext input, 
div#rex-form p.formpassword input, 
div#rex-form p.formcaptcha input {
	padding: 2px;
	width: 200px;
}
div.com-answer div#rex-form div.com-content p.formtext input {
	width: 200px;
}
div#rex-form p.formcaptcha input {
	width: 100px;
}
div#rex-form p.formtext input, 
div#rex-form p.formpassword input, 
div#rex-form p.formcaptcha input, 
div#rex-form p.formmediapool input {
	border: 1px solid #999999;
}

/******************************	TEXTAREA */
div#rex-form p.formtextarea textarea {
	padding: 2px;
	width: 99%;
	height: 120px;
	border: 1px solid #999999;
}
div.com-answer div#rex-form div.com-content p.formtextarea textarea {
	width: 300px;
}
/******************************	Select */
div#rex-form p.formselect select {
	width: 320px;
}

div#rex-form p.formselect200 select {
	width: 206px;
}

/******************************	CHECKBOX */
/*	formmcheckbox - doppeltes M -> Userbild loeschen */
div#rex-form p.formcheckbox input, 
div#rex-form p.formmcheckbox input {
	float: left;
}
div#rex-form p.formmcheckbox input {}

div#rex-form p.formcheckbox label, 
div#rex-form p.formmcheckbox label {
	float: left;
}

/******************************	Mediapool */
/*	persoenliches Bild loeschen */
div#rex-form p.formmediapool label img {}

/******************************	LINE */
div#rex-form p.formline {
	overflow: hidden;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}



/******************************	SUBMIT */

div#rex-form p.formsubmit {
	float: right;
}
div#rex-form p.formsubmit label {}
div#rex-form p.bt1, 
div#rex-form p.formsubmit input {
	padding: 2px 20px;
	margin: 0;
	clear: both;
	color: #FFFFFF;
	border: 0;
	background-color: #e65526;
	cursor: pointer;
}

ul.form_warning {
	display: block;
	width: 300px;
	padding: 5px 15px;
	background-color: #e65526;
	list-style-position: inside;
	color: #FFFFFF;
}

p.answertext {
	font-weight: bold;
}


