/**
* General
*/
body {
 background-color: #EDEDED;
 font: normal 12px Arial, Verdana, Helvetica;
 color: #333333;
 margin: 0;
 padding: 0;
 background: #eeeeee;
}

form { display:inline;}

h3 {
 display: inline;
 font-size: 14px;
 color: #ed4700;
 margin: 0;
}
h2 { display: inline; font-size: 14px; color: #000000; }
h4 {
 display: block;
 font-size: 13px;
 color: #000000;
 background-color: #d4d4d4;
 border: 1px solid #fff;
 padding: 3px 5px 3px 5px;
}

.clr { clear: both; }

.b { font-weight: bold; }
.big { font-size: 150%; }

a img { border: none; }

/*textarea {
  font-family: monospace;
  font-size: 9pt;
  width: 100%;
  overflow: auto;
}
*/
input.x1, textarea.x1
{
  width: 500px;
}

a {
 color: #ed4700;
 text-decoration: underline;
}

a:hover {
 color: #ed4700;
 text-decoration: none;
}

a.add {
 background-image: url(/img/add.gif);
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 15px;
}

a.edit {
 background-image: url(/img/edit.gif);
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 15px;
}

a.delete {
 background-image: url(/img/delete.gif);
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 15px;
}

a.page {
 background-image: url(/img/toright.gif);
 background-position: 2px left;
 background-repeat: no-repeat;
 padding-left: 15px;
}

a.scope {
 background-image: url(/img/toright.gif);
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 15px;
}

a.icon {
 background-image: url(/img/toright.gif);
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 15px;
}

.drop {
 cursor:move;
 z-index: 1000;
}

/* Flash Messages */

div#flash-error {
 padding: 5px 10px 10px 35px;
 color: #ff0000;
 border: 1px solid #dd0000;
 margin-bottom: 10px;
 background: #fefedd url(/img/alert.gif) 8px 8px no-repeat;
}
div#flash-error h3 { font-size: 13px; color: #ff0000; }

div#flash-notice{
 padding: 5px 10px 10px 35px;
 color: #00aa00;
 border: 1px solid #008800;
 margin-bottom: 10px;
 background: #fefedd url(/img/info.gif) 8px 8px no-repeat;

}

div#flash-notice h3 { font-size: 13px; color: #00aa00; }

div.info {
 margin: 10px 0 0 0;
 padding: 5px 10px 10px 35px;
 color: #333;
 border: 1px solid #ccc;
 margin-bottom: 10px;
 background: #ffffff url(/img/info.gif) 8px 8px no-repeat;

}

div.info h3 { font-size: 13px; color: #333; display: block; margin: 0; }

/**
* Tables
*/
tr.list1 td, tr.list2 td, tr.th td {
 padding: 2px;
}

tr.list1 {
 background-color:#FFFFFF;
}

tr.list2 {
 background-color:#F3F4F5;
}

tr.list-disabled {
 background-color:#cccccc;
}

tr.list-disabled td {
 color:#999;
}

table.list-table {
 border-collapse: collapse;
 background: #eee;
 width: 100%;
}

table.list-table th, table.list-table td {
 padding:2px 3px 2px 5px;
 margin:0;
 border: 1px solid #ddd;
}
table.list-table tbody tr.list-highlight { background-color: #E3FFD4; }

table.list-table thead tr {
 background: #A7DE0D;
}

table.list-table thead tr th {
 padding: 3px 3px 3px 3px;
 color: #000;
 font: bold 11px Arial;
}

table.list-table tr.th {
 background-color:#ccc;
 font-weight: bold;
}

table.list-table th.price, table.list-table td.price, table.list-table tr.list1 td.price, table.list-table tr.list2 td.price {
 text-align: right;
 padding-right: 10px;
}

div.headline, #headline { height: 20px; margin: 10px 0 20px 0;}

#header img {
    height: 50px;
}

/**
* Top Navigation
*/
ul.topnav {
 position: absolute;
 top: 55px;
 left: 150px;
 list-style: none;
 display: inline;
 margin: 0;
 padding: 0;
 z-index: 3;
}

ul.topnav li {
 float: left;
 padding: 8px 20px 3px 0;
 margin: 0 5px 0 0;
 border-right: 1px solid #a8a8a8;
 color: #FFFFFF;
 display: block;
 height: 23px;
 z-index: 3;
}

ul.topnav li a {
 padding-left: 20px;
 color: #FFFFFF;
 font: normal 12px Arial, Helvetica;
 text-decoration: none;
}

ul.topnav li a:hover {
 padding-left: 20px;
 color: #fbf949;
 text-decoration: none;
}


/**
* Top Subnav
*/
div.nav {
 position: 			absolute;
 z-index: 			3;
 top: 				87px;
 width: 			150px;
 background-color:	#65707f;
 border-top: 		1px solid #787878;
 border-left: 		1px solid #a8a8a8;
 border-right: 		1px solid #585858;
 border-bottom: 	1px solid #585858;
 display: 			none;
 color: 			#FFFFFF;
}

div.nav ul {
	height:				100%;
	list-style:			none;
	padding:	 		5px 0 5px 0;
	margin:				0;
	white-space: 		nowrap;
	overflow:			hidden;
}

div.nav ul li {
	height: 			20px;
	padding:			0;
	margin:				0;
	font: 				normal 12px Arial, Helvetica;
}

div.nav ul li a {
	cursor:				hand;
	display: 			block;
	padding:			3px 0 3px 20px;
	margin: 			0;
	width: 				auto; /* nur IE 5.x */
  	width/**/:/**/ 		100%; /* f�r IE 6.0 */
	font: normal 12px Arial, Helvetica;
}

div.nav ul li a:link {
	color:				#FFFFFF;
	text-decoration:	none;
}
div.nav ul li a:visited {
	color:				#FFFFFF;
	text-decoration:	none;
}
div.nav ul li a:hover {
	background-color:	#e0e0e0;
	color:				#505d65;
	text-decoration:	none;
}

/**
* Header stuff
*/

/* Right Top Navi */

#header ul.rnav {
 float: right;
 list-style: none;
 margin: 0;
 padding: 0;
}

