/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_datamintsnewsticker_pi1" */
  .tx-datamintsnewsticker-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#666;
		color:#FFF;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		width: 35em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:12em;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:21em;
		background:#FFF;
		padding: 1em;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		pading-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
/* default styles for extension "tx_srfeuserregister_pi1" */
	    
        .tx-srfeuserregister-pi1 fieldset{border:0px;} 
		.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
		.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
		.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
		.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
		.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 label span { color: #ff0000; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
		.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
		.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
		.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
		.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
		.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
		* html .tx-srfeuserregister-pi1 dd { float: none; }
		.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
/* default styles for extension "tx_dropdownsitemap_pi1" */
        .tx-dropdownsitemap-pi1 UL, .tx-dropdownsitemap-pi1 OL {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }
        .tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
            color: #EB23B9;
            background-color: inherit;
        }
        .tx-dropdownsitemap-pi1 DIV {
            margin-left: 20px;
            margin-top: 2px;
            padding: 2px;
        }
        .tx-dropdownsitemap-pi1 LI.open OL {
            display: block;
        }
        .tx-dropdownsitemap-pi1 LI.closed OL {
            display: none;
        }
        .tx-dropdownsitemap-pi1 LI.open UL {
            display: block;
        }
        .tx-dropdownsitemap-pi1 LI.closed UL {
            display: none;
        }
        .tx-dropdownsitemap-pi1 SPAN.ifsub {
            text-transform: uppercase;
            font-weight: bold;
        }
        .tx-dropdownsitemap-pi1 SPAN.spc {
            text-transform: uppercase;
            font-style: italic;
        }
        .tx-dropdownsitemap-pi1 .description {
            font-style: italic;
            font-size: 80%;
            margin-left: 5px;
        }
        .tx-dropdownsitemap-pi1 DIV {
        }
        .tx-dropdownsitemap-pi1 DIV.level_2 {
        }
        .tx-dropdownsitemap-pi1 DIV.level_3 {
        }
        .tx-dropdownsitemap-pi1 DIV.level_4 {
        }
        .tx-dropdownsitemap-pi1 DIV.level_5 {
        }
        .tx-dropdownsitemap-pi1 DIV.expAll {
            border: solid 1px #C50093;
            background-color: #FFCCFF;
            color: inherit;
            padding: 5px;
        }
        .tx-dropdownsitemap-pi1 IMG {
            margin-right: 5px;
        }
