


/* start base.css*/
/* ================================================================== *
*  MITARBEITERINFORMATIONSPORTAL                                     *
*  --- CSS-Basis-Datei mit allen Grundstyles---						 *
*  Diese Datei enthaelt CSS-Anweisungen fuer das Grundgeruest        *
*  sowie default-Styles; Farben und Bilder werden 					 *
*  in den format_css-Dateien festgelegt					             *
*  DD 09/2009                                                        *
* ================================================================== *
*/

/************
 Grundlayout
*************
*/
:root {
	--wf-customnote-wrapper--background-color : #ffebeb;
	--wf-customnote-wrapper--text-color : #e01b24;
}

body {
	margin-bottom:0px; /* Verhindert Rollbalken */
}

.navigationHdDiv {
	padding-left:10px;
	padding-right:5px; /* in addition to padding of navigationHd */
}
#navigationScrollArea.navScroller-Element {
	_margin-left:-1px;
}

/* readonly modus */
body.no-modification .action-new,
body.no-modification .action-edit,
body.no-modification .action-delete,
body.no-modification .action-copy,
body.no-modification .action-clone,
body.no-modification .action-commitOrder,
body.no-modification .item-edit,
body.no-modification .item-save,
body.no-modification .item-publish,
body.no-modification .item-init,
body.no-modification .item-add,
body.no-modification .item-addcomment,
body.no-modification .item-new,
body.no-modification .item-delete,
body.no-modification .item-trash,
body.no-modification .editAction,
body.no-modification .deleteAction,
body.no-modification .mediaedit
{
    opacity:0 !important;
    pointer-events: none;
}
body.no-modification .mediaedit {
    height: 5px;
}

/* Haupt-Include-Div */
.ctrlInclude {
	padding-left:10px;
}

/* Rechte Spalte */

.rightcolumn {
	width: 152px;
	vertical-align:top;
	padding-right:3px;
}

.rightcolumnitem {
	width:145px;
	min-width:145px;
}

.rightcolumnitem td {
	vertical-align:top;
	padding:0px;
}

/************
 Allgemein
*************
*/


.para { /* Absatz mit Abstand unten */
	display:block;
	margin-bottom:10px;
}
.parapad { /* Absatz mit Abstand oben und unten */
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.smallinfo {
	font-size:11px;
	color:#333333;
	background-color: #FFF0EE;
	border:1px solid #EEEEEE;
	display:block;
	margin-top:2px;
	padding-left:2px;
    line-height: 100%;
}

.small {
	font-size:11px;
}

.collapsedItem {
	display:none;
}
.expandedItem {
	display:block;
}

.todo-item a, .todo2-item a{
	color:black;
}

.todo-process-tasks tr td, .todo2-process-tasks tr td {
	padding-top:3px;
	padding-bottom:3px;
}

/* Imitiert einen Button */
.smallsubmit {
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:ThreeDFace;
	color: black !important;
	text-decoration:none;
	font-size:10px;
}

img.bullet {
	vertical-align:middle;
	margin-top:2px;
}
/* Code-Anzeige (z.b. HTML-Code) */

.code {
	display:block;
	margin:6px;
	background-color:white;
	font-family: 'Courier New',Courier, sans-serif;
	border:1px solid #CCCCCC;
	padding:2px;
	font-size:12px;
	max-height: 180px;
	overflow:auto;
}

.indent {
	margin-left: 10px;
}

/************
	Infoboxes
*************
*/
.errorbox,.infobox,.infobox_wide {
	z-index:1000;
}

.detailsbox {
	position:absolute;
	background-color: #fff;
	border: 1px solid #999;
	padding: 6px;
}

/************
 Formularfelder
 ************
 */
INPUT.smallSearch {
	height:16px;
	padding:1px;
	border:1px solid #CCCCCC;
	margin-bottom:2px;
	vertical-align:middle;
}

/* Checkboxes in selectManyCheckbox gerade ruecken*/
.checkAligner input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    margin-top:2px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
/* Sollte in den Themes ï¿½berschreiben werden */
INPUT.required, TEXTAREA.required, SELECT.required,
INPUT[type=text].required {
	background-color: #FFEECC;
	cursor: default; /* Tooltipp kann besser gelesen werden */
}

/* Container fuer Speichern- und Abbrechen-Schalter */
.buttonContainer {
	padding: 5px;
	text-align:right;
}
/* Zeile fï¿½r Formularfeld*/
.formLine {
	padding:6px;
}

/************
 Toolbars
 ************
 */
.reiterdiv div.rowButtonArea {
	margin:-3px;
	padding:2px;
	border-bottom:1px solid white;
}

/************
* js-Navigations-Scroller
 ************
*/
.navScroller {
	background-color: #CCCCCC;
	border: 1px solid gray;
	height: 10px;
	text-align:center;
	font-size: 5px;
}
.navScroller-Up {
	background-image:url(../images/navup.gif);
	background-position: center;
	background-repeat:no-repeat;
}
.navScroller-Down {
	background-image:url(../images/navdown.gif);
	background-position: center;
	background-repeat:no-repeat;
}
/*
.navToggler {
	background:#CCCCCC url(../images/navtoggle.gif);
	background-position: center center;
	background-repeat:no-repeat;
	width:5px;
	_width:6px;
	float:right;
	background-color: #CCCCCC;
	border: 1px solid gray;
	border-left: none;
	margin-left:4px;
	z-index:100000;
}
*/
.navScroller-Element {
     border-right:1px solid gray;
}

/************
	Debug
 ************
 */
div.devToolbar {
	padding:2px;
	background-color:#FFFFDD;
	position:absolute;
	top:20px;
	left:200px;
	color:black;
	border: 1px solid #CCCCCC;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
}
div.devToolbar label {
	font-weight:bold;
	background-color:#FFFFDD;
	text-align:left;
}
div.devToolbar div{
 	background-color:#FFFFDD;
 }

/* Teaser-Kopf altes Design */
div.teaserHead {
	width: 95%;
}

/************
 Element-Styles default (werden meist uberschrieben)
*************
*/

div.teaserBullet {
	width:16px;
	float:left;
	height:1.3em;
}

img.teaserBullet {
	margin-left:5px;
	margin-top:3px;
}
td.teaserBullet,th.teaserBullet {
	width:16px;
	text-align:center;
}

/* Bullet-Image vor "[...] anzeigen..." */
img.teaserBulletRight {
	/* override me*/
}

.daycountFilter img.itemimg {
	padding-bottom:3px; /* Moz */
}

.positive {
	color:#00AA00;
	font-weight:bold;
}
.negative {
	color:#CC0000;
	font-weight:bold;
}

.wfrTable TD, .wfrTable TH {
	border:1px solid gray;
}

/* Workflow-Elemente */
#identityWorkflowContainer {
	width:65%;
}
#identityWorkflowContainer .identityInfoLine {
 	background-color: #E6E6E6;
	padding:1px 1px;
	border-bottom:1px solid white;
	display:flex;
	align-items:center;
	box-sizing: border-box;
  	max-width: 100%;
  	justify-content: space-between;

}
/**
	Anzahl Teilnehmer aus einer Gruppe/Rolle
*/
#identityWorkflowContainer .identityInfoLine > input.minattendees{
	width: 50px;
	padding:1px;
	align-self: flex-end;
	font-size:small;
	margin: 0px;
	max-height: 1.8em;
}
#identityWorkflowContainer .identityInfoLine > .identityName{
	flex-grow: 1;
	display:inline-flex;
	align-items:center;

}

.workflowContent {
	border:1px solid #ccc;
	min-width:500px;
    padding:0.5em;
}

/* Mitarbeiterverwaltung */
#listContainer A.identitylistitem,
#listContainer A.identitylistitem:VISITED,
#listContainer A.identitylistitemodd,
#listContainer A.identitylistitemodd:VISITED {
	padding:1px;
	display:block;
	color:black;
	text-decoration:none;
	width:100%;
	clear:both;
}

#listContainer A.identitylistitemodd,
#listContainer A.identitylistitemodd:VISITED {
	background-color: #EDEDED;
}

#listContainer A.identitylistitem:ACTIVE,
#listContainer A.identitylistitem:FOCUS,
#listContainer A.identitylistitemodd:ACTIVE,
A.identitylistitemodd:FOCUS {
	background-color:#CCCCFF !important;
}

.listContainerScroll {
	height:550px;
	width:640px;
	overflow:auto;
	border:1px solid #CCCCCC;
}

#chosenItemsContainer input[type=number]{
	display:none;
}
#chosenItemsContainer,.misExtendedView.overlay {
    min-width: 230px;
    min-height: 400px;
    margin-top:10px
}
#chosenItemsContainer >.mip_headline,.misExtendedView.overlay >.mip_headline {
    display: flex;
}

.chosenItemsView {
	background-color:white;
	height:605px;
	width:230px;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:4px;
}

.extendedView {
	background-color:white;
	position:absolute;
	width: 320px;
	height:372px;
	overflow:auto;
	left:450px;
	z-index:20;
	border:1px solid #CCCCCC;
	padding:4px;
}

#identitySubList OPTION {
	text-align:right;
}
.identitySearchAndList {
	clear:left;
	float:left;
	padding-left:1px;
	width: 640px;
	margin-bottom:5px;
}

.identityMetaTools {
	clear:both;
	margin-top:5px;
	border:1px solid gray;
	background-color:#EEEEEE;
	padding:2px;
	width:440px;
}

.toolbar {
	border:1px solid gray;
	background-color:#EEEEEE;
	padding:2px;
}

/* Bilder-Overlay zur Anzeige einer Inaktiven Funktionsbildschaltflaeche */
img.inactiveimg{
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.inactive {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* 50 Prozent Weite */
.widthFifty{
	width:50%;
}
/* 25 Prozent Weite */
.widthQuarter{
	width:25%;
}

/*
	Style fuer die Freigabehistorie
*/
.historyTable{
	font-size: 6pt;
	width:100%;
	border: 1px solid silver;
}
.historyTable-header{
	font-weight:bold;
	font-size: 9pt;
	background-color: #F3F3F3;
}
.historyTable-row{
	border: 1px solid silver;
}
.historyTable-row2{
	border: 1px solid silver;
	background-color: #F3F3F3;
}
.historyTable-shortened{
	white-space:normal;
}
.historyTable-fixed{
	white-space:nowrap;
}
.historyLegacy{
	white-space:pre;
	font-weight:bold;
	float:left;
	text-align: left;
	margin: 10px 0px 3px 0px;

}

/* Multimarkierungsfunktion: korrekter Cursor beim Hover */
.imghand{
       cursor: pointer;
}


/* Newsticker automatische Breite */

#tickertable {
	width:100%;
}
#pscroller2 {
	width:auto;
}

#tickertable td {
	width:95%;
	/* IE6 - 8 */
	padding-right:expression(this.nextSibling==null?'10px':'0');
	width: expression(this.previousSibling==null?'3%':'95%');
}

/* Mozilla */
#tickertable td:first-child {
	width:3% !important;
}
/*----- Start Layout PopUp-Box Tag Cloud / verwandte Dokumente ------------*/
.tag_1 {
	font-size: 8pt;
	color:#a5a5a5;
}
.tag_2 {
	font-size: 9pt;
	color:#999999;
}
.tag_3 {
	font-size: 10pt;
	color:#777777;
}
.tag_4 {
	font-size: 11pt;
	color:#000000;
}
.tag_5 {
	font-size: 12pt;
	color:#000000;
}
.tag_6 {
	font-size: 13pt;
	color:#000000;
}
.tag_7 {
	font-size: 14pt;
	color:#000000;
}
.tag_9 {
	font-size: 15pt;
	color:#000000;
}
.tag_9 {
	font-size: 16pt;
	color:#000000;
}
.tag_10 {
	font-size: 17pt;
	color:#000000;
}

.tabRelatedDocuments{
	clear:both;
	border:1px solid #B1AD9E;
}
/*----- Ende  Layout PopUp-Box Tag Cloud / verwandte Dokumente ------------*/

.multilock-date-updated {
	background-color: #EEEEEE;
	padding:1px;
	border:1px solid #CCCCCC;
	font-size:11px;
}

.multilock-infotrigger,
#multilock-info {
	display:block;
	position:absolute;
	border: 1px solid #AAAAAA;
	background-color:#FFFFCC;
	padding:3px;
	right:20px;
	min-width:200px;
	_width:200px;
	cursor:pointer;
}
#multilock-info {
	margin-top:25px;
	margin-right:-5px;
	min-width: 200px;
	min-height:100px;
	background-color:#CCCCCC;
	/*IE6:*/
	_width:200px;
	cursor:default;
}
#multilock-info h3 {
	margin:0 0 6px 0;
}
.multilock-info-label {
	float: left;
	clear: left;
	margin-right:10px;
}
.multilock-info-value {
	float:left;
}

/*-------------- SWF-Uploader -------------*/

.attachmentContainer .progressWrapper {
	width: 100%;
	overflow: hidden;
}

.attachmentContainer .progressWrapper .uploadOptions {
	float:right;
	border:1px solid #CCCCCC;
	background-color:white;
	padding:3px;
	margin-top:6px;
}

