/* XPages Application CSS */
/*body {
	color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  
} */

div#container {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 2% auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0.5em;
    max-width: 50em;
   border: 1px ridge silver;
    -moz-border-radius: 8px;
}

div#left {
    float: left; width: 15em;
    margin: 0; padding: 0;
}
  
div#right {
    margin-left: 15em;
}

div#content {
	clear:both;
	font-size: 1.3em;
}

.headline{
	font-size:1.6em;
	line-height:140%;
	font-weight:bold;
}

.descr {
	font-size:1.4em;
	line-height:140%;
}

.errmsg {
	color:red;
}
body {
	font-size:1em;
	/*font-size:62.5%; */
	font-size: 100%;
	font-family: Arial, Helvetica, "Sans Serif" !important;	
	color: #404040;
	/*color:#000;	
	font-size: 9pt;*/
	}
body h1{
	color:#871d33;
}

body h2{
	color:#871d33;
}

a img{
	cursor:pointer;
}

/* >>> ADD: PAr, 17.04.2011 aus styles.css Ministerium*/
hr {
    border-color: #919090 -moz-use-text-color #FFFFFF;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 1.5em 0;
}
h1 {
    color: #871d33;
    font-size: 16px;
}
h2 {
    color: black;
    font-size: 15px;
    line-height: 110%;
}
h3 {
    color: #676767;
    font-size: 13px;
}
/* <<< ADD: PAr, 17.04.2011 aus styles.css Ministerium*/

#imp a{margin-left:5px;}
  
#imp ul{
	list-style:none;
	margin-left:0px;
	}
a{cursor:pointer;}
#content2 a{cursor:pointer;}
a:link {color:#404040; }
a:visited {color:#404040; }
a:hover {/*color:#871d33;*/color:#404040; }
#wrapper{
	/* width: 980px; */
	margin: 10px auto;
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #919090;
	overflow:auto;
	margin-top:0px;
}

/*
#header{
	height: 13.3em;
	background-image: url(background_head.gif);
	background-repeat: repeat-x;
} */

#leftcol{
width:200px;
float:left;
}

#main{
/* border-top:3px solid #919090; */ 
/*margin-left:200px; */
}
#mainResult{
border-top:3px solid #919090; 
/*margin-left:200px;*/
display:none;
}

/* hauptcontent*/
#content1{
overflow:auto;
/*border-right:1px solid #919090;*/
	padding-left:10px;
	padding-right:10px;
	cursor:default;
}

#content1 img{cursor:default;}
#content2 img{/*cursor:default;*/margin:0 -0.3em;/*width:14em;*/}
#content3 img{cursor:default;}

#content1 a img{cursor:pointer;}
#content2 a img{cursor:pointer;}
#content3 a img{cursor:pointer;}

/*rechte spalte*/
#content2{
min-width:16.7em;
/*float:right;*/
display:none;
cursor:default;
/* */
font-size: 1em;
background-color: #D9D9D9;
border-bottom: 1px solid #919090;
border-left: 1px solid #919090;
}
/*bildspalte*/
#content3{
/*width:779px;*/
display:block;
 cursor:default;
}
.banner{
/*width:779px;*/
}
#sitelogo{
/*width:19.9em; */
display:block;
}



#imp{
	height: 20.3em;
	/*background-image: url(menue_bottom.gif);*/
	background-repeat: repeat-x;
	padding-top:10px;

}
 
#imp li{padding-bottom:3px;
}


#zlogo{
width:200px;
height:79px;
display:none;
}

#breadcrumb{
color:#404040;
height:15px;
padding-top:3px;
}

.impA{	
color:#404040;
padding-left:8px;
padding-bottom:8px;
}

.sitButtonCommand {
    color: #871d33;
    font-weight: normal;
    /*height: 1.8em;*/
    padding: 0 4px;
    font-size: 8pt;
    margin-left: 1px;
}
.sitboxpanel{
	color: #000000;
    font-size: 1.15em;
    padding: 0.3em 0.3em 0.3em;
	}
