body {
   background-color : #eee;
}
img {
    vertical-align:bottom;
    border:none;
}
.img_button {
	float:left;
	margin:0;
	margin-top:6px;
	margin-left:10px;
	margin-right:4px;
	padding:0;
	line-height:21px;
	height:21px;
 	vertical-align: middle;
}
.img_button a:hover{
	background-color: #ABBE4D;
	border:1px solid #ABBE4D;
}

.bild{
	border: 1px solid #808080;
}

/* Falls ueber den breiten Tabellen noch was steht: */
.localHeader {
	display:block;
	margin: 4px 0 0 10px;
	width:795px;
}
.localHeader form {
	display:inline;
	margin:0;
	padding:0;
}
.localHeader .left{
	float:left;
}
.localHeader .right{
	float:right;
	text-align:right;
}

/* Layout-Tabelle */
.maintable {       
   border : 0px;
   border-collapse:	collapse;
   margin: 12px 24px 24px 10px;
}

/* ----------------------------------------------------
	Formatierung Listentabellen fuer einfache Ansichten
---------------------------------------------------- */

.listing {
	width: 800px;
	border : 0px;
	border-collapse:	collapse;
	margin: 20px 0px 20px 10px;
}
.listing td.normal, .listing td.rollOver {
	cursor: pointer;
	padding: 8px 4px 16px 4px;
	text-align: center;
	vertical-align: top;
	background:transparent;
}
.listing td.rollOver {
	background-Color:#fff;
}
.listing td.noPointer{
	cursor: default;
}
.listing td div.name {
	clear:left;
	padding-top: 4px;
	width : 100%;
	overflow: hidden;
}
.listing img {
	margin-bottom:4px;
}

/* ----------------------------------------------------
	DHTML Menue (DIV rundum Vorlagen-Links)
---------------------------------------------------- */
.simpleDHTMLMenu {
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	z-index:1;
	margin:0;
	padding:1px;
	background:#ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.simpleDHTMLMenu div.link {  /* erweitert: div.link */
	padding-top:2px;
	vertical-align:bottom;
	position:relative;
}
div.link {
	text-align:left;
	width: 240px;	
	margin:1px;
	background-color:#eee;
	line-height:18px;
}
div.link div.pic {
	float:left;
	width:24px;
	text-align: center;
}
div.link div.text {
	float:left;
	width:216px;
	text-align: left;
}
div.hink { /* hidden link, Zusatz Style zu link */
    color: #999999;
    font-weight: bold;
}

/* ----------------------------------------------------
	Formatierung Formulartabellen ...
---------------------------------------------------- */

table.formtable {        /* Formular umfassende Tabelle */
	width: 360px;
	border-spacing: 0px;
	border-collapse: spearate;
	border : 1px solid #999;
	margin: 0;
}

.header  {           /* Kopfzeile des Formulars */
   padding: 4px;
   color : #fff;
   background-color : #960101;
   font-weight: bold;
}
.subheader {          /* Kopffelder von Tabellen */
   padding: 0.3em;
   color: #B30D62;
   background-color : #FFF;
   vertical-align : top;
   font-weight:bold;
   border: 1px solid #ddd;
   border-width: 0 1px 1px 0;
}

.subheader a, .subheader a:visited {          /* Kopffelder von Tabellen */
	text-decoration:underline;
}
.subheader_top td {	/* In Ausnahmefallen zwischengeschobene 1,5-te Kopfzeile von Tabellen */
   padding: 4px;
   color : #000;
   background-color : #CCC;
   font-weight: bold;
   border: 1px solid #ddd;
}
.subheader_top img {
	margin:1px;
}
.subheader_top img a {
	background-color: transparent;
}

.td_left, .td_right, .td_mehrspaltig, .td_mehrspaltig_diffcol,  /* Style fuer jedes Feld */
table.formtable tr.tr_color1 td, table.formtable tr.tr_color2 td{
   vertical-align : top;
   border: 1px solid #DDD;
   border-width: 0 1px 1px 0;
   padding: 0.3em 0.6em;
}

.tr_color1 td{
	background-color: #dfdfdf;
}

.td_mehrspaltig_diffcol {
   background-color: #DDD;
}

.td_left {            /* Style fuer jedes linke Feld (fuers td) */
   width : 35%;
}

.td_right {           /* Style fuer jedes rechte Feld (fuers td) */
   width : 65%;
}