.attachmentContainer .progressWrapper .uploadOptions input {
	vertical-align:middle;
}
.attachmentContainer .progressWrapper .uploadOptions label {
	display:block;
	white-space:nowrap;
}

.attachmentContainer .progressContainer {
	margin:5px 0 5px 0;
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	overflow: hidden;
	float:left;
	clear:left;
	width:96%;
}
/* Message */
.attachmentContainer .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.attachmentContainer .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.attachmentContainer .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.attachmentContainer .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.attachmentContainer .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	float:left;
	margin-top:10px;
}

.attachmentContainer .progressBarInProgress,
.attachmentContainer .progressBarComplete,
.attachmentContainer .progressBarError {
	font-size: 0;
	width: 0%;
	height: 7px;
	background-color: blue;
	margin-top: -2px;
	position:relative;
}

.attachmentContainer .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.attachmentContainer .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.attachmentContainer .progressBarStatus {
	margin-top: 2px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	float:left;
	clear:left;
}

.attachmentContainer a.progressCancel {
	font-size: 0;
	height: 16px;
	width: 16px;
	background-image: url(../image/cancel.png);
	background-repeat: no-repeat;
	float:right;
	background-size: 100%;
}
/**
 * Anhï¿½nge-Liste
 */
.attachmentTableContainer {
	height:310px;
	overflow:auto;
}


/* -- SWFUpload Object Styles ------------------------------- */
.attachmentContainer .swfupload {
	vertical-align: top;
}

#swfButtonContainer {
	padding:2px;
	border-left:1px outset #DFDFDF;
	border-top:1px outset #DFDFDF;
	border-right:1px outset #999999;
	border-bottom:1px outset #999999;
	background-color:ThreeDFace;
}

.swfMozillaFix {
	position : absolute;
	top : 136px;
	left:20px;
	visibility:hidden;
}

/* Notes Twisties */

div.twistie {
	margin: 0px 0px;
}

/* Markierung fuer Twisties  */
div.sExpand {
	display:block;

}
div.sCollapse {
	display:none;

}

/*  Markierung fuer Twisties */


/* -- IBO Diagramm-Dialog ------------------------------------*/

#iboListDiv img {
	display:none;
}
#iboListDiv div.iboAttachmentEntry {
	margin: 2px 0 3px 0;
	padding:2px;
	border:1px solid #CCCCCCC;
	background-color:white;
	cursor:pointer !important;
}
#iboListDiv div.iboAttachmentEntry.chosen {
	background-color:#DDDDDD;
	border:1px solid #333333 !important;
}

/* -- Editor Icons -------------------------------------*/
.editimg,.deleteimg,.updownimg,.sortimg,.infoimg {
	/* Edit-,Sortier- und Lï¿½schbilder */
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	vertical-align: middle;
	max-width: none;
}
.documentListIcon img{
	max-width: none;
}

/* -- CKEditor maximiert -------------------------------------*/
.diveditarea .cke_editor {
	 /* Wegen BUG 2744 auskommentiert */
	height: 100% !important;
}
.diveditarea .cke_editor td {
	height: 10%;
}

.diveditarea .cke_editor td.cke_bottom {
	height:auto;
	max-height: 10%;
}
.diveditarea .cke_editor td.cke_contents {
	height: 90% !important;
}

/* -- Message boxes ------------------------------------------*/
#messagetagbottom {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:2px;
}

/* ====== media ====== */
.commentArea{
	/*
		margin-right: 152px;
	overflow:hidden;
	_overflow:visible;
	zoom:1;
	*/
	width:80%;
}
.commentArea .commentlink{
	font-size: 8pt;
}

.commentAttachmentPanel>table .grey-row td {
	background-color: #fff;
	padding:6px;
	min-width: 100px;
}

.media {
	margin:10px;
	padding:5px;
	border: 1px solid silver;
	border-radius: 3px 3px 3px 3px;
}

.media .commentAttachmentView {
	clear: left;
	margin: 3px 0;
	padding: 1px 0;
}
.media .commentAttachmentView a {
	display: inline-block;
	padding: 3px;
}
	.media, .bd {
		overflow:hidden;
		_overflow:visible;
		zoom:1;
		background-color: #eeeeee;
	}


	/* Ersteller des Kommentares */
		.media, .bd .userInfo{
			font-size: 10px;
		}
		.media, .bd .commentText{
			font-size: 12px;
			min-height: 70px;
			height:auto;
			_height:70px; /*IE*/
			margin-bottom:5px;
		}

	/*Link und Bild zum Ersteller*/
	.media .img {
		float:left; margin-right: 10px;
	}
	.media .img img{
		display:block;
		height:80px;
		border: 1px solid silver;
	}

.media .bd img.delcmt {
	cursor: pointer;
	margin-top:-5px;
}
.media .bd .hidden{
	display:none;
}
.media, .bd .visible {
	display:block;
}

.media .imgExt{
	float:right; margin-left: 10px;
}

.replies .media, .replies .media .bd {
	background-color:#ddd;
}

.replies.subreplies .media, .replies.subreplies .media .bd {
	background-color:#eee;
}

/* inder Freigabe keine Kommentar oder die den Editor Footer anzeigen */
#docContentContainer .commentArea, #docContentContainer .editor-footer, #docContentContainer #likesContentContainer, #docContentContainer .editor-header{
	display:none;
}
/* ====== media edit - Eingabefeld fuer Kommentare ====== */

.mediaedit{
	background-color:#eeeeee;
	margin:10px;
	padding:5px;
	vertical-align: top;
}
	/* Textarea */
	.mediaedit .commentbox {
		border: 1px solid silver;
		width:90%;
		float:left;
	}
	.mediaedit .button {
		margin:0px;
		margin-right: 10px;
		width:7%;
		float:right;
		padding:3px;
	}

	/* Beispieltext in der TextArea */
	.mediaedit .fresh{
		color:#dddddd;
	}

	/* Normaltext in der TextArea */
	.mediaedit .activeEdit{
		color:black;
	}
/*
	Liste mit den Block Themen
*/
.microblog {
	float:left;
	width:100%;
	display:block;
}
.microblog .head{
	margin-left: 10px;
	margin-top: 10px;
	font-weight:bold;
	font-size: 12px;
}
.microblog .description{
	margin-left: 10px;
	margin-top: 10px;
	/*font-weight:bold;*/
	font-size: 12px;
}
.microblog .microblogtopic{
	border-top:1px solid #ddd;
	/*margin-top:5px;*/
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}
.microblog .mark{
	background-color:#eeeeee;
}
.microblog .microblogtopic a{
	/*float:left;*/
	display:block;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.microblog .microblogmember {
	float:left;
	font-weight:bold;
}
.microblog .microbloglist {
	margin-left: 10px;
	float:left;
	display:block;
	width:99%;
	margin-right:10px;
}

/* ===  === */
	.fresh{
		color: darkgrey;
	}

	/* Normaltext in der TextArea */
	.activeEdit{
		color:black;
	}

.microbloglist .creationInfo, .microbloglist .memberInfo{
	font-size: 8pt;
}
.microbloglist .itemimg{
	float:left;
	margin-right:5px;
}
/*  === IBO Chart Embed Style ===

Sonst zerfallen die Diagramme
*/
div.linkList {
	width:700px;
	padding: 2px; /* Wegen BUG 2811 */
}

video, .videoTag {
	background: #F3F3F3 url(../images/video_48.png) center center no-repeat;
	min-width:200px;
	min-height: 150px;
	display: inline-block;
	cursor: pointer;
}

/*
 * Style fuer den Platzhalter childDocumentList[1,2]
 */
#childDocuments{
	width:60%;
}
#childDocuments .childDocument{
}
#childDocuments .childDocument .childDocumentTitle{
	font-weight:bold;
}
#childDocuments .childDocument .childDocumentTitle .docTypeImg{
	display:none;
}
#childDocuments .childDocument .childDocumentShortDescription{
	margin:5px;
}
#childDocuments .childDocument .childDocumentMoreLink{
	float:right;
}


/*
 * TreeNodes in der Kategorieauswahl stylen
 *
 * categorySelect(Single).jsp
 *
 * haben jeweils eine umgebende Klasse
 *
 * categorySelect(Single)Container
 *
 * dies kann verwendet werden um Mehr-/Einfachkategorieauswahl getrennt zu steuern
 *   float:left;height:350px;width:460px;overflow:auto;border:1px solid #CCCCCC;
 */
.folderNoWrite, .folderLink{
	color:darkgray;
}
.folderWrite{

}

input[readonly="readonly"]
{
    background-color:silver;
}

/* Status Style vom span in WebitemTitle
	.wis_inworkflow,  im Workflow
	.wis_outofworkflow, Workflow abgebrochen
	.wis_rejected, abgelehnter Workflow
	.wis_draft, Entwurf
	.wis_expired, abgelaufen vom Flag
	.wis_dateexpired, abgelaufen vom Datum
	.wis_datenew : noch nicht gueltig
*/
span.wis_inworkflow,
span.wis_outofworkflow,
span.wis_expired,
span.wis_rejected,
span.wis_draft,
span.wis_dateexpired,
span.wis_datenew{
	color: orange;
	font-style:italic;
	padding-left:5px;
}
.adminMap {
	padding:5px;
	margin-top:20px;
	border: #cccccc 1px solid;
	width:100%;
	vertical-align:top;
}

.adminMap h3 {
	font-size: 14px;
	margin: 8px 0;
}

#addmetadatenreiter td {
	vertical-align:top;
}
#addmetadatenreiter td>span {
	display:inline-block;
	padding-top:4px;
}


/**
 * Korrekturen fï¿½r Komaptibilitaet mit dem foundation-Layout
 *
 */

.leserechtinfo {
	height:400px;
	overflow:auto;
	padding:3px;
	float:left;
	width:250px;
}

 .headNaviBox {
 	display: inline;
 }

 #genericTableContent {
 	width:98%;
	padding-right:10px;
 }
.filterContainer {
	margin-bottom:15px;
	margin-left:6px;
}
.daycountFilters {
	margin-bottom:15px;
	margin-left:6px;
}

.foundation-only {
	display:none;
}

.popupContainer .fixedDocHeader {
	margin-left: -11px;
	width:100%;
	padding:0 8px;
	position:fixed;
	top:0px;
	border-bottom:1px solid #E6E6E6;
	background-color: #f9f9f9;
}
.popupContainer .fixedDocHeader .mipPageHeading {
	margin-top:10px; /* hmmm */
}


td.attachmentCheckboxColumn{
	width: 20px;
}
/* IFrame-Popup */

#ifrPopup {
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index:1;
    min-height:1000px;
}
#ifrPopup iframe {
    width: 80%;
    height: 80%;
    margin: 0% 10% 0% 10%;
    border: 1px solid #DDDDDD;
    background-color: white;
}
#ifrPopup .xcloser {
    background:url(../images/closeButton.gif) center center no-repeat;
    display:block;
    float:right;
    margin-top: 1.5%;
    margin-right: 9%;
    width: 32px;
    height: 32px;
}

.filterSearchArea {
    background-color: white !important;
 padding-left: 7px!important;
 font-weight: bold !important;
}

/** Profil neu **/


#profileFieldsetOutline,
#profileEditOutline {
	width: 80%;
	max-width: 1200px;
}

#profileFieldsetOutline legend {
	font-size: 16px;
	color: black;
}

#profileFieldsetOutline fieldset legend {
	font-size: 14px;
}

#profileWrapper fieldset {
	margin-bottom: 10px;
	position: relative;
}

#profileWrapper fieldset legend {
	_margin-bottom: 8px; /* ie8 */
}

#profileWrapper td {
	vertical-align:top;
	padding:0;
}


#profileWrapper fieldset#profileFieldsetContact {
	max-width: 63%;
	height: 190px;
	_float:left; /* ie8 */
	_width: 68%;	 /* ie8 */
}

#profileWrapper fieldset#profileFieldsetImage {
	float:right;
	clear:none;
	width: 30%;
	height:190px;
	text-align: center;
}
#profileWrapper fieldset#profileFieldsetImage legend {
	_margin-bottom: 0px; /* ie8 */
}


#profileFieldsetImage img {
	max-height: 150px;
}

.profileCellCaption {
	width: 140px;
	display: block;
}

.profileCellValue {
	/*width: 50px;*/
	min-width: 110px;
	display:block;
}

.profileColumnSub {
	float:left;
	margin-top:-2px;
}

.profileEditButton {
	clear: left;
}
#profilepictureEdit {
    max-width: 60px;
    max-height: 60px;
    margin:0.25rem 0.5rem
}

/* Profil neu Ende */


#ibo-complete-info-container {
    padding: 10px;
}

#ibo-complete-info-container > div {
}

.ibo-active{
	display:block;
}

.ibo-hidden{
	display:none;
}


/* Folgeplan Tab*/
#ibo-complete-info .ibo-active-tab,
#ibo-rotate-tab {
	background-color: red;
}
/* Geblockter Text Tab*/
#ibo-complete-info .ibo-inactive-tab{
	background-color: silver;
}

#ibo-complete-info .ibo-tab,
#ibo-rotate-tab {
	cursor: pointer;
}
/* Tableiste */
#ibobreadcrumb {
	padding: 3px;
	margin-bottom:8px;
}

.ibo-rotate-container {

}

