/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */
button span {
    background: transparent url(/fileadmin/templates/2013/script/jnice/elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}
button span span {
	background: transparent url(elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}
/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: #E5E6E8;
	float:left;
}
.jNiceInputInner {
	background: #E5E6E8;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}
.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}
#inhaltszeile input{
	font-size: 11px;
}
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }
.inhalt_s3 input[type=text], .inhalt_s3 input[type=password]{
	width:162px;
	max-width:162px;
	height:15px;
	line-height:15px;
	border:0;
	background:#E5E6E8;
	color:#999DA3;
	padding:0 3px;
}
#inhaltszeile .inhalt_s3 input[type=text]{
	font-size:11px;
}
/* -------------
 * Radios
 * ------------- */
 .fieldwrap.radio label{
	line-height:21px!important;
	margin-right:5px;
 }
 .jRadioWrapper{
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
 }
.jNiceRadio {
	background: transparent url(elements/radio.png) no-repeat center top;
	height: 24px;
	width: 24px;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
	vertical-align:bottom;
}
/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(elements/checkbox.png) no-repeat center top;
	height: 22px;
	width: 22px;
	position:absolute;
	cursor:pointer;
}
.fieldwrap.check label,
.fieldwrap.check > div{
	line-height: 22px !important;
	margin-left:30px!important;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}
/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}
.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}
.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}
.jNiceSelectWrapper .jNiceSelectText {
	padding: 0px 3px;
	background-color: #e5e6e8;
	overflow:hidden;float:none;position:absolute;z-index:100;
	color:#76787F;
	cursor:pointer;
}
.browserSafari .jNiceSelectWrapper .jNiceSelectText{
	padding: 0;
	text-indent:3px;
}
.jNiceSelectWrapper .jNiceSelectOpen {
	width: 15px;
	height: 15px;
	background: url(elements/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
	cursor:pointer;
}
.jNiceSelectWrapper ul {
	top: 21px;
	background-color: #e5e6e8;
	border-top: solid 1px #FFF;
	max-height: 150px;
	position:absolute;
	left:0px;
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:100;
	width: 100%;
}
.under_ml .jNiceSelectWrapper ul {
	width: 152px;
}
.under_ml select{
	width:152px;
}
#inhaltszeile .jNiceSelectWrapper li {
	padding:0 0 1px 0;
}
#inhaltszeile .jNiceSelectWrapper *{
	font-size:11px;
}
.jNiceSelectWrapper ul a {
	color:#999da3;
	background:none;
	display:block;
	padding:3px;
	text-decoration:none;
}
.jNiceSelectWrapper ul a:hover { color:#D90023; }
.jNiceSelectWrapper ul a.selected {color: #D90023;}
.jNiceFocus { border: dotted 1px #666666; }
.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}
.inhalt_s3 select{
	width:168px;
}