﻿/*
  Globale CSS mit Maskenübergreifenden Layouts
*/

/* Standard-CSS */
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family:"Trebuchet MS",arial,sans-serif;  
  font-size: 10pt; 
  background: white;
  color: black;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-attachment:fixed;
}

body.header {
  background-color: #EEEEEE;
}

/*
  Darstellung für multiple Datensätze
*/
body.multiple {
  color: red;
}

img {
  vertical-align: bottom;
  margin: 0px;
  border: 0px;
}

table {
  margin: 0px;
  empty-cells: show;
  border-collapse:collapse;
}

div {
  margin: 0px;
  padding: 0px;
  boder: 0px;
}

input {
  font-weight:bold; 
  height: 17px;
  background-color: #ffffff;
  font-size: 10pt;
  border: 1px solid #7f865f;   
}

select {
  font-weight:bold; 
  height: 22px;
  background-color: #ffffff;
  font-size: 10pt;
}

td {
  font-family:"Trebuchet MS",arial,sans-serif;  
  font-size: 10pt; 
  line-height: 14pt;
  padding: 0px;
}

form  {
  margin: 0px;
  padding: 0px;
}

a {
  color: #000000;
  font-weight: bold;
}

label {
  padding-left: 5px;
}

/*
  Standard Tabellenlayouts
*/
table.formular_spacer {
  margin: 10px;
}

td.formular_fett {
  font-weight: bold;
}

table.formular {
  
}

td.formular_links {
  padding:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
  border-collapse:collapse;
  border:0px;
  font-weight:lighter;  
}

td.formular_headline {
  padding:0px;
  padding-left:0px;
  padding-right:20px;
  padding-top:2px;
  padding-bottom:2px;
  border-collapse:collapse;
  border:0px;
  font-weight:bold;  
  vertical-align:bottom;
  font-size: 12pt; 
}


td.formular_linksfett {
  padding:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
  border-collapse:collapse;
  border:0px;
  font-weight:bold;  
}

td.formular_normal {
  padding:0px;
  padding-left:5px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
  border-collapse:collapse;
  border:0px;
  font-weight:lighter;  
}

/*
  Tabellen für Listen
*/
table.listen {
  width: 100%;
  table-layout: fixed;
}

table.listen th {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  border: 1px solid #7f865f;  
  background-color: rgb(209,222,173);  
  text-align: left;
}

table.listen th a {
  text-decoration: none;
}

table.listen th a:hover {
  text-decoration: underline	;
}


table.listen td { 
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  border: 1px solid #dddddd;  
  background-color: #ffffff;  
  text-align: left;
  height: 22px;
}

table.listen td.footer {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  border: 1px solid #dddddd;  
  background-color: rgb(230,240,204);
  text-align: left;
}

table.footer td {
  background-color: rgb(230,240,204);
  border: 0px;
}

/*
  Definition der verf�gbaren Buttons
  ==================================
  Speichern */
a.button_save {
	PADDING-RIGHT: 18px; 
	DISPLAY: block; 
	BACKGROUND: url(../images/buttons/save/right.gif) no-repeat right top; 
	FLOAT: left; 
	FONT: 12px arial, sans-serif; 
	COLOR: #000000; 
	font-weight: bold;
	MARGIN-RIGHT: 6px; 
	HEIGHT: 24px; 
	TEXT-DECORATION: none
}
a.button_save span {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 18px; 
	BACKGROUND: url(../images/buttons/save/main.gif) no-repeat; 
	PADDING-BOTTOM: 5px; 
	LINE-HEIGHT: 14px; 
	PADDING-TOP: 5px
	
}
A.button_save:active {
	BACKGROUND-POSITION: right bottom; 
	COLOR: #000; 
	outline: none
}
A.button_save:active SPAN {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left bottom; 
	PADDING-LEFT: 18px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 6px
}