#header ul.rnav li {
 float: left;
 height: 23px;
 font: normal 12px Arial, Helvetica;
 padding: 5px 5px 0 0;
 margin: 0 5px 0 0;
}

#header ul.rnav li a {
 color: #333333;
 text-decoration: none;
 font-size: 11px;
}

#header ul.rnav li a:hover {
 color: #aaaaaa;
 text-decoration: none;
}

#header-strip {
 background: url(/img/header-strip.gif);
 height: 32px;
}

/**
* Main content
*/
#main-container {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
  background: #fff;
  position: relative;
}

#main-container #strip {
  height: 2px;
  background: #97be0d;
  margin: 0;
  padding: 0;
}

#main-container #content-wrapper {
    border-left:200px solid #fff;
    padding:10px 10px 10px 10px;
}

#main-container #content-container {
    position:relative;
    width:100%;
    float:right;
}

#main-container #content {
    padding: 0 10px 10px 10px;
}

/**
* Conten subnav
*/
#main-container #subnav {
  position: relative;
  float: left;
  width:200px;
  margin-left:-200px;
  background: #ffffff;
}

#main-container #subnav h2 {
  padding-left: 10px;
  color: #000;
  font-size: 12px;
  display: block;
  margin: 0 0 13px 0;
}

#main-container #subnav ul {
  padding: 0;
  margin: 10px 0 0 10px;
  list-style: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#main-container #subnav ul li {
  display: block;
  padding: 6px;
  margin: 0;
  border-bottom: 1px dotted #aaa;
  z-index: 99;
}

#main-container #subnav ul li {
 background-color: #fff;
 color: #ed4700;
 text-decoration: underline;
}

#main-container #subnav ul li.tabbutton-highlight {
 background-color: #eee;
 color: #ed4700;
 text-decoration: underline;
 cursor: pointer;
}

#main-container #subnav ul li.tabbutton-clicked {
 background-color: #d0d0d0;
 border: 1px solid #bbb;
 color: #000;
 text-decoration: none;
}

/**
* Tabs
*/
/* div.tabcontent { display: hidden; }*/

p.button-panel {
  padding: 10px 5px;
  background-color: #DDDDDD;
  display: block;
  margin: 10px 0;
}

p.button-panel input {
  vertical-align: middle;
}

p.button-panel a {
 font-size: 13px;
}

div.form-panel {
  padding: 4px;
  background-color: #F1F1F1;
}

table tr td, table tr th {
	text-align: left;
}

.formtitle
{
	color:#565656;
	font-size:10pt;
}

/**
* Forms
*/

div.form-container div.tabcontent {
 margin: 12px 0;
 border: 1px solid #ccc;
 background: #f7f7f7;
 padding: 10px;
 display: '';
}

div.form-container div.tabcontent table {
 margin-top: 15px;
}



p.form-item {
 width: 600px;
 display: block;
 clear: left;
 margin: 0;
 padding: 5px 0 8px 0;
 padding-left: 155px;
}

