/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container { position: fixed; display: table; z-index: 999; width: 970px; }

/* Sliding panel. */
#sliding-panel { font-weight: bold; position: fixed; top: 0; z-index: 999; width: 970px; margin: 0 auto; text-align: center; }

/* The part of the panel that actually slides. */
#sliding-panel .panel { font-weight: bold; overflow: hidden; display: none; position: relative; z-index: 10; width: 100%; height: 170px; background: #ffffff; opacity: 0.9; }

/* Widget container. */
#sliding-panel .panel-content { font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; overflow: hidden; width: 960px; height: 170px; padding: 0; text-align: left; }

/* Sliding panel widgets. */
#sliding-panel .widget { overflow: hidden; float: left; height: 170px; margin: 0; padding: 0 15px; color: #000; font-size: 21px; font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; line-height: 18px; background: transparent; }
#sliding-panel .widget-inside { font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 0; border: none; }

/* Sliding panel widget titles. */
#sliding-panel .widget-title { margin: 0 0 1px; padding: 0; color: #a9a9a9; font-size: 12px; font-family: "Courier New", Courier, Monaco, monospace; font-weight: normal; line-height: normal; background: transparent; border: none; }

/* Sliding panel widget lists. */
#sliding-panel .widget ul { font-weight: bold; margin: 0 0 10px 20px; list-style: square; }
#sliding-panel .widget ul li { font-weight: bold; margin: 0; padding: 0; background: transparent; border: none; }

/* Sliding panel widget links. */
#sliding-panel .widget a { font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; text-decoration: none; }
#sliding-panel .widget a:hover {
	text-decoration: underline;
	}

/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: 0;
	z-index: 9999;
	height: 37px;
	border-top: 16px solid #040d12;
	}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle { clear: both; display: block; position: relative; width: 960px; height: 25px; line-height: 25px; margin: 0 auto; }

/* Open/close link. */
#sliding-panel .tab a { display: block; float: right; position: relative; width: 175px; height: 25px; top: 0; margin: 0 51px 0 0; padding: 0; color: #417400; font: bold medium; background-image: url(http://www.fuenffichten.de/index/wp-content/themes/ffi/images/buttonffi2.png); background-repeat: no-repeat; background-position: 0 0; text-decoration: blink; text-align: center; }

/* Open link. */
#sliding-panel .tab a.open {
	}

/* Close link. */
#sliding-panel .tab a.close {
	}

/* Open/close link hover. */
#sliding-panel .tab a:hover { font-family: "Courier New", Courier, Monaco, monospace; cursor: pointer; text-decoration: underline; }

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;
	}
#buttonslider { text-align: right; position: absolute; right: 55px; bottom: 0; }
p { font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; }