.sitboxpanel a{
	color: #000000;
	text-decoration: underline !important;
}
.sitboxpanel img {
       max-width: 100%;
}
.green{
	background-image: url(grad_green.gif);
	repeat:repeat-x;
	font-size:1.3em;
	padding:0.6em 0.4em 0.6em 0.8em; 
	line-height:110%;
	color:#fff;
	font-weight: bold;
} 
.blue{
	background-image: url(grad_blue.gif);	
	repeat:repeat-x;
	font-size:1.3em;
	padding:0.6em 0.4em 0.6em 0.8em;
	line-height:110%;
	color:#fff;
	font-weight: bold;
}
.orange{
	background-image: url(grad_orange.gif);		
	repeat:repeat-x;
	font-size:1.3em;
	padding:0.6em 0.4em 0.6em 0.8em;
	line-height:110%;
	color:#fff;
	font-weight: bold;
}
.darkblue{
	background-image: url(grad_red.gif);		
	repeat:repeat-x;
	font-size:1.3em;
	padding:0.6em 0.4em 0.6em 0.8em;
	line-height:110%;
	color:#fff;
	font-weight: bold;
}
.violett{
	background-image: url(grad_violett.gif);		
	repeat:repeat-x;
	font-size:1.3em;
	padding:0.6em 0.4em 0.6em 0.8em;
	line-height:110%;
	color:#fff;
	font-weight: bold;
}

.container{font-size:1.11em;}
.xspDataTable{width:99% !important;}
.srchFilterTxt{clear: both; margin-left: 5px;}
/* Pager */
.xspGroup span span a, .xspGroup span span a:visited {color:#848484;}
.xspGroup span span.xspCurrentItem {color:#871D33;font-weight:bold;}
/* #content3 a img {width:805px;} */

/* Dijit Dialog */
#DialogFenster_underlay {background-color:black;}
.dialogFont {
	color: #871D33;
	font-weight: bold;	
	}
/* Feed Provider RSS */
.feed-header{line-height:130%; color: #871D33; font-size:16px;margin:10px 2px 0 0;font-weight: bold;}
.feed-item {list-style-type:none; margin: 2px; border-bottom-width: 0px; border-top-width: 1px; border-left-width:0px;border-right-width:0px; border-style:solid ;border-color:#919090; padding: 5px;}
.feed-item img{padding-right: 5px;padding-bottom:5px;}
.feed-container{padding-top: 10px;}
.feed-title{font-size:13px;color: #676767;}
.feed-link{font-size:13px;color: #404040;}
.feed-description{font-size:12px;color: #404040;font-weight: normal;}
/*File Download Component*/
.xspDataTableFileDownload{border-collapse:none;width:100%;}
.xspDataTableFileDownload TBODY TR TD{border:none;padding-right:0px;}
.xspDataTableFileDownload THEAD{display:none;}
.fdownloadTypeClass{width:0px;}
.fdownloadTypeClass .xspTextComputedField{display:none;}
.fdownloadRowClass{line-height: 200%;font-size: 1.08em;)
.fdownloadFileClass .xspTextComputedField{color: #000000;}
.fdownloadSizeClass{color:#000000;}
.sitemap {
   padding: 20px 0 20px 10px;
   line-height: 20px;
   color: #404040;
   font-size: 9pt;
   }

.sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
.sitemap > div > UL > LI > a {
	/* Hintergrund und Border für Menü Punkte auf Level 1; Auskommentiert am 26.11.2013 PArndt
	font-size: von 16px auf 12px
	padding-top:2px; NEU
	font-weight:bold; NEU
	color:#000; NEU - Farbe anpassen
	*/
	color: #000; /* Farbe der Menü Punkte Level 1*/
	font-size: 12px;
	font-weight:bold;
	line-height: 25px;
	display: block;
	text-transform: uppercase;
	padding-top:2px;
	/*border-top: solid 2px #FFF;
	border-bottom: solid 2px #F5F5F5;
	background-color: #F5F5F5;*/
	}
.sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
.sitemap a,.sitemap a:hover  {
	text-decoration: none;
	color: #000; /*Farbe restliche Menüpunkte*/
	}

/*.sitemap LI {
   background: url(extm.gif)
               no-repeat
               0% 0%;
   }
.sitemap LI.last {
   background: url(exlm.gif)
               no-repeat
               0% 0%;
   }
.sitemap UL {
   background: url(exim.gif)
               repeat-y
               0% 0%;
   }
  */
.sitemap UL.last {
   background-image: none;
   }
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0} .cc-revoke{border-style:solid;border-color:#fafafa;border-width:1px;}
