/** Standard-Definitionen einbinden */

@import url("/kos/kos-commons/css/main.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.admin.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.editor.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.common.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.fs2.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.invite.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.issues.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.navi.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.registration.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.search.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.statistics.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.topics.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.wizard.css?79946");
@import url("/kos/kos-commons/css/kernel.security.css?79946");
@import url("/kos/kos-commons/css/kernel.services.notices.css?79946");
@import url("/kos/kos-commons/css/kernel.window.css?79946");
@import url("/kos/kos-commons/css/kernel.window.bootstrap.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.compilation.css?79946");
@import url("/kos/kos-commons/css/kernel.pendops.css?79946");
@import url("/kos/kos-commons/css/kernel.modules.votings.css?79946");

@import url("/kos/kos-commons/css/intranet2.modules.contacts.css?79946");



/** BlendingContainer */
.blender {
position: relative;
overflow:hidden;
}
	
.blended {
  background-color: white;
  opacity: 0;
  filter: alpha(opacity = 0);
  width: 100%; 
  position: absolute; 
  bottom: 0; 
  left: 0;
}	


/** ElementLayout */

.element-layout {
       	}
       	
       	.element-layout .picture {
       		overflow: hidden;
       	}
       	
       	.element-layout.picture-left .picture {
       		float: left;
       		margin: 0 10px 5px 0;	
       	}
       	
       	.element-layout.picture-right .picture {
       		float: right;
       		margin: 0 0 5px 10px;
       	}
       	
       	.element-layout .title {
       		
       		margin-bottom: 5px;
       	}
       	
       
       	/** Column */ 	
       	.element-layout.column .title,
       	.element-layout.column .content {
       		/** Muss hidden sein, sonst bleibt das Layout nicht spaltig! */
       		overflow: hidden;
       	}
       	
       	
        /** column content-float */
       	.element-layout.column.content-float .title	 {
       		overflow: hidden;
       	}

 		.element-layout.column.content-float .content	 {
       		overflow: visible;
       	}
       	
       	/** top */
       	.element-layout.top.float-left .picture {
       		float: left;
       		
       	}
       	
       	.element-layout.top.float-right .picture {
       		float: right;
       		margin: 0 0 5px 10px;
       	}




.picturedButton img {
margin: 0px 3px -3px 0px;
}

input.kernel_cp_value, input[name=kernel_cp_value] {
display: none;
}

/** *********************************************************/
/** Gallery					*/
/** *********************************************************/
.Gallery {
}


.Gallery .DualCenterContainer {
	overflow: hidden;
  	width: 145px;
        	height: 140px;
}

.Gallery .active .DualCenterContainer {
	background-color: #FFFFFF;
}


.Gallery .clear {
	clear: both;
}


/** *********************************************************/
/** SiteMap					*/
/** *********************************************************/
ul.SiteMapPathView {
	padding-left: 0;
}

ul.SiteMapPathView li {
	display: inline;	
        margin-right: 5px;
        padding-left: 10px;
	background: Url("/generated/path_0_129_152_255_255_255.jpg") no-repeat; 
        background-position: 0px 50%;
}
			

/** ************************************************************/
/** disabledLink                                               */
/** ************************************************************/

.disabledLink {
	font-weight: normal;
}


/** ************************************************************/
/** WWSwitch                                                   */
/** ************************************************************/

.wwswitch {
	width: 100%;
}

.wwswitch .tabs {
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	padding: 0;
}
	
.wwswitch .tabs ul {
	margin: 0;
	padding: 10px 5px 0 0;
	list-style: none;
}
	
.wwswitch .tabs li {
	float: left;
	margin: 0 5px 0px 0;
	padding: 5px 9px 0 9px;
	border: 1px dotted #999999;
	border-bottom: none;
        height:16px;
}
	
.wwswitch .wwpanelcontent {
	clear: both;
	border: 1px dotted #999999;
	margin: 0px;
	padding: 2px;
}

.wwswitch .current {
        color:#FFFFFF;
        background: #FFFFFF;
        font-weight: bold;
}
.wwswitch .current:after {
        content: "]";
        color: #008198;
}
.wwswitch .current:before {
        content: "[";
        color: #008198;
}

/** ************************************************************/
/** WWPanel                                                    */
/** ************************************************************/

.wwpanel {
	width: 100%;
}

.wwpanel .tabs {
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	padding: 0;
}
	
.wwpanel .tabs ul {
	margin: 0;
	padding: 10px 5px 0 0;
	list-style: none;
}
	
.wwpanel .tabs li {
	float: left;
	margin: 0 5px 0px 0;
	padding: 0.4em 1em;
	border: 1px solid #999999;
	border-bottom: none;
}
	
.wwpanel .wwpanelcontent {
	clear: both;
	border: 1px solid #999999;
	margin: 0px;
	padding: 2px;
}

.wwpanel .current {
        color:#FFFFFF;
        background: #FFFFFF;
        background-color: #008198;
        font-weight: bold;
}

.wwpanel .current a {
  color: white;
}




/** ************************************************************/
/** WWProcess                                                  */
/** ************************************************************/


.wwprocess {
	width: 100%;
}

.wwprocess .tabs {
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	padding: 0;
}
	
.wwprocess .tabs ul {
	margin: 0;
	padding: 10px 5px 0 0;
	list-style: none;
}