.td_mehrspaltig, .td_mehrsp_top {      /* Style fuer jedes Feld von mehr als 2spaltigen Tabellen */
   padding: 0.3em 0.6em;
}

.td_mehrspaltig img, .td_mehrsp_top img {
   margin: 0px;
   padding: 2px;
}
.subtable {
   width:100%;
   border: none;
   padding: 0; margin:0;
   border-collapse:collapse;
}

.subtable_td {
   padding: 2px 4px 2px 6px;
   background-color : #EEE;
   vertical-align : middle;
}

.subtable_header  {           /* Kopfzeile des Formulars */
   padding: 4px;
   color : #fff;
   background-color : #960101;
   font-weight: bold;
   height:26px;
   vertical-align:middle;
}

.td_mehrspaltig a, .td_mehrsp_top a {
	line-height: 16px;
	margin-top: 0px;
}

/* -------- Diverse ------------*/
.blaettern {
	margin:4px;
	text-align: left;
	white-space: nowrap;
}

.asterisk {          /* die Sternchen vor Pflichtfeldern */
   font-size: 12px;
   font-weight: bold;
   white-space: nowrap;
}

.label {            /* der Text, der je links steht (Name, Bereich, Firma ...) */
   text-align : right;
   vertical-align : middle;
}

.element {          /* das Eingabe-/Text-/wasAuchImmer-Feld rechts */
   white-space: nowrap;
}

.note {             /* Bemerkung am Ende des Formulars */
   font-size : 10px;
   color : #666;
   white-space: nowrap;
}
.green {
   background-color : #CFC;
   color : black;
}
.errorlist {        /* Fehlerliste fuer Pflichtfelder */
   list-style: none;
   font-family: sans-serif;
   color : #000;
   background-color : #FFF;
   font-size : 12pt;
}
.errorlist ul {
   display: block;
   padding: 4px 4px 0px 6px;
}
.errorlist li {
   line-height: 12px;
   margin-bottom: 4px;
}

.error {            /* fuer Fehlermeldung vor Feld */
   display : inline;
   color : red;
   font-weight : normal;
   line-height: 16px;
   font-size: 10px;
}

.table2_iframe {
    margin-top:10px;
    width:100%;
    padding:0px;
} 

/* ----------------------------------------------------
	Einbindung des iFrames fuer Vorschau
---------------------------------------------------- */

.preview_iframe {
    border:1px solid #666;
    border-bottom-width: 2px;
    margin:0;
    padding:0;
    background-color:#fff;
}
.previewBlocks {
    font-weight: bold;
	background: #960101;
	border: 1px solid #808080;
	border-top: 0px solid #808080;
	padding: 4px;
	float: left;
	width: 145px;
}
.previewBlock_right {
	padding: 4px;
	float: right;
}


/* -------- Prozesse Anzeige im Header ------------*/

.workflow_block_orange, .workflow_block_grey, .workflow_head{
    border-bottom: 1px solid #808080;
    float: left;
    height: 26px;
}
.workflow_block_orange {
    margin-left: 14px;
    height: 26px;
    width: 140px;
    line-height: 22px;
}

.workflow_head{
	font-weight: bold;
    padding: 0px 12px 0px 26px; 
    background-color:#808080;
    color:#fff;
    height: 26px;
    width: 200px;
    line-height: 22px;
    float: left;

}
.workflow_block_grey {
    padding-left: 10px;
 	background-color:#eeeeee;
    width: 172px;
}

.workflow_block_grey a:hover{
 	background-color: white;
}

.workflow_block_grey img{
 	margin-top: 4px;
}


.nowrapping {                 /*  fuer den IE noetig, da nicht auf td's anwendbar  */
    white-space: nowrap;
}

.box_workflow{
	width: 795px;
	color: #960101;
	border-bottom: 3px solid #808080;
	background: white;
	margin: 0 18px;
	margin-bottom: 20px;
	display: block;
	height: 60px;
}

.box_workflow_status{
	float: left;
	padding: 8px 4px; 
}

.box_workflow_rechts{
	float: right; 
	height: 22px;  
	line-height: 18px;
	padding: 4px;
}

/* ---- Workflow unter Formularen ---- */

