/*@CHARSET "ISO-8859-1";*/


.editblock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	float: left;
	clear: none;
	padding: 5px 0px 0px 0px;
	display: block;
	width: 550px;
    }
.editblock li {
    display: block;
    /*width: 220px;*/
    margin: 0 8px 0 0;
    }

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}



select.dateselect_day {
	border:1px solid #ccc;
	font:inherit;
	color:inherit;
	width:40px;
	margin: 0px 3px 0 0;
	padding:1px;
	/* Diese beiden Angaben bitte nicht ver‰ndern: */
	display:block;
	float:left;
}

select.dateselect_month {
	border:1px solid #ccc;
	font:inherit;
	color:inherit;
	width:100px;
	margin: 0px 3px 0 0;
	padding:1px;
	/* Diese beiden Angaben bitte nicht ver‰ndern: */
	display:block;
	float:left;
}

select.dateselect_year {
	border:1px solid #ccc;
	font:inherit;
	color:inherit;
	width:55px;
	margin: 0px 3px 0 0;
	padding:1px;
	/* Diese beiden Angaben bitte nicht ver‰ndern: */
	display:block;
	float:left;
}


#adminPage {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}



.adminMPa_0 {

	background: #e5e9ed url(../img/admin/btn_0.gif) no-repeat scroll right top;
}

.adminMPa_1 {

	background: #e5e9ed url(../img/admin/btn_1.gif) no-repeat scroll right top;
}

.adminMPa_2 {

	background: #e5e9ed url(../img/admin/btn_2.gif) no-repeat scroll right top;
}

.adminMPa_3 {

	background: #e5e9ed url(../img/admin/btn_3.gif) no-repeat scroll right top;
}

.adminMPa_4 {

	background: #e5e9ed url(../img/admin/btn_4.gif) no-repeat scroll right top;
}

.adminMPa_6 {

	background: #e5e9ed url(../img/admin/btn_6.gif) no-repeat scroll right top;
}

.adminMPa_7 {
	text-decoration: line-through;
	background: #e5e9ed url(../img/admin/btn_7.gif) no-repeat scroll right top;
}


.adminMPa_20 {
	background: #e5e9ed url(../img/admin/btn_country_hidden.gif) no-repeat scroll right top;
}



.adminMP_0 {

	background:  #F7F7F7 url(../img/admin/btn_0.gif) no-repeat scroll right top;
}

.adminMP_1 {

	background: #F7F7F7 url(../img/admin/btn_1.gif) no-repeat scroll right top;
}

.adminMP_2 {

	background: #F7F7F7 url(../img/admin/btn_2.gif) no-repeat scroll right top;
}

.adminMP_3 {

	background:  #F7F7F7 url(../img/admin/btn_3.gif) no-repeat scroll right top;
}

.adminMP_4 {

	background: #F7F7F7 url(../img/admin/btn_4.gif) no-repeat scroll right top;
}

.adminMP_6 {

	background: #F7F7F7 url(../img/admin/btn_6.gif) no-repeat scroll right top;
}

.adminMP_7 {
	text-decoration: line-through;
	background: #F7F7F7 url(../img/admin/btn_7.gif) no-repeat scroll right top;
}

.adminMP_20 {
	background: #e5e9ed url(../img/admin/btn_country_hidden.gif) no-repeat scroll right top;
}




.EditBlockPanel {
 position: relative;
 /*margin-left: 25px;*/
 margin-bottom: 5px;
 padding: 4px 0px 5px 8px;
 background-color: #1B4278;
 color: #fff;
 width: 702px;
}



.EditBlockPanel span {
	display: block;
	color: #fff;
	font-weight: bold;
}

.EditBlockPanel .admin_btn {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	background-color: #fff;
	padding: 2px 2px 0 2px;
}


.admintop {
	position: relative;
	padding: 5px 0 6px 8px;
	background-color: #1B4278;
	color: #fff;
	/*width: 790px;*/
}


.admintopRecipes {
	position: relative;
	padding: 4px 0px 5px 8px;
	background-color: #1B4278;
	color: #fff;
}
.leftDivAdmin {
	float: left;
	width: 630px;
}

.admintop span {
	display: block;
	color: #fff;
	font-weight: bold;

}

.admintop .admin_btn {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 2px 2px 3px;
	text-decoration:none;
	background-color: #fff;
}
.admintop .add_butt {
	position: absolute;
	width: auto;
	top: 1px;
	right: 35px;
	padding: 3px 10px 2px 10px;
	color: #000;
	background-color: #D0DCEE;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000;
}