.wwprocess .counter {
        display: inline;
        color: #323232;
        border: 1px solid #323232;
        padding: 0 5px 0 5px;
        margin: 0 5px 0 0;
}

.wwprocess .current .counter {
        display: inline;
        color: #FFFFFF;
        background: #008198;
        border: 1px solid #008198;
        padding: 0 5px 0 5px;
        margin: 0 5px 0 0;
}
	
.wwprocess .tabs li {
	float: left;
	margin: 0 5px 0px 0;
	padding: 5px 9px 0 9px;	
	border-bottom: none;
        height:16px;
}
	
.wwprocess .wwpanelcontent {
	clear: both;
	background: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

.wwprocess .wwpanelcontent h2 {
	clear: both;
        padding-top: 10px;
	margin: 0px;
}

.wwprocess .current {
        background: #FFFFFF;
        color:#008198;
}

/** ************************************************************/
/** WWBox                                                      */
/** ************************************************************/

.WWBox {
	border-style: none;
	border-color: #999999;
}

/** ************************************************************/
/** ListView                                                   */
/** ************************************************************/

.ListView .PictureFactory {

}

.ListViewLayout_Container .LVLDIVE {
overflow:hidden;
margin: 10px 0;
}


/** ************************************************************/
/** Search                                                     */
/** ************************************************************/
.SearchResult .title {
   	color: black;
	background: #999999;
	font-weight: bolder;	
}

.SearchResult tr.odd {
        color: #323232;
	background-color: #FFFFFF;
}


.SearchForm {
padding: 0;
}

.SearchForm .WWSubmitButton {
  margin: 0 0 0 3px;
  max-width: 25%;
font-size: smaller;
padding: 0;	
}
	
	
.SearchForm .queryString {
font-size: x-small;
width: 65%;
padding: 0;
margin: 0;
}





/** ************************************************************/
/** WWStateful                                                 */
/** ************************************************************/

.WWStatefullBox {
	margin-top: 5px;
	border: 1px solid;
	display: block;
}	

.WWStatefullBox .title {	
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 1px;
	width: 100%;

}

div.WWStatefullBox table.title td {
width:100%;
}

.WWStatefullBox span.Author {
vertical-align: bottom;
font-weight:bold;
/*padding-top:2px;
margin: 2px 1px 1px 1px;
position: absolute;*/
margin-left: 2px;
}

.WWStatefullBox .content {
	border-top: 0px;
	padding: 2px;
}


.WWStatefullBox img {
margin: 2px 1px 1px 1px;
vertical-align: middle;
}


/** ************************************************************/
/** StatusPanel                                                */
/** ************************************************************/
		
#StatusPanel .content, #StatusPanel {
	color: #323232;
        background: #FFFFFF;
	border-color: #999999;
}

#StatusPanel .title {	
	background: #FFFFFF;
	color: #323232;
	font-weight: bold;
	border-color: #999999;
}

#StatusPanel.WWStatefullBox table.title td {
	vertical-align: middle;
}

/** ************************************************************/
/** DesignPanel                                                */
/** ************************************************************/

#DesignPanel *, #DesignPanel {	
        color: #323232;
	border-color: green;
        background-color: #FFFFFF;
}

/** ************************************************************/
/** EditPanel                                                  */
/** ************************************************************/
	
#EditPanel .title, #EditPanel {
        background: #FFFFFF;
        border-color:#999999;
        color: #323232;
}
#EditPanel .content {
        color: #323232;
        background-color: #FFFFFF
}

/** ************************************************************/
/** ExternalHttp                                               */
/** ************************************************************/

.externalhttp, .externalftp {
        padding-left: 13px;
        background: url("/generated/external_black_0_129_152.gif") center left no-repeat!important;
}

/** ************************************************************/
/** Wach Login                                                 */
/** ************************************************************/

.Watch0-4, .Watch4-8, .Watch8-12, .Watch12-16, .Watch16-20, .Watch20-24 {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0px;
	width: 32px;
}
.Watch0-4{
	background-image: Url("/generated/uhr0-4_white_0_129_152.gif");
}
.Watch4-8{
	background-image: Url("/generated/uhr4-8_white_0_129_152.gif");
}
.Watch8-12{
	background-image: Url("/generated/uhr8-12_white_0_129_152.gif");
}
.Watch12-16{
	background-image: Url("/generated/uhr12-16_white_0_129_152.gif");
}
.Watch16-20{
	background-image: Url("/generated/uhr16-20_white_0_129_152.gif");
}
.Watch20-24{
	background-image: Url("/generated/uhr20-24_white_0_129_152.gif");
}

/** ************************************************************/
/** LoginForm                                                 */
/** ************************************************************/
.LoginForm .WWSubmitButton {
margin-top: 5px;
}

/** ************************************************************/
/** ActionList                                                 */
/** ************************************************************/

.ActionlistElement {
	border: none;
	background: E4E9F1;
        margin-top: 10px;
        border-bottom: 1px solid #999999;
}

.ActionlistElement h2 {
        padding-left:0px;
        margin-bottom: 0px;
}
.ActionlistElement .ActionlistElementPicture {
        width: 300px;
}

.ActionlistElement .ALE_Compilation_TableOfContent {
        background: #FFFFFF;
}

.ActionlistElement .ALE_Compilation_TableOfContent .TableOfContentEntry {
        border-bottom: 1px dotted black;
}

