/**********************************
****************************TASKBAR
**********************************/
#admin_taskbar							{ position:fixed; bottom:0px; width:100%; height:44px; background:url('admin/taskbar_bg.gif') repeat-x; z-index:1000; }
#admin_taskbar_small					{ position:fixed; bottom:0px; right:0px; height:44px; background:url('admin/taskbar_bg.gif') repeat-x; z-index:1000; }
.admin_taskbar_button					{ height:43px; line-height:42px; padding:0px 15px; cursor:pointer; color:#ffffff; font-weight:bold }
.admin_taskbar_button.inactive			{ background:url('admin/taskbar_bg.gif') repeat-x }
.admin_taskbar_button.active			{ background:url('admin/taskbar_active_bg.gif') repeat-x }
.admin_taskbar_button.hover				{ background:url('admin/taskbar_hover_bg.gif') repeat-x }
.adminline								{ height:1px; border-width:0; border-top:1px dotted #383004; margin-top:10px; clear:both; }


/**********************************
**********************CONTEXT MENUE
**********************************/
.admin_context_menue					{ position:fixed; bottom:30px; right:37px }
.admin_context_button					{ width:168px; padding:2px 10px; cursor:pointer }
.admin_context_button.active			{ background:url('admin/context_hover_bg.gif') repeat-x; color:#ffffff }
.admin_context_button.inactive			{ color:#5e5506 }
.admin_context_line						{ height:11px; width:188px; background:url('admin/context_line.gif') repeat-x center }


/**********************************
**********************CONTENT ADMIN
**********************************/
.adminbox								{ border:1px solid #383004; background:#605709 url('admin/content_bg.gif') repeat-x top; width:100% }
.adminbutton,
.adminbox INPUT,
.adminbox TEXTAREA,
.adminbox SELECT						{ -moz-border-radius-bottomleft:3px; -moz-border-radius-bottomright:3px; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -webkit-border-radius:3px; border:1px solid #383004; background:#ffffff; color:#5e5506; padding:3px 5px; }	

.admintitel								{ font-size:20px; font-weight:bold; color:#ffffff; padding:10px; cursor:pointer }
.adminuntertitel						{ font-size:16px; font-weight:bold; color:#ffffff; padding-bottom:10px }
.admincontent							{ padding:10px; color:#ffffff; border-top:1px dotted #383004 }
.adminform								{ padding-left:4px }
.adminform.top							{ vertical-align:top }
.space									{ height:4px }