.add_item {
	position: relative;
	padding: 0;
	float: right;
}
.add_item_static {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.add_item span, .add_item_static span {
	padding: 3px 4px 0px 0px;
	font-weight: bold;
	color: #1B4278;
	float: left;
}

.add_item select, .add_item_static select {
	margin: 0px 7px 0px 0px;
	font-weight: normal;
	color: #000;
	border: 1px solid #1B4278;
	float: left;
}
.add_item a.adminButtonCB, .add_item_static a.adminButtonCB {
	float: left;
	padding: 0;
}
.add_item a, .add_item_static a {
	float: left;
	display: block;
	padding: 0 0 0 3px;
}
.editblock {
	position: relative;
	width: 710px;
	padding: 0px;
	float: left;
	overflow: visible;
}
.editblock2 {
	position: relative;
	float: left;
	clear: both;
	width: 800px;
	padding: 0px 0px 20px 0px;
}
.editblock2 p {
	position: relative;
	float: left;
	clear: both;
	display: block;
	width: 800px;
	padding: 5px 4px 6px 25px;
	color: #666;
	font-weight: normal;
}

.editblock p {
	position: relative;
	clear: both;
	float: left;
	width:680px;
	padding: 0 4px 5px 25px;
	color: #666;
	font-weight: normal;
}
.editblock .hla {
	margin-left: 25px;
	margin-top: 25px;
	font-weight: bold;
}
.editblock table {
	margin-left: 25px;
	margin-top:20px;
	font-color: #000;
	border-collapse:separate;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
*+ html .editblock table {
	margin-left: 20px;
}
.transl p {
	width: 655px;
}
.editblock table.br {
	width:683px;
}
*+ html .editblock table.br {
	width:675px;
}

.editblock td {
	padding: 5px;
	border-right: 1px solid #999;
}
.noBorderRight td {
	border-right:none;
}

.editblock p.off {
	display: none;
}
.editblock .hand {
	float: left;
	display: block;
	cursor: pointer;
	padding-top: 5px;
}
.editblock p .btn, .editblock p input[type="submit"].btn, .editblock div .btn {
	position: relative;
	width: auto;
	padding: 3px 10px 3px 10px;
	color: #000;
	background-color: #D0DCEE;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000;
	cursor:pointer;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.editblock p a.btn, .editblock div a.btn {
	padding: 4px 10px 4px 10px; 
}
.editblock label {
	font-weight: bold;
	width: 100px;
	margin-right: 10px;
	color: #666;
}


.btnop {

    width: auto;
    padding: 3px 10px 3px 10px;
    color: #000;
    background-color: #D0DCEE;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #000;
    cursor:pointer;
    text-decoration: none;
}

a.btnop, a.btnop:visited, a.btnop:active {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}



a.btn, a.btn:visited, a.btn:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.editblock .btn2 {
	position: relative;
	width: auto;
	padding: 3px 10px 3px 10px;
	color: #000;
	background-color: #D0DCEE;
	text-decoration: none;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	cursor:pointer;
	display: block;
}

.editblock .left {
	position: relative;
	float: left;
	display: block;
	width: auto;
	padding: 5px 10px 0px 0px;
	color: #666;
	font-weight: bold;
	min-width: 103px;
}
.editblock2 .left {
	position: relative;
	float: left;
	display: block;
	width: 150px;
	padding: 5px 0px 0px 0px;
	color: #666;
	font-weight: bold;
}
.editblock .left2 {
	position: relative;
	float: left;
	display: block;
	width: 150px;
	padding: 0;
	color: #666;
	font-weight: normal;
}

.editblock .right{
	position: relative;
	float: left;
	clear: none;
	padding: 5px 0px 0px 0px;
	display: block;
	width: auto;
	color: #666;
	max-width:530px;
}
.editblock .rightShort {
	position: relative;
	float: left;
	clear: none;
	display: block;
	width: 220px;
	color: #666;
}
.editblock .rightRequired {
	color:#FF3300;
}
.editblock2 .right{
	position: relative;
	float: left;
	clear: none;
	padding: 5px 0px 0px 0px;
	display: block;
	width: 550px;
	color: #666;
}

.editblock .rightImage{
	position: relative;
	float: left;
	clear: none;
	padding: 5px 0px 0px 0px;
	display: block;
	width: 300px;
	color: #666;
}

.editblock .right2 {
	position: relative;
	float: left;
	clear: none;
	display: block;
	width: 100px;
	padding: 5px 0px 0px 0px;
	color: #666;
	font-weight: bold;
}

.editblock .right3 {
	position: relative;
	float: left;
	clear: none;
	display: block;
	width: 200px;
	padding: 0;
	color: #666;
	font-weight: normal;
}
.editblock .right4 {
	position: relative;
	float: left;
	clear: none;
	display: block;
	width: 110px;
	padding: 0;
	color: #666;
	font-weight: normal;
}
.editblock .right5 {
	position: relative;
	float: left;
	clear: none;
	display: block;
	width: 65px;
	padding: 0;
	color: #666;
	font-weight: normal;
}

.editblock .rightbaum {
	display: block;
	width: 300px;
	float: left;
	clear: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background-color: #E0E0E0;
	border: 1px solid #1B4278;
	overflow: hidden;
	list-style: none;
}

.left_box {
	display: block;
	float: left;
	padding: 0px 10px 0px 0px
}

.editblock .txt_input_xs {
	width: 100px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .txt_input_xss {
	width: 50px;
	height: 19px;
	border: 1px solid #CCC;
}

.editblock .txt_input_m {
	width: 200px;
	height: 19px;
	border: 1px solid #CCC;
}

.txt_input_xl {
	width: 300px;
	height: 19px;
	border: 1px solid #CCC;
}

.editblock .txt_input_x2 {
	width: 500px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .txt_input_x3 {
	width: 400px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .er_input_x1 {
	width: 50px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .er_input_x2 {
	width: 200px;
	height: 19px;
	border: 1px solid #CCC;
}

.editblock .radio_input {
	width: auto;
	height: auto;
	border: 0px none #CCC;
}

.editblock .select_m {
	width: 200px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .select_s {
	width: 148px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .select_k {
	width: 50px;
	height: 19px;
	border: 1px solid #CCC;
}
.editblock .select_xl {
	width: 300px;
	height: 19px;
	border: 1px solid #CCC;
}

.editblock .file_input {
	width: 300px;
	height: 19px;
	border: 1px solid #CCC;
}

.editblock .txt_area_xl {
	width: 373px;
	height: 100px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editblock .txt_area_x3 {
	width: 400px;
	height: 100px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editblock .txt_area_l {
	width: 300px;
	height: 100px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editblock .txt_area_m {
	width: 300px;
	height: 50px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.editblock .txt_linktext {
	width: 300px;
	height: 19px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.editblock .baum {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.editblock .baum li{
	padding: 2px 0px 5px 5px;
	margin: 0px;
}

.editblock .baum a {
	color: #1B4278;
	text-decoration: none;
}

.editblock .baum ul {
	padding-left: 5px;
	margin-top: 5px;
	border-top: 1px solid #fff;
	background-color: #EAEAEA;
	overflow: hidden;
	list-style: none;
}

.editblock .baum ul ul {
	padding-left: 5px;
	margin-top: 5px;
	border-top: 1px solid #fff;
	background-color: #F8F8F8;
	overflow: hidden;
	list-style: none;
}

.editblock .baum a:hover, .editblock .baum .act li a:hover, .editblock .baum .act .act a:hover  {
	font-weight: bold;
}

.editblock .baum .act a {
	font-weight: bold;
}

.editblock .baum .act li {
	display: block;
}

.editblock .baum .act li a {
	font-weight: normal;
}

.editblock .baum .act .act a {
	font-weight: bold;
}

.editblock .baum .act .act li a {
	font-weight: normal;
}

.editblock .baum .act .act .act a {
	font-weight: bold;
}

.editblock .baum .act .act li {
	display: block;
}

.editblock .baum .act li li {
	display: none;
}

.editblock .baum li li{
	display: none;
}

.editblock .baum li li li{
	display: none;
}

.grey_trenner {
	 background-color: #ccc;
    clear: both;
    color: #003366;
    float: left;
    font-weight: normal;
    padding: 5px 0 5px 8px;
    position: relative;
    width: 702px;
}
a.linktopAdmin, a.linktopAdmin:hover, a.linktopAdmin:visited, a.linktopAdmin:active {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
 	background: url(../img/admin/textlink_top.gif) no-repeat right 1px;
	padding-right:18px;
	margin-top:10px;
	margin-right:0;
	float:right;
	display:block;
}
.halftrennerAdmin {
	height:20px;
}
.floatstopAdmin {
	clear:right;
}
.editblock .searchLeft {
	float: left;
	margin-right: 10px;
	width:100px;
}
.editblock .searchRight {
	float: left;
	width:310px;
}
a.adminButton {
	height: 21px;
	width: 21px;
	padding: 0 1px;
	display: inline;
}
.leftcontent .crt .EditBlockPanel {
	margin-left: 0px;
}



.reAdminJp {
    background-color:  #D0DCEE;
    border: 1px solid #000;
    color: #000000;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding: 2px 3px;
    height: auto;
    margin-bottom: 10px;
    }

.pictureComboBox {
    width: 400px;
    height: 150px;
	border: 1px solid #666;
}

.jpCopy {
	 /*margin-bottom: -8x;*/
	}
.rightDivBlende {
    float: right;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 294px;
}
.leftDivForm {
    float: left;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    width: 396px;
}
