/*
Name: Nice Login and Signup panel_i using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/       

html, body {border: 0; margin: 0; padding: 0;}

body {
   font-size: 12px;
   font-family: Arial;
   color: #3a3939;
   text-decoration:none;
	background: url('../bilder/template/bg.gif') repeat-x #ffffff;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}

/* Standards für die Mininav */
a.minifound 			{ 	font-size:12px; font-family:Arial; color:#c71444; }
a.minigray  			{ 	font-size:11px; font-family:Arial; color:#ddd; }
a.minisel   			{ 	font-size:11px; font-family:Arial; color:#000; }
a.minilink:link,
a.minilink:visited,
a.minilink:active  		{ 	font-size:11px; font-family:Arial; color:#c71444; }
a.minilink:hover   		{ 	font-size:11px; font-family:Arial; color:#000; }


/* Standards für alle Tabellen */
td, th, input, select, textarea		{ 	font-size:12px; font-family:Arial; text-decoration:none; color:#333333; }

input, select, textarea { border: 1px solid #cacaca; }

.radio { border: none; }

h1 {
	font-family:Arial;
	font-size: 15px;
	font-weight:bold;
}

a {
	color: #3a3939;
	text-decoration: none;
	font-size:12px;
	font-family:Arial;
}

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

a img {
  border: none;/*remove border for linked images*/
}


/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

.simpleTree
{
	z-index: 500;
	margin:0;
	padding-top:20px;
	padding-right:50px;
	padding-left:0px;
	padding-bottom:0px;
	position:absolute;
    top: 220px;
    left: 0px;
    color: #3a3939;
    background: url(../bilder/query_panel/left_top.jpg) top repeat-x transparent;
}
.simpleTree li
{
	list-style: none;
	margin:0;
	padding:2px 0px 0px 34px;
	line-height: 20px;
}

.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0; 
	padding:0;
	font-size:12px;
	font-weight:bold;
}
.simpleTree .root
{
	margin-left:-16px;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:10px;
	font-size:3px;
	background: url(../icons/line_bg.gif)  no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../icons/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:20px;
	font-size:3px;
	background: url(../icons/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:20px;
	font-size:3px;
	background: url(../icons/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(../icons/collapsable.gif) 0 -5px no-repeat transparent;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(../icons/collapsable-last.gif) no-repeat transparent;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(../icons/expandable.gif) 0 -5px no-repeat transparent;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(../icons/expandable-last.gif)  no-repeat transparent;
	border: 0;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(../icons/leaf.gif) no-repeat transparent;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(../icons/leaf-last.gif) no-repeat transparent;
}
.simpleTree .ajax
{
	background: url(../icons/spinner.gif) no-repeat 0 0 transparent;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 12px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#d7081c;
	color:#fff;
	padding:0px 0px;
	border: 0;
}
#drag_container
{
	z-index: 1050;
	background:#000;
	color:#000;
	font: 85%/0.9 arial, helvetica, sans-serif;
	border: 1px dashed #000;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(../icons/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(../icons/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(../icons/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	display:none;
}

.trigger_i {
   z-index: 100;
	width: 37px;
	position:absolute;
	top: 220px; 
	left: 0;
	background: url(../bilder/query_panel/left_bottom.jpg) bottom repeat-x #fff;
	cursor: pointer;
}