p.form-item label {
/*font-weight: bold;*/
float: left;
margin-left: -155px;
width: 150px;
}

p.form-item label {
/*font-weight: bold;*/
float: left;
margin-left: -155px;
width: 150px;
}

p.form-item span.hint {
	color: #aaaaaa;
	font-size: 11px;
    font-weight: normal;
}

p.form-item span.value {
    display:block;
    width:320px;
    padding: 0;
}
p.form-item input,
p.form-item textarea {
    width:320px;
}
p.form-item textarea { width:320px; height:200px;; }
p.form-item select { width:320px; }
p.form-item .checkbox { width:15px; }

div.form-container div.button-panel {
 float: right;
 margin: 0;
 height: 30px;
}

div.form-container form {
 display: block;
 margin: 10px 0 0 0;
}



td.title {
	background-color:	#cccccc;
	color:				#333333;
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	font-style:			normal;
	font-size:			10px;
	font-weight:		bold;
}

td.subtitle {
	background-color: #4767A8;
	color:				#FFFFFF;
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	font-style:			normal;
	font-size:			10px;
	font-weight:		bold;
}


div.autocomplete {
	width: 100px;
	background: #fff;
	display: inline;
}

div.autocomplete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.autocomplete ul li {
	margin: 0;
	padding: 3px;
	font-size: 11px;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
	font-size: 11px;
}

div.autocomplete ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}

/**
* Clearing
*/
#header:after,
#content:after,
#main-container:after,
.clear:after,
p.form-item:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	visibility:hidden;
}

#header {
  padding: 5px 10px 15px;
}
#menu {
  padding-top: 10px;
}

#produkt_bilder div.hint {
 clear: left;
}

#produkt_bilder div.produkt-form-image {
 float: left;
 padding: 3px;
 border-color: #ccc;
 border-style: solid;
 border-width: 15px 1px 1px 1px;
 margin-right: 5px;
 margin-bottom: 5px;
 cursor:move;
}

#produkt_bilder div.produkt-form-image span.delete {
 float: left;
 margin-right: 5px;
}

#produkt_bilder div.produkt-form-image span.update {
 float: left;
}

#produkt_bilder div.produkt-form-image div.upload {
 clear: left;
 background: #eee;
 padding: 5px;
}

/**
* Tools
*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
 background-color: #333;
 back\ground-color: transparent;
 background-image: url(/img/blank.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
}

/**
* Slides
*/
#kennzeichen
{
	position:absolute;
	background:#F7F7F7 none repeat scroll 0%;
	border:1px solid #CCCCCC;
	margin-left:75px;
	width:100px;
}
table.kennzeichenfilter td
{
	border: 0px;
}

input.inptfeld
{
	font-size:13px;
	padding:0px;
	margin:0px;
	text-align:right;
	width:45px;
	height:14px;
}

.collection_tagging .header,
.collection_tagging form {
    display: grid;
    grid-template-columns: 75px 100px 100px 1fr 180px 1fr 125px;
    grid-row-gap: 3px;
    width: 100%;
}
.collection_tagging .header {
    margin: 15px 0 20px;
    font-weight: bold;
    font-size: 13px;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 15px 0 5px;
    border-bottom: 1px solid #ccc;
}
.collection_tagging .info {
    font-size: 10px;
    position: relative;
    top: -6px;
    background: #9a9a9a;
    color: #fff;
    padding: 2px 3px;
    border-radius: 2px;
    cursor: pointer;
}
.collection_tagging form {
    border-bottom: 1px solid #ccc;
}
.collection_tagging form div {
    padding: 3px 5px;
}
.collection_tagging form div {
    margin-right: 5px;
}
.collection_tagging form div input {
    width: 85%;
    margin: 0 0 5px 5px;
}
.collection_tagging form div textarea {
    width: 90%;
}
.collection_tagging form input.theme {
    width: 150px;
}
.collection_tagging form:nth-child(even) {
    background: #e6e6e6;
}
.collection_tagging form .button_holder {
    display: flex;
    align-self: center;
    flex-direction: column;
    text-align: center;
    max-width: 120px;
}
.collection_tagging form .button_holder button {
    margin: 0 0 20px;
    background: green;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.collection_tagging form .button_holder a {
    text-decoration: none;
    color: #fff;
    background: #a20000;
    padding: 3px 5px;
    border-radius: 3px;
    opacity: 0.4;
}
.collection_tagging form .button_holder a:hover {
    opacity: 1;
}
