/* Deutsche Software systeHaus AG - Panel CSS */

.panel { 
	left: 0px; 
	top: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	font-weight: bold; color: #666666;
	position: absolute;
}

html>body .panel { position: fixed; } /* Oh Gott, Zilla! */

#panelopened, #panelclosed { position: absolute; }
#panelopened p, #panelclosed p { margin: 0px; padding: 0px; }
#panelopened p { padding: 4px 13px 11px 13px; }
#panelopened { visibility: visible; white-space: nowrap; background-image: url(../images/panel_opened_back.gif); background-position: right bottom; background-repeat: no-repeat; width: 146px; padding-top: 4px; }
#panelclosed { visibility: hidden; white-space: nowrap; }
#panelclosed p { padding: 7px 13px 11px 12px; background-image: url(../images/panel_closed_back.gif); background-position: bottom right; }
#panelclosed a, #panelclosed a:visited, #panelclosed a:active, #panelclosed a:hover, #panelopened a, #panelopened a:visited, #panelopened a:active, #panelopened a:hover { color: #67889e; text-decoration: underline; }
#panelclosed a:hover, #panelopened a:hover { text-decoration: none; color: #87a1b2; }
#panelopened label { display: none; }

.panel .googlefield, .panel .leofield { width: 88px; border-right: 1px dashed #e6ebf0; border-left: 1px dashed #b0bcc9; border-top: 1px dashed #b0bcc9; border-bottom: 1px dashed #e6ebf0; color: #203c57; background-color: #f8fafb; font-size: 1.1em; padding: 3px 0px 3px 4px; margin: 8px 0px 0px 12px; font-weight: bold; }
.pulldownlinks { width: 120px; color: #ffffff; background-color: #a4bacb; margin: 8px 0px 0px 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; }
.panel .panelbutton { background-color: transparent; color: #ffffff; border: 0px; font-weight: bold; width: 35px; height: 21px; padding-bottom: 5px; cursor: pointer; font-size: 1em; background-image: url(../images/button_panel_back.gif); background-repeat: no-repeat; }

/* Deutsche Software systeHaus AG - Panel CSS */