/*
Im Rotate Container keinen IBO Header anzeigen
*/
.ibo-rotate-container .titlearea{
	display:none;

}

/* Tabs */
#ibobreadcrumb span{
	padding: 3px;
}

.dataTables_info_and_page {
	min-width:700px; /* 500 is zu wenig */
	padding: 10px 0;
}

.dataTables_multiFilters input,
.dataTables_multiFilters select {
	position: absolute;
}

.dataTables_multiFilters {
	clear: left;
	height:25px;
}

.dataTables_multiFilters .hidden {
	display: none !important;
}

.multiFilters_reset {
	cursor:pointer;
	width:24px;
	height:24px;
	padding:3px;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius: 3px;
	border:1px solid #DDDDDD;
}

/* Geburtstagsteaser */
#anniversaryTeaser .reiterdiv {
	min-height: 30px;
}

#anniversaryTeaser.tabcontainer {
	min-height: 50px;
}
#anniversaryTeaser .identityLine {
	padding: 3px 0;
}

.containerTabelleTeaser .anniversaryName {
	display:inline-block;
	min-width: 130px;
}

.containerTabelleTeaser #anniversaryTeaser {
	min-width: 280px;
}
/*
Beispielcode Geburtstagsteaser aktuelle Eintrï¿½ge heute
#anniversaryTeaser .today,
#anniversaryTeaser .today a {
	font-weight:bold;
	color:#c55;
}*/

A.miplink.details  {
	background-image: url(../image/details.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	margin-left: 6px;
}

/**
 Dokumentenlinks inline einfï¿½gen
 */
.ckeditor-attachments a {
	cursor: pointer !important;
}
.docLinks>img, /* Anzeige im Content */
.ckeditor-attachments a>img {
	vertical-align: middle;
	margin-right:6px;
}

/** Navigation 411 **/

#divDesNavigationLeft {
     position: absolute;
     width:200px;
     height:100%;
     min-height:100%;
}

#messagetag.popover {
	position: fixed;
	top: 200px;
	left:100px;
    z-index:2000;
}

/*
 Bulk Action Bullets
*/
div.teaserBullet.marker input{
	display:none;
}
div.teaserBullet.marker img{
	display:block;
	width: initial;
	height: initial;
}

div.teaserBullet.marker.active2 input{
	display:block;
}
div.teaserBullet.marker.active2 img{
	display:none;
}
div.teaserBullet.marker.active2{
	padding: 0px;
}

/*
div.teaserBullet.marker img{
	display:block;
}
div.teaserBullet.marker.checkbox input{
	position:absolute;
	top: initial !important;
}

div.teaserBullet.marker.checkbox img {
	display:none;
}

div.teaserBullet.marker input{
	position:absolute;
	top: -10000px;
}
*/



.bulk-panel.bottom .menu, .bulk-action.menu {
	visibility:visible;
}
.bulk-panel.bottom .menu.hidden, .bulk-action.menu.hidden{
	visibility:hidden;
}


.bulk-action.menu{
	position:absolute;
	background-color:white;
	border: 1px solid silver;
	padding:5px;
}

.daycountfilter-hint{
	display:none;
}

table.kundensegmente th.caption{
	text-align:left;
	font-weight: bold;
	padding-bottom: 12px;
}
/*
 	Kategorie kopieren
*/
table.option-grid tr td {
	vertical-align: top;
}

table.option-grid tr.even td {

}

table.option-grid tr.even td{
	background-color: #EDEDED;
}

/*
 Styles fuer das Schwarzebrett mit Namespace
*/

/* Metainfo- Spalte */
div.blackboardListTopic td.tablecolInfo {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
}

/*Multimarkierung*/
div.blackboardListTopic td.tablecolBorder0 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:2%;
	min-width:10px;
}
/*NEU*/
div.blackboardListTopic td.tablecolBorder1 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:5%;
	min-width:30px;
}
/*THEMA- Spalte*/
div.blackboardListTopic td.tablecolBorder2 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:38%;
}
/*KURZBESCHREIBUNG- Spalte*/
div.blackboardListTopic td.tablecolBorder3 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:45%;
}
/*VEROEFFENTLICHT- Spalte*/
div.blackboardListTopic td.tablecolBorder4 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:10%;
}

/*Symbol- Spalte*/
div.blackboardListTopic td.tablecolBorder5 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:20%;
}

/*
	panelGrid mit unter panelgrids. Die die inneren
	panelGrids sollen oben ausgerichtet sein
*/
.panelGrid-columns-top {
	vertical-align:top;
}


/*
maincontainer.jsp
die einzelnen Eintraege im Container
*/
.containerTabelle div.containerEntry{
	padding-left: 20px;
}
.containerTabelle div.containerEntry .published{

}

.hide-checkbox input[type=checkbox] {
	display:none;
}


/* Deckblatt Style - Start */
div.deckblatt table.header{
	color:navy;
	font-size:16px;
	padding:5px;
	margin-bottom:20px;
}
div.deckblatt div.titel{
	color:navy;
	font-size:18px;
	padding-bottom:8px;
}


div.deckblatt div.instituteInfo{
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	width: 900px;
	font-size:16px;
	padding-bottom:8px;
}

div.deckblatt .changeComment {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.deckblatt .container{
	margin-top: 6px;
	margin-bottom: 6px;
}

div.deckblatt .processClassification {
	margin-bottom: 10px;
}

div.deckblatt .process-list-container div:first-child{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}


table.deckblatt-prozess-tabelle {
	border-radius: 5px;
  width: 900px;
	/*background-color:#f8f8f8;*/
	border: 1px solid #D8D8D8;

	margin-top: 10px;
	margin-bottom: 10px;
}

table.deckblatt-prozess-tabelle tr:first-child td:first-child{
 	border-top-left-radius: 5px;
}

table.deckblatt-prozess-tabelle tr:first-child td:last-child{
	border-top-right-radius: 5px;
}

table.deckblatt-prozess-tabelle tr:last-child td:first-child{
 	border-bottom-left-radius: 5px;
}

table.deckblatt-prozess-tabelle tr:last-child td:last-child{
 	border-bottom-right-radius: 5px;
}


/* Deckblatt Style - ENDE */

@media print {
	.ibo-rotate-container .titlearea, .ibo-active, .ibo-hidden {
		display:block;
	}

	.no-print {
		display:none !important;
	}

}

.required:after {content:"*";color:red;}

.sri-change:before{
	content: " ! ";
	color: red;
    font-weight: bold;
}

/*
	reaktiviert. Wird in den Adminlisten meist verwendet
*/
td.tablecolBorderNowrap {
	margin-left:0px;
	padding:2px;
	white-space:nowrap;
	vertical-align:top;
}

.linked-category-path a:not(:first-child) {
	margin-left: 5px;
	padding-left: 3px;
}
.linked-category-path a:not(:first-child):before{
   content: "\007C\00a0\00a0";

}

/* Trashbin / Loeschverzeichnis */

#editorTashbinTable tr.odd td,
#editorTashbinTable tr.even td{
	white-space:nowrap;
}
#editorTashbinTable_wrapper .multiFilters_reset{
	right: 0px;
}
#editorTashbinTable_wrapper .dataTables_multiFilters {

    padding-top: 0px;
    padding-bottom: 0px;
}

#editorTashbinTable_wrapper .dataTables_multiFilters input,
#editorTashbinTable_wrapper .dataTables_multiFilters select {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.editor-trashbin.tableContainer{
	margin-top:5px;
}
/*END Trashbin / Loeschverzeichnis */


/* Druckansicht des Metainfo-Popup optimiert */
@media print {
	#documentMetainfoHead {
		position:static;
		display:inline;
	}
	.metainfoBlock {
		display:inline;
	}
	#documentMetainfoForm {
		margin-top:0 !important;
	}
}

/*
*/
.attributeNames.sCollapse {
    overflow-y: auto;
    display: inline-block;
    height: 1.3em;
    cursor: pointer;
}
.attributeNames.sExpand {
    overflow-y: none;
    display: inline-block;
    height: 1.0em;
    cursor: pointer;
}
.attributeNames.sCollapse:before {
	content: '[+] '
}
.attributeNames.sExpand:before {
	content: '[-] '
}

/**
Workfow Infobox
*/
.wf-customnote-wrapper {
   display: flex;
   flex-direction: column;
   padding: 10px;
   border: 2px solid var(--wf-customnote-wrapper--text-color);
   background-color: var(--wf-customnote-wrapper--background-color); 
   width: 92%;
}
.wf-customnote-wrapper .x-header {
   font-size: 1.3rem;
   font-weight: bold;
}
.wf-customnote-wrapper .x-content {
	font-size: 1.3rem;
	line-height: 130%;
	margin-top: 5px;
}
.wf-customheader div {
	color: var(--wf-customnote-wrapper--text-color);
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.5rem;
}			

/* end base.css*/
/* start format.css*/


/* ================================================================== */
/*  MITARBEITERINFORMATIONSPORTAL                                     */
/*  --- CSS-Gestaltung ---											  */
/*  K. Feicht, NEW VOICE TRISKO GmbH                                  */
/*  03/2008                                                           */
/* ================================================================== */



.body_head {
	background-color:#FFFFFF;
}

/* Link innerhalb von Contentseiten */
.content A:LINK,.content A:VISITED,.content A:ACTIVE,.content A:HOVER {
}

/* Link in der Editorseiten */
#mceform A :LINK, #mceform A :VISITED, #mceform A:ACTIVE, #mceform A :HOVER {
	color: #000000;
	text-decoration: none;
}


#mceform A  {
	color: #000000;
	text-decoration: none;
	/*text-decoration: underline;*/
}

/* Überschriften */
h1 {
	font-size: 16px;
}

h2,h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

#divmain {
	position: relative;
}

/* Erspart das  Attribut border="0" */
IMG {
	border: none;
}

BODY,TD  , INPUT,TEXTAREA, select {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
}

TH {
	FONT-WEIGHT: normal;
}

FORM {
	margin: 0px;
	padding: 0px;
}

/* Drucksymbol */
.link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.headRed {
	margin-left: 5px;
	margin-bottom: 10px;
	color: #FF0000;
	font-style: italic;
	font-size:	18px;
}

.titleRed {
	margin-left: 5px;
	margin-bottom: 10px;
	color: #FF0000;
	font-size:	18px;
}

/* ### Überschrift für ALLE MIP-Seiten */
.mipPageHeading {
	display:block;
	margin-top:10px;
	margin-bottom: 6px;
	color: #7d7d7d;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:6px;
	/*padding-left: 5px;*/
	font-size: 18px;
}

.mipPageHeadingSmall {
	width:100%;
	margin-top:3px;
	margin-left: 5px;
	margin-bottom: 3px;
	color: #7d7d7d;
	text-decoration:none;
	font-size: 14px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
}

/* #FS 16.07.2007 */
/* ### Link-Design in Baumstruktur (identityFolderTree) */
.mipTreeLink {
	text-decoration: none;
	color: #000000;
}

.mip_ovline {
	font-weight: bold;
}

.imgteaser {
	margin-right: 10px;
}

.imgteaser5 {
	margin-right: 5px;
}
/*
.containertext {
	BORDER-RIGHT: #DDDDDD 0px solid;
	padding-RIGHT: 5px;
	BORDER-TOP: #DDDDDD 1px solid;
	padding-LEFT: 5px;
	BACKGROUND: #FFFFFF;
	padding-BOTTOM: 5px;
	BORDER-LEFT: #DDDDDD 0px solid;
	padding-TOP: 5px;
	BORDER-BOTTOM: #DDDDDD 0px solid
}

.containerTabelle, .containerTabelleTeaser {
	BORDER-RIGHT: #DDDDDD 1px solid;
	BORDER-TOP: #DDDDDD 1px solid;
	BACKGROUND: #FFFFFF;
	BORDER-LEFT: #DDDDDD 1px solid;
	BORDER-BOTTOM: #DDDDDD 1px solid;
	font-family: Arial;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}
.containerTabelle th, .containerTabelleTeaser th {
	BORDER-RIGHT: #DDDDDD 0px solid;
	BORDER-TOP: #DDDDDD 0px solid;
	BACKGROUND: #eeeeee;
	BORDER-BOTTOM-color: #DDDDDD;
	BORDER-BOTTOM: #DDDDDD 1px solid;
	font-size: 12px;
	font-weight: bold;
	BORDER-LEFT: #DDDDDD 0px solid;
	padding-left: 4px;
	color: black;
	text-align: left;
	font-family: Arial;
}

.containerTabelleTeaser {
	width: 47%;
	margin-right: 12px
}
*/

.navtable {
	border-collapse: collapse;
	background: #CCCCCC;
}

.navtab {
	padding-bottom:12px;
}

.navmain {
	BACKGROUND-color: transparent;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 9pt;
	font-family: Arial;
}

.navmainf2, #activeNavNode {
	background-color: #e7e0d4;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 9pt;
	font-family: Arial;
}