/* Button f�r untergeordnete Aufgaben */
a.button_standard {
	PADDING-RIGHT: 18px; 
	DISPLAY: block; 
	BACKGROUND: url(../images/buttons/standard/right.gif) no-repeat right top; 
	FLOAT: left; 
	FONT: 12px arial, sans-serif; 
	COLOR: #000000; 
	font-weight: bold;
	MARGIN-RIGHT: 6px; 
	HEIGHT: 24px; 
	TEXT-DECORATION: none
}
a.button_standard span {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 18px; 
	BACKGROUND: url(../images/buttons/standard/main.gif) no-repeat; 
	PADDING-BOTTOM: 5px; 
	LINE-HEIGHT: 14px; 
	PADDING-TOP: 5px
	
}
A.button_standard:active {
	BACKGROUND-POSITION: right bottom; 
	COLOR: #000; 
	outline: none
}
A.button_standard:active SPAN {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left bottom; 
	PADDING-LEFT: 18px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 6px
}

/* L�schenbutton */
a.button_delete {
	PADDING-RIGHT: 18px; 
	DISPLAY: block; 
	BACKGROUND: url(../images/buttons/delete/right.gif) no-repeat right top; 
	FLOAT: left; 
	FONT: 12px arial, sans-serif; 
	COLOR: #000000; 
	font-weight: bold;
	MARGIN-RIGHT: 6px; 
	HEIGHT: 24px; 
	TEXT-DECORATION: none
}
a.button_delete span {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 18px; 
	BACKGROUND: url(../images/buttons/delete/main.gif) no-repeat; 
	PADDING-BOTTOM: 5px; 
	LINE-HEIGHT: 14px; 
	PADDING-TOP: 5px
	
}
A.button_delete:active {
	BACKGROUND-POSITION: right bottom; 
	COLOR: #000; 
	outline: none
}
A.button_delete:active SPAN {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left bottom; 
	PADDING-LEFT: 18px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 6px
}

/*
  Maskenheader
*/
div.modulheader {
  width: 80%;
  padding: 5px;
  height: 25px;
  padding-left: 10px;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
  border: 1px solid #7f865f;   
  background-color: rgb(209,222,173);  
}



/* LAyout für Multiple Datensätze */
table.maske_multiset {
  margin: 0px;
  width: 560px;
  table-layout: fixed;
}

table.maske_multiset th {
  text-align: left;
  font-size: 9pt;
  background-color: rgb(255,255,220);
  border: 1px solid #aaaaaa;   
  padding-left: 2px;
  font-weight: bold;
}

table.maske_multiset td {
  text-align: left;
  font-size: 9pt;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;      
  padding-left: 2px;
  padding-right: 2px;
}



table.maske_multiset a {
  text-decoration: none;
  font-weight: normal;
}

table.maske_multiset a:hover {
  text-decoration: underline;
}

/* Container um die Buttons innerhalb der Multiplenfelder */
div.maske_multiset_buttons {
  padding: 5px;
}

div.maske_multiset_felder {
  padding-left: 5px;
}

div.maske_multiset_felder_hidden {
  padding-left: 5px;
  visibility:hidden;
}

input.maske {
  font-weight:bold; 
  height: 17px;
  background-color: #ffffff;
  font-size: 10pt;
  border: 1px solid #7f865f;   
}

select.maske {
  font-weight:bold; 
  height: 22px;
  background-color: #ffffff;
  font-size: 10pt;
}

input.maske_historie {
  font-weight:bold; 
  height: 17px;
  background-color: #eeeeee;
  font-size: 10pt;
  border: 1px solid #7f865f;   
}

select.maske_historie {
  font-weight:bold; 
  height: 22px;
  background-color: #eeeeee;
  font-size: 10pt;
}


input.maske_historie_change {
  font-weight:bold; 
  height: 17px;
  background-color: #ff0000;
  color: white;
  font-size: 10pt;
  border: 1px solid #7f865f;   
}

select.maske_historie_change {
  font-weight:bold; 
  height: 22px;
  background-color: #ff0000;
  color: white;
  font-size: 10pt;
}

