/* Enthaelt Abwaertskomp. 2007/10 */

/* ----- BASIS-DEFINITIONEN ----- */

body {
	margin: 0px;
	background-color: #EBEBEB;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
ol,ul,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 13px;
	font-weight: normal;
}
b {
	font-weight: bold;
}
small {
	font-size: 11px;
}
pre, tt {
	font-family: "Courier New", "Courier", monospace;
	font-size: 12px;
}
a:link, a:visited {
	text-decoration: none;
	color: #2D594A;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #5D936C;
}

/* ----- BEREICHE AUF DER SEITE ----- */

#page-top, #page_top {
}
#page-main-nav, #page_main_nav {
	vertical-align: top;
}
#page-main-content, #page_main_content {
	width: 90%;
	padding-top: 20px;
	padding-right: 20px;
	vertical-align: top;
}
#page-main-control, #page_main_control {
	margin-top: 35px;
	text-align: right;
	font-size: 12px;
	color: #888888;
}
a.page:link, a.page:visited {
	text-decoration: none;
	color: #888888;
}
a.page:hover, a.page:active, a.page:focus {
	text-decoration: underline;
	color: #5D936C;
}

/* ----- FORMULARE ----- */

form {
	margin-top: 0px;
	margin-bottom:0px;
}
input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: inset;
}
input.checkbox {
	border: none;
	background: transparent;
}
input.radio {
	border: none;
	background: transparent;
}
input.image {
	border: none;
	background: transparent;
}

input.nav, select.nav {
	/* Ausnahme: Formulare im Navigations-Bereich */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 65px;
}

/* ----- SEITEN-LINKS ----- */

span.pageno {
	font-weight:bold;
}
a.pageno {
}

/* ----- EXANTOR ----- */

/* 1. Tabellen mit Rahmen */

table.boxtab {
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	background-color:#eeeeee;
}
th.boxtab {
	/* Titel-Zeilen von Tabellen (und evt. des Login-/Logout-Blocks in der Nav.) */
	font-size:11px;
	font-weight:bold;
	background-image:url(/images/tab_bg_headline.jpg); 
	color:#000000;
	background-color:#f1f1f1;
	padding-left:5px;
	padding-right:5px;
	border-width:0px;
	border-bottom-width:1px;
	border-style:solid;
	border-color:#cccccc;
	text-align:left;
}
td.boxtab {
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:left;
}
td.boxtab-highlight, td.boxtab_highlight {
	/* Hervorgehobene Zellen (z.B. unbestaetigte Posts) */
	background-color:#ffffc0;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:left;
}
td.boxtab-red {
	/* Als geloescht markierte Zellen */
	background-color: #ECD4D4;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:left;
}
td.boxtab-green {
	/* Als neu hinzugefuegt markierte Zellen */
	background-color: #D4ECD7;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:left;
}
td.boxtab-crop, td.boxtab_crop {
	/* Zellen mit Scrollbalken fuer grosse Text-Mengen (1) */
	background-color: #ffffff;
	padding: 0px;
	vertical-align: top;
}
div.boxtab-crop, div.boxtab_crop {
	/* Zellen mit Scrollbalken fuer grosse Text-Mengen (2) */
	/* Hinweis: im HTML-Quelltext height angeben! */
	overflow: auto;
	background-color: #ffffff;
	padding: 3px; /* evtl. im HTML-Quelltext dem Attribut 'cellpadding="..."' der Tabelle anpassen */
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
td.boxtab-options, td.boxtab_options {
	/* Einstellungs-Zellen (z.B. Auswahl der Sortierung) */
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:right;
	font-size:11px;
	background-color:#eeeeee;
	color:#555555;
	border-width:0px;
	border-top-width:1px;
	border-style:solid;
	border-color:#dddddd;
}
select.boxtab-options, select.boxtab_options {
	/* Drop-Down-Menues in Einstellunges-Zellen (z.B. Auswahl der Sortierung) */
	background-color:#eeeeee;
	color:#555555;
	font-size:10px;
}

/* 2. Formulare */

.required {
	font-weight:bold;
}
.formmsg {
	font-size:8pt;
	font-weight:normal;
	color:#D37631;
}
table.form-err-list {
	/* NEW */
	margin-bottom: 10px;
	background-color: #ffeeee;
}
td.form-err-list {
	/* NEW */
	padding: 2px;
	color: #cc0000;
}
td.form-err-list > ul {
	/* NEW */
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 18px;
	color: #cc0000;
}
.form-err-input {
	/* NEW */
	background-color: #ffcccc;
}

/* 3. Tabs */

table.tab-top, table.tab_top {
	/* Umfassende Tabelle der Tab Select */
	margin-bottom: 0px;
	width: 100%;
	border: none;
}
td.tab-top, td.tab_top {
	/* Inaktive Tab Option */
	background: #bbbbbb;
	border: solid 1px #dddddd;
	cursor: pointer;
	padding: 5px;
	text-align: center;
}
td.tab-top-over, td.tab_top_over {
	/* Inaktive Tab Option bei MouseOver-Event */
	background: #dddddd;
	border: solid 1px #dddddd;
	cursor: pointer;
	padding: 5px;
	text-align: center;
}
td.tab-top-active, td.tab_top_active {
	/* Aktive Tab Option */
	background: #f5f5f5;
	border: solid 1px #dddddd;
	border-bottom-width: 0px;
	cursor: pointer;
	padding: 5px;
	text-align: center;
}
td.tab-top-remainder, td.tab_top_remainder {
	/* Restlicher Platz neben den Tab Options */
	background: transparent;
	border-bottom: solid 1px #dddddd;
}
div.tab-content-container, div.tab_content_container {
	/* Umfassender Block des Contents */
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
	margin-top: 0px;
	width: 100%;
	background: #f5f5f5;
	border: solid 1px #dddddd;
	border-top: none;
}
div.tab-content, div.tab_content {
	/* Content */
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	background: #f5f5f5;
}

/* 4. Toolbox (oberhalb von Formularen) */

table.toolbox {
	/* Toolbox */
	margin-bottom:3px;
}
td.toolbox {
	/* Zellen der Toolbox (inkl. der Info-Texte) */
	font-size:11px;
	color:#999999;
}
a.toolbox-button, a.toolbox_button {
	/* Buttons in den Zellen der Toolbox */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#dddddd;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding-left:5px;
	padding-right:5px;
}
a.toolbox-button:link, a.toolbox_button:link {
	color:#000000;
	text-decoration:none;
}
a.toolbox-button:visited, a.toolbox_button:visited {
	color:#000000;
	text-decoration:none;
}
a.toolbox-button:active, a.toolbox_button:active {
	color:#000000;
	text-decoration:none;
}
a.toolbox-button:hover, a.toolbox_button:hover {
	color:#6666ff;
	background-color:#eeeeee;
	text-decoration:none;
}
a.toolbox-button:focus, a.toolbox_button:focus {
	color:#6666ff;
	background-color:#eeeeee;
	text-decoration:none;
}
#tooltip {
	visibility:hidden;
	z-index:10;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding:5px;
	background-color:#FFFFCC;
	font-size:10px;
}