.navsub {
	BACKGROUND-color: #f5f4f0;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsubf2 {
	BACKGROUND-color: #e7e0d4;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsub2 {
	BACKGROUND-color: #f5f4f0;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsub2f2 {
	BACKGROUND-color: #e7e0d4;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsub3 {
	BACKGROUND-color: #f5f4f0;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsub3f2 {
	BACKGROUND-color: #e7e0d4;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsub4 {
	BACKGROUND-color: #f5f4f0;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 40px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

.navsub4f2 {
	BACKGROUND-color: #e7e0d4;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 40px;
	padding-right: 3px;
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	white-space: nowrap;
}

A.navmain:LINK,A.navmain:VISITED,A.navmain:ACTIVE,A.navmain:HOVER{
	color: #000000;
	text-decoration: none;
	background: none;
}

/*A.navmain {
	color: #000000;
	text-decoration: none;
	background: none;
}*/

A.rightmain {
	color: #000000;
	text-decoration: none;
	background: none;
}

#navLine {
	background-color: #CCCCCC;
}

/*
  Eigentlich Großbuchstaben, aber jetzt Fettdruck
*/
.CAPS {
	font-weight: bold;
}

/* Symbol für Aufzählungen */
li {
}


#kategorienreiter li {
	list-style: url(nordlb/images/active-arrow.gif);
}

li.pfeil {
	list-style-image: url(nordlb/images/active-arrow.gif);
}

/* Abstände rund um Aufzählungen */
ul, ol {
	margin: 3px 0px 10px 34px;
	padding: 0px;
}

ul { list-style-type:square; }
ol { list-style-type:decimal; }

.verticalDataList
{
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

.verticalDataList LI {
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	margin-right: 20px;
}


/* Balken oben */
#topWrap {
	background-color: #CD0102;
	height: 20px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#colWrap {
	position: relative;
	margin-top: 8px;
}

#leftArea {
	width: 235px;
	position: absolute;
	margin-left: 4px;
}

/* DIV um den Content */
#contentArea { /* position: absolute; */
	margin-left: 250px;
	margin-bottom: 5px;
	/* width: 550px; */
	width: 740px;
	/* background-color: lightgreen; */
}

#contentTitle,.contentTitle {
	height: 18px;
	width: 100%;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-bottom: 7px;
	padding: 2px;
}
#contentDevider,.contentDevider{
	width: 100%;
}

#rightArea {
	width: 130px;
	position: absolute;
	margin-left: 810px;
	/* background-color: lightblue; */
}

.teaserEntry {
	text-decoration: none;
}

/* Submit- und Reset-Texte*/
.submit,A .submit,A .submit :LINK,A .submit :VISITED {
	color: #000000;
	font-weight: bold;
}

.reset,A .reset,A .reset :LINK,A .reset :VISITED {
	color: #FF0000;
	font-weight: bold;
}

/* Allgemeiner Absatz */
.para { /* P-Tag-Ersatz */
	display:block;
	margin-bottom: 10px;
}

/* ExpandibleBox */
.ebox {
	font-size: 12px;
}

DIV.ebox {
	border: 1px solid gray;
	background-color: white;
}

TABLE .ebox {
	background-color: #EEEEEE;
}

.ebox_headline {
	color: black;
	font-weight: bold;
	padding-left: 2px;
}

/* Editorbereich */
.itemlist { /* Liste der Webitems */
	padding: 1px;
	margin-bottom: 5px;
	margin-left: 16px;
}

.topheader { /* Kategoriename (Überschrift) */
	margin-top: 10px;
	font-weight: bold;
}