table.wf_bottom_field {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	border-top: 1px solid #808080;
}
table.wf_bottom_field td {
	padding-top: 16px;
}
table.wf_bottom_field td.workflow_last {
	width:5%;
}
table.wf_bottom_field td.workflow_middle {
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
table.wf_bottom_field td.workflow_next {
	width:5%;
}

/* --------- Seitenmenu --------- */

div.limit_slider {
	width:794px;
	height:82px;
	overflow: auto;
}
.sliders_top{
	margin-top: 0px;
    border-bottom: 1px solid  #808080;
}
.slider_selected {
	width:46px;
	padding: 0 4px;
	background-color: #ff7400;
}
.sliders_1page, table.sliders_1page td {
    white-space: nowrap;
    padding:4px;
    width:46px;
    text-align: center;
}
table.sliders_1page a:hover {
    background-color:#960101;
}
.sliders_1page_text {
	clear:both;
	font-size:10px;
	margin: 2px;
}
table.sliders_innertable {
	float:left;
	border-collapse: collapse;
	border: 0;
	margin: 4px 4px 6px 0;
}
table.sliders_innertable td {
	border: 1px solid #ff0;
	border-color:#808080; 
}
.sliders_1page img {
    margin:2px;
}
.sub_sliders {	/* Bereich ähnlich, manchmal unter den Slidern */
	padding:12px 0 12px 0;
	margin-left: 0px;
	white-space: nowrap;
}
/* Contentbereich */

div#contentFrame {
	width: 97%;
	display: table;
	margin: 0 10px;
}

/* Infotexte  */

#top_info_text {
    font-size: 11px;
    font-weight:bold;
    color: #000;
}

.info_text {
    padding: 14px 2px 14px 2px;
    font-size: 10px;
    color: #000;
}
.extra_text {
	padding: 2px 2px 6px 2px;
	clear: both;
	margin-left:10px; 
}

.digital{
	padding: 0px;
	margin: 0px; 
	margin-right: 4px;
}

.grey{
color: #999;
}

.orange{
color: #960101;
}

/* Text fuer IFrame "Vorschau nicht aktuell" */
div#preview_state_js {
	padding: 11px 0 0 10px;	
	line-height: 18px;
	text-align: left;
}

/* ----------------------------------------------------
	Uebersichtsseiten ...
---------------------------------------------------- */

div#overview{
margin: 19px;
margin-top: 10px;
width: 600px;
color: black;
font-size: 11px;
line-height: 18px;
}

div#overview h1{
font-size: 12px;
/* background-color: #960101; */
padding: 1px 1px;
}

div#overview ul{
margin-top: 10px;
}


/* ----------------------------------------------------
	Helper
---------------------------------------------------- */

.clearBlock {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.floatright {
float: right;
}

.floatleft {
float: left;
}

div.pfeil, a.pfeil, a:visited.pfeil
{
	background-image: url("../images/document/pfeil_orange.gif");
	background-position: 0 3px;
	padding-left: 16px;
	line-height:15px; 
	background-repeat: no-repeat;
}
div.pfeil { background-position: -2 3px;}

.spacer10 {
    height: 10px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;

}

.extrafett {
	font-size: 14px;
	font-weight: bold;
	color:#c10005;
	margin: 3px 0;
}
.fett {
	font-weight: bold;
	color:#c10005;
}

/* ----------------------------------------------------
	Reitermenu ...
---------------------------------------------------- */
#reiterFrame {
	display: table;
	width:97%;
	margin:0 10px;
	border: 1px solid #eee;
	border-width: 0 1px; 
	padding:0;
}
#reiterNav a {
	cursor: pointer;
	height: 16px;
	color: #666;
	background: #ddd url("../images/reiter/left_tab.gif") left top no-repeat;
	text-decoration: none;
	padding: 0px;
	padding-left: 10px;
}

#reiterNav a span {
	height: 16px;
	background: url("../images/reiter/right_tab.gif") right top no-repeat;
	padding: 0px;
	padding-right: 10px
}

#reiterNav a,#reiterNav a span {
	float: left;
}

/* neutrale reiter */
#reiterNav a:hover {
	color: #fff;
	background: #A4A4A4 url("../images/reiter/left_tab_over_neutral.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#reiterNav a:hover span {
	background: url("../images/reiter/right_tab_over_neutral.gif") right top no-repeat;
	padding-right: 10px
}

#reiterNav a.selected {
	color: #fff;
	background: #666666 url("../images/reiter/left_tab_over.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#reiterNav a.selected span {
	background: url("../images/reiter/right_tab_over.gif") right top no-repeat;
	padding-right: 10px
}

ul#reiterNav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#reiterNav li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 4px;
	border-bottom: 0px solid #fff;
}

#reiterNav li a.selected {
	border-bottom: 1px solid #666666;
}

