/* RESET 
*******************************************************************************/
html { /* Scrollbar immer sichtbar */
  height: 100%;
  padding-bottom: 1px;
}

.displaynone {
display:none;
}


/* IMAGE 
*******************************************************************************/
img.icon, .image_caption img {
  border: none !important;
  margin: 0 !important;
  padding:0 !important;
  vertical-align:-0.3em;
  background: none !important;
  -moz-box-shadow:none  !important;
  -webkit-box-shadow:none !important;
  -o-box-shadow:none !important;
  box-shadow:none !important;
}
.image_caption {
  width: 10px;
  smargin:0;
  spadding:0 !important;
}
.image_caption table, .image_caption td {
  width: 1px;
  border-spacing:0;
  border-collapse:collapse;
  border:0;
  padding: 0;
  margin:0;
  background: none;
  font-size: 0.75em;
  color: #666;
  line-height: 1.3em;
  text-align:right;
}

img[align=left], img.l, table.l {
  margin-right:1em;
}
img.r, table.r {
  margin-left:0.7em;
}


/* ITEMS
*******************************************************************************/
.item_container {
  dbackground-color: #999;
}
table.item_container {
  width: 100%;
  border-collapse:collapse;
}
.item td {
  background:none;
}
.item {
  ddisplay:block;
  border-bottom:2px solid transparent;
  overflow: hidden;
  cursor: pointer;
}
.item.big img{
  position:relative;
  top:3px;
}

/*
.item a {
  height: 2em;
  display:block;
  text-decoration: none;
  color: inherit;
  background:none !important;
  padding:0 !important;
}*/

.item span { /* mit SPAN-Elementen innerhalb von ITEM lassen sich Einrückungen erzeugen (width entsprechend zuweisen) */
  display:block;
  float:left;
  doverflow: visible;
  padding:3px;
  padding-right: 1em;
}

.item span a {
  display:inline;
  background:none;
  height: auto;
}
.item span a:hover {
  background: none;
}
.item span.right {
  float:right;
  margin-left:0 !important;
}

.item span img {
  margin: 0px 2px 0 2px;
  dborder:none;
}

.item0 {
  background: rgb(230,230,230);
  background: rgba(120,120,120,0.2);
}
.item1 {
  background: rgb(240,240,240);
  background: rgba(120,120,120,0.3);
}
.item:hover {
  background: rgb(210,210,210);
  background: rgba(120,120,120,0.4);
}
.item.highlight {
  background:#FDE4BD;
}

.item .actions {
  white-space: nowrap;
  float:right;
}
.item .actions a {
  display: inline;
}
tr.item .actions:hover {
  cursor: default !important;
}
.item th { text-align:left; }
.item td { vertical-align: middle; }

/*
table.item {
  width: 100%;
  border-collapse:collapse;
}
table.item th {
  text-align:left;
}
tr.item td {
  line-height: 1.8em;
  cursor: pointer;
  vertical-align: middle;
}

tr.item a {
  height: 1.8em;
  color: inherit;
  text-decoration: none;
}
tr.item img {
  display:inline;
  margin: 0px 5px 0 5px;
  border:none;
}

tr.item0, tr.item2 {
  background: rgba(100,100,100,0.2);
}
tr.item1 {
  background: rgba(170,170,170,0.2);
}
tr.item.highlight {
  background: rgba(0,90,0,0.3);
}
tr.item:hover {
  background:  rgba(100,100,100,0.4);
}
*/



/* FORMS
*******************************************************************************/
fieldset {
  border: 1px solid #DDD;
  padding: 5px;
  margin-bottom: 10px;
  clear:both;
  -moz-border-radius: 5px;
}
fieldset p {
  margin: 0.5em 1em 0.5em 1em;
}

legend {
  margin-left: 15px;
}
.field {
  overflow:hidden;
  margin-top: 6px;
  margin-bottom: 6px;
}
.field.label_top {
}
.field small {
  float:right;
  -moz-border-radius: 5px;
  border: 1px solid #BBB;
  background: #FFFFC0 url(ico/mini/warning.gif) no-repeat 3px 5px;
  padding: 2px 2px 2px 16px;
  width: 200px;
  color: #999;
}

form .left, label {
  float: left;
  text-align: right;
  width: 110px;
  margin-right: 10px !important;
  padding-top: 0em;
}
.field.label_top label {
  display:block;
  float:none;
  margin-left: 0.5em;
  text-align: left;

}
form .right, form p {
  margin-left:120px;
}
form p.small {
  font-size: 0.8em;
  color: #999;
  line-height: 1.4em;
}

form div.right {
  padding: 0px 0px;
}

input {
  padding: 2px 5px;
}
select {
  padding:1px 1px 1px 3px;
}
textarea {
  padding: 0px 0 0px 3px;
}

input[type=checkbox] {
  margin-right: 5px;
  top:2px;
  position:relative;
}
    label.checkbox {
      float:none;
    }

form .unsichtbar {
  display:none;
}

/* Admin-Toolbar 
*******************************************************************************/
#admintoolbar {
}


/* Messages
*******************************************************************************/
p.error, div.error {
  color: red;
  border: 1px solid red;
  padding: 0.2em 1em 0.2em 40px;
  line-height: 1.6em;
  background: url(ico/cross.png) no-repeat 13px 6px #FEE;

  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px;
}

p.ok, div.ok {

  color:green;
  border: 1px solid green;
  padding: 0.2em 1em 0.2em 40px;
  line-height: 1.6em;
  background: url(ico/accept.png) no-repeat 13px center #EFE;

  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px;
}


/* Messages
*******************************************************************************/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #fff;
	padding: 2px 7px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	
}
#tooltip h3, #tooltip div, #tooptip p { margin: 0; color: black; padding: 0; line-height: 1.2em; }