@charset "UTF-8";
/*
 | Farben
 | #e1e1e1 = Grau-Wert für Hintergrund
 | #cecece = Menu-Hintergrund
 | #b2b2b2 = Menu-Rahmen
 ------------------------------------------------------------------------*/
/* Formulare */
form.formtable 
{
	color: #000 !important;
	padding: 10px 214px;
	/* padding: 10px 100px; */
}

.formtable table 
{ 
	margin: 0 auto;
	background-color: #f2f2f2;
	color: #000 !important;
	border: 1px solid #b2b2b2;
	width: 100%; 
	padding: 2px;
	/* Tantek Celik's famous Box Model Hack 
	voice-family: "\"}\"";
	voice-family: inherit;

	width: 100%; */
}

.formtable hr
{
	border: 0px solid #DDE;
	height: 1px;
	color: rgb(132,188,246);
	background-color:  rgb(153,153,153); 
}

th.formheader, td.formheader
{
	font-size: 11pt;
	text-align: left;
	vertical-align: bottom;
	padding: 12px 0 2px 4px;
	border-bottom: rgb(153,153,153);
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.formheader_row { height: 24px; }

.formtable td>b
{
	font-size: 0.8em;
	/* 11px; */
	/*color: #333;*/
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
	font-family: Geneva, Verdana, 'Lucida Grande', sans-serif;
}

.formtable input, .formtable textarea
{
	font-size: 1em;
}

.formtable input[type=submit]
{
	font-size: 9pt;
}

.formtable select
{
	font-size: 10pt;
} 

.required_star, .form_error { color: #C00; }


/* in editMenuItem.tmpl */
div.alert 
{
	background-color:#C00; 
	padding:3px 0;
	margin: 6em 2px 2px 2px;
	border-radius: 5px; 
	-moz-border-radius: 5px;
}

div.alert fieldset,
div.alert legend 
{
	color:#FF0; 
}

div.alert fieldset 
{
	border-color:#FF0;
	border-radius: 3px; 
	-moz-border-radius: 3px;
}

div.alert fieldset span.form_error
{
	background-color:#FF0;
	padding-left: 2px;
	padding-right: 2px;
	display: block;
}


input, textarea { color: #000 !important; }

.alert { color: #FF0000 !important ; }
form.formtable a { color: #C00; }


/*
 | neues Formular-Erscheinungsbild
 | Breite = Fieldset(margin-left + border-left-width + padding-left)
 			+ Input(margin-left + border-left-width + padding-left 
 				+ width (=Breite Textarea, gemessen 528)
 				+ padding-right + border-right-width + margin-right)
 			+ Fieldset(padding-right + border-right-width + margin-right) 
 | width  = 2 + 1 + 7 + 0 + 1 + 528 + 1 + 0 + 7 + 1 + 2 = 550
 | padding-left = (950-form.width) / 2 = 200
 ------------------------------------------------------------*/
form.formtable, div.content_on_form
{
	margin: 0 200px;
}
div.content_on_form {
	margin-top: 12px;
	padding-left: 12px;
}
form.formtable 
{
	color: #000 !important;
	width: 550px;
	padding: 2px 0 2px 0;
	background-color: #cecece;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

fieldset, legend
{
	border: 1px solid #b2b2b2;
}

fieldset.item_group img 
{
	border: 1px solid #e1e1e1;
}

p.formheader
{
	font-size: 11pt;
	text-align: left;
/*	padding: 12px 0 2px 4px;
	border-bottom: #b2b2b2;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
*/
}

fieldset.item_group,
div.item_group
{
/*	
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
*/
	background-color: #f2f2f2;
	margin: 0 2px 6px 2px;
	padding: 4px 7px 7px 7px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

legend 
{
	background-color: #e1e1e1;
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
	font-size: 0.8em;
	padding: 2px 3px;
	/* background-color: inherit; */
	font-family: Geneva, Verdana, 'Lucida Grande', sans-serif;
	line-height: 1.2em;
}

label 
{
	font-size: 0.8em;
	line-height: 120%;/**/
	background-color: inherit;
	font-family: Geneva, Verdana, 'Lucida Grande', sans-serif;
}

input.h1_input
{
	font-size: 1.3em;
	font-weight: bold;
}

input.h2_input 
{
	font-size: 1.1em;
	font-weight: bold;
}

textarea.teaser 
{ 
	font-weight: bold; 
}
input.textfield,
	input.h2_input,
	input.text_input,
	textarea.teaser,
	textarea.volltext,
	textarea.pasted_code
{
	border: 1px solid #e1e1e1;
	width: 522px;
	padding-left: 1px;	
	padding-right: 1px;
}

input.h1_input,
	input.h2_input,
	input.text_input,
	textarea.teaser,
	textarea.volltext,
	textarea.pasted_code
{
	width: 522px;
}

textarea.teaser,
textarea.volltext
{
	line-height: 16pt;
}

textarea.pasted_code
{
	line-height: 12pt;
	font-family: monospace;
}

span#det_count
{ 
	font-size: inherit;
}

div.form_checkbox label,
span.form_radio label 
{
	font-size: 10.1pt;
}

p.formheader, div.submit_box, div.info_box
{
	background-color: #e1e1e1;
	border: 1px solid #b2b2b2;
	margin-left: 2px;
	margin-right: 2px;
	padding: 4px 7px 7px 7px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

p.formheader
{
	margin-top: 0;
	margin-bottom: 6px;
}

div.submit_box, div.info_box
{
	margin-top: -1px;
	margin-bottom: 0;
}

input[type=file]
{
	width: 100%;
}

div.submit_box a.cancel_link 
{
	color: #000;
	text-decoration: underline;
}

div.submit_box a.cancel_link:hover
{
	color: #666;
	text-decoration: underline;
}