/* 5. Spezielle Textbereiche */

.new {
	background-color:#FEFFB7;
}
.info {
	font-size:7pt;
	font-weight:normal;
	color:#AAB0B8;
}
.info-box {
	margin-top: 2px;
	border: dotted 1px #dddddd;
	padding: 5px;
}
.inactive {
	color:#888888;
}
p.highlight, div.highlight {
	border: 1px solid #dddddd;
	padding: 10px;
	background-color: #ffffc0;
}
.exantor-icon-inline, .exantor_icon_inline {
	margin-left:0px;
	margin-right:10px;
}
div.exantor-separator, div.exantor_separator {
	margin:0px;
	text-align:left;
	border-bottom: 1px solid #444444;
	width:100px;
}
.exantor-signature, .exantor_signature {
	margin-top:15px;
	font-size:12px;
	color:#444444;
}
.exantor-footnotes, .exantor_footnotes {
	margin-top:15px;
	font-size:11px;
	color:#444444;
}

/* 6. Baum-Darstellung von Ordnern */

table.folder-tree, table.folder_tree {
	/* Baum-Ansicht (deklariert durch Software) */
}
td.folder-tree, td.folder_tree {
	/* Ordner-Namen in der Baum-Ansicht (deklariert durch Software) */
	padding:1px;
	padding-left:12px; text-indent:-12px; /* haengender Einzug wegen img.folder_tree */
}
img.folder-tree, img.folder_tree {
	/* Icon vor dem Ordner-Namen in der Baum-Ansicht (deklariert durch Software) */
	vertical-align:top;
	padding:0px;
	margin:0px;
	margin-right:4px;
}
a.folder-tree, a.folder_tree {
	/* Ordner-Link in der Baum-Ansicht (deklariert durch Software) & Navigations-Bereich */
	font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size:12px;
   font-style:normal;
   font-weight:normal;
	color:#002200;
	text-decoration:none;
}
a.folder-tree:link, a.folder_tree:link {
	color:#002200;
	text-decoration:none;
}
a.folder-tree:visited, a.folder_tree:visited {
	color:#002200;
	text-decoration:none;
}
a.folder-tree:active, a.folder_tree:active {
	color:#002200;
	text-decoration:none;
}
a.folder-tree:focus, a.folder_tree:focus {
	color:#002200;
	text-decoration:underline;
}
a.folder-tree:hover, a.folder_tree:hover {
	color:#002200;
	text-decoration:underline;
}

/* 7. Tabellen-Darstellung von Ordnern */

table.folder-tab, table.folder_tab {
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	background-color:#eeeeee;
}
td.folder-tab, td.folder_tab {
	background-color:#ffffff;
	padding-left:17px; text-indent:-12px; /* haengender Einzug wegen img.folder_tab */
	padding-right:5px;
	vertical-align:top;
}
img.folder-tab, img.folder_tab {
	/* Icon vor dem Ordner-Namen */
	vertical-align:top;
	padding:0px;
	margin:0px;
	margin-right:4px;
}

/* 8. Private Spans */