/* Statusmeldung */
div.status_ok {
    padding: 10px;  
    background-color: rgb(60,188,99);
    border: 1px solid #000000;
}

div.status_fehler {
    padding: 10px;  
    background-color: rgb(240,152,181);
    border: 1px solid #000000;
}


/* Buttons innerhalb der Multiplenfelder */
input.button_neu {
  padding: 2px;
  height: 22px;
  background-color: rgb(254,247,205);
  border: 1px solid rgb(255,207,140);
  width: 80px;
}

input.button_delete {
  padding: 2px;
  height: 22px;
  background-color: rgb(225,196,205);
  border: 1px solid rgb(194,103,133);
  width: 80px;
}

input.button_save {
  padding: 2px;
  height: 22px;
  background-color: rgb(235,238,220);
  border: 1px solid rgb(127,134,95);
  width: 80px;
}

input.button_neutral {
  padding: 2px;
  height: 22px;
  background-color: rgb(254,247,205);
  border: 1px solid rgb(127,134,95);
  width: 80px;
}

label.maske_multiset_input {
  font-size: 9pt;
  margin-left: 0px;
}

input.maske_multiset_input {
  font-weight:bold; 
  height: 15px;
  background-color: #ffffff;
  font-size: 9pt;
  border: 1px solid #7f865f;   
}

select.maske_multiset_input {
  font-weight:bold; 
  height: 20px;
  background-color: #ffffff;
  font-size: 9pt;
}

/* Fehlermeldung bei multiplen Datensätzen */
div.maske_multiset_fehler {
    position: relative; 
    top: 5px; 
    left: 0px;       
    width: 550px;
    padding: 5px;  
    background-color: rgb(240,152,181);
    display: none;
}

/* Tabs in den Masken */
body.masken_tab_header {

}

/* Hauptcontainer der Tabs */
#masken_tab_header {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/tabs/tab_bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
}

#masken_tab_header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

#masken_tab_header li {
  float:left;
  background:url("../images/tabs/tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#masken_tab_header a {
  float:left;
  display:block;
  background:url("../images/tabs/tab_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

#masken_tab_header a:hover {
  color:#333;
}

#masken_tab_header li.current {
  background-image:url("../images/tabs/tab_left_on.gif");
}

#masken_tab_header li.current a {
  background-image:url("../images/tabs/tab_right_on.gif");
  color:#333;
  padding-bottom:5px;
}

/*
  Buttons innerhalb der Maksen
*/
div.maske_buttons {

}

/*
  Button zum Öffnen des Datepickers
*/
input.datepicker{
  background-image: url(../images/kalender.gif);
  background-repeat:no-repeat;
  background-color:#FFFFFF;
  background-position: center ;
  margin: 0px;
  margin-left:2px;
  width: 22px;
  height: 22px;
  border: 1px solid #CCCCCC;
}

table.DatePicker {
  margin: 0px;
}

table.DatePicker td.WeekName {
  border: 1px solid #7f865f;   
  background-color: rgb(209,222,173);   
  padding: 2px;
  padding-left: 5px;
  font-size: 11pt;
  width: 25px;
  text-align: center;
  font-weight: bold;
}


table.DatePicker td.Nav {
  border: 1px solid #7f865f;   
  background-color: rgb(209,222,173);   
  padding: 2px;
  padding-left: 5px;
  font-size: 11pt;
  width: 25px;
  text-align: center;
  font-weight: bold;
}

table.DatePicker td.Title {
  border: 1px solid #7f865f;   
  background-color: rgb(209,222,173);   
  padding: 2px;
  padding-left: 5px;
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
}

table.DatePicker td.SelectedDay {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  background-color: rgb(240,152,181);
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 25px;
  height: 25px;  
  vertical-align:middle;
}

table.DatePicker td.Days {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 25px;
  height: 25px;  
  vertical-align:middle;
  text-align: center;
}

/* Layout für Spagettiformular */
table.maske_table {

}