.ActionlistElement .ALE_Compilation_TableOfContent .TableOfContentEntry_currentPage {
        background: #FFFFFF;
        font-weight: bold;
        border-bottom: 1px dotted black;
        border-left: 2px solid black;
}

/** ************************************************************/
/** WWEditorGroup                                              */
/** ************************************************************/

.WWEditorGroup {	
        color: #323232;
	background: #FFFFFF;
}	

.WWEditorGroup .content {
        color: #323232;	
background: #FFFFFF;
}

.WWEditorGroup h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #999999;
                background-color: black;
                border-bottom: 1px solid #999999;
                padding-left: 5px;
}
	
.WWEditorGroup .WWEditorGroupRow {
margin-bottom: 2px;	
padding-top: 2px;
}


.WWEditorGroup .WWEditorGroupRow span.title {
	display: block;
	font-weight: bold;
}


.WWEditorGroup .WWEditorGroupRow .description {
color: black;
font-size: 7pt;
line-height: 8pt;
padding-top: 1px;
}

.WWEditorGroupRow.multiple {
overflow: hidden;
}

/*.WWEditorGroupRow .inner.left  {
  width: 49%;
  float: left;
}


.WWEditorGroupRow .inner.right  {
  width: 49%;
  float: right;
}

.WWEditorGroupRow .inner input,
.WWEditorGroupRow .inner select,
.WWEditorGroupRow .inner textarea {
  	width: 99%;
	width: calc(99% - 3px);
}
.WWEditorGroupRow .inner.left input,
.WWEditorGroupRow .inner.left select,
.WWEditorGroupRow .inner.left textarea {
  	width: 100%;
}
input.WWSubmitButton, button.WWSubmitButton {
	margin-top:20px;
}
*/
/*.WWEditorGroupRow.multiple3 ul {
width: 95%;
float: left;
list-style-type: none;
padding: 0;
margin: 0;
}

.WWEditorGroupRow.multiple3 ul.main li {
width: 48%;
float: left;
}

.WWEditorGroupRow.multiple3 ul.main li.last {
margin-left: 5px;
}*/

/** ************************************************************/
/** WWEditorGroupPublish                                                   */
/** ************************************************************/

.WWEditorGroupPublish {	
	margin-top: 20px;
        color: black;
	background-color: #CCCCCC;
	border: 1px solid gray;
}

.WWEditorGroupPublish .content {
        margin-top: 0px;
        color: black;
	background-color: #CCCCCC;
        padding: 4px 4px 4px 4px;
}

.WWEditorGroupPublish h2 {
	background-color: gray;
        margin-top: 0px;
	margin-bottom: 5px;
        padding-left: 5px;
        padding-top: 1px;
        padding-bottom: 1px;
	color: white;
}

.WWEditorGroupPublish .WWEditorGroupRow {
        color: #323232;
	background: #CCCCCC;
	margin-bottom: 10px;	
}

.WWEditorGroupPublish .WWEditorGroupRow span {
        color: #323232;
	background: #CCCCCC;
	display: block;
	font-weight: bold;
}

/** ************************************************************/
/** Latest Changes                                             */
/** ************************************************************/

.LatestChanges .DayBox h2 {
	color: #999999;
    	border-bottom: 4px solid #999999;
	background: #FFFFFF;
   	padding-top: 10px;
}

/** ************************************************************/
/** ExtensionPoint                                             */
/** ************************************************************/


img.ExtensionPoint {
	margin-bottom: 5px;
	display: block;
}

/** ************************************************************/
/** MasterLayout                                               */
/** ************************************************************/

#MasterLayout {
	width: 100%;
        color: #323232;
	background-color: #FFFFFF;
}
		
#MasterLayoutLeft {
	padding-top:5px;
	float: left;
	width: 0px;
	overflow: hidden;
        color: #323232;
	background: white;
	display: none;
}
		
#MasterLayoutCenter {
	width: 860px;
	overflow:hidden;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
        color: #323232;
	background: #FFFFFF;
                display:inline;
}		
		
#MasterLayoutRight {
	padding-top: 5px;
	width: 300px;
	float: right;
	overflow: hidden;
        color: #323232;
	background: white;
                display:inline;
}
		
.TitlePane {
        padding: 0;
        margin-top: 5px;
       margin-bottom: 5px;
        font-size: 1.4em;
        line-height: 1em;
	font-family: Montserrat,Arial,sans-serif;
	font-weight: bold;
	color: #323232;
	background: #FFFFFF;	
	word-spacing: 1px;
	vertical-align: text-bottom;
}
		
#MasterLayout .MasterPane {		
	margin-bottom: 10px;
}
		
#MasterLayout .StatusPane {			
	margin-bottom: 10px;
}
		
#MasterLayout .AdminPane {
	margin-bottom: 0px;
	padding-bottom: 0;
}




/** ************************************************************/
/** NoActionPane                                               */
/** ************************************************************/


#NoActionPaneMasterLayout {
	width: 100%;
        color: #323232;
	background: #FFFFFF;
}	
		
#NoActionPaneMasterLayoutLeft {
	width: 0px;
	padding-top:5px;
	float: left;
	overflow: hidden;
	color: white;
	background: white;
	display: none;
}
		
#NoActionPaneMasterLayoutCenter {
	width: 610px;
	overflow:hidden;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
}

