/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
input:focus, input:hover, textarea:focus, textarea:hover
{
	background-color: #F5F9FC;
	border: 1px solid #3070A9;
	color: #000;
}

form
{
	float: left;
	width: 100%;
	margin: 1em 0px 2px 0px;
}

form hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	visibility: hidden;
}



/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	float: left;
	width: 100%;
	position: relative;
	min-height: 0px;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
	border: 0px none;
	border-top: 1px solid #aa122b;
}

legend
{
	width: auto;
	font-weight: bold;
	font-size: 1.1em;
	color: #aa122b;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

legend img
{
	vertical-align: middle;
	padding: 0px;
	margin-top: -2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/************************************************************************************/
/* Label */
label
{
	width: 200px;
	margin-right: 1em;
	float: left;
	height: 19px;
	text-align: right;
	font-weight: bold;
	padding-top: 1px;
}

label img
{
	vertical-align: middle;
	margin: 1px 0px 2px 3px;
}

.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 18px;
	padding: 1px 0px 0px 0px;
	margin: 0px 15px 0px 5px;
}



/************************************************************************************/
/* Select */
select
{
	float: left;
	height: 20px;
	padding: 1px 1px 1px 0px;
	margin: 0px 5px 0px 0px;
}

select optgroup
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 5px;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
}

select option
{
	text-indent: 3px;
	padding-bottom: 2px;
}

select optgroup option:first-child
{
	margin-top: 4px;
}

select optgroup option
{
	text-indent: 10px;
	color: #333;
	padding: 0px 0px 2px 0px;
}



/************************************************************************************/
/* Textarea */
textarea
{
	float: left;
	padding: 3px 4px 0px 4px;
	font-size: 12px;
}



/************************************************************************************/
/* Input */
input
{
	float: left;
	margin-right: 5px;
	height: 18px;
	padding: 0px 4px 0px 4px;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #999;
	background-color: #EDF3FA;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	cursor: default;
}

input[type="hidden"]
{
	display: none;
}



/************************************************************************************/
/* Input Type "Checkbox" und "Radio" */
input[type="radio"], input[type="checkbox"]
{
	float: left;
	border: 0px none;
	margin-right: 0px;
	margin-top: 4px;
	margin-left: 0px;
	background-color: transparent;
}

input[type="checkbox"]
{
	height: 19px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

input[type="radio"]
{
	padding-top: 0px;
	margin-top: 0px;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}



/************************************************************************************/
/* Input Type "File" */
input[type="file"]
{
	height: 21px;
}



/************************************************************************************/
/*Button Formatierungen */
.button
{
	float: left;
	height: 20px;
	color: #FFF;
	background-color: #aa122b;
	cursor: pointer;
	padding: 0px 5px 3px 5px;
	border: 1px solid #aa122b;
	font-weight: normal;
}

.button:hover
{
	color: #fff;
	border-color: #3478b7;
	background-color: #3478b7;
}

.button-register
{
	float: left;
	width: 224px;
	height: 50px;
	margin: 0.5em 0px 2em 0px;
	background-image: url(/images/design/button-green.png);
	background-repeat: no-repeat;
	border: none;
	text-shadow: 1px 1px #588320;
	font-size :1.2em;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

.button-register:hover
{
	text-shadow: none;
	border: none;
}



/************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	text-align: right;
	padding: 0.5em 0px 0.5em 0px;
	margin: 2em 0em 0em 0em;
	height: 25px;
}

#fldButtons .button, #fldButtons .submitbutton
{
	float: right;
	margin: 0px 0px 0px 5px;
}



/************************************************************************************/
/* Form Liste */
.form-liste
{
	float: left;
	width: 100%;
	text-align: left;
	padding: 0em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	margin-left: 1em;
	margin-right: 0em;
}

.form-liste li
{
	float: left;
	margin-right: 7px;
}



/************************************************************************************/
/* Fieldset Optionen */
.fieldset-optionen
{
	position: absolute;
	right: 0px;
	top: 10px;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.fieldset-optionen li
{
	font-size: 0.9em;
	color: #aa122b;
	background-image: url(../admin/images/icons/pencil_10x10.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 15px;
}

.fieldset-optionen li:hover
{
	cursor: pointer;
	text-decoration: underline;
}



/************************************************************************************/
/* Diverses */
.element-markiert
{
	background-color: #FDD;
}

.element-inaktiv
{
	background-color: #FFF;
	border-color: #ccc;
	color: #999;
}

td select, td input, td textarea
{
	margin-bottom: 0px;
}



/************************************************************************************/
/* Facebook Formatierungen */
#btnFacebook
{
	min-width: 65px;
	max-width: 150px;
	height: 18px;
	border: 1px solid #29447e;
	background-image: url(../images/facebook/button_leer.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
}