td.maske_blockheader {
  border: 1px solid #7f865f;   
  background-color: rgb(209,222,173);   
  padding: 2px;
  padding-left: 5px;
  font-size: 11pt;
}

td.maske_fehler {
  border: 0px;
  padding: 2px;
  padding-left: 0px;
  background-color: rgb(240,152,181);
  border-bottom: 1px solid #ffffff;
  width: 20px;
}

td.maske_fehlerleer {
  border: 0px;
  padding: 2px;
  padding-left: 0px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  width: 20px;
}

td.maske_description {
  width: 130px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 0px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  vertical-align: top;
}

td.maske_data {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
}

td.maske_help {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 25px;
}

td.maske_description_single {
  width: 130px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 0px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  vertical-align: top;
  height: 30px;
  vertical-align:middle; 
}

td.maske_data_single {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  height: 30px;  
  vertical-align:middle;  
}


td.maske_data_single_change {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(240,152,181);
  border-bottom: 1px solid #ffffff;
  height: 30px;  
  vertical-align:middle;  
}

td.maske_help_single {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 25px;
  height: 30px;  
  vertical-align:middle;
}

td.maske_description_double {
  width: 130px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 0px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  vertical-align: top;
  height: 38px;
  vertical-align:middle; 
}

td.maske_data_double {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  height: 38px;  
  vertical-align:middle;  
  
}

td.maske_help_double {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 25px;
  height: 38px;  
  vertical-align:middle;
}

/* LAyout für Querformatige Ausgaben */
td.maske_data_vertikal {
  border: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #ffffff;
  height: 38px;  
  vertical-align:middle;  
  
}

/* Einstellngen für Pullupmasken */
td.submaske_header {
  border-bottom: 1px solid #7f865f;   
  background-color: rgb(209,222,173);   
  padding: 5px;
  padding-left: 5px;
  font-size: 11pt;
  font-weight: bold;
}

td.submaske_close {
  width:25px;
  text-align:right;
  border-bottom: 1px solid #7f865f;   
  background-color: rgb(209,222,173);    
}

/* Speziallayouts für Ausdrucke */
body.print {
  margin: 0px;
  padding: 0px;
  font-family:"Trebuchet MS",arial,sans-serif;  
  font-size: 10pt; 
  background: white;
  color: black;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-attachment:fixed;
}

table.print {
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}

table.print td.spacer {
  padding-bottom:20px;
  border-bottom: 2px solid #000000;
}

/*
  Layout für Adressverlinkung
*/
td.adr_link_button {
  vertical-align:bottom;
}

/* Elemente für JQUery Filetree */
UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(../images/filetree/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(../images/filetree/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(../images/filetree/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(../images/filetree/spinner.gif) left top no-repeat; }
.jqueryFileTree LI.ext_neufolder { background: url(../images/filetree/foldernew.png) left top no-repeat; }
.jqueryFileTree LI.ext_neufile { background: url(../images/filetree/filenew.png) left top no-repeat; }
/* File Extensions*/

/* Grundlayouts für Sonderkomponenten */
div.sonderkomponente_maingrid {
  width: 580px;
}

/* Beinhaltet die Tabelle und Fehlermeldung */
div.sonderkomponente_grid {
  width: 100%;
  overflow:scroll;
  overflow-x:hidden;
  background-color: #ffffff;
}

/* Definition der zusätzlichen Buttons */
input.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
    padding: 5px 10px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height: 28px;
}

/* Button fÃ¼r StandardaktivitÃ¤ten */
input.standard {
	color: #fef4e9;
	border: solid 1px #296335;
	background: #4F975f;
	background: -webkit-gradient(linear, left top, left bottom, from(84C993), to(#4F975f));
	background: -moz-linear-gradient(top,  #84C993,  #4F975f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84C993', endColorstr='#4F975f');
}

input.standard:hover, input.standard:active {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#4F975f), to(#19692A));
	background: -moz-linear-gradient(top,  #4F975f,  #19692A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F975f', endColorstr='#19692A');
}