#NoActionPaneMasterLayoutRight {
	display: none;
}

/** ************************************************************/
/** OptionDialog                                               */
/** ************************************************************/

.OptionDialog {
        margin: 70px 70px 70px 70px;
        border: 1px solid #999999;
        color: #323232;
        background: #FFFFFF;
}


.OptionDialog h2 {
	color: black;
	font-weight: bold;
        background: #999999;
        border-bottom: 1px solid #999999;
        padding: 2px 5px 2px 5px;
        margin: 0 0 0 0;
}

.OptionDialog .content {
	padding: 5px 5px 5px 5px;
}

.OptionDialog .content img {
	float: left;
        
}

.OptionDialog .yesNo {
	margin-top: 30px;	
}

.OptionDialog .yesNo a {
	margin-right: 30px;
	margin-left: 30px;
}


/** ************************************************************/
/** InputDialog        VORSICHT: EIN PAAR ZEILEN SPäTER wird ID nochmal definiert!                                        */
/** ************************************************************/

.InputDialog {
     	margin: 30px 0 70px 0;
        border: 1px solid #999999;
        background: #FFFFFF;
}


.InputDialog h2 {
	color: black;
	font-weight: bold;
        background: #999999;
        border-bottom: 1px solid #999999;
        padding: 2px 5px 2px 5px;
        margin: 0 0 0 0;
}

.InputDialog .content {
	padding: 10px 20px 20px 50px;
	background: url(/kos/kos-commons/themes/crystal/48x48/apps/icons.png) no-repeat;
}

.InputDialog .WWEditorGroup h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.InputDialog .WWEditorGroup .content {
	border-bottom: 0px;
	padding: 0px 0px 0px 5px;
        color: #323232;
	background: #FFFFFF;
}


/** ************************************************************/
/** PictureUploadDialog                                        */
/** ************************************************************/

.PictureUploadDialog {
     	margin: 30px 0 70px 0;
        border: 1px solid #999999;
        background: #FFFFFF;
}


.PictureUploadDialog h2 {
	color: black;
	font-weight: bold;
        background: #999999;
        border-bottom: 1px solid #999999;
        padding: 2px 5px 2px 5px;
        margin: 0 0 0 0;
}

.PictureUploadDialog .content {
	padding: 5px 5px 5px 50px;
	background: url(/kos/kos-commons/themes/crystal/48x48/apps/icons.png) no-repeat;
	border-bottom: 1px solid #999999;
}

.PictureUploadDialog .WWEditorGroup h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.PictureUploadDialog .WWEditorGroup .content {
	border-bottom: 0px;
	padding: 0px 0px 0px 5px;
        color: #323232;
	background: #FFFFFF;
}

/** ************************************************************/
/** FileUploadDialog                                           */
/** ************************************************************/

.FileUploadDialog {
     	margin: 30px 0 70px 0;
        border: 1px solid #999999;
        color: #323232;
        background: #FFFFFF;
}


.FileUploadDialog h2 {
	color: black;
	font-weight: bold;
        background: #999999;
        border-bottom: 1px solid #999999;
        padding: 2px 5px 2px 5px;
        margin: 0 0 0 0;
}

.FileUploadDialog .content {
	padding: 5px 5px 5px 50px;
	background: url(/kos/kos-commons/themes/crystal/48x48/filesystems/files.png) no-repeat;
	border-bottom: 1px solid #999999;
}

.FileUploadDialog .WWEditorGroup h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.FileUploadDialog .WWEditorGroup .content {
	border-bottom: 0px;
	padding: 0px 0px 0px 5px;
        color: #323232;
	background: #FFFFFF;
}


/** ************************************************************/
/** InputDialog                                                */
/** ************************************************************/


.InputDialog {
   border: 1px solid #999999;
   background: #FFFFFF;
   padding: 0 0 0 0;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   width: 450px;
}

.InputDialog h2 {
   border-bottom: 1px solid #999999;
   background: #999999;
   padding: 2px 5px 2px 5px;
   color: black;
}

.InputDialog .content {
	padding: 10px 20px 20px 50px;
	background: url(/kos/kos-commons/themes/crystal/48x48/filesystems/files.png) no-repeat;
}

.InputDialog .WWEditorGroup {
        background: transparent;
}


.InputDialog .WWEditorGroup h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.InputDialog .WWEditorGroup .content {

	padding: 0 0 0 0;

	background: transparent;

	border: none;
}

/** ************************************************************/
/** LoginDialog                                                */
/** ************************************************************/


.LoginDialog {
   border: 1px solid #999999;
   background: #FFFFFF;
   padding: 0 0 0 0;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 40px;
   width: 350px;
}

.LoginDialog h2 {
   border-bottom: 1px solid #999999;
   background: #999999;
   padding: 2px 5px 2px 5px;
   color: black;
}

.LoginDialog .content {
        margin: 10px 10px 10px 10px; 
	padding: 5px 5px 5px 120px;
	background: url("/generated/logo_neu4_0_129_152_255_255_255.jpg") no-repeat;
}

.LoginDialog .WWEditorGroup {
        background: transparent;
}


.LoginDialog .WWEditorGroup h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.LoginDialog .WWEditorGroup .content {

	padding: 0 0 0 0;

	background: transparent;

	border: none;
}


/** ************************************************************/
/** ConfigurableListViewDialog                                 */
/** ************************************************************/