.listheader { /* Überschrift der Webitemlisten */
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.listitem,.newitem { /* Listeneinträge */
	font-size: 9pt;
}

.sublistheader { /* Subeinträge (Teilgeschäftsprozesse) */
	margin-top: 3px;
	margin-left: 14px;
	font-size: 9pt;
	font-weight: bold;
	display: block;
}

.sublist {
	margin-left: 16px;
	border-left: 1px dotted #CCCCCC;
}

.subitemlist { /* Liste der Webitems-Unterpunkte (TG-Prozeese) */
	padding: 1px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.newitem {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

.arrow { /* Anzeigerbild */
	clear: both;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	vertical-align: middle;
}

/* Anzeige verlinkter Anhang*/
.linkimg {
	margin-left: 5px;
	vertical-align: middle;
}

/* Symbole */
.symbolimg {
	margin-left: 3px;
	margin-right:3px;
	vertical-align: middle;
}

.item {
	background: #FFFFFF;
}

.itemSelected {
	background: #CCCCCC;
}

.updownimg {
	float: right;
}

.itemimg {
	vertical-align: middle;
}

.listimg {
	vertical-align: middle;
	margin-right: 3px;
}

.caption,.caption2,.caption3 { /* Formularfeldbeschriftungen */
	font-weight: bold;
	text-align: right;
	padding-right: 0px;
	padding-top:1px;
	color: black;
}
.caption2 {
	padding-top:2px;
}
.caption3 {
	color:#666666;
}

.divShort {
	width:80px;
}
.divMedium {
	width:120px;
}
.divWide {
	width:150px;
}
.divWider {
	width:220px;
}
.divLeft {
	float:left;
}

.subline {
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

.sublinemargin {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

.sublinered {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 5px;
	color: #FF0000;
}

.sublineblue {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 5px;
	color: #0000BB;
}
.sublinegreen {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 5px;
	color: green;
}

.listbox {
	border: 1px solid #CCCCDD;
	background-color: #FEFEFE;
}

.freigabezeile,.dokumentenzeile {
	border: 1px solid #CCCCDD;
	padding: 1px;
	margin: 2px;
	background-color: #FEFEFE;
}

.inputText {
	width: 240px;
}

.inputTextPerson {
	width: 300px;
}

.inputTextPersonSignatur {
	width: 300px;
	height: 250px;
}

.inputTextLong {
	width: 270px;
}

.inputDate {
	width: 70px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	border-right:none;
	vertical-align:middle;
}
input.calbutton {
	width:18px;
	height:18px;
	border:2px outset #AAAAAA;
	vertical-align:middle;
}

.inputShort {
	width: 60px;
}
.inputTiny {
	width: 30px;
}


.inputTextarea,.inputTextareaShort {
	width: 250px;
	height: 52px;
}

.inputTextareaShort {
	width: 240px;
}

.selectCats { /* Kategorienliste Informationseditor */
	width: 160px;
}

.inputTextareaKeywords {
	width: 270px;
	height: 120px;
}

.kwlink {
	font-weight: bold;
	font-style: italic;
}

.toollink {
	font-style: italic;
	margin-left:6px;
}

.headline,.mip_headline {
	font-weight: bold;
	padding: 3px;
	padding-left: 0px;
	font-size: 13px;
}

.editorheadline {
	display: block;
	font-weight: bold;
	padding: 3px;
	margin-left: 5px;
}

.editorheadlinered {
	display: block;
	font-weight: bold;
	padding: 3px;
	margin-left: 5px;
	color: #FF0000;

}

.anhaenge, .anhaenge A {
	vertical-align:middle;
}

.anhaengeName, .anhaengeName A {
	vertical-align:middle;
	width: 90%;
	padding-left: 6px;
}

/* Zeilen in Dokumentlisten*/
.rowClass3 {
	background-color: #FFF;
}
.rowClass4 {
	background-color: #FEFEFE;
}
.rowClass5 {
	background-color: #E0E0E0;
}

/* Popup-Hilfe */
.helpimg {
	vertical-align: middle;
	margin-left: 3px;
	cursor: pointer;
}
.helpimg {
	vertical-align:middle;
	margin-left:3px;
	cursor:pointer;
}
.hilfebox { /* Der umgebende IFrame einer Hilfebox*/

	border: 1px solid #DCDCDC; /* foundation */
	position : absolute;
	z-index: 99;
	width:250px;
	height:100px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px #BBBBBB;
}
.hilfetext{
	margin:5px;
	padding:3px;
	background-color: #F3F3F3;
	font-size:11px;
}

.hilfebox { /* Der umgebende IFrame einer Hilfebox*/
	border: 1px solid #CCCCCC;
	border-bottom: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	position: absolute;
	z-index: 99;
	width: 250px;
	height: 100px;
}

/* Rechtsbündiger Container*/
.hilfecontainer {
	float: right;
	padding: 3px;
	margin-top: -3px;
	margin-right: 3px;
}


/* Rechtetabelle */
.headertable TD {
	padding: 2px;
	width: 61px;
	font-weight: bold;
	text-align: center;
}

.accessRightRadios {
	border-collapse: collapse;
}

.accessRightRadios TD {
	width: 65px;
	text-align: center;
	padding: 0px;
}

.accessRightName,TD .accessRightName {
	width: 200px;
}

/* Tabelle mit hellen Rahmenlinien */
.dataTableRahmen {
	border-collapse: collapse;
	border: 1px solid #CCCCDD;
	background-color: #FFFFFF;
}

.dataTableRahmen TD,.dataTableRahmen TH {
	border-top: 1px solid #CCCCDD;
	border-bottom: 1px solid #CCCCDD;
	border-right-style: none;
	border-left-style: none;
	padding: 2px;
}

/*
.dataTableRahmen TH,.dataTableRahmen A {
	font-weight: bold;
}
*/

/* Tabelle mit hellen Rahmenlinien */
.dataTableAlleRahmen {
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.dataTableAlleRahmen TD,.dataTableAlleRahmen TH {
	border: 1px solid #CCCCDD;
	padding: 2px;
}

.dataAlleTableRahmen TH,.dataTableAlleRahmen A {
	font-weight: bold;
}


/* Tabelle mit hellen Rahmenlinien */
.dataTableOhne {
	border-collapse: collapse;
}

.dataTableOhne TD,.dataTableOhne TH {
	border:none;
	padding: 1px;
}

.dataTableOhne TH,.dataTableOhne A {
	font-weight: bold;
	font-size: 13px;
}

/* Für die selectManyCheckboxes*/
.manycheck {
	border-collapse:collapse;
}
.manycheck TD, .nopad, .nopad TD {
	padding:0px;
}
.manycheck INPUT {
	margin:0px;
	vertical-align:middle;
	width: 11px;
}

/* für schnelle Layoutänderung */
.seitenkopf { /*background-color:"#B5C3E5"*/
	/*background-color: "#FFFFFF"*/
	/*background-color:#cccccc;*/
}



/* Tabelle für Rechteverwaltung */
.accesstable,accesstable TD {
	border-collapse: collapse;
	padding: 1px;
	border: 1px solid #CCCCCC;
	width:100%;
}

/* Einfache Box */
.layoutbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.teaser,A .teaser :visited,A .teaser :link {
	color: #FF0000;
	font-size: 10px;
	text-decoration: none;
	/*color: #003399; font-size: 10px; text-decoration: none;*/
}

.login,A .login :visited,A .login :link {
	color: #FF0000;
	/* color: #003399;*/
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

/* Bilder ausrichten im Tree*/
img.nodeimg {
	vertical-align: middle;
	margin-right: 2px;
}

/* MisTree*/
.misnode {

}
#subGroupContainer {
	height:16px;
}

#currentMisTree {
	position:absolute;
	border: 1px solid #DCDCDC; /* foundation */
	border-top: none;
	background-color: #FFFFFF;
	padding-right:6px;
	padding-bottom:4px;
	border-radius: 4px;
	border-top-left-radius: 0;
	box-shadow: 3px 3px 3px #BBBBBB;
	margin-top:7px;
}

#currentMisTree, #currentMisTree TD, #currentMisTree TH {
	font-size:10px;
	white-space:nowrap;
}

.misSearch {
	float:right;
	width:102px;
	font-size:11px
}
.misSearch INPUT {
	width:100%;
	height:16px;
	padding:1px;
	border:1px solid #CCCCCC;
	margin-bottom:2px;
}

/* Links für Editorauswahl*/
.editorimg {
	vertical-align: middle;
	margin-right: 3px;
	color: #000000;
}

.misnodeSelected {
	font-weight: bold;
}

/* GridPanels, etc */
.topalign, .topalign TD, .alignTop {
	vertical-align: top;
}

.midalign,.midalign TD,.middled {
	vertical-align: middle;
}

.centered,.centered TD {
	text-align:center;
}

/* Übersichtstabelle History */
.historyheader {

}

/* Zugriffsrechte / Personalisierung im Editor */
.accessrightcheckboxes TD {
	width: 55px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	line-height: 20px;
	white-space: nowrap;
	border-collapse: collapse;
	padding:0px;
}

INPUT.accessrightcheckboxes {  /*Moz.*/
	width:auto;
	height:auto;
	padding:0px;
	margin-left:18px;
}

.accessrightnames {
	width:100%;
}

.accessrightnames TD {
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	line-height: 20px;
	padding:0px;
	white-space:nowrap;
	width:100%;
}


.okbox {
	font-weight: bold;
	color: #00CC00;
	position: absolute;
	right: 10px;
	top: 0px;
	border: 1px solid green;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}
.warnbox {
	font-weight: bold;
	color: #FFAA00;
	position: absolute;
	right: 10px;
	top: 0px;
	border: 1px solid orange;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}

.errorbox {
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	right: 10px;
	top: 0px;
	border: 1px solid red;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}

/* Blaue Infobox ohne Positionierung*/
.infobox {
	display:block;
	font-weight: bold;
	color: #0000CC;
	position: absolute;
	border: 1px solid #0000CC;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}
/* blaue Infobox breiter */
.infobox_wide {
	display:block;
	font-weight: bold;
	color: #0000CC;
	position: absolute;
	border: 1px solid #0000CC;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 440px;;
}

/* Blaue Infobox ohne Positionierung*/
.infobox_relative {
	font-weight: bold;
	color: #0000CC;
	border: 1px solid #0000CC;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: white;
}

/* Grüne Okbox ohne Positionierung*/
.okboxinline {
	font-weight: bold;
	color: #00CC00;
	border: 1px solid green;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}
/* Orange Warnbox ohne Positionierung*/
.warnboxinline {
	font-weight: bold;
	color: #FFAA00;
	border: 1px solid orange;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}
/* Rote Errorbox ohne Positionierung*/
.errorboxinline {
	font-weight: bold;
	color: #FF0000;
	border: 1px solid red;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}

/* Rote Errorbox ohne Positionierung*/
.errorboxinline_wide {
	font-weight: bold;
	color: #FF0000;
	border: 1px solid red;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 440px;
}

/* Rote Errorbox ohne Positionierung*/
.fatalboxinline {
	font-weight: bold;
	color: red;
	border: 3px double red;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}

/* Blaue Infobox ohne Positionierung*/
.infoboxinline {
	display:block;
	font-weight: bold;
	color: #0000CC;
	border: 1px solid navy;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	width: 280px;
}
.infobox li,#messagetag li {
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
#messagetag ul {
	margin-left:0px;
	padding-left:0px;
}


/* Spezielle Buttons für Dialoge */

.btnDelete {
	background-image: url(image/trashcan.gif);
}
.btnOpen {
	background-image: url(image/trashcan.gif);
}

.btnOpen, .btnDelete {
	text-align:left;
	width: 110px;
	padding-left:14px;
	background-repeat: no-repeat;
	border:none;
	background-color:transparent;
	background-position: 0px 3px;
}
.btnCancel,.btnChoose {
}

.pointer {
	cursor:default;
}

.hand {
	cursor:pointer;
}

/* ----------------------------------------------------------------------------
  Styles für die Datatable im Suchformular
 ------------------------------------------------------------------------------ */
/* Spalte mit dem Score Wert */
.dtColsearchScore {
	width: 10%;
}


/* Spalte mit dem Ergebnislink */
.dtColsearchResult {
	width: 90%;
}


/*die eigentliche Datatable */
.dtSearchResultTable {
	width: 600px;
	display: none;
	border: 1px solid black;
}

.searchResultRowClass1 {
	border: 1px solid red;
	background-color:#eeeeee;
}
.searchResultRowClass2{
	border: 1px solid green;
	background-color:#ffffff;
}
/* ## MT 16.08.2007 Kopfzeile der Ergebnistabelle */
.searchformHeaderClass{
	width:10%;
	background-color:#AAAAAA;
    color:#FFFFFF;
    font-weight:bold;
    font-family: Arial;
	font-size:9pt;
	padding-left: 10px; padding-top:4px; padding-bottom:4px;
    border-bottom: 1px solid #FFFFFF; border-top: 0px solid #000000;
    border-left: 0px solid #000000; border-right: 0px solid #000000;
}
.searchformFooterClass{
	width:10%;
	background-color:silver;
}

/*
   ------------------------------------------------------------
   ## MT 16.08.2007 Popup component im Suchformluar
   ------------------------------------------------------------
*/

.searchdetailpopup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size:smaller;
    padding: 5px;
}

.searchdetailpopup table {
    font-size:smaller;
}
/*
   ------------------------------------------------------------
   End popup component
   ------------------------------------------------------------
*/
/*
   ------------------------------------------------------------
   ## MT 22.09.2008 Popup fuer Tooltip Hilfefenster
   ------------------------------------------------------------
*/

.helppopup {
    background-color:rgb(244,244,244);
    color: #000000;
    border: 1px solid #CCCCCC;
    /*font-size:smaller*/
    padding: 5px;
    min-width:200px;
}

.helppopup  table {
     /*font-size:smaller*/
}
/*
   ------------------------------------------------------------
   End popup component
   ------------------------------------------------------------
*/

/*-----------------------------------------
* Der Container fuer Leserecht/Lesepflicht
*/
#identityLeserListContainer {
	display:none;
	padding-top:40px;
	width:540px;
	/*border:1px solid #CCCCDD; */
	right:24px;
	position:fixed; /* Firefox */
	_position:absolute;  /* IE */
}

.identityInfoLine {
	font-size:11px;
}
.identityInfoHeader {
	font-size:11px;
	text-align:left;
	font-weight:bold;
	margin-top:6px;
}




/* FF-Patch fuer Ausbrechen */
.identityLeserInfo {

}

/*--------------------------------------
/** Klassen für die JS-Reiteransichten */


.tabcontainer {
	padding: 5px;
	min-height:370px;  /* Firefox */
	height: auto !important;
}

.reiteractive,.reiterinactive,.reiterinactiveHover {
	white-space: nowrap;
	height:25px;
	border: 1px solid #e6e6e6;
	border-bottom:none;
	border-right:none;
	padding: 5px 9px 0 15px;
	text-align: center;
	float:left;
	color: #D27748;
	text-transform: uppercase;
	font-size:14px;
}

.reiteractive:nth-child(2),
.reiterinactive:nth-child(2) {
	border-top-left-radius: 4px;
}

.reiteractive {
	background-color: #F0F0F0;
	cursor:default;
	z-index:1;
	position:relative;
	_height:27px; /* IE */
}

.reiterinactiveHover {
	cursor:pointer;
}

.reiterinactive {
	background-color: #FFFFFF;
}


.reiterroof {
	display:none;
}

.lastReiterroof{
	border: 1px solid #e6e6e6;
	border-left:none;
	border-bottom: none;
	float:left;
	border-top-right-radius: 4px;
	height: 25px;
	width:3px;
}

#reitercontainer {
	_padding-top:2px; /* IE */
}

.reiterdiv {
	border:1px solid #E6E6E6;
	display:none;
	padding:3px;
	height: 100%;
	overflow: visible;
	clear:both;
	min-height:350px;
	color:black;
	z-index:1000;
	border-radius: 4px;
	border-top-left-radius: 0;
	/*background-color:#f9f8f3;*/
}
/* Container, gefaerbt wie reiter */
.popupdiv {
    border:1px solid #ccc;
    padding:3px;
    overflow: auto;
    margin-bottom:10px;
}

/* Fußzeile Reiter */
.reiterfooter {
/* geleert für  foundation */
}

/* Reiter, die nachträglich eingeblendet werden*/
.specialreiter,.specialreiter_visible {
	display:block;
	color: #0000DD;
	padding-left: 2px;
	padding-right: 2px;
	width:0px;
	overflow:hidden;
	padding:0px;
	float:left;
}
.specialreiter_visible {
	width:auto;
}


.nodeLeaf {
	color:black;
	text-decoration:none;
}

.borderedContainer{
	border: #DDDDDD 1px solid;
	background: #FFFFFF;
	width:100%;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	border-collapse:collapse;
}


.borderedFooter{
	border: #DDDDDD 1px solid;
	background: #EEEEEE;
	width:100%;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	border-collapse:collapse;
}

.borderedHeader{
	border: #DDDDDD 1px solid;
	background: #EEEEEE;
	padding:3px;
	margin:0px;
	border-spacing:0px;
	border-collapse:collapse;
	text-align: left;
	font-weight:bold;
}

.row1 {
	border: #DDDDDD 1px solid;
	background: white;
}
.row2 {
	border: #DDDDDD 1px solid;
	background: #FFFFFF;
}
.colBorder {
	border: #DDDDDD 1px solid;
	margin-left:200px;
	width:90%;
}


.documentSelected {
	background-color: #e7e0d4;
}


A.indok {
	background: url(nordlb/images/topic_anzeiger.gif) !important;
	background-position: 0px 0px !important;
}

A.indokselected {
	background: url(nordlb/images/topic_gewaehlt.gif) !important;
	background-position: 0px 10% !important;
	background-color: #e7e7FF !important;
}

A.indok, A.indokselected {
	clear:both;
	padding-left:14px;
	background-repeat:no-repeat !important;
	display:block !important;
	margin-bottom:2px;
}

.uhbStyle li{
	list-style: url(image/pfeil_aufzaehlung.gif);
}

.dataTableHeader{
	/* BORDER: #FFFFFF 1px solid;*/
	border: #DDDDDD 1px solid;
	BACKGROUND: #EEEEEE;
	color: #000000;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	font-weight:bold;

}
.dataTableRow{
	border: #EEEEEE 1px solid;
}


/* Entfernt padding und spacing aus einer Tabelle*/

TABLE.noPadding {
	border-collapse:collapse;
}
TABLE.noPadding TD {
	padding:0px;
}
TD.nopadding,.nopadding {
	padding:0px;
}

/*
   ------------------------------------------------------------
   Popup component
   ------------------------------------------------------------
*/

.popup {
    background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size:smaller;
    padding: 5px;
}

.popup table {
    font-size:smaller;
}


/*
   ------------------------------------------------------------
   End popup component
   ------------------------------------------------------------
*/

/*
	Unternehmenshandbuch-Listen
	uhbIndokListIndokCol uhbIndokListTitleCol uhbIndokListBookCol
*/

.uhbIndokListIndokCol{
	width: 10%;
	padding: 3px;
}

.uhbIndokListTitleCol{
	width: 70%;
	padding: 3px;
}

.uhbIndokListBookCol{
	width: 20%;
	padding: 3px;
}

.uhbRow{
	padding: 3px;
}

.uhbBookname{
	height:20px;
	font-weight: bold;
}



body.navigation
{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
}

input.navigation
{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
}

textarea.navigation
{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;

}

table.navigation
{
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

/*
	Fuer den Header
*/
table.seitenkopf
{
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

tr.navigation
{

}


th.navigation
{
 FONT-WEIGHT: normal;
}

/*
	Navigation soll immer vertical-align=top haben
*/
td.navigation
{
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

td.navigationHd
{
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	padding: 0px 5px 0px 10px;
}

/*
	Fuer den Header
*/
td.seitenkopf
{
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

A.navigation,A :LINK.navigation,A :VISITED.navigation,A :ACTIVE.navigation,A :HOVER.navigation
{
	color: #000000;
	text-decoration: none;
}

A :HOVER.navigation
{
	text-decoration: underline;
}

title.navigation
{
	color: #328824;
	font-weight: bold;
	font-size: 14px;
}

IMG.navigation
{
	border: none;
}

/* --------------------------------------------------------------------
	Styles für das A-Tag in verschiedenen Kontexten
 ---------------------------------------------------------------------- */

/*
<!--table#editorLayoutTable A,A :LINK,A :VISITED,A :ACTIVE,A :HOVER {-->
<!--	color: #000000;-->
<!--	text-decoration: none;-->
<!--}-->
*/

table#editorLayoutTable A :HOVER {
	text-decoration: underline;
}

/*
<!--div#main_list_container A,A :LINK,A :VISITED,A :ACTIVE,A :HOVER {-->
<!--	color: #000000;-->
<!--	text-decoration: none;-->
<!--}-->
*/
div#main_list_container A :HOVER {
	text-decoration: underline;
}

/*
<!--div#rightcolumn A,A :LINK,A :VISITED,A :ACTIVE,A :HOVER {-->
<!--	color: #000000;-->
<!--	text-decoration: none;-->
<!--}-->
*/

div#rightcolumn A :HOVER {
	text-decoration: underline;
}

/*
<!--span#miplink A, A:LINK, A:VISITED, A:ACTIVE {-->
<!--	color: #000000;-->
<!--	text-decoration: none;-->
<!--}-->
*/

span#miplink A, span#miplink A:HOVER {
	text-decoration: underline;
}

A.miplink:LINK, A.miplink:VISITED, A.miplink:ACTIVE, A.miplink:HOVER {
	color: #000000;
	text-decoration: none;
}

A.miplink  {
	color: #000000;
	text-decoration: none;
}

A.miplink img {
	vertical-align: middle;
}

/* */

span#teaserHeadLink A, span#teaserHeadLink A:HOVER {
	text-decoration: underline;
}

A.teaserHeadLink:LINK, A.teaserHeadLink:VISITED, A.teaserHeadLink:ACTIVE, A.teaserHeadLink:HOVER {
	color: #000000;
	text-decoration: none;
}

A.teaserHeadLink  {
	color: #000000;
	text-decoration: none;
}

A.teaserHeadLink img {
	vertical-align: middle;
}

/* */


A.hoverline:HOVER {
	text-decoration: underline !important;
}

div#informationlist A, div#informationlist A :LINK,div#informationlist A :VISITED,div#informationlist A :ACTIVE, div#informationlist A :HOVER {
	color: #000000;
	text-decoration: none;
}

div#informationlist A :HOVER {
	text-decoration: underline;
}

div#todos A, div#todos A :LINK,div#todos A :VISITED,div#todos A :ACTIVE, div#todos A :HOVER {
	color: #000000;
	text-decoration: none;
}

div#todos A :HOVER {
	text-decoration: underline;
}

div#searchform  A, div#searchform A :LINK,div#searchform A :VISITED,div#searchform A :ACTIVE, div#searchform A :HOVER {
	color: #000000;
	text-decoration: none;
}