/* Reitermenu SubNav... */

div#reiterSubNav {
	font-size: 10px;
	clear: both;
	border: 1px solid #666666;
	border-bottom: 0;
	background-color: #666666;
	padding: 8px 4px 0 8px;
	white-space:nowrap;
}

div#reiterSubNav a {
	display:block;
	padding: 0px 8px 4px 8px;
	color: #fff;
	margin-right: 1px;
}

div#reiterSubNav a:hover,div#reiterSubNav a.selected,div#reiterSubNav a:visited	.selected {
	color: #666;
	background-color: #e2e2e2;
}

/* _______________________________ */
/* Styles der Kommunikationsleiste */
/* _______________________________ */

div#comm_bar {
	width: 100%;
	line-height: 18px;
	height: 34px;
	white-space: nowrap;
	background-color: #E1E7C0;
}
div#comm, div#page_count, div#change_view {
	padding: 10px 6px 0 12px;
	float:left;
}
div#comm select {
	width: 240px;
}
div#comm_bar form {
	margin:0; padding:0;
}
div#page_count input {
	width : 36px;
	height: 12px;
}
div#page_count input.input_button {
	margin-top:0;
	height : 18px;
}

/* ___________________ */
/*  Kalender-Styles    */
/* ___________________ */

/* Einbettung des Kalenderaufrufs: */
.calenderEmbbed {
	padding-top:4px;
	clear:left;
}
.calenderEmbbed .calText {
	line-height:16px;
	float:left;
	display:block;	
	width: 30px;
}
.calenderEmbbed .calDate { /* input field */
	color: #666;
	background-color: #f5f5f5;
	width: 120px;
	height: 12px;
}
.calenderEmbbed img {
	margin-left: 3px;
	border: none;
}

/* Eigentlich Kalender: */

.Survey_cpBorder {
	border:1px solid #000;
	padding:1px;
	background-color:#DDD;
	/* gilt fuer gesamten Kalender; sozusagen Body : */
	font-size:9px;
	color:#000;
	text-decoration:none;
}
.Survey_cpBorder TR {
	height: 14px;
	background-color: #eee;
}
.Survey_cpMonthYearTable {  /* Tabelle der Monats- und Jahresauswahl  */
	width: 240px;
	border-collapse: collapse;
	border: none;
}
.Survey_cpMonthYearTable TD {
	background-color:#eee;
}
.Survey_cpYearNavigation, .Survey_cpMonthNavigation { /* Selectboxen */
	width: 120px;
	background-color:#FFF;
	text-align:center;
	font-weight:bold;
}
.Survey_cpInnerTable {  /* der innere Kalender (Tage des ausgewaehlten Monats)  */
	margin: 12px 0 12px 0;
	width: 180px;
	border-collapse: collapse;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;
}
.Survey_cpBorder a, .Survey_cpBorder a:hover, .Survey_cpBorder a:visited{
	color:#000;
	font-weight: normal;
	text-decoration:none;
	background: transparent;
}
.Survey_cpTodayText a, .Survey_cpCurrentDate a,
.Survey_cpTodayText a:hover, .Survey_cpCurrentDate a:hover {
	font-weight: bold;
}
.Survey_cpTodayText a:hover {
	background: #fff;
}
/* Kalenderzellen */
TD.Survey_cpCurrentMonthDate { background-color: #fff; }
TD.Survey_cpOtherMonthDate { background-color: #ddd; }
TD.Survey_cpCurrentDate { background-color: #960101; }
TD.Survey_cpTodayText { background-color: #960101; }

TD.Survey_cpCurrentMonthDate, TD.Survey_cpOtherMonthDate, TD.Survey_cpCurrentDate  {
	text-align:right;
	border:1px solid black;
	border-width: 1px 1px 0 0;
}
TD.Survey_cpTodayText {
	text-align:center;
	border:1px solid black;
	border-width: 1px 0 0 0;
}
TD.Survey_cpDayColumnHeader {
	color:#bbb;
	font-weight: bold;
	text-align:center;
	border:1px solid #bbb;
	border-width: 0 1px 0 1px;
}
.Survey_cpCurrentMonthDateDisabled, .Survey_cpOtherMonthDateDisabled, .Survey_cpCurrentDateDisabled, .Survey_cpCurrentDateDisabled {
	color:#999;
	border:1px solid black;
	border-width: 1px 1px 0 0;
}
.Survey_cpTodayTextDisabled {
	display: none;
}