.ConfigurableListViewDialog {
     	margin: 30px 0 70px 0;
        border: 1px solid #999999;
        color: #323232;
        background: #FFFFFF;
}


.ConfigurableListViewDialog h2 {
	color: black;
	font-weight: bold;
        background: #999999;
        border-bottom: 1px solid #999999;
        padding: 2px 5px 2px 5px;
        margin: 0 0 0 0;
}

.ConfigurableListViewDialog .content {
	padding: 5px 5px 5px 50px;
	background: url(/kos/kos-commons/themes/crystal/48x48/apps/iconthemes.png) no-repeat;
	border-bottom: 1px solid #999999;
}

.ConfigurableListViewDialog .WWEditorGroup h2 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.ConfigurableListViewDialog .WWEditorGroup .content {
	border-bottom: 0px;
	padding: 0px 0px 0px 5px;
        color: #323232;
	background: #FFFFFF;
}


/** ************************************************************/
/** FlowInteraction                                            */
/** ************************************************************/

.FlowInteraction {
        display: block;
	border: none;
        color: #323232;
        background: #FFFFFF;
}

.FlowInteraction .FlowProcess {
	float: left;
	font-size: 100%;
	line-height: normal;
}
	
.FlowInteraction .FlowProcess ul {
	margin: 0;
	padding: 10px 5px 0 0;
	list-style: none;
}
	
.FlowInteraction .FlowProcess li {
        background: url(/kos/kos-commons/symbol/pfeil.gif) no-repeat;
	float: left;
	padding: 5px 5px 5px 5px;
}
	
.FlowInteraction .FlowProcess .current {
	background: url(/kos/kos-commons/symbol/pfeil.gif) no-repeat;
	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid red;
	border-bottom: none;
}

.FlowInteraction .FlowContent {
        clear: both;
        border: 1px solid red;
}


/** ************************************************************/
/** AdminWindow                                                */
/** ************************************************************/

.AdminWindow {
        border: 1px solid #999999;
        color: #323232;
        background: #FFFFFF;
        padding: 5px 5px 5px 5px;
}

.AdminWindow div.DualCenterContainer {
	width: 140px;
}

/** ************************************************************/
/** DualCenterContainer                                        */
/** ************************************************************/


.DualCenterContainer {
	width: 130px;
}

/** ************************************************************/
/** AdminBarTop                                                */
/** ************************************************************/

.AdminBarTop {
	border-top: 1px solid white;
        border-bottom: 1px solid gray;
        background: #D4D0C8;
}

.AdminBarTop a {
	color: black;
	font-family: Arial;
        font-size: 10pt;
}

.AdminBarTop a.icon {
 	vertical-align: middle;
	font-size: 22px; /* Wichtig damit das Icon und der Text auf gleicher höhe sind */
}
.AdminBarTop a.title {
 	margin-right: 8px;
	margin-left: 2px;
}

/** ************************************************************/
/** Gallery                                                    */
/** ************************************************************/


.Gallery {
}


.Gallery .Image {
	display: inline;
  /*float: left;*/
  /*display: block;*/
  width: 85px;
}



.Gallery .Image .DualCenterContainer {
	overflow: hidden;
  	width: 75px;
}



.Gallery .Image .DualCenterContainer .First {
  	width: 75px;
  	height: 75px;
}



.Gallery .active .Image .DualCenterContainer {
  background: #FFFFFF;
  width: 75px;
}

.Gallery .clear {
	clear: both;
}

/** ************************************************************/
/** actionbutton                                               */
/** ************************************************************/

.actionbutton {
   color: #008198;
   background: #FFFFFF;
   padding: 2px 5px 2px 5px;
   margin: 5px 0px 5px 0px;
   border: 1px solid #008198;
   display: inline-block;
}

.WWDetailPane {
   overflow: visible !important;
}


a.actionbutton2{
background: transparent url('/kos/style-commons/actionbutton/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
/*font: normal 13px Tahoma;  */ /* Change 13px as desired */
font-size:13px;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.actionbutton2, a:visited.actionbutton2, a:active.actionbutton2{
color: #008198; /*button text color*/
margin:5px;
}

a.actionbutton2 span{
background: transparent url('/kos/style-commons/actionbutton/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.actionbutton2:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.actionbutton2:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/** ************************************************************/
/** PictureAndTextActionListWidget                             */
/** ************************************************************/

.PictureAndTextActionListWidget {

}

.PictureAndTextActionListWidget .picture {
   width: 75px;
   padding-right: 10px;
   float: left;
}

.PictureAndTextActionListWidget .PictureFactory {
   padding-right: 10px;
   float: left;
}

.PictureAndTextActionListWidget .textpane {
   clear: right;
}

/** ************************************************************/
/** SettingRow                                                 */
/** ************************************************************/

.SettingRow {
   margin-top: 5px;
   border-top: 3px solid #999999;
   padding: 7px;
}

.SettingRow h2 {
   font-size: 1.2em;
}

/** ************************************************************/
/** WWPercentage                                               */
/** ************************************************************/


.wwpercentage {

}

.wwpercentage .highlight {
  background: #008198;
}

.wwpercentage .nonhighlight {
  background: #FFFFFF;
}

/** ************************************************************/
/** WWGalleryPicture                                      */
/** ************************************************************/

.GalleryPicture .picZoom {
position: absolute;
right: 12px;
bottom: 12px;
z-index: 10000;
}

.GalleryPicture .picZoom img {
float: left;
}

.GalleryPictureRow {
   background: #FFFFFF;
}

/** ************************************************************/
/** SimpleMenuView                                             */
/** ************************************************************/

/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by/2.0/
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
}

/* IE7 float clear: */
#menu, #menu ul {
 min-height: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a, #menu h2 {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {
	color: white;
	background-color: #000000;
}

#menu li:hover {
	background-color: #6B7295;
}

#menu a, #menu h2, #menu .disabledLink {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 2px 10px 2px 5px;
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
	margin: 2px 0px 2px 0px;
        border-left: 2px solid black;
}

