html, body{
    width: 100%;        
    margin: 0px;
    padding: 0px;
    overflow:hidden;
}

img{
	border: 0;
}

#app {
	margin: 6px;  
}

.formDiv {
    display: inline;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.header {
    height: 57px;
}

.globalDiv {
	padding-top:7px;		
}

.upperToolbar{
	height: 28px;
}

.panelToolbarMenuTab{
  
}


.searchField{    
	width: 150px;
	height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.searchGeneralInputDiv{
	padding-top: 5px;
	padding-bottom: 6px;  /* needed to use full toolbar height*/
	padding-left: 10px;
}


/*--------Outlooktoolbar---------------*/
.outlookToolbar{
    float: left;
    height: 500px;
    padding: 0px;
    margin: 0px;
    
    text-align: left;
    overflow: hidden;
}

.tabStyleOutlook
{
    height: 28px;
    
    margin: 0px;
    padding: 0px;
    border: 0px solid black;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyleOutlookActiv
{
    height: 28px;
    /*background-color: #9ABED3;*/
    margin: 0px;
    padding: 0px;
    border: 0px solid #ffffff;
    /*border-top: 1px solid #ffffff;*/
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.tabStyleOutlookDisabled {
    height: 28px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #ffffff;
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
}

.bereichsnavigationWidth {
    width: 348px;
}

.outlookToolbarWidth {
    width: 285px;
}

.outlookToolbarWidthInner {
    width: 326px;
}

.outlookToolbarWidthNav {
    width: 295px;
}

.outlookToolbarWidthSearch {
    width: 302px;
}


.outlookToolbarBorder{
    border: 1px solid #BBBFC2;
}
.outlookTabContent {
	border: 1px solid #BBBFC2;
    width: 100%;
}

.outlookToolbarAreas{
	height: 100%;
	width: 100%;
	overflow: auto;
	border-color: #000000;
}

.outlookToolbarTreeDiv{
    height: 500px;
    overflow: auto;
}

.outlookToolbarHight{
	height: 500px;
}

.outlookToolbarIntegroHight{
   height: 250px;
}

.outlookToolbarClosedHeight{
	height: 500px;
}

.outlookToolbarClosedContentDiv {
	border: solid 1px #BBBFC2;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 20px; /* needed for correct height calculation */
}

.outlookClosedTabElement {
	height:22px; 
	border-bottom:1px solid #8F8F8F; 
	margin-top:6px; 
}

.outlookTabIconPanel {
	width: 45px;
}

.panelToolBarGroupNav {
	border-right: 20px solid #FFFFFF;
}

.documentIframe{
    width: 100%;
    height:100%;
}
.documentIframeBorder{
    height: 100%;
}
    /*IE7*/ 
* + html .documentIframeBorder{
    height:88%;
}
    /*IE6*/
* html .documentIframeBorder{
    height:88%;
}
tr.documentIframeBorder > td {
	border:1px solid #BBBFC2;
	vertical-align:top;
}

.documentManagerComplete {
	display: block;	
}

.docManagerLinkArea {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 4px;
}

.docManagerLinkAreaHover{
	background-color: #FFFFFF;	
}
 
.breadCrumDiv {
    margin-top: 1px; 
    border: solid 1px #BBBFC2;
}

.documentManager {
	height: 28px;
	text-align: center;
}

.documentManagerContentDiv {
	border: solid 1px #BBBFC2;
	padding-top: 20px;
}

.expandedSearch{
    float: left;
    width: 100%;
    height: 80%;
    border: solid 1px #aaaaaa;
}

.instructionField {
	text-decoration: none;    
	width: 50px;
	height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.instructionGoButton{    
	width: 25px;
	height:expression(this.scrollHeight > 21? "21px" : "auto" ); 
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.expandedFormoptKlein{
    color: #000000;  
    font-size: 9px; 
    font-weight: bold;
    background-color: #f5f5f5;
    border: #848484 1px ;
    width:16px;
    height:16px;
}

.bookmarkStyle1{
	vertical-align:top;
}

.bookmarkMenuLink {
	font-weight: bold;
    color: #8C8982;
    text-decoration: none;   
    padding: 6px 6px 1px;
	border-width: 1px;
	border-style:solid;
	border-color: #808080 #808080 #000000;
}

.bookmarkMenuLink:hover {
    color: #333333 !important;
}

.bookmarkMenuLinkSelected {
	font-weight: bold;
    color: #8C8982;
    text-decoration: none;
    padding: 6px 6px 1px;
    color: #333333;    
    border-width: 1px 1px medium; 
    border-style: solid solid none;
}

#bookmarkMenuDivInputField {
	margin-left:25px;
}

.bookmarkManagerMainDiv {
    height:300px;
    padding-top:10px;
    padding-left:10px;
}

.bookmarkManagerLeftDiv {
	float:left;
	height:300px;
	overflow:auto;
	width:275px;
	margin-right:10px;
	padding-right:5px;
}

.bookmarkManagerLeftDivRestricted {
   float:left;
   height:300px;
   overflow:auto;
   width:634px;
   margin-right:10px;
   padding-right:5px;
}

.bookmarkManagerRightDiv {
    
}

.progressionIconDiv{
   width:16px
}
.linksourcelist
{
	margin-left:22px;
}
.linksourcelnk
{
	font-size:9pt;
	font-weight: bolder;
	text-decoration:none;
	color:black;
	white-space:nowrap;	
}
.op
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color:#EEEEEE;
	color:black;
}

.flyoutHeader {
	background-image: url(../images/htg/htg.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #BBBFC2; 
	height: 28px; 
	vertical-align: middle;
}

.flyoutHeaderEpolsax {
    background-color: #002664;
    border-bottom: solid 1px #BBBFC2; 
    height: 28px; 
    vertical-align: middle;
}

.subtoolbarHeader {
    background-image: url(../images/htg/htg.gif);
    background-repeat: repeat-x;
}

.flyoutAll {
	border: solid 1px #BBBFC2;
}

.flyoutFooter {
	height: 30px;
	border-top: solid 1px #BBBFC2;
	text-align: right;
}

.documentDisplayArea{
    width:100%;
    border-left:20px solid white;
}

.integroTable {
	height:500px;
	overflow:hidden;
    padding-left:5px;
	width:100%;
}

.integroTd1 {
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	width:66%;
}

.integroTd2 {
    background-color:#8C8781;
    vertical-align:top;
    width:33%;
}

.integroStep1Column1 {
   float:left;
   margin-right:5px;
   text-align:left;
   width:70px;
}

.integroStep1Column2 {
   float:left;
   width:64.5%;
}

.integroStep2Column1 {
   padding-top:6px;
   width:60%;
}

.integroStep2Column2 {
   float:left;
}

.integroStep2Column3 {
   padding-top:5px;
}

.integroStep3Column1 {
   float:left;
   margin-left:120px;
   padding-top:6px;
   width:60%;
}

.integroStep3Column2 > img {
   float:left;
}

.integroStep3Column2 > a {
   padding-top:5px;
}

.integroStep3Column3 {
   padding-top:5px;
}

.integroFooterButtonHidden {
   display:none;
}

.integroErrorMessageDiv {
   background-color:#FFFFFF;
   border:1px solid #746F6B;
   color:#FF0000;
   font-weight:bold;
   margin-top:25px;
   padding-bottom:4px;
   padding-top:4px;
   text-align:center;
   width:90%;
}

.integroEntryDiv {
   height:23px;
   margin-bottom:15px;
}

.integroAssiControlDiv {
	padding-left:25px;
	padding-top:10px;
}

.integroForm {
   height:92%;
}

.integroAssiLink {
   color:#000000;
   text-decoration:none;
}

#integrowindowHeader {
   height:50px;
}

#integroHeaderTable {
   width:100%;
}

#integroHeaderTable td {
   border:0px none;
   height:24px;
   width:33%;
}

.integroHeader {
   border:0px none;
   font-size:13px;
   text-align:center;
}

.integroHeaderBorder {
   border-left:2px solid #FFFFFF !important;
}

.integroHeaderActive {
   background-image:url(../images/integro/integroActive.jpg);
   color:#000000;
   font-weight:bold;
}

.integroHeaderInactive {
   background-image:url(../images/integro/integroInactive.jpg);
   color:#8B8781;
   font-weight:normal;
}

.integroEditorDiv {
   height: 100%;
}

.integroEditorDiv > span {
   width:95% !important;
}


.integroEditorDiv td {
   border:0 none !important;
}


.integroEditor {
   
}

.integroTreeDiv {
   margin-left:9px;
   width:90%;
}

.integroTreeDiv a.outlookToolbarWidth {
   white-space:normal;
}

.integroTreeDiv a.treeitem {
   white-space:normal;
   width:328px;
}

.integroTreeDiv a.treeitemmark {
   white-space:normal;
   width:328px;
}

.treeAssignmentTbl {
   width:80%;
}

.treeAssignmentTbl > tbody > tr > td {
   border-bottom:2px solid #E4DFD9;
   padding-bottom:15px;
   padding-right:10px;
   padding-top:20px;
   vertical-align: top;
}

.treeAssignmentTblTd {
	border: none;
}

.treeAssignmentTblTd1 {
   width:1%;
}

.treeAssignmentTblTd2 {
	width:65%;
	font-weight: bold;
}

.treeAssignmentTblTd3 {
   width:1%;
}

.treeAssignmentTblTd4 a {
   text-decoration:none;
}

.integroSchlagwortTbl {
   width:100%;
}

.integroSchlagwortTblTd1 {
   padding-right:5px;
   padding-top:4px;
   text-align:left;
   vertical-align:top;
   width:70px;
}

.integroSchlagwortTblTd2 {
   height:30px;
   width:64.5%;
}

.integroSchlagwortTblTd2 input {
   width:100%;
}

.integroSchlagwortTblTd3 {
   height:30px;
   padding-left:12px;
   vertical-align:middle;
}

.integroSchlagwortTblTd3 a {
   text-decoration:none;
}

.integroTreeTbl {
   width:100%;
}

.integroTreeTblTd1 {
   width:66.6%;
}

.integroTreeTblTd2 {
   vertical-align:top;
   width:34.4%;
}

.marginalIntegroAreaHeight {
   height:200px;
}

.integroAssiControlButtonTop {
	background-image:url(../images/integro/buttonbackground.jpg);
	background-repeat:repeat-x;
	border:1px solid #73706B;
	width:90%;
}

.integroAssiControlButton {
	background-image:url(../images/integro/buttonbackground.jpg);
    background-repeat:repeat-x;
    border-bottom:1px solid #73706B;
    border-left:1px solid #73706B;
    border-right:1px solid #73706B;
    width:90%;
}

.integroStepHeight {
	overflow-y:auto;
}

.integroBreadcrumbTd1 {
	vertical-align:top;
}

#textmarker {
	height:134px;
	display:none;
	position:absolute;
	left:356px;
	right:215px;
	border:1px solid #BBBFC2;
	bottom:8px;
}

.colorPickerTd {
	width:90px;
}

.markerTextAreaTd {
	width:auto;
}

.markerButtonsTd {
	width:182px;
	vertical-align:top;
}

.markerMessagesTd {
	width:26px;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

.color-picker {
   border: none;
}

.markerTextArea {
	width:100%;
	height:114px;
	margin-top:10px;
	border:1px solid #BBBFC2;
	font-family:Segoe UI,Tahoma,sans-serif;
}

.markerColor {
   border: 1px solid #BBBFC2;
   width: 30px;
   height: 30px;
   cursor: pointer;
   display:inline-block;
   float:left;
   border-radius: 2px;
   margin-top:10px;
   margin-left:10px;
}

.markerColorActive {
	border: 2px solid #000000 !important;
   margin-left:8px !important;
   margin-top:8px !important;
}

.markerColorRow {
	width:90px;
	clear:both;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay {
    z-index: 9999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overlayBlocked {
	background:url(../images/pix.gif) repeat;
}

.overlayBlockedShow {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background-color:#FFFFFF;
}

.overlayBlockedShow > img {
	position:fixed;
	top:50%;
	left:50%;
}

#loadingPopup, .loadingPopup {
	height:330px;
	text-align:center;
	display:none;
}

#loadingPopup > div, .loadingPopup > div {
	margin-top:130px;
}

.memoDiv, .memoDivEmpty {
	text-align:left;
	font-weight:normal;
	margin-bottom:5px;
}

.memoDiv:hover {
   background-color: #ffffff;
}
      
.memoDiv a {
   color: #000000;
}

#memoTable tr td {
   vertical-align:top;
}

#memoPop a:link {
   text-decoration: none;
}

#memoPop a:hover {
   text-decoration: underline;
}