div#searchform A :HOVER {
	text-decoration: underline;
}

div#detailscontainer  A, div#detailscontainer A :LINK,div#detailscontainer A :VISITED,div#detailscontainer A :ACTIVE, div#detailscontainer A :HOVER {
	color: #000000;
	text-decoration: none;
}

div#detailscontainer A :HOVER {
	text-decoration: underline;
}

.detailsshortdescription {
	/*border-bottom: 1px dashed #CCCCCC;*/
	padding: 5px;
	padding-left: 0;
	color: #7D7D7D;
}

div#enterpriseManualListContainer  A, div#enterpriseManualListContainer A :LINK,div#enterpriseManualListContainer A :VISITED,div#enterpriseManualListContainer A :ACTIVE, div#enterpriseManualListContainer A :HOVER {
	color: #000000;
	text-decoration: none;
}

div#enterpriseManualListContainer A :HOVER {
	text-decoration: underline;
}


table#webContentCategoryEditContainer  A, table#webContentCategoryEditContainer A :LINK,table#webContentCategoryEditContainer A :VISITED,table#webContentCategoryEditContainer A :ACTIVE, table#webContentCategoryEditContainer A :HOVER {
	color: #000000;
	text-decoration: none;
}

table#webContentCategoryEditContainer A :HOVER {
	text-decoration: underline;
}






/* TABS in spkw.jsp für root_navigation_type roots*/
/* CSS Tabs */
#navlist {
        padding: 2px 0; /* Damit der Rand mit dem der Zellen abschliesst */
        margin-left: 0;
        margin-bottom: 0;
		 border-bottom: 1px solid #CDC7B9;
        font: 9px Arial, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
        background-image: url(image/tab.gif);
}

#navlist li a {
        padding: 2px 0.1em;
        margin-left: 1px;
        border: 1px solid #CDC7B9;
        /*border-bottom: none;*/
        border-top: 1px solid #CDC7B9;
        text-decoration: none;

}

#navlist li a:link, #navlist li a:visited  {
	 color: #448;
     background: #FFFFFF; /*#CDC7B9*/
}
/*
#navlist li a:visited
{ color: #667;
}
*/
#navlist li a:hover {
        color: #000;
        background: #CDC7B9;
        text-decoration: none;
        /*border-bottom: 1px solid #227;*/
}

.divformat
 {
        text-decoration: none;
        margin: 0;
        border: 1px solid #CDC7B9;
        border-top: none;
        background: #F0EEE5;
        width:600px;
        height:150px;


}

#navlist li a#activeItem{
		text-decoration: none;
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
}

/* Block für Metainformationen */
.metainfoBlock {
	margin:10px;

}
.metainfoCell {
}
span.metainfoCell {
	display:block;
}

td.xxxtablecolInfo {
	border: #bfbfbf 1px solid;
	width:1%;
	padding-left:2px;
	padding-right:2px;
	vertical-align:middle;
}
td.xxxtablecolBorder0 { /*Multimarkierung*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:2%;
	min-width:10px;
}
td.xxxtablecolBorder1 { /*NEU*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:5%;
	min-width:30px;
}
td.xxxtablecolBorder2 { /*THEMA- Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:38%;
}
td.xxxtablecolBorder3 { /*KURZBESCHREIBUNG- Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:45%;
}
td.xxxtablecolBorder4 { /*VEROEFFENTLICHT- Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:10%;
}

td.xxxtablecolBorder5 { /*Symbol- Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:20%;
}

td.xxxtablecolInfo { /*Metainfo- Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
}

/* Link für Metainformationen bei der Anzeige von Dokumenten */
.metainfoLink {
	display:inline;
	margin:10px;
	margin-left:5px;
}

#mip_fokusliste {
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	padding:2px;
	padding-left:3px;
	width:180px;
	max-width:170px;
}
#mip_fokusliste UL {
	padding-left:10px;
}
#mip_fokusliste LI {
	margin-top:1px;
	margin-bottom:0px;
	padding-left:0px;
}
#mip_fokusliste_closer {
	color: #FF0000;
	padding:3px;
	cursor:pointer;
	text-align:right;
	display:block;
}

/* #FS 12.07.2007 */
/* Für Metadaten im Bereich Editor/Veröffentlichungen*/
.publMetaMain {
	text-align:left;
	padding:2px;
	vertical-align:middle;
	font-weight: bold;
}
.publMetaSub {
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
	font-weight: bold;
}


.symbols {
	white-space: nowrap;
}

.readonly {
	background-color:#EEEEEE
}

/* ## MT 08.10.2007 DataMigration*/
.dmfieldsetContainer, .defaultFieldsetContainer{
	width:80%;
	height:25%;
	padding:10px;
	margin-bottom:6px;
}

.defaultFieldsetContainer {
	height:auto;
}

.dmfieldsetContainer legend, .defaultFieldsetContainer legend{
	font-weight:bold;
	color: #CC0000;
	font-size:	12px;
	padding-left:3px;
	padding-right:3px;
}

.defaultFieldsetContainer legend {
	color:#333333;
}

.dmfieldsetContainer legend.toggleable {
	cursor:pointer;
}

.dmfieldsetContainer legend.singleLine{
	padding-left:16px;
	background-image: url(nordlb/images/topic_anzeiger.gif);
	background-repeat:no-repeat;
	font-weight:normal;
	color:black;
}
.dmLine{
	padding:3px;
}
.semitrans {
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* Zurueck-Schalter*/
.backbutton {
	position:absolute;
	left:130px;
	width:70px;
	top:81px;
	background-color:white;
	border:1px solid #c3c3c3
	display:block;
}

/* Inputfeld Schnellsuche */
.quicksearchfield {
	border: 1px solid #CCCCCC;
	width:120px;
	height:17px;
	font-size: 10px;
}
.quicksearchsubmit {
	margin-left:3px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:ThreeDFace;
	color: black !important;
	text-decoration:none;
	font-size:10px;
}

.divDesLogin {
	margin-bottom:16px;
	cursor:default;
	color: black;
	padding: 5px 5px 0px 0px;
}
.divDesQuicksearch {
	height:25px;
}

#divDesQuicksearch {
	padding: 0px 5px 0px 0px;
}

/* Tabellenzelle Abmeldung / Schnellsuche */
.divDesTopUser {
	vertical-align:top;
	padding-top:6px;
	padding-right:6px;
	height: 80px !important;
}
/*
* Hilfsklasse rechtsbündig
*/
.right {
	text-align:right;
}

/*
* Hilfsklasse
*/
.top {
	vertical-align:top;
}

/*
 Mozilla-Anpassungen
*/
#divDesNavigationLeft {
	padding:0px;
}
#divDesNavigationLeft>TABLE {
	width:100%;
	border-collapse:collapse;
}

.identitycolumn {
	width:60px;
	text-align:center;
}

.identityheader {
	font-weight:bold;
	font-size: 11px;
}

.toggleLine {
	display:block;
	background-color:#DDDDDD;
	font-weight:bold;
	color:gray;
	padding-bottom:1px;
	text-align:center;
	text-decoration:none;
}

.submitlinkbutton,.submitlinkbutton:VISITED {
	margin-left:3px;
	padding:2px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:ThreeDFace;
	color: black !important;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-decoration: none !important;
	vertical-align:middle;
}

A.filteractivepage {
	font-size:110%;
	color:#FF0000 !important;
}

/* ================================================================== */
/* Tabellenangaben */
/* ================================================================== */

.tableFooter{
	border: #c3c3c3 1px solid;
	background: #eeeeee;
	width:100%;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
/* bison 2013 xx
th.tableHeader{
	border: #c3c3c3 1px solid;
	background: #eeeeee;
	padding:2px;
	margin:0px;
	border-collapse:collapse;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

th.tableHeader a  {
	color: #000000;
	text-decoration: underline;
}
tr.tablerow {
	border: #c3c3c3 1px solid;
	background: white;
}
tr.tablerow2 {
	border: #c3c3c3 1px solid;
	background: #eeeeee;
}
*/
td.xxxtablecolBorder {
	border: #c3c3c3 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
}


td.xxxtablecolBorder1 {
	border: #c3c3c3 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:5%;
	min-width:30px;
}
td.xxxtablecolBorder2 { /*THEMA*/
	border: #c3c3c3 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:40%;
}
td.xxxtablecolBorder3 { /*KURZBESCHREIBUNG*/
	border: #c3c3c3 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:45%;
}
td.xxxtablecolBorder4 { /*VEROEFFENTLICHT*/
	border: #c3c3c3 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:10%;
}
td.xxxtablecolInfo { /*Metainfo*/
	border: #c3c3c3 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
}
/* #FS 13.09.2007: Neue Klassen für Tabellenspalten */

td.xxxtablecolBorderNowrap {
	border: #c3c3c3 1px solid;
	margin-left:0px;
	padding:2px;
	white-space:nowrap;
	vertical-align:top;
}

.containerHead {
	BORDER-RIGHT: #DDDDDD 1px solid;
	BORDER-TOP: #DDDDDD 1px solid;
	BACKGROUND: #FFFFFF;
	BORDER-BOTTOM-color: #DDDDDD;
	BORDER-BOTTOM: #DDDDDD; 1px solid;
	font-weight: bold;
	font-size: 12px;
	BORDER-LEFT: #DDDDDD 1px solid;
	color: black;
	text-align: left;
    font-family: Arial;
}

.rowClass {
	vertical-align:top;
}

/* Zeitanzeige */
.time {
	position:relative;
	left:10px;
	width:150px;
	top:-18px;
	/*background-color:#DDDDDD;*/
	color:#686872;
	font-weight: bold;
	display:block;
}

/* Newsticker */
#pscroller2{
	height: 29px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top:1px;
}

#pscroller2 a{
text-decoration: none;
	color: #FF0000;
/*	font-style: italic; */
/*	font-weight:	bold; */
}

.trackingsubmitlinkbutton,.trackingsubmitlinkbutton:VISITED {
	margin-left:3px;
	padding:0px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:ThreeDFace;
	color: black !important;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-decoration: none !important;
	vertical-align:middle;
}

/*
  Abweichende Styles für den Druck
*/
@media print{
	/* Zurueck-Schalter*/
	.backbutton {
		display:none;
	}
}


/*
	Diese Styles werden für IBO Diagramme verwendet
*/
#documentcontent
{
	/*
		border:silver 1px solid;
		background-color:lightgrey;
	*/
	text-align:left;
}

#documentcontent area map
{
	padding:0px;
	margin:0px;
}

#documentcontent img
{
	padding:0px;
	margin:0px;
	display: block;
}

/* Kalenderkategorie - Kalenderblatt */
#calendarDiv {
	height:90%;
	overflow-x:hidden;
	overflow-y:auto;
	cursor:default;
}


.calendarHeader,.calendarLine,.calendarLineSingle {
	border-collapse:collapse;
	margin:0px;
	width:700px;
}
.calendarLineSingle {
}

.calendarHours {
	margin-right:1%;
	_margin-right:0px;
	margin-top:19px;
	border-collapse:collapse;
	float:left;
	width:20px !important;

}
.calendarHours TD {
	padding:3px;
	height:34px;
	font-size:14px;
	text-align:right;
	background-color:#EEEEEE;
	border:1px solid gray;
	font-weight:bold;
}
.calendarHourCells {
	border-collapse:collapse;
}
.calendarHourCells TD {
	padding:3px;
	height:34px !important;
	border:none !important;
	border-bottom:1px solid #CCCCCC !important;
	color:#EEEEEE;
	text-align:center;
}

.calendarHeader TD,.calenderHeaderWe {
	border:1px solid gray;
	border-bottom:none;
	font-weight:bold;
	text-align:center;
	background-color:#EEEEEE;
}
.calendarHeader TD,.calendarLine TD {
	width:10%;
	height:18px;
}

.calenderHeaderWe,.calenderLineWe {
	width:5%;
}
.calendarLineSingle TD {
	width:10%;
}


.calendarLine TD,.calenderLineWe,.calendarLineSingle TD {
	border:1px solid gray;
	border-top:none;
	height:80%;
	vertical-align:top;
	padding:1px;

}
.calenderCellActive {
	font-size:12px;
	color:navy;
	font-weight:bold;
	background-color:#EEEEEE;
}
.calenderCellInactive {
	font-size:10px;
	color:#AAAAAA;
	font-weight:bold;
}
.calendarDayContainer,.calendarDayContainerExpanded,.calendarRowSingleExpanded {
	display:block;
	cursor:default;
	background-color:white;
	padding:1px;
	font-size:9px;
	height:70px;
	overflow:hidden;
	width:95px;
}
#WzTtDiV .calendarRow1,#WzTtDiV .calendarRow2 {
	width:180px;
}


.calendarDayContainerSingle {
	width:100%;
	display:block;
	font-size:10px;
	_height:425px;
	min-height:425px;
	width:95px;
	overflow-x:hidden;
}

.calendarDayContainerExpanded,.calendarRowSingleExpanded {
	padding:2px;
	overflow:auto;
	position:absolute;
	border:1px solid #CCCCCC;
	border-right:2px solid #AAAAAA;
	border-bottom:2px solid #AAAAAA;
	width:100%;
	height:220px;
	margin-left:-5px;
	_margin-top:11px;
	font-size:10px;
}

