


/* 
##################################################################
forms
##################################################################
*/

/*
input.Submit {
	background-color: #eee;
	border: 1px solid #666;
	cursor: pointer;
}
*/
p.Input.Text input,
p.Input.Email input,
p.Input.Password input,
p.Input.Url input,
p.Input.Search input,
p.Input.Tel input,
p.Input.Number input,
p.Input.Date input,
p.Input.Time input,
p.Input.Day input,
p.Input.Week input,
p.Input.Month input,
input.Input, /* alt */
input.felder, /* alt */
input.input, /* alt */
textarea,
select {
	background-color: #eee;
	border: 1px solid #666;
}

p.Input.Text input:focus,
p.Input.Text input:hover,
p.Input.Text input:active,
p.Input.Email input:focus,
p.Input.Email input:hover,
p.Input.Email input:active,
p.Input.Password input:focus,
p.Input.Password input:hover,
p.Input.Password input:active,
p.Input.Url input:focus,
p.Input.Url input:hover,
p.Input.Url input:active,
p.Input.Search input:focus,
p.Input.Search input:hover,
p.Input.Search input:active,
p.Input.Tel input:focus,
p.Input.Tel input:hover,
p.Input.Tel input:active,
p.Input.Number input:focus,
p.Input.Number input:hover,
p.Input.Number input:active,
p.Input.Date input:focus,
p.Input.Date input:hover,
p.Input.Date input:active,
p.Input.Time input:focus,
p.Input.Time input:hover,
p.Input.Time input:active,
p.Input.Day input:focus,
p.Input.Day input:hover,
p.Input.Day input:active,
p.Input.Week input:focus,
p.Input.Week input:hover,
p.Input.Week input:active,
p.Input.Month input:focus,
p.Input.Month input:hover,
p.Input.Month input:active,
input.Input:focus,
input.Input:hover,
input.Input:active,
input.felder:focus,
input.felder:hover,
input.felder:active,
input.input:focus,
input.input:hover,
input.input:focus,
textarea:focus,
textarea:hover,
textarea:active,
select:focus,
select:hover,
select:active {
	border: 1px solid #333;
	background-color: #FFFF80;
}
p label,
.row label {
	display: block;
}

/* HTML5 */
fieldset.Radio input,
p.Checkbox input {
	display: inline-block;
}
fieldset.Radio label,
fieldset.Checkbox label,
p.Checkbox label {
	display: inline-block;
	padding-left: 5px;
}
#PUB fieldset.Radio input:hover + label,
#PUB fieldset.Checkbox input:hover + label,
#PUB fieldset.Radio input:checked + label,
#PUB fieldset.Checkbox input:checked + label {
	font-family: UnitWeb-Bold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#ADM fieldset.Radio input:hover + label,
#ADM fieldset.Checkbox input:hover + label,
#ADM fieldset.Radio input:checked + label,
#ADM fieldset.Checkbox input:checked + label {
	font-weight: bold;
}
#ADM fieldset.Radio li:hover,
#ADM fieldset.Checkbox li:hover {
	background: #eee;
	font-weight: bold;
}

/* Multiple Checkboxen/Radio */
fieldset.Radio ul,
fieldset.Radio ul li,
fieldset.Checkbox ul,
fieldset.Checkbox ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

/* XHTML */
.checkbox span.left {
	display: table-cell;
	width: 20px;
}
.checkbox span.right {
	display: table-cell;
}


/* XHTML */
/* Submit-Buttons */
.row_submit {
	clear: left;
	padding-right: 3px;
	text-align: right;
}
.row_submit input {
	background: #eee;
    background: -moz-linear-gradient(top, #eee, #ccc);  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ccc));
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	margin: 0;
	padding: 0 8px 0 0;
}
.row_submit input:hover {
	background: #666;
    background: -moz-linear-gradient(top, #666, #333);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#666), to(#333));
	border: 1px solid #333;
	color: #fff !important;
}
.row_submit input.submit,
.row_submit input.Submit {
	color: #000;
	padding: 2px 6px 2px 9px;
}
.row_submit input.disabled,
.row_submit input.disabled{
	color: #ccc;
}

/* HTML5: Submit */
p.Submit {
	clear: left;
	padding-right: 3px;
	text-align: right;
}
p.Submit input {
	background: #eee;
    background: -moz-linear-gradient(top, #eee, #ccc);  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ccc));
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	margin: 0;
	padding: 2px 6px 2px 9px;
}
p.Submit input:hover {
	background: #666;
    background: -moz-linear-gradient(top, #666, #333);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#666), to(#333));
	border: 1px solid #333;
	color: #fff !important;
}

fieldset .Advice {
	color: #c00;
	font-size: 10px;
}

ul.error,
ul.error li {
	list-style: circle;
	margin-left: 6px;
	padding-left: 6px;
}
ul.error li {
	color: #c00;
	margin-bottom: 6px;
}

p.Success {
	background: url(../images/ok.png) no-repeat !important;
	color: #090 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 20px 0 !important;
	padding-left: 35px !important;
}

/* XHTML */
.radio input {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.radio {
	clear: left;
	font-weight: bold;
}
.row_radio {
	clear: left;
	font-weight: normal;
	margin: 10px 0 0 0;
}
.row_radio label {
	margin: 0;
}
.row_radio label:focus,
.row_radio label:hover,
.row_radio label:active {
	font-weight: bold;
}

.Connected {
	clear: both;
}

/* Fehlermeldungen */
ul.ErrorList {
	list-style: disc;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 10px;
}
ul.ErrorList li {
	list-style: disc;
	margin-bottom: 10px;
}

/* Zeichenangabe */
.Counter {
	padding: 10px 0 36px 0;
}
.Counter strong {
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}
.Counter span {
	font-weight: bold;
}

/* Gestaltete laengere Formulare (Abo, Umfrage etc.) */
.Form2 fieldset {
/*
	background-color: #fff;
    background: -moz-linear-gradient(top, #fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottombottom, from(#fff), to(#eee));
	border: 1px solid #666;
*/
	background: #f2f4f5 url("../images/1-pixel-white.png") repeat-x 0 bottom;
	border-bottom: 1px solid #d5dade;
	margin-bottom: 10px;
	padding: 6px 10px;
    padding-bottom: 20px;
    
}
.Form2 fieldset fieldset {
    background: none;
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
.Form2 fieldset legend {
/*	color: #060; */
	color: #e2007a;
	font-weight: bold;
	padding: 6px 2px;
}
.Form2 .Connected input {
	width: 160px;
}
.Form2 .row,
.Form2 p.Input {
	margin-bottom: 10px;
}
.Form2 .row_submit,
.Form2 p.Input.Submit {
	margin-top: 10px;
}