/* default styles for extension "tx_drwiki_pi1" */
  .tx-drwiki-pi1 A { TEXT-DECORATION: none; }
  .tx-drwiki-pi1 A:hover { TEXT-DECORATION: underline; }
  .tx-drwiki-pi1 H1 { FONT-SIZE: 188%; FONT-WEIGHT: normal; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.17em; MARGIN: 0px; COLOR: black; PADDING-TOP: 0.5em; BORDER-BOTTOM: #aaaaaa 1px solid }
  .tx-drwiki-pi1 H2 { FONT-SIZE: 150%; FONT-WEIGHT: normal; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.17em; MARGIN: 0px; COLOR: black; PADDING-TOP: 0.5em; BORDER-BOTTOM: #aaaaaa 1px solid }
  .tx-drwiki-pi1 H3 { FONT-SIZE: 132%; FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.17em; MARGIN: 0px; COLOR: black; PADDING-TOP: 0.5em; }
  .tx-drwiki-pi1 H4 { FONT-SIZE: 116%; FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.17em; MARGIN: 0px; COLOR: black; PADDING-TOP: 0.5em; }
  .tx-drwiki-pi1 H5 { FONT-SIZE: 100%; FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.17em; MARGIN: 0px; COLOR: black; PADDING-TOP: 0.5em; }
  .tx-drwiki-pi1 H6 { FONT-SIZE: 80%; FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.17em; MARGIN: 0px; COLOR: black; PADDING-TOP: 0.5em; }
  .tx-drwiki-pi1 HR { height:1px; border-top:1px dotted #000000; border-left:0; border-right:0; border-bottom:0; }
  .tx-drwiki-pi1 OL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0.3em 0px 0px 3.2em; LINE-HEIGHT: 1.5em; PADDING-TOP: 0px;}
  .tx-drwiki-pi1 UL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0.3em 0px 0px 1.5em; LINE-HEIGHT: 1.5em; PADDING-TOP: 0px; }
  .tx-drwiki-pi1 PRE { BORDER: #2f6fab 1px dashed; PADDING: 1em; COLOR: black; LINE-HEIGHT: 1.1em; BACKGROUND-COLOR: #f9f9f9; font-family:Fixedsys,Courier; }
  .tx-drwiki-pi1 INPUT {font-size:10pt;}
  .tx-drwiki-pi1 TEXTAREA {width:100%; font-size:10pt;}
  .tx-drwiki-pi1 input, textarea {border: 1px #ccc solid; background: #fafafa; color: #777;}
  .tx-drwiki-pi1 input[type=text]:focus, textarea:focus { background: #f0f0f0; color: #333; border-color: #666;}
  .tx-drwiki-pi1-urlextension { display: none; }
  .redirect {BORDER: #2f6fab 1px dashed; PADDING: 1em; COLOR: black; LINE-HEIGHT: 1.1em; BACKGROUND-COLOR: #FFFFF0;}
  .icons {vertical-align:middle; float:left; margin-right:20px; margin-bottom:10px;}
  .wiki-box {BORDER: #2f6fab 1px dashed; PADDING: 1em; COLOR: black; LINE-HEIGHT: 1.1em; BACKGROUND-COLOR: #f9f9f9; } 
  .wiki-box-blue {display: block;font-size: 1em; color: #000; padding: 0.5em; background: #f0f0f4; border-left: 8px #E0E7F5 solid;}  
  .wiki-box-red {display: block;font-size: 1em; color: #000; padding: 0.5em; background: #fee; border-left: 8px #fcc solid;}  
  .wiki-box-green {display: block;font-size: 1em; color: #000; padding: 0.5em; background: #33FF33; border-left: 8px #006600 solid;}  
  .wiki-box-yellow {display: block;font-size: 1em; color: #000; padding: 0.5em; background: #FFFF99; border-left: 8px #FFFF00 solid;}  
  .wiki-table {margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;}  
  .diff-r {color: red;}
  .diff-g {color: green;}
  .diff-result { BORDER: #2f6fab 1px dashed; PADDING: 1em; COLOR: black; LINE-HEIGHT: 1.1em; BACKGROUND-COLOR: #f9f9f9; font-family:Fixedsys,Courier; }
  .diff-table {width:100%;}
  .diff-table-cell-green {vertical-align:top; text-align:left; white-space:normal; color:green; font-family:Fixedsys,Courier; font-size:10pt; BORDER: #2f6fab 1px dashed; PADDING: 1em;}
  .diff-table-cell-red {vertical-align:top; text-align:left; white-space:normal; color:red; font-family:Fixedsys,Courier; font-size:10pt; BORDER: #2f6fab 1px dashed; PADDING: 1em;}
  #toc {BORDER: #aaaaaa 1px solid; PADDING: 5px; FONT-SIZE: 10pt; BACKGROUND-COLOR: #f9f9f9 }
  #toc .tocindent {MARGIN-LEFT: 2em}
  #toc .tocline {MARGIN-BOTTOM: 0px}
  #toc P {FONT-SIZE: 10pt; MARGIN: 0px}
  #toc .toctoggle {FONT-SIZE: 10pt}
  #toc .editsection {MARGIN-TOP: 0.7em; FONT-SIZE: 10pt}
/* default styles for extension "tx_mghelp_pi1" */
        /* New styling Anfang */

        .tx-mghelp-pi1 TH {
           font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
           font-size:14px;
           font-weight:bold;
        }

        .tx-mghelp-pi1-img {
          float:right;
          width:10px;
          height:10px;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-menu TABLE {
                 width:100%;
                 background-color:#F0F8FF;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-menu TABLE TH {
                font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size:14px;
                font-weight:bold;
                font-style:normal;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-selectuser {
           text-align:center;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-selectuser TABLE {
           border-color:black;
           border-style:solid;
           border-width:1px;
           background-color:#F0F8FF;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-selectuser TABLE TH {
           background-color: #000080;
           color:#FFFFFF;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-newcategory TABLE {
           border:solid 1px #000000;
           background-color:#F0F8FF;
         }

        .tx-mghelp-pi1 .tx-mghelp-pi1-newcategory TABLE TH {
           background-color: #000080;
           color:#FFFFFF;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-newcategory {
                text-align: center;
                 padding-top:20px;
        }


        .tx-mghelp-pi1 .tx-mghelp-pi1-reportmenu {
           padding-top:20px;
           text-align:center;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-reportmenu TABLE {
           border:solid 1px #000000;
           background-color:#F0F8FF;
           text-align: left;
         }

        .tx-mghelp-pi1 .tx-mghelp-pi1-reportmenu TABLE TH {
           background-color: #000080;
           color:#FFFFFF;
        }

        #.tx-mghelp-pi1 .tx-mghelp-pi1-reportmenu {
       #        text-align: center;
        #}

        .tx-mghelp-pi1 .tx-mghelp-pi1-reportmenu a  {
                text-align: left;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-dateselector {
                text-align: center;
                padding:20px;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-dateselector TABLE {
                text-align: center;
                border:solid 1px #000000;
                background-color:#F0F8FF;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-dateselector TABLE TH {
                background-color: #000080;
                color:#FFFFFF;
        }



       .tx-mghelp-pi1 .tx-mghelp-pi1-listrow {
          width:100%;
          background-color:#F0F8FF;
       }
       .tx-mghelp-pi1 .tx-mghelp-pi1-listrow TABLE TH   {
          background-color:#000080;
          color:#FFFFFF;
       }
        .tx-mghelp-pi1 .tx-mghelp-pi1-listrow TABLE TH  A {
          background-color:#000080;
          color:#FFFFFF;
       }

       .tx-mghelp-pi1 .tx-mghelp-pi1-listrow TABLE TD {
           padding:5px 10px;
           font-size:10px;
           color:black;
       }


        .tx-mghelp-pi1 .tx-mghelp-pi1-listViewHead {
                border-collapse:collapse;
                border: solid 1px #000000;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-listViewHead TD{
                padding:0px 10px;
                text-align:center;
                width:50%;
                font-weight:bold;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-listViewHead .tx-mghelp-pi1-listViewPrio TABLE {
                width:100%;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-listViewHead .tx-mghelp-pi1-listViewPrio TABLE TD {
                width:25%;
                padding:4px;

        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-listViewHead .tx-mghelp-pi1-filtertable SELECT{
                width:250px;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-delete-ticket {
              margin-top:20px;
              margin-left:auto; margin-right:auto;
              width:300px;
              border-collapse:collapse;
              border: solid 1px #000000;
              background-color:#F0F8FF;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-delete-ticket .tx-mghelp-pi1-delete-ticket-header {
              background-color: #000080;
              color:#FFFFFF;
              text-align:center;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-delete-ticket .tx-mghelp-pi1-delete-ticket-content .tx-mghelp-pi1-delete-ticket-summary {
              font-weight:bold;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-delete-ticket-content{
              padding-top:8px;
              text-align:center;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-delete-ticket-formLeft {
             width:10em; margin:0; float:left;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-delete-ticket-formRight {
             width:10em; margin:0; float:right;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewStatus {
              background-color:#F0F8FF;
              border-collapse:collapse;
              text-align:center;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewStatus TABLE {
              width:100%;
              border-collapse:collapse;
              text-align:center;
              border-collapse:collapse;
              border: solid 1px #000080;
              background-color:#F0F8FF;
              padding: 0px;
              margin: 0px;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-viewStatus TABLE .tx-mghelp-pi1-viewStatus-desc TH {
              background-color:#000080;
               color:#FFFFFF;
               border-collapse:collapse;
               padding:0px;
               margin-bottom:0px;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewStatus TABLE .tx-mghelp-pi1-viewStatus-tableHead TH {
               background-color:#000080;
               color:#FFFFFF;
               border-collapse:collapse;
        }


        .tx-mghelp-pi1 .tx-mghelp-pi1-viewStatus TABLE TD {
              font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
              font-size:10px;
              border-color:#000080;
              border-style:solid;
              border-width:1px;
              border-collapse:collapse;
        }


        .tx-mghelp-pi1 .tx-mghelp-pi1-addAction {
             width:600px;
             text-align:center;
             border-collapse:collapse;
             border: solid 1px #000000;
             background-color:#F0F8FF;
             margin-bottom:3px;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-addAction TABLE .tx-mghelp-pi1-addAction-desc TH {
             width:600px;
             background-color:#000080;
             color:#FFFFFF;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReports TABLE{
             width:100%;
             border-collapse:collapse;
             border: solid 1px #000000;
             text-align:center;
             background-color:#F0F8FF;
             padding: 0px;
             margin: 0px;

        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReportsSmall TABLE{
             width:300px;
             border-collapse:collapse;
             border: solid 1px #000000;
             background-color:#F0F8FF;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReportsSmall TABLE .tx-mghelp-pi1-viewReports-tableHead  {
             background-color:#000080;
             color:#FFFFFF;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReports TABLE .tx-mghelp-pi1-viewReports-tableHead  {
             font-family:sans-serif;
             font-size:13px;
             background-color:#000080;
             color:#FFFFFF;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReports TABLE TD {
             font-family:sans-serif;
             font-size:11px;
             color:black;
        }

        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReports TABLE .tx-mghelp-pi1-viewReports-desc {
             font-family:Arial, Helvetica, sans-serif;
             font-size:12px;
             color:blue;
        }
        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReports TABLE .tx-mghelp-pi1-viewReports-numberRec {
             font-family:Arial, Helvetica, sans-serif;
             font-size:12px;
             color:red;
        }


        .tx-mghelp-pi1 .editSingleDiv  {
                border:1px solid black;
                border-collapse:collapse;
                margin:0px;
                padding:0px;
        }


        .tx-mghelp-pi1 .editSingleDiv TABLE {
           border-collapse:collapse;
           margin:0px;
           padding:0px;
           border:0px;
           width:100%;
           text-align:left;
           background-color:#F0F8FF;

        }

        .tx-mghelp-pi1 .editSingleDiv td {
           border-collapse:collapse;
           margin:0px;
           padding:0px;
        }

        .tx-mghelp-pi1 .editSingleDiv th {
           font-size:12px;
        }

        .tx-mghelp-pi1 .editSingleDiv td {
           font-size:12px;
        }

        .tx-mghelp-pi1 .singleTicketeditCat {
             border:0px solid #000000;
        }

        .tx-mghelp-pi1 .reqfieldSym{
            color:red;
            text-align:left;
            font-weight:bold;
        }
        .tx-mghelp-pi1 .reqDescr{
            color:red;
            text-align:left;
            font-weight:bold;
        }

        .tx-mghelp-pi1 .editSingleDiv SELECT {
            width:200px;
            font-size:10px;
        }

        .tx-mghelp-pi1 .editSingleDiv .SUM INPUT {
            width:400px;
        }

        .tx-mghelp-pi1 .editSingleDiv TEXTAREA {
            width:450px;
        }



        .tx-mghelp-pi1 .tx-mghelp-pi1-viewReportsSmall  .tx-mghelp-pi1-viewReports-numeric {
             text-align:right;
        }


        .tx-mghelp-pi1 .tx-mghelp-pi1-browsebox {
          font-size:14px;
          color:black;
        }


        .tx-mghelp-pi1.tx-mghelp-pi1-browsebox .tx-mghelp-pi1-browsebox-strong{
            font-size:12px;
            color:red;
        }


        .tx-mghelp-pi1 .tx-mghelp-pi1-browsebox .tx-mghelp-pi1-browsebox-SCell {
             height:10px;
             background-color:#cccccc;
             margin-top:2px;
             margin-bottom:2px;
             padding-top:2px;
             padding-bottom:2px;
       }

        /*  New styling Ende */



/* default styles for extension "tx_mghelp_pi2" */

         .tx-mghelp-pi2 TABLE {
                 text-align:left;
                 border-style:solid;
                 border-width:1px;
                 border-color:#000000;
                 background-color:#F0F8FF;
         }
        .tx-mghelp-pi2 TABLE  TH{
                 font-family:sans-serif;
                 font-size:15px;
                 color:blue;
         }
        .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-user {
                 font-size:11px;
                 color:black;
         }
        .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-statusTime {
                 font-size:11px;
                 color:red;
         }
        .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-statusOwn {
                 font-size:11px;
                 color:green;
         }
        .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-statusAssigned {
                 font-size:11px;
                 color:red;
         }

        .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-statusOpened {
                 font-size:11px;
                 color:black;
                 font-style:italic;
         }
         .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-prioTitle {
                 background-color:#000080;
                 color:#FFFFFF;
                 text-align:center;
         }

         .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-header {
                 background-color:#000080;
                 color:#FFFFFF;
                 text-align:center;
        }
        .tx-mghelp-pi2 TABLE .tx-mghelp-pi2-topTitle {
                 background-color:#000080;
                 color:#FFFFFF;
                 text-align:center;
        }

/* default styles for extension "tx_mghelp_pi4" */

        .tx-mghelp-pi4 .tx-mghelp-pi4-listrow {
            width:80%;
            background-color:#F0F8FF;
        }
        .tx-mghelp-pi4 .tx-mghelp-pi4-listrow TABLE{
            width:100%;
            border:1px solid #000000;
            background-color:#F0F8FF;
        }
        .tx-mghelp-pi4 .tx-mghelp-pi4-listrow TABLE TH   {
          background-color:#000080;
          color:#FFFFFF;
        }
        .tx-mghelp-pi4 .tx-mghelp-pi4-listrow TABLE TH  A {
          background-color:#000080;
          color:#FFFFFF;
        }
        .tx-mghelp-pi4 .tx-mghelp-pi4-listrow TABLE TD {
           font-size:10px;
           color:black;
        }

/* default styles for extension "tx_rgpopup_pi1" */
	
.tx-rgpopup-Nest {
	position:absolute;
	border: 1px solid #CC3333;
	width:350px;
}
	
.tx-rgpopup-dragbar {
	background-color: red;
	cursor:hand; 
	cursor:pointer;
	padding: 2px 0px;
}
.tx-rgpopup-left {
	font-size : 13px; 
	font-weight: bold;
	color: white;
	float: left;
	padding-right: 15px;
	padding-left: 5px;
}
		
.tx-rgpopup-right {
	text-align:right;
	padding-right: 1px;
}
.tx-rgpopup-mainNest {
	text-align: left;
	padding: 10px;
	background-color: white;
}	
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
/* default styles for extension "tx_psmhighlight" */
	.tx-psmhighlight-toolbar { font-size: 0.6em; text-align: left; border: 1px yellow dashed; padding: 5px; margin: 0; }
	.tx-psmhighlight-toolbar span { display: inline; margin: 0 0.5em 0 0; }
	
	.tx-psmhighlight-sword { background-color: yellow; }
	.tx-psmhighlight-sword-1 { background-color: yellow; }
	.tx-psmhighlight-sword-2 { background-color: aqua; }
	.tx-psmhighlight-sword-3 { background-color: lime; }
/* default styles for extension "tt_news" */
  /* example styles for the pagebrowser */
    .tx-ttnews-browsebox TD { font-size: 10px; }
    .tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-ttnews-browsebox-SCell { background-color: #EEE; }