.calendarRowSingleExpanded {
	/*position:relative;*/
}

.calendarToolbar {
	border:1px solid gray;
	background-color:#EEEEEE;
	padding:2px;
	font-size:12px;
	float:left;
	margin-top:4px;
}
.calendarToolbarCompact {
	background-color:#EEEEEE;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding:0px;
}
.calSubheader {
	font-weight:bold;
	font-size:11px;
	display:none;
	padding:1px;
	padding-left:2px;
}
.calendarRow1 {
	background-color:#F9F9FF;
	border:1px solid #CCCCCC;
	margin-top:1px;
	margin-bottom:1px;
	padding:1px;
	cursor: default;
}
.calendarRow2 {
	background-color:#FEFEFE;
	padding:1px;
	border:1px solid #CCCCCC;
	margin-top:1px;
	margin-bottom:1px;
	cursor: default;
}
.calendarRowSingle {
	/*position:absolute;
	z-index:50;*/
	padding:1px;
	margin-bottom:3px;
	border:1px solid #CCCCCC;
	background-color:white;
	width:92px;
	_width:96px;
	display:block;
}
.calendarManyDays {
	border-bottom:1px dashed gray;
}
.calendarInfoBlock {
	width:200px;
	margin-top:6px;
	border-top:1px solid #CCCCCC;
	padding:1px;
}
.calendarCurrentBlock {
	background-color:#F6F6F6 !important;
}



/* Liste Kalendereinträge*/
td.calendartablecolBorder1 { /*Beginn-Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:13%;
}
td.calendartablecolBorder2 { /*Ende-Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:13%;
}
td.calendartablecolBorder3 { /*Thema-Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:30%;
}
td.calendartablecolBorder4 { /*Kurzbeschreibung-Spalte*/
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:44%;
}
td.calendarTablecolInfo { /*Metainfo- Spalte*/
	/*border: #bfbfbf 1px solid;*/
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:10px;
}

/*
	Abwesenheiten ##MT
*/

/*
	oooList
	Calendar Steuerelement
*/
table.oooInputDate{
	margin: 10px;
	color:black;
	width: 70px;
	background-color:#eeeeee;
	border:1px solid #999999;
	vertical-align:middle;
}
table.oooInputDate .oooCurrentDayCellClass a{
	background-color: white;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

table.oooInputDate .oooDayCellClass{
	text-decoration:none;
}
table.oooInputDate .oooDayCellClass a{
	color:black;
	text-decoration:none;
}
table.oooInputDate .oooWeekRow
{
	background: #ffffff;
	color:black;
	font-weight:bold;
}

table.oooInputDate .oooMonthYearRowClass, .oooMonthYearRowClass a
{
	font-weight:bold;
	color:black;
}
.oooTablerow  {
	background-color:#eeeeee;

}
.oooTablerow2  {
	background: #ffffff;

}

table.oooTableContainer{
	background:#AAAAAA none repeat scroll 0% 0%;
	color:#000000;
	vertical-align:top;
	margin: 10px;
}

.oooTableHeader{
	color:#FFFFFF;
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	text-align:left;
	white-space:nowrap;
}
div.oooCurrentDayHeader{
	width:600px;
	color:#000000;
	background-color:#eeeeee;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:5px;
	text-align:center;
	white-space:nowrap;
	border:solid 2px #AAAAAA;
}
.oooLayout{
}
.oooLayout tr{
	vertical-align:top;
}
/*
	Für eine panelGrid ganz gut
	##MT 24.10.2008
*/
.fiftyFiftyColumn{
	width:50%;
}

/* New CSS for new design 2009 */

.smallinfo {
	font-size:11px;
	color:#333333;
	background-color: #FFFFDD;
	border:1px solid #EEEEEE;
	display:block;
	margin-top:2px;

}
.impexOutputContainer {
	position:absolute;
	right:15px;
	margin-top:-35px;
	display:block;
	width: 600px;
	height:390px;
	padding:0px;
	border:5px solid #DDDDDD;
	background-color: #FFFFFF;
}

.impexOutput {
	display:block;
	padding:3px;
	border:1px solid #CCCCCC;
	overflow:auto;
	background-color: #F3F3F3;
	height:300px;
}

.impexOutput hr {
	border:none;
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
	_height: 0px;
}

.impexSubmit, .runButton {
	float:right;
	margin:4px;
}

.runButton {
	border: 2px solid red;
}

.dmfieldsetContainer .fieldsetContent{
	margin-left:7px;
}

.marker {
	color:red;
	padding:4px;
}

.overview {
	margin-top:8px;
	background-color: #f9f9f9;
	float:left;
}

TABLE.overviewSub {
	border-collapse:collapse;
	float:left;
	border-right:1px solid white;
}

TABLE.overviewSub TH, TABLE.overviewSub .header {
	background-color: #eeeeee;
	color:#333333;
	font-size:12px;
	border-bottom:1px solid white;
}
TABLE.overviewSub TH, TABLE.overviewSub.TD {
	text-align:left;
	padding:2px;
	padding-left: 10px;
}

.noborder,TABLE.noborder TD,TABLE.noborder TH {
	border:none;
}

.searchformFooterClass {
	background-color: #eeeeee;
}

TH.searchformHeaderClass {
	background-color: #eeeeee;
	color: black;
	text-align:left;
	padding:2px;
	padding-left: 10px;
}
TR.searchResultRowClass1 TD, TR.searchResultRowClass2 TD {
	padding:2px;
	padding-left: 10px;
}
TR.searchResultRowClass1 {
	background-color: white;
}
TR.searchResultRowClass2 {
	background-color: #f9f9f9;
}

TABLE.searchformSub TD {
	padding:0px;
}
TABLE.searchformSub {
	width:100%;
}
TABLE.searchformSub .firstSubRow {
	width:60px;
}
/* Styles for login*/
.login-table {
	background-color: #FFFFFF;
	background-image: none;
}
.table-layout {
	font-family: Arial;;
	font-size:140.0%;
	font-weight:normal;
	background-color:#FFFFFF;
	height:95px;
	padding: 0;
	margin:0;
}
.login-welcometext{
	 font-family: Arial;;
	font-size:105.0%;
	font-weight:bold;
	color:#181975;
	background-color: #FFFFFF;
	background-image: none;
}
.login-text{
	 font-family: Arial;;
	font-size:65.0%;
	font-weight:normal;
	color:#FF0000;
	background-color: #FFFFFF;
	background-image: none;
}
.login-data-text {
	font-family: Arial;;
	font-size:85.0%;
	font-weight:normal;
	background-color:#E9E9E9;
	background-image:none;
	padding-left: 10px;
	color:#000000;
}
.login-data-text-right {
	font-family: Arial;;
	font-size:80.0%;
	background-color: #E9E9E9;
	background-image: none;
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.login-data-button {
	font-family: Arial;;
	font-size:95.0%;
	background-color: #E9E9E9;
	background-image: none;
	color:#000000;
	padding-right: 10px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.login-button {
	font-family: Arial;;
	font-size:90.0%;
}
.input-field {
	font-family: Arial;;
	font-size:110.0%;
	color:black !important;
	border: 1px solid #9b9baa;
	height:24px;
}
.password-input-field {
	font-family:sans-serif;
	font-size:110.0%;
	color:black !important;
	border: 1px solid #9b9baa;
	height:24px;
}

.column-right {
	font-family: Arial;;
	font-size:5.0%;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
}
.column-left{
	font-family: Arial;;
	font-size:70.0%;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
}
.link-list{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}
.link-list-header{
   font-family: Arial;;
	font-weight: bold;
	padding: 4 0 4 10;
	margin:0;
	background-color: #AAAAAA;
	text-align: left;
	font-size: 73%;
	color: #FFFFFF;
}
.link-list-row{
    font-family: Arial;;
  	background-color: #EFEFEF;
	vertical-align: middle;
	padding: 0 0 0 10;
}
/* Styles for the box */
div {
	margin:0;
}
div.header-background{
	background-color:#CADBEF;
	max-width:97.5%;
	width: 97.7%;
	height:71px;
	/*border-right:1px solid #181975;*/
	border-top:1px solid #181975;
	border-left:1px solid #181975;
}
.ro {
	background:url(nordlb/images/roundedbox_ro.gif) top right no-repeat;
	width: 390px;
}
.lo {
	background:url(nordlb/images/roundedbox_lo.gif) top left no-repeat;
}
.ru {
	background:url(nordlb/images/roundedbox_ru.gif) bottom right no-repeat;
}
.lu {
	background:url(nordlb/images/roundedbox_lu.gif) bottom left no-repeat;
}
.content-box {
	margin:0;
	padding: 20px 20px 20px 42px;
	width: 314px;
}
.logo{
	float:left;
	margin:0;
}
.logo img {
	margin:8px;
	margin-top:12px;
	border:1px solid #6469da;
}
.header-text{
	font-family: Arial;;
	font-size: 150.0%;
	font-weight:normal;
	text-align: left;
	color: #181975;
	padding: 22 0 14 44;
}
td#paddingLeft{
padding: 1 0 1 10;
}

/*-----------------Start section style------------------------------------------------------*/
.section-toggler {
	margin: 0;
	padding: 4px;
	background-color: #f0f0f0;
	color: #d27748;
}
.section-toggler>td {
	padding: 4px !important;
	font-size:13px;
}

.jpane-toggler,.jpane-toggler-down {
	/*width:364px;*/
}

.jpane-toggler .title,
.jpane-toggler-down .title,
.jpane-toggler h3.title,
.jpane-toggler-down h3.title
{
	font-size:13px;
	font-weight: normal;
}

.jpane-toggler .span-caption   {
	background: transparent url(./nordlb/images/sectionUp.gif) 5px 50% no-repeat;
	padding-left: 25px;
	cursor: pointer;
}
.jpane-toggler-down .span-caption {
	background: transparent url(./nordlb/images/sectionDown.gif) 5px 50% no-repeat;
	padding-left: 25px;
	cursor: pointer;
}
.jpane-toggler-content{
	background-color: #FFFFFF;
	border: 1px solid #9b9baa
}
/*-----------------Ende section style------------------------------------------------------*/
/*---------------------------------Start grid layout für allgmeinen Teil (Metadaten)-------------------------*/
.gridLabel{
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
	width: 160px;
}
.gridLabel-bg-grey{
	text-align:left;
	vertical-align:middle;
	width: 130px;
	background-color: #F0F0F0;
	padding: 0 2px 0 3px;
}
.gridLabel2{
	text-align:left;
	vertical-align:middle;
	width: 130px;
	padding-left:35px;
	background-color: #F0F0F0;
}
.gridTextarea{
	width: 265px;
	height: 120px;
}
.gridText{
	background-color: #F0F0F0;
	padding:3px 3px 3px 3px;
}
.input-field-40{
	width: 202px;
}
.input-field-long{
	width: 252px;
}
.general-label{
	/*font-weight: bold; foundation*/
}
.grey-text{
	color:#da5116; /*foundation*/
}
.column1 {
	vertical-align:top;
}
.column2 {
	vertical-align:top;
	/*height: 120px;*/
}
.columnIBO {
	vertical-align:top;
	width:50%;
}
/*---------------------------------Ende grid layout für allgmeinen Teil (Metadaten)-------------------------*/


/*--------------------paging start------------------------------*/
.paginator a{
	text-decoration: none;
	color:#c0c0c0;
}

.paginator a:hover{
	color:#000000;
	text-decoration: underline;
}

.paginator td{
	padding:0 2px 0 0;
}

.paginator .paginator-activeColumn a{
	color:#000000;
	text-decoration: underline;
}
/*--------------------paging end------------------------------*/
/*----------------Start Layout für Dokumente bearbeiten-------*/

.tab-cat-row1{
	background-color: #AAAAAA;
	color: #FFFFFF;
}
.tab-cat-row2{
	font-weight: bold;
}
.grey-row {
	/*background-color: #F0F0F0;*/
	height:20px;
	padding: 3px 0 3px 0;
}
.height120-row{
	height: 120px;
}
.height310-row{
	height:310px;
	overflow:auto;
	vertical-align:top;
}
.white-row{
	background-color: #FFFFFF;
}
.columnAttachment {
	vertical-align:top;
	width:50%;
}

.columnAttachment .white-row {
	border: 1px solid red !important;
}

#selectedCategoriesList li {
	list-style:decimal;
	padding:2px 0 2px 15px;
}
.column-termine {
	vertical-align:top;
	padding: 7px 0 0 70px;
}

/*-------------Ende Layout für Dokumente bearbeiten------------*/
/*-------------Start Allgemeine Farbdefinitionen------------*/
.rowButtonArea{
	background-color: #F0F0F0;
}
.borderColor{
	border: 1px solid #9b9baa
}
.borderColorRed{
	border: 1px solid #f00 !important;
}
/*-------------Ende Allgemeine Farbdefinitionen------------*/
/*-------------Start Layout der Buttons im Editorbereich------------*/
.editorPanel_buttonsCategory_pos{
	margin-right: 4px;
	float:right;
}
.editorPanel_buttonsDocument_pos{
	margin-right: 2px;
	float:right;
}

.editorPnel_button td{
	text-align:center;
}

.editorPnel_button td a {
	/*display:block;*/
	margin:0 1px 0 0;
	width:24px;
	height:20px;
	border:1px solid ButtonFace;
}

.editorPnel_button td a img{
	vertical-align: middle;
	margin: 1px;
	padding: 1px;
}

.editorPnel_button td a:hover {
	border-top:1px solid ButtonHighlight;
	border-left:1px solid ButtonHighlight;
	border-right:1px solid ButtonShadow;
	border-bottom:1px solid ButtonShadow;
}
/*-------------Ende Layout der Buttons im Editorbereich------------*/
/*-------------Start Layout der DokumentenTabelle im Editorbereich------------*/
.editor-document{
	/*width:99%;*/
	margin-left:3px;
	padding-left:3px;
}

.documentListDocName{
	width : 100%;
}

.editor-document td {
	padding: 3px 0 3px 0;
	border:0px solid #000000;
}

.editor-document .odd {
	background-color: #F9F9F9;
}
.editor-document .even {
	background-color: #FFFFFF;
}

.divVertBar {
	cursor:col-resize;
	font-size:3pt;
	position:absolute;
	width:5px;
	background-color:#ffffff;
	border-left: 1px solid  #e6e6e6 !important;
	border-right: 1px solid  #e6e6e6 !important;
}
.divPhantomBar {
	z-index:1000;
	display:none;
	font-size:3pt;
	position:absolute;
	background-color:#CCCCCC;
}
/*-------------Ende Layout der DokumentenTabelle im Editorbereich------------*/

/*-------------Überschreiben der base.css -----------------------------------*/

div.teaserBullet {
	width:12px;
}

img.teaserBullet {
	margin-left:5px;
	margin-top:4px;
}

td.teaserBullet,th.teaserBullet {
	width:12px;
}
img.teaserBulletRight {
	margin-right:3px;
}

/*------------- START LOGOUT ------------*/
.login { text-align: center; }

.table-text {   font-family: Arial,Helvetica, sans-serif; font-size:70.0%; background-color: #F7F7F7; background-image: none; }
.table-text#running { color: green; font-family: Arial,Helvetica, sans-serif; font-size:70.0%; background-color: #F7F7F7; background-image: none; }
.table-text#stopped { color: black; font-family: Arial,Helvetica, sans-serif; font-size:70.0%; background-color: #F7F7F7; background-image: none; }
.table-text#problems { color: red; font-family: Arial,Helvetica, sans-serif; font-size:70.0%; background-color: #F7F7F7; background-image: none; }
.table-text#unknown { color: orange; font-family: Arial,Helvetica, sans-serif; font-size:70.0%; background-color: #F7F7F7; background-image: none; }

.column-head {  padding-left: .35em; font-family: Arial,Helvetica, sans-serif; font-size: 77.0%; font-weight:bold; text-align: left; color: #181975; background-color: #CADBEF; background-image: none; }

 .noframe-framing-table  {
	background-color: #F7F7F7;
	background-image: none;
	border-right: 1px solid #000083;
	border-bottom: 1px solid #000083;
	border-top: 1px solid #000083;
	border-left: 1px solid #000083;
	margin:auto;
 }

/*------------- ENDE LOGOUT ------------*/
/*--------------- Navscroller-----------*/
.navScroller {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
}

.navScroller-Element {
     border-right:1px solid #CCCCCC;
}
/*----------Ende Navscroller-----------*/

/** Profil neu **/

#profileWrapper #profileFieldsetContact,
#profileWrapper #profileFieldsetImage {
	background-color: #eee;
}

#profileWrapper a.profileEditButton ,
#profileWrapper a.timelineEditButton
{
    padding-left: 20px;
    background: url(../image/edit.gif) 3px center no-repeat;
    color: black;
}
#profileWrapper a.timelineEditButton  {
    background-image: url(../images/time_table.png);
}

#profileWrapper legend {
	background-color: #fff;
	font-weight: bold;
}

