@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}
#inhalt {
	position:absolute;
	height:450px;
	width:700px;
	margin:-225px 0px 0px -350px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 5px;
	background-color: #ffffff;
	border: 1px dotted #000000;
	overflow: auto;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}
#inhalt td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}
p {
	margin: auto 0px;
	padding: 5px;
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: left;
	color: #F1F0EF;
	background-color: #90897a;
	margin: 0px;
	padding: 10px;
}
a {
color: #000000;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}#header {
	background: #FFFFFF;
	padding: 5px;
}
#navbar {
	padding: 7px 15px;
	color: #FFFFFF;
	background-color: #006633;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar {
	padding: 5px;
	vertical-align: top;
	height: 700px;
	background-color: #FFF;
	width: 230px;
}
#main {
	background: #FFFFFF;
	padding: 15px;
	vertical-align: top;
}
#main td {
	vertical-align: top;
}

#main a {
	border-bottom: 1px dashed #000000;
}
#main a:hover {
	border-bottom: 1px solid #000000;
}

#footer {
	padding: 10px;
	vertical-align: top;
	background: #3D3D3D;
}
.sidehdr {
	padding: 2px;
	margin: 5px 5px 0px 5px;
	background: #E5E5E5;
	border: 1px solid #000000;
	font-weight: bold;
}
.sidebox {
	padding: 5px;
	margin: 0px 5px 15px 5px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
}
.CollapsiblePanelContent img {
	vertical-align: middle;
	border: none;
}
.CollapsiblePanelContent ul {
	list-style: none;
}
.CollapsiblePanelContent li {
	padding: 0px;
}
.CollapsiblePanelContent a {
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 8px;
	border: 1px solid #FFFFFF;
}
.CollapsiblePanelContent a:hover {
	background: #F6F6F6;
	border: 1px solid #D4D4D4;
}
.errorText {
	color: #000000;
	border: 1px solid #FF0033;
	background: #FFDDDD;
	font-weight: bold;
}
.detailTable {
	border: 1px solid #CCC;
}
.detailTable td {
	padding: 3px;
}
#msgHighlight {
	color: #660000;
	padding: 10px;
	background: #FFEAEA;
	font-weight: bold;
	border: 1px solid #CC0000;
}
#panelTable {
	background: #FFFFFF;
}
#panelTable td {
	padding: 3px;
}
#panelTable .bar {
	background: url(/img/bar.jpg) no-repeat left center;
	height: 2px;
	padding: 0px;
}
.panelIcon {
	width: 110px;
	float: left;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}

#main .panelIcon a {
	border-bottom: none;
	text-decoration: none;
}
.panelIcon img {
	border-style: none;
}
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 5px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-weight: bold;
	background: #EEE;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	padding: 5px;
	margin: 0px;
	background: #FFFFFF;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #EEE;
}