#menu li:hover>a, #menu li:hover>h2 {
	color: #ffffff;
}

#menu li ul {
	color: black;
	background-color: #000000;
	border: 1px solid #F0F0F0;
	width: 130px;
}

#menu li ul a {
	text-align: left;
}

#menu li li.submenu {
	background-image: url(/kos/kos-commons/images/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: right;
}










.LevelX .WWComplexMenuViewLevelX {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 155px;
	color: white;
        background: #F0F0F0;
}

.LevelX .WWComplexMenuViewLevelX ul {
	list-style: none;
	display: block;
	clear: left;
	margin: 0px;
	padding: 0px;
}

.LevelX .WWComplexMenuViewLevelX li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
 	clear: left;
}

.LevelX .WWComplexMenuViewLevelX li a {
	color: white;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px 0px 2px 0px;
	background-color: #F0F0F0;
        border-left: 2px solid black;
}

.LevelX .WWComplexMenuViewLevelX li a.selected {
	color: white;
	background-color: #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}

.LevelX .WWComplexMenuViewLevelX li a:hover {	
	color: white;
	background-color: #6B7295;
}

.LevelX .WWComplexMenuViewLevelX ul li ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: left;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li {
	list-style: none;
	display: block;
	margin: 0px;
	padding-left: 0px;
 	clear: left;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li a {
	color: white;
	display: block;
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px 0px 2px 15px;
	background-color: #F0F0F0;
	background-image: none;
	clear: left;
	border-left: 2px solid black;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li a.selected {
	color: white;
	background-image: none;
                background: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li a:hover {	
	color: white;
	background-image: none;
	background-color: #6B7295;
	border-bottom: 1px solid #6B7295;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li ul li a {
	color: white;
	padding-left: 35px;
                background: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li ul li a:hover {	
	color: #525051;
	background-image: none;
                background: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li ul li ul li a {
	color: #525051;
	padding-left: 45px;
                background: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
}

.LevelX .WWComplexMenuViewLevelX ul li ul li ul li ul li a:hover {	
	color: white;
	background-image: none;
                background: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
}


/** ************************************************************/
/** wwpanelcontent WWEditorGroup                               */
/** ************************************************************/

.wwpanelcontent .WWEditorGroup {
   background: #FFFFFF;
}

.wwpanelcontent .WWEditorGroup h2 {
   margin-top: 15px;
   margin-bottom: 5px;
   padding: 2px;
}

.wwpanelcontent .WWEditorGroup .content {
   background: #FFFFFF;
}

/** ************************************************************/
/** EmbeddedInputDialog                                        */
/** ************************************************************/

.EmbeddedInputDialog {
   border: 1px dotted #999999;
   padding: 10px;
   background: #FFFFFF;
}

.acltemplates {
margin-top: 20px;
}

.acltemplates .DualCenterContainer {
width: 65px;
}

.acltemplates .WWSubmitButton {
margin-top: 12px;
}


/** ************************************************************/
/** MenuEditor                                                            */
/** ************************************************************/
.MenuEditor .current {
background-color: yellow;
}

.MenuEditor a{
vertical-align:middle;
}
.MenuEditor img {
vertical-align:middle;
margin: 2px 1px 1px 1px;
}

/***********************************/
/** FeedWidget                      */
/**********************************/
.FeedWidget ul {
padding-left: 0;
margin-left: 0;
list-style-type: none;
}

.FeedWidget h1 {
float: left;
}

.FeedWidget img {
float: right;
}

.FeedWidget br {
clear: left;
}
/***********************************/
/** CurrentUserBanner           */
/**********************************/
.CurrentUserBanner .plattform {
margin-top: 5px;
padding: 3px;
font-size: smaller;
border: 1px solid silver;
}

/***********************************/
/** WizardDialog                    */
/**********************************/
.WizardDialog {
	border: solid gray 1px;
	padding: 0px 0 0px 0;
	margin-top: 15px;
}

.WizardDialog .Header {
	border-bottom: solid gray 1px;
	padding: 5px;
}

.WizardDialog .Header .stepBox {
	border: solid gray 1px;
	padding: 0px 1px 0px 2px;
	margin-right: 5px;
}

.WizardDialog .Header .stepLabel {
	margin-right: 5px;
}

.WizardDialog .Header .active {
	color: red;
	border-color: red;
}

.WizardDialog .ContentPane {
	padding: 10px;
}

.WizardDialog .footer {
               margin-top: 15px;
}

.WizardDialog .dependent {
  margin: 15px 0 15px 8px;
}


/***********************************/
/** HelpDialog                        */
/**********************************/
.HelpDialog {
}

.HelpDialog .options  {
list-style-type: none;
padding:  0;
}

.HelpDialog ul.options > li {
padding-bottom: 10px;
padding-top: 0;
}

.HelpDialog .options li b {
display: block;
}

.HelpDialog .FeedContainer {
padding: 5px 0 0 0;
}

.HelpDialog .FeedContainer .WWBox {
float: left;
padding-right: 15px;
}

.wwmultiselect table td {
   /* width: 50%; */
}

.wwmultiselect .newbox {
background-color: lightgrey;
padding: 10px;
border: 1px black solid;
}

.pme_create .newbox input,
.pme_edit .newbox input {
	width: 100%;
}

.cloud .old {
   color: lightgrey;
}

.cloud .simple {
   color: grey;
}


/***************************************/
/** Selectoren/Filter                     */
/***************************************/
.decadeSelector a {
  padding-right:1em;
  font-size:1.1em;
}

.decadeSelector .placeholder {
 padding-right:1em;
 font-size:1.1em;
 vertical-align: text-top;
 color: Gray;
}

.SelectorRow .archiveSelector .selected {
font-weight:bold;
font-style:italic;
font-size:1.8em;
color:silver;
}

.SelectorRow .archiveSelector span.archiveSelector_count {
font-weight:normal!important;
font-size: 0.8em!important;
color:lightgrey;
}

.SelectorRow .archiveSelector a.archiveSelector_year {
margin: 0 5px;
}

.SelectorRow .archiveSelector {
font-size: 1.2em;
}

.yearSelector .Month {
	font-size: 1.2em;
}
.yearSelector .Month a {
	padding-right: 0.5em;
}

/**********************************************/
/**         Compilation               ************/
/*********************************************/
.setupBar {
line-height:1.5em;
}

.setupBar img {
vertical-align: middle;
}

.divBehaviorComboButton .dijitButtonContents {
text-align: left;
}

.innerConAlign {
overflow:hidden;
}

.WWEditorGroupRow.single input[name=kos_wnetz_om_Compilation_title] {
  width: 100%;
}

/**********************************************/
/**         Forum                       ************/
/*********************************************/
.ForumList {
}

.ForumList .title {
font-weight: bolder;
}

/** ThreadView */
.ForumList.ThreadView .headerRow {
background-color: #FFFFFF;
}


.ForumList.ThreadView .headerRow > td {
padding: 10px;
}

.ForumList.ThreadView .content {
margin: 15px;
}

.ForumList.ThreadView .wrapper {
border: 1px solid #999999;
margin-bottom: 5px;
}

/** TopicView */
.ForumList.TopicView .mainHeaderRow,
.ForumList.TopicView .mainHeaderRow td {
background-color: #FFFFFF;
font-weight: bolder;
padding: 2px 0 2px 5px;
}

.ForumList.TopicView {
border: 1px solid #FFFFFF;
}

.ForumList.TopicView td {
padding-left: 5px;
}

.ForumList .today {
color: red; 
font-weight: bolder;
}

.forumactions {
border: 0px solid green;
margin: 10px 0 10px 0;
}

.forumactions .actionbutton {
margin-right: 5px;
}

/************************************/
/* FlowTextPane                     */
/***********************************/
.FlowTextPane .DetailPane.left {
float: left;
}

.FlowTextPane .DetailPane.left {
padding-right: 10px;
}


.FlowTextPane .DetailPane.right {
float: right;
}

.FlowTextPane .DetailPane.right {
padding-right: 10px;
}



/** Andernfalls floaten die Aufzählungen in Bilder */
.FlowTextPane ul, .FlowTextPane ol {
   overflow: auto;
   list-style-position:inside;
}

/***********************************/
/* MessageBox                      */
/***********************************/
.inBox, .outBox {
	margin:10px;
}

.inBox th, .outBox th {
	padding-left: 3px;
	color: black;
	background: #999999;
}

.inBox td, .outBox td {
 padding: 3px;

}

.inBox tr.even td, .outBox tr.even td {
	
    color:#999999;
    background: #FFFFFF;
}


.inBox tr.highlight td, .outBox tr.highlight td {
    background-color:#999999!important;
    color:black!important;
}

.inBox tr.highlight a, .outBox tr.highlight a{
    background-color:#999999!important;
    color:black!important;
}

.MessageHeader {
border: 1px solid #999999;
background-color:#FFFFFF;
color:#999999;
padding:3px;
}

.MessageContent {
border: 1px solid #999999;
padding: 3px;
padding-top:10px;
margin-bottom:20px;
}

/***********************************/
/* Sitemap                               */
/***********************************/
.Breadcrumbs, .Breadcrumbs a {
  padding: 3px;
}



/** Compilation Pagination */

/*.PageController a, .PageController span.selected a {
	padding: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 2px;
	background-color: #856DAF;
	color: white;
	text-decoration: none;
	border-radius: 3px;
}

.PageController span.selected a, .PageController a:hover {
	background-color: white;
	color: #856DAF;
}*/

.PageController{
    text-align:center;
overflow:hidden;

}
.lvPaginator .PageController {
font-size:0.8em;
}
.PageController {
line-height:1.2em;
    font-size:11px;
}
.PageController span{
    display:block;
    float:left;
    border:1px solid #FFFFFF;
    margin: 2px 0.2em 2px 0;
}
.PageController span a{
    background-color:#FFFFFF;
    border:1px solid #FFFFFF;
    color:#008198;
    display:block;
    padding:1px 5px;
    text-decoration:none;
}

.PageController span.disabled {
border:1px solid #FFFFFF;
padding:1px 5px;
color:gray;
}

.PageController span a:hover, .PageController span a:active{
    background-color: #FFFFFF;
    border:1px solid #008198;
}
.PageController span.selected{
    background-color: #FFFFFF;
    border:1px solid #008198;
    color:#ffffff;
    font-size:11px;
}

.PageController span.selected a{
background-color:#FFFFFF;
color:#008198;
}

span.PageController_PagesContainer {
border:0;
margin:0;
float:none;
display:inline;
}

/** Feedback */

h2.feedback {
color: #008198;
font-size: larger;
margin: 15px 0 5px 15px;
}

p.feedback {
margin: 15px 0 5px 15px;
}

.feedbackForm textarea, 
.feedbackForm input {
width: 98%!important;
}

ul.feedback {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

ul.feedback .item {
  padding: 0;
  margin: 0;
}

ul.feedback .time {
font-weight: bold;
width: 100px;
}

ul.feedback .time, 
ul.feedback .user,
ul.feedback .subject {
display: inline;
}

ul.feedback .description {
  margin-top: 10px;
  max-height: 200px; 
  overflow: auto;

}

ul.feedback .functions {
  margin-top: 5px;
  background: white;
}


ul.feedback .functions ul {
list-style-type: none;
margin: 0;
}

ul.feedback .functions ul li {
display: inline;
margin-left: 0;
margin-right: 5px;
margin-bottom: 0;
}

/** Feedback-Ende */

/** User.changePassword */
table.changePasswordTable {
width: 100%;
overflow: hidden;
}

table.changePasswordTable input {
width: 98%;
margin: 0;
}

/** User.changePassword - Ende */

/** WWCloud */
ul.wwcloud {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.wwcloud li {
    display: inline;
    margin-left: 8px;
    padding-left: 0;
}

ul.wwcloud li.first {
  margin-left: 0;
}

ul.wwcloud li.tag1 a {
    font-size: 0.8em;
    font-weight: 100;
}

ul.wwcloud li.tag2 a {
    font-size: 0.9em;
    font-weight: 200;
}

ul.wwcloud li.tag3 a {
    font-size: 1.0em;
    font-weight: 300;
}

ul.wwcloud li.tag4 a {
    font-size: 1.1em;
    font-weight: 400;
}

ul.wwcloud li.tag5 a {
    font-size: 1.2em;
    font-weight: 500;
}

ul.wwcloud li.tag6 a {
    font-size: 1.3em;
    font-weight: 600;
}

ul.wwcloud li.tag7 a {
    font-size: 1.4em;
    font-weight: 700;
}

ul.wwcloud li.tag8 a {
    font-size: 1.5em;
    font-weight: 800;
}

ul.wwcloud li.tag9 a {
    font-size: 1.6em;
    font-weight: 900;
}

ul.wwcloud li.tag10 a {
    font-size: 1.7em;
    font-weight: 900;
}
/** WWCloud - Ende */

ul.nobullets {
  list-style-type: none;
  padding-left: 0px;
}

/*.pmo_File input,
.pmo_File textarea,
.pmo_File select {
    width: 400px;
}*/

.LoginForm input[name="j_username"],
.LoginForm input[name="j_password"] {
	width: 98%;
	width: calc(100% - 3px);
}

/* ------------------- Videos START ------------------- */
/* ---------------------------------------------------- */
.ListView .MediaType_VIDEO {
  position: relative;
}

.ListView .MediaType_VIDEO .PictureFactoryMarker {
	background-image: url(/kos/kos-commons/symbol/btn_play.png);
	width: 70px;
	height: 70px;
	position: absolute;
	margin-left: 66px;
	*margin-left: -134px; /* IE 7 und kleiner Hack */
	margin-top: -97px;
	*margin-top: 22px; /* IE 7 und kleiner Hack */
	background-repeat: no-repeat;
	border: 2px solid white;
	border-radius: 10px;
	*border: none;
	display: block;
}

.Gallery .MediaType_VIDEO .PictureFactoryMarker {
	background-image: url(/kos/kos-commons/symbol/btn_play_small.png);
	width: 40px;
	height: 40px;
	position: absolute;
	margin-left: 50px;
	margin-top: -73px;
	background-repeat: no-repeat;
	border: 2px solid white;
	border-radius: 10px;
}

select[name="_externalProvider"] {
	width: 100%;
}

.ModalDialogContent input[type="text"] {
	width: 99%;
	width: calc(100% - 3px) !important;
}
.ImageFileView .Navi {
	margin-top: 6px;
}
.ImageFileView .Navi .Next {
	float: right;
}
/* ---------------------------------------------------- */
/* ------------------- Videos ENDE -------------------- */

/* ------------------- Issues START ------------------- */
/* ---------------------------------------------------- */
.ListView.IssueList th {
	padding-right: 10px;
	padding-bottom: 5px;
}
.ListView.IssueList td {
	padding-right: 10px;
	padding-bottom: 10px;
}
.ListView.IssueList td .EditorInfo .date {
	margin-right: 5px;
}
/* --------------------------------------------------- */
/* ------------------- Issues ENDE ------------------- */