#profileWrapper #profileFieldsetOutline fieldset legend {
	color: #666 !important;
}

#profileWrapper .profileCellCaption { /* Labels */
	background-color: #e6e6e6;
	padding: 2px;
	color: #444;
}

#profileWrapper .profileCellValue {
	width: 250px;
}

#profileWrapper .profileFieldsetCustom td,
#profileWrapper #profileFieldsetCompany td,
#profileWrapper #profileFieldsetPerson td {
	border-bottom: 1px solid #eee;
}

#profileWrapper #profileFieldsetContact .profileCellCaption {
	background-color: transparent;
}

#profileWrapper #profileFieldsetContact .profileCellValue {
	width: auto;
}

a.profileEmailLink {
	color: black;
}


/* ====================================================================== */
/* Menüpunkte (linke Navigation) Gecachte Version */
/* ====================================================================== */

/* ### Navigation linker Bereich */
table.tableDesNavigationLeft {
     width:200px;
	 background: #999;
	 border-radius: 0 4px 4px 0;
	 border-collapse: collapse;
}

/* ### Menüpunkte: Link-Stil */
a.aDesNavigationLeftLinkStyle  {
	color: #454545;
	font-size: 13px;
	font-family: Arial;
}
a.aDesNavigationLeftLinkStyle:hover {
	font-weight: bold;
}
/* ### Menüpunkte: Alle Level (Main) */
td[class^=tdDesNavigationLeftLevel] {}

td[class^=tdDesNavigationLeftLevel] a {
	border-top: 1px solid #afafaf;
	display: block;
	padding:8px 0 8px 0;
	width: 100%;
	color: #454545;
}
/* erster Menuepunkt keine Trennlinie */
table.tableDesNavigationLeft tr:first-child>td[class^=tdDesNavigationLeftLevel] a {
	border-top: none;
}

/* ### Menüpunkte: Level 0 (Main) */
td[class^=tdDesNavigationLeftLevel0] {
	padding-left:12px;
}
td[class^=tdDesNavigationLeftLevel0] a {
	color: #fff;
}

/* ### Menüpunkte: Level 1 (Sub) */
td[class^=tdDesNavigationLeftLevel1] {
	padding-left:24px;
	background-color: #bbb;
}
td[class^=tdDesNavigationLeftLevel1] a:hover {
	color: #fff;
}


/* ### Menüpunkte: Level 2 (Sub2) */
td[class^=tdDesNavigationLeftLevel2] {
	padding-left: 36px;
	background-color: #f0f0f0;
}

td.menuStaticActive[class^=tdDesNavigationLeftLevel2] a,
td[class^=tdDesNavigationLeftLevel2] a:hover {
	color: #d27748;
}

/* ### Menüpunkte: Level 3 (Sub3) */
td[class^=tdDesNavigationLeftLevel3] {
	padding-left: 48px;
	background-color: #fff;
}

td.menuStaticActive[class^=tdDesNavigationLeftLevel3] a,
td[class^=tdDesNavigationLeftLevel3] a:hover {
	color: #d27748;
}

/* ### Menüpunkte: Level 4 (Sub4) */
td[class^=tdDesNavigationLeftLevel4] {
	padding-left: 60px;
	background-color: #fff;
}
td.menuStaticActive[class^=tdDesNavigationLeftLevel4] a,
td[class^=tdDesNavigationLeftLevel4] a:hover {
	color: #d27748;
}

/* ### Menüpunkte: Level 5 (Sub5) */
td[class^=tdDesNavigationLeftLevel5] {
	padding-left: 72px;
}

/* ### Menüpunkte: Level 6 (Sub6) */
td[class^=tdDesNavigationLeftLevel6] {
	padding-left: 84px;
}

/* ### Menüpunkte: Level 7 (Sub7) */
td[class^=tdDesNavigationLeftLevel7] {
	padding-left: 96px;
}

td[class^=tdDesNavigationLeftLevel2] a.aDesNavigationLeftLinkStyle,
td[class^=tdDesNavigationLeftLevel3] a.aDesNavigationLeftLinkStyle {
	border-top: none;
}

/* ### Menüpunkte: Level 0-7 (Main) --> Bei Aktivierung */
td.menuStaticActive {
	font-weight:bold;
}

/* ====================================================================== */
/* Linkliste (rechts)  VERALTET ?? */
/* ====================================================================== */

/* ### Div für Linkliste */
#divDesRightLinklist {
	width:100%;
	color:#000000;
	padding:5px;
}

/* ### Link-Darstellung Linkliste */
a.aDesRightLinklist {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
a.aDesRightLinklist:hover {
	color:#000000;
	text-decoration:underline;
}

/***********************************************************
* Styling Navigation Popup / Dropdown-Navigation
*/

#mainNavigation.popupNavigation,
#secondNavigation.popupNavigation {
	min-width: 0 !important;
	padding-top:0 !important;
	border-radius: 3px !important;
}

#sideNavigation #naviSwitcher{
	top: -3px;
}
#sideNavigation .popupNavigation .naviTab{
	border-top-left-radius: 3px;
}

.popupTriangleLeft:after {
  background: #999 !important;
}

@media screen and (max-width : 1200px) {
	.withNavigationPopupToggler {
		margin-left:10px !important;
		z-index:2;
		position: relative;
	}

	.toplogo img {
		max-height: 70px;
	}
	#headSectionRow1 {
		margin-left: 150px !important;
		min-width: 600px !important;
	}
	#quickSearchLabel {
		display:none;
	}
}

@media screen and (min-width : 1200px) {
	#secondNavigation.popupNavigation,
	#mainNavigation.popupNavigation {
		opacity: 1 !important;
		position: relative !important;
		margin-left: -8px !important;
	}

	#secondNavigation.popupNavigation:not(.open),
	#mainNavigation.popupNavigation:not(.open) {
		display:none;
	}

	#divDesNavigationLeft.popupNavigation {
		opacity: 1 !important;
		margin-left: -10px !important;
	}

	#contentWrapper {
		margin-left: 200px !important;
		width: auto !important;
	}
	#navigationPopupToggler {
		display:none;
	}
	.popupTriangleLeft {
        display:none;
    }
}





/* end format.css*/
/* start design.css
< jsp:include page="nordlb/css/design_css.jsp" flush="true" / >
 end design.css*/
/* start custom.css*/

	
Fuegen Sie hier Ihre individuellen CSS-Klassen ein; die 
Deklaration erfolgt unterhalb der CSS-Vorgaben des Themes.

Die Vorgaben werden nach den Kaskadierregeln des CSS
ueberschrieben. Um ein Ueberschreiben zu erzwingen verwenden Sie bitte
die Anweisung !important

Bsp.:

.diskussion-feld-1 {
  color:green!important;
}

Newsticker vergroessern:

#pscroller2 a {
	font-size:20px !important;
}

*/

#pscroller2  {
        width: 600px !important;
        height:29px !important;

}


.tdDesNavigationLeftLevel0 {
	background-color: #CADBEF !important;
	padding-left: 12px !important;
	background-image: url(/mip4/theme/white_grey/images/nc.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 3px 8px !important;
}

.tdDesNavigationLeftLevel0F2 {
	background-color: #CADBEF !important;
	padding-left: 12px !important;
	background-image: url(/mip4/theme/white_grey/images/no.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 3px 8px !important;
}

.tdDesNavigationLeftLevel0 A, .tdDesNavigationLeftLevel0F2 A, .tdDesNavigationLeftLevel1F2 A, .tdDesNavigationLeftLevel2F2 A {
	color: #181975 !important;
}

.tdDesNavigationLeftLevel1 A, .tdDesNavigationLeftLevel2 A {
	color: #383838 !important;
	font-weight: normal !important;
}



.divDesHdNavigationTop {
	background-color: #E9E9E9 !important;
}

.divDesHdNavigationTopBlank  {
	background-color: #E9E9E9 !important;
}
table.tableDesNavigationLeft {
	top: 0px !important;
}



.aDesNavigationTopCustom {
	font-weight: normal !important;
	border-color: white !important;
}
.mipPageHeading {
	color: #112049 !important;
}
.tdDesNavigationLeftLevel1, .tdDesNavigationLeftLevel1F2 {
	background-color: #D9E7F4 !important;
	background-image: none !important;
}

.tdDesNavigationLeftLevel2, .tdDesNavigationLeftLevel2F2 {
	background-color: #EBF2FA !important;
	background-image: none !important;
}

.tdDesNavigationLeftMainInactive, .tdDesNavigationLeftMainActive {
	background-color: #CADBEF !important;
	background-image: none !important;
	padding-left: 10px !important;
}

.login-column-head {
	background-color: #CADBEF !important;
	color: black !important;
	
}
/* Newsticker */
#pscroller2 {
	padding:1px;
	height:27px;
	width:600px;
}

/* [+Archiv] Link */
div.mipPageHeading a.mipLink {
	color: #0000EE !important;	
}


.divDesTopUser .buttonLogout_nordlb a{
        color: red;
        font-weight:bold;

}

/* neue Styles */
.teaser-41 th .mipLink.teaserTitle{
    color: #D27748;
}
.containerTabelleTeaser.teaser-41 td a.mipLink, .containerTabelleTeaser.teaser-41 td hr, .containerTabelleTeaser.teaser-41 td img.itemimg {

    display:none;
}

a.archiv-button{
    display:block;
}
#start-cover{
    display:none;
}



/* end custom.css*/