/**
 * Style EACMT
 * v1
 */


/* ---------- allgemein ---------- */

/* html, body, div, p, h1, h2, h3, h4, h5, table, td, form, img */
/* p, h1, h2, h3, h4, h5, table, td, form, a  rausgenommen wg. tablesorter */
p, h1, h2, h3, h4, h5, table, td, form, a
{
			margin: 0;
			padding: 0;
			font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  			background: #ffffff;
}

html, body, img
{
			margin: 0;
			padding: 0;
  			background: #ffffff;
}
div
{
			margin: 0;
			padding: 0;
}


ul 			{
			margin: 0;
			padding: 0;
			font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
			}

/*	für screenshots		width: 1350px; */
/*	normal				width: 1450px; */
#all		{
			position: relative; top: 0px; left: 0px;
			width: 1450px; 
			z-index: 3;
  			margin: 20px 0px 0px 20px;
			}

.div_100	{
			position: relative; top: 0px; left: 0px;
			width: 99.9%;
			float: left;
			}

.div_99	{
			position: relative; top: 0px; left: 0px;
			width: 98.9%;
			float: left;
			}

.div_90	{
			position: relative; top: 0px; left: 0px;
			width: 89.9%;
			float: left;
			}

.div_85	{
			position: relative; top: 0px; left: 0px;
			width: 84.9%;
			float: left;
			}

.div_80	{
			position: relative; top: 0px; left: 0px;
			width: 79.9%;
			float: left;
			}

.div_75		{
			position: relative; top: 0px; left: 0px;
			width: 74.9%;
			float: left;
			}

.div_70		{
			position: relative; top: 0px; left: 0px;
			width: 69.9%;
			float: left;
			}

.div_60		{
			position: relative; top: 0px; left: 0px;
			width: 59.9%;
			float: left;
  			min-height: 400px;
			}

.div_50		{
			position: relative; top: 0px; left: 0px;
			width: 49.9%;
			float: left;
			}


.div_40		{
			position: relative; top: 0px; left: 0px;
			width: 39.9%;
			float: left;
			}


.div_30		{
			position: relative; top: 0px; left: 0px;
			width: 29.9%;
			float: left;
			}

.div_35		{
			position: relative; top: 0px; left: 0px;
			width: 34.9%;
			float: left;
			}

.div_33		{
			position: relative; top: 0px; left: 0px;
			width: 32.9%;
			float: left;
			}

.div_25		{
			position: relative; top: 0px; left: 0px;
			width: 24.9%;
			float: left;
			}

.div_20		{
			position: relative; top: 0px; left: 0px;
			width: 19.9%;
			float: left;
			}

.div_20_space		{
			position: relative; top: 0px; left: 0px;
			width: 19.9%;
			float: left;
  			margin-right: 10px;
			}

.div_17		{
			position: relative; top: 0px; left: 0px;
			width: 16.9%;
			float: left;
			}

.div_15		{
			position: relative; top: 0px; left: 0px;
			width: 14.9%;
			float: left;
			}

.div_12		{
			position: relative; top: 0px; left: 0px;
			width: 11.9%;
			float: left;
			}

.div_10		{
			position: relative; top: 0px; left: 0px;
			width: 9.9%;
			float: left;
			}

.clear		{
			clear: both;
			}

.norm 		{
  			color: #000000;
  			border: solid #cfd1d2 1px;
  			margin: 5px 5px 5px 5px;
			padding: 5px
			}

.normohne 	{
  			color: #000000;
  			border: solid #ffffff 1px;
  			margin: 5px 5px 20px 5px;
			}

.preview 	{
  			color: #87888a;
			}

.main 		{
			position: relative; top: 0px; left: 0px;
  			padding-top: 10px;
  			min-height: 590px;
  			height: auto;
			}

.user 		{
  			height: auto;
			}

.rechts		{
  			text-align: right;
			}
.block		{
			display: block;
			}


.radius		{
			-webkit-border-radius: 7;
			-moz-border-radius: 7;
			border-radius: 7px;
			}

.radiussmall		{
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			}

.btn 		{
			padding: 10px 15px 10px 15px;
			cursor:pointer;
			}

.btn2 		{
			padding: 10px 15px 10px 15px;
			}

.btnblau 	{
			background: #3880be;
			background-image: -webkit-linear-gradient(top, #3880be, #0b72b5);
			background-image: -moz-linear-gradient(top, #3880be, #0b72b5);
			background-image: -ms-linear-gradient(top, #3880be, #0b72b5);
			background-image: -o-linear-gradient(top, #3880be, #0b72b5);
			background-image: linear-gradient(to bottom, #3880be, #0b72b5);
			color: #ffffff;
			text-decoration: none;
}

.btnblau:hover {
  			background: #0869a8;
  			background-image: -webkit-linear-gradient(top, #0869a8, #0b72b5);
  			background-image: -moz-linear-gradient(top, #0869a8, #0b72b5);
			background-image: -ms-linear-gradient(top, #0869a8, #0b72b5);
			background-image: -o-linear-gradient(top, #0869a8, #0b72b5);
			background-image: linear-gradient(to bottom, #0869a8, #0b72b5);
			text-decoration: none;
			}

.btngrau 	{
			background: #8a8888;
			background-image: -webkit-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -moz-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -ms-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -o-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: linear-gradient(to bottom, #8a8888, #a3a3a3);
			color: #ffffff;
			text-decoration: none;
			}

.btngrau:hover {
			background: #a3a3a3;
			background-image: -webkit-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: -moz-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: -ms-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: -o-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: linear-gradient(to bottom, #a3a3a3, #8a8888);
			text-decoration: none;
			}

.btngraufilter	{
    background: #e6e6e6 url("/plugin/jquery-ui-1.11.4/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
	color: #000;
	text-decoration: none;
    }

.btngraufilter:hover	{
    background: #dadada url("/plugin/jquery-ui-1.11.4/images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50%;
    color: #212121;
	text-decoration: none;
    }


p.error 	{
			color: #cc0000;
			}

.error 	{
			color: #cc0000;
			}

p.confirm 	{
			color: #1b9a1c;
			}			

.confirm 	{
			color: #1b9a1c;
			}			

xlabel		{
			width: 100px; 
			float: left;
			}
			
input.txt	{
			width: 400px; 
  			margin: 0px 0px 20px 0px;
			}
			

h1 			{
			font-size: 22px;
			font-weight: bold;
			padding: 0px 0px 10px 10px;		
			}

h2 			{
			font-size: 18px;
			font-weight: bold;
			padding: 0px 0px 10px 10px;		
			}

h3 			{
			font-size: 16px;
			font-weight: bold;
			padding: 0px 0px 10px 10px;		
			}

h4 			{
			font-size: 13px;
			font-weight: bold;
			padding: 10px 0px 10px 10px;		
			}

h5 			{
			font-size: 12px;
			font-weight: bold;
			padding: 0px 0px 10px 10px;		
			}

p 			{
			font-size: 12px;
			padding: 0px 0px 5px 10px;		
			}

table.show	{
			padding-left: 10px;		
			}

td			{
			vertical-align: top;
			text-align: left;
			padding-right: 5px;		
			}
			
form		{
			padding-left: 0px;		
			}

.grau 		{
			background: #eceded;
			}

tr.tr_link	{

			}

hr.spacer 	{
  			border: solid #cfd1d2 1px;
			}

hr.spacermore 	{
  			border: solid #cfd1d2 1px;
			}

form input	{
			display:block; 
			min-width: 20px;
			min-height: 20px;
			padding-left: 0px;		
		    border: 1px #b9babd solid;
			vertical-align: center;
			color: #000000;
			padding: 2px 5px;
			}			

textarea.big {
			width: 600px;
			height: 400px;
			}

form input.buttonsmall	{
			display:block; 
			min-width: 25px;
			min-height: 25px;
			padding-left: 0px;		
		    border: 1px #b9babd solid;
			vertical-align: center;
			padding: 2px 5px;
			}

h5 			{
			padding-top: 10px
			}

#confirmbox	{ 
			height: 30px;
			transition: all opacity 2s; /* explorer 10 */
			-webkit-transition: all opacity 2s; /* chrome & safari */
			-moz-transition: all opacity 2s; /* firefox */
			-o-transition: all opacity 2s; /* opera */			
    		}
    		
#pretxt2	{
		    border-top: 1px #ffffff solid;
		    border-right: 5px #ffffff solid;
		    border-bottom: 1px #ffffff solid;
		    border-left: 1px #ffffff solid;
			display:block; 
			min-width: 18px;
			float: left;	
			text-align: right;
			}

#pretxt3	{
		    border-top: 1px #ffffff solid;
		    border-right: 5px #ffffff solid;
		    border-bottom: 1px #ffffff solid;
		    border-left: 1px #ffffff solid;
			display:block; 
			min-width: 36px;
			float: left;	
			text-align: right;
			}

#pretxt4	{
		    border-top: 1px #ffffff solid;
		    border-right: 5px #ffffff solid;
		    border-bottom: 1px #ffffff solid;
		    border-left: 1px #ffffff solid;
			display:block; 
			min-width: 54px;
			float: left;	
			text-align: right;
			}

#pretxt5	{
		    border-top: 1px #ffffff solid;
		    border-right: 5px #ffffff solid;
		    border-bottom: 1px #ffffff solid;
		    border-left: 1px #ffffff solid;
			display:block; 
			min-width: 72px;
			float: left;	
			text-align: right;
			}

#pretxt6	{
		    border-top: 1px #ffffff solid;
		    border-right: 5px #ffffff solid;
		    border-bottom: 1px #ffffff solid;
		    border-left: 1px #ffffff solid;
			display:block; 
			min-width: 90px;
			float: left;	
			text-align: right;
			}

#text		{
		    border-top: 1px #ffffff solid;
		    border-right: 5px #ffffff solid;
		    border-bottom: 1px #ffffff solid;
		    border-left: 1px #ffffff solid;
			display:block; 
			}
			
			
#text > p		{
			display:block; 
			}

table.texteditor {
			background-color: #ffffff;
			}

table.texteditor:hover {
			background-color: #eceded;
			}

/* ---------- Start Display ---------- */
#textdisplay {
			width: 99.9%;
			}

#display_arti_text	{
			position: relative; top: 0px; right: 0px;
		    border: 0px #123456 solid;
			display:block; 
			float: right;
			}

#display_arti_pretxt {
		    border: 0px #123456 solid;
			text-align: right;
			overflow-x: visible;
			}

.preview {
		position: absolute; top: 0px; right: 0px;
		width: 300px;
		height:15px;
		transition: height 1s ease-in-out;
		transition: width 1s ease-in-out;
		overflow-y: hidden;
		}


.preview:hover {
		position: absolute; top: 0px; right: 0px;
		width: 700px;
		height: auto; 		
		transition: width 1s ease-in-out;
		transition: height 1s ease-in-out;
		z-index: 999;
		}
		
.extraabstand {
		margin: 35px 0px 0px 0px;
		}

img.borderd {
		    border: 1px #b9babd solid;
}

table.tabledisplay {
	        width:100%;
	        border:0px solid;
	        overflow:hidden;
			}
			
td.pretextright {
			text-align: right;
			}

td.textleft {
			text-align: left;
			}

/* ---------- Ende Display ---------- */
/* ---------- Anfang Editor v.0.0.4.0 ---------- */
table.tableeditor {
	        width:100%;
	        border:0px solid;
	        overflow:hidden;
			}


/* ---------- Ende Editor v.0.0.4.0 ---------- */
/* ---------- Anfang Editor v.0.0.5.0 ---------- */

.previewimg {
		background: #d9dadb;
		margin-right: 10px;
		float: left;
		}

/* ---------- Anfang v.0.0.6.0 ---------- */
input[type="submit"]	{
			font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #e3e4e5;
			background-image: -webkit-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: -moz-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: -ms-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: -o-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: linear-gradient(to bottom, #e3e4e5, #c6c7c8);
			color: #000000;
			}

input[type="submit"]:hover {
			background: #c6c7c8;
			background-image: -webkit-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -moz-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -ms-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -o-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: linear-gradient(to bottom, #c6c7c8, #e3e4e5);
			color: #000000;
			}

input[type="submit"]:active {
			background: #3880be;
			background-image: -webkit-linear-gradient(top, #3880be, #0b72b5);
			background-image: -moz-linear-gradient(top, #3880be, #0b72b5);
			background-image: -ms-linear-gradient(top, #3880be, #0b72b5);
			background-image: -o-linear-gradient(top, #3880be, #0b72b5);
			background-image: linear-gradient(to bottom, #3880be, #0b72b5);
			color: #ffffff;
			}

table.tablelogin, table.tableuser	{
			padding-left: 9px;		
			}

table.tablelogin td, table.tableuser td	{
			vertical-align: middle;
			}

a  			{
			color: #296395;
			text-decoration: underline;
			}

a:hover		{
			color: #ffffff;
    		background-color: #296395;
			text-decoration: none;
			}

hr.spacer 	{
  			border: solid #e3e4e4 1px;
			}

#confirmbox	{
			position: relative; top: 0px; left: 0px;
			width: 99.9%;
  			min-height: 45px;
			}			

/* ---------- Ende v.0.0.6.0 ---------- */

/* ---------- Anfang v.0.0.7.0 ---------- */
span.menu 			{
			text-decoration: none;
			color: #000000;
			display: block;
  			padding: 5px 5px 5px 5px;
			}

span.menu:hover		{
			background: #d9dadb;
			display: block;
			}

a.menu 			{
			text-decoration: none;
			color: #000000;
			display: block;
  			padding: 5px 5px 5px 5px;
			}

a.menu:hover		{
			background: #d9dadb;
			display: block;
			}

a.menusoft 			{
			text-decoration: none;
			color: #87888a;
			display: block;
  			padding: 5px 5px 5px 5px;
			}

a.menusoft:hover		{
			text-decoration: none;
			background: #d9dadb;
			display: block;
			}


a.ovactiv 			{
			background: #3880be;
			color: #ffffff;
			}

a.ovactiv.menusoft 			{
			background: #d9dadb;
			color: #87888a;
			}

a.ovactiv:hover 			{
			background: #d9dadb;
			color: #000000;
			}

ul			{
			list-style-type: none;
  			padding: 0px 0px 0px 0px;
			}

ul .sect 	{
			font-size: 16px !important;
			font-weight: bold !important;
  			padding: 0px 0px 0px 0px;
			}

li .sect	{
  			padding: 0px 0px 0px 0px;
			}

ul .chap 	{
			font-size: 14px !important;
			font-weight: bold !important;
  			padding: 0px 0px 0px 8px;
			}

li .chap 	{
  			padding: 0px 0px 0px 8px;
			}

li .arti 	{
  			padding: 0px 0px 0px 16px;
			}

.withoutleft {
			padding-left: 0px;
			}

.overviewmenu		{
  			max-height: 600px;
  			overflow: auto;
			}

/* select.status	{
    font-size: 14px;
    height: 38px;
    padding: 5px;
    text-align: left;
    width: 240px;
			}		*/	

.comp_0		{
			color: #000000;
			}

.comp_1		{
			color: #eeeeee;
			}

.comp_2		{
			color: #eb1e1e;
			}

/* remove standard-styles */
/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

select {
  width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
}

select.selectshort {
  width:400px;
}


select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
} */

/* hide browser-styling (arrow) in IE10 */
/* select::-ms-expand {
  display:none;
} */ 
/* ---------- Ende v.0.0.7.0 ---------- */


.selectred {
	background-color: #eb1e1e;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFxJREFUeNq8klsKACAIBN3uf+ceHxGUmJo2n4HtoIvaoQVIj3fuoAgfawWeKY6AUIEpAUMQ946oTWhEUgT2c0giaQJcJ/DrBLdi3gKQUUxLULiAJMEFpggMmgADAL1aEBS/eD02AAAAAElFTkSuQmCC);
	color: #ffffff;
	}

option 	{
		background-color: #ffffff;
		color: #000000;
		}


.status_0 input[type="submit"]	{
			font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #0b72b5;
			background-image: -webkit-linear-gradient(top, #0b72b5, #045d95);
			background-image: -moz-linear-gradient(top, #0b72b5, #045d95);
			background-image: -ms-linear-gradient(top, #0b72b5, #045d95);
			background-image: -o-linear-gradient(top, #0b72b5, #045d95);
			background-image: linear-gradient(to bottom, #0b72b5, #045d95);
			color: #FFFFFF;
			width:100%;
   		 	height: 38px;
    		padding: 5px;
    		text-align: center;
			}

.status_0 input[type="submit"]:hover	{
			background: #045d95;
			background-image: -webkit-linear-gradient(top, #045d95, #0b72b5);
			background-image: -moz-linear-gradient(top, #045d95, #0b72b5);
			background-image: -ms-linear-gradient(top, #045d95, #0b72b5);
			background-image: -o-linear-gradient(top, #045d95, #0b72b5);
			background-image: linear-gradient(to bottom, #045d95, #0b72b5);
			color: #FFFFFF;
			}

.status_1 input[type="submit"]	{
			font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #048619;
			background-image: -webkit-linear-gradient(top, #048619, #00782a);
			background-image: -moz-linear-gradient(top, #048619, #00782a);
			background-image: -ms-linear-gradient(top, #048619, #00782a);
			background-image: -o-linear-gradient(top, #048619, #00782a);
			background-image: linear-gradient(to bottom, #048619, #00782a);
			color: #FFFFFF;
			width:100%;
   		 	height: 38px;
    		padding: 5px;
    		text-align: center;
			}

.status_1 input[type="submit"]:hover	{
			background: #00782a;
			background-image: -webkit-linear-gradient(top, #00782a, #048619);
			background-image: -moz-linear-gradient(top, #00782a, #048619);
			background-image: -ms-linear-gradient(top, #00782a, #048619);
			background-image: -o-linear-gradient(top, #00782a, #048619);
			background-image: linear-gradient(to bottom, #00782a, #048619);
			color: #FFFFFF;
			}

.status_2 input[type="submit"]	{
			font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #eb1e1e;
			background-image: -webkit-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: -moz-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: -ms-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: -o-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: linear-gradient(to bottom, #eb1e1e, #ca2420);
			color: #FFFFFF;
			width:100%;
   		 	height: 38px;
    		padding: 5px;
    		text-align: center;
			}

.status_2 input[type="submit"]:hover	{
			background: #ca2420;
			background-image: -webkit-linear-gradient(top, #ca2420, #eb1e1e);
			background-image: -moz-linear-gradient(top, #ca2420, #eb1e1e);
			background-image: -ms-linear-gradient(top, #ca2420, #eb1e1e);
			background-image: -o-linear-gradient(top, #ca2420, #eb1e1e);
			background-image: linear-gradient(to bottom, #ca2420, #eb1e1e);
			color: #FFFFFF;
			}

.status_3 input[type="submit"]	{
			font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #8a8888;
			background-image: -webkit-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -moz-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -ms-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -o-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: linear-gradient(to bottom, #8a8888, #a3a3a3);
			color: #FFFFFF;
			width:100%;
   		 	height: 38px;
    		padding: 5px;
    		text-align: center;
			}

.status_3 input[type="submit"]:hover	{
			background: #a3a3a3;
			background-image: -webkit-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: -moz-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: -ms-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: -o-linear-gradient(top, #a3a3a3, #8a8888);
			background-image: linear-gradient(to bottom, #a3a3a3, #8a8888);
			color: #FFFFFF;
			}

select.statussmall {
  width:150px;
}


/* ---------- Ende v.0.0.7.0 ---------- */
/* ---------- Anfang v.0.0.8.0 ---------- */

table.tablestati {
	        width:100%;
	        border:0px solid;
	        overflow:hidden;
			}
table.tablestati td {
	        width:50%;
			font-size: 10px;
			color: #000000;
			}

.min_h30	{
   		 	height: 30px;
			}

.min_h10	{
   		 	height: 10px;
			}

.hggray		{
   		 	background: #eeeeee;
			}

.hgweiss		{
   		 	background: #ffffff;
			}

form input.buttonbig	{
			width: 95%;
			}

form input.buttonbigstart	{
			width: 75%;
			}

button.buttonbig	{
			width: 95%;
    background: #e3e4e5 linear-gradient(to bottom, #e3e4e5, #c6c7c8) repeat scroll 0 0;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
    border: 1px solid #b9babd;
    color: #000000;
    display: block;
    min-height: 20px;
    min-width: 20px;
    padding: 2px 5px;
        			}

button.buttonbig:hover	{
			background: #c6c7c8;
			background-image: -webkit-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -moz-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -ms-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -o-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: linear-gradient(to bottom, #c6c7c8, #e3e4e5);
			color: #000000;
			}

button.buttonbig:active	{
			background: #3880be;
			background-image: -webkit-linear-gradient(top, #3880be, #0b72b5);
			background-image: -moz-linear-gradient(top, #3880be, #0b72b5);
			background-image: -ms-linear-gradient(top, #3880be, #0b72b5);
			background-image: -o-linear-gradient(top, #3880be, #0b72b5);
			background-image: linear-gradient(to bottom, #3880be, #0b72b5);
			color: #ffffff;
			}


td.tdhgst0		{
   		 	background: #0b72b5;
    		text-align: center;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgst1		{
   		 	background: #048619;
    		text-align: center;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgst2		{
   		 	background: #eb1e1e;
    		text-align: center;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgst3		{
   		 	background: #8a8888;
    		text-align: center;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgstrv		{
   		 	background: #ff5907;
    		text-align: center;
			vertical-align: middle;
			color: #FFFFFF;
			}

/* ---------- test für filter ---------- */
tfoot {
    display: table-header-group;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px solid #111 !important;
    border-bottom: 1px solid #111 !important;
    padding: 10px 18px 18px 0px;
}

select.filter {
  width: auto;
  min-width: 30px;
  max-width: 100px;
  border: 1px solid #bbb;
  padding:.25em .5em .25em .5em;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
}

.dataTables_wrapper {
  width:90%;
}

textarea.assessment {
			width: 97%;
			height: 100px;
			}
/* ---------- Ende v.0.0.8.0 ---------- */

/* ---------- Anfang v.0.0.9.0 ---------- */

tr.aktiv > td
{
			font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
  			background: #ffffff !important;
  			color: #000000 !important;
}

tr.inaktiv > td
{
			font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
  			background: #ffffff !important;
  			color: #929395 !important;
}

table.tablefloat 
{
float: left;
}

td.middle 
{
vertical-align: middle;
}

td.statussoft_0		{
  			color: #ffffff !important;
   		 	background: #60a3cf;
    		text-align: center;
			vertical-align: middle;
			}

td.statussoft_1		{
  			color: #ffffff !important;
   		 	background: #5cb069;
    		text-align: center;
			vertical-align: middle;
			}

td.statussoft_2		{
  			color: #ffffff !important;
   		 	background: #f26d6d;
    		text-align: center;
			vertical-align: middle;
			}

td.statussoft_3		{
  			color: #ffffff !important;
   		 	background: #b3b2b2;
    		text-align: center;
			vertical-align: middle;
			}

td.statussoft_ac		{
  			color: #929395 !important;
    		text-align: center;
			vertical-align: middle;
			}

.min170 {
  			min-width: 170px;
}

#block {
  			display: block;
}

.block {
  			display: inline;
}

/* ---------- Test Overlay ---------- */
#overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    height:100%;
    width:100%;
    background:#000;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;
    display:none;
}


#container {
    position:fixed!important;
    position:absolute;
    height:200px;
    width:400px;
    margin:-100px 0px 0px -200px;
    top: 50%;
    left: 50%;
    background-color: #f5f5f5;
    border: 1px solid #000000;
    display:none;
    z-index:1002;
    padding:10px;
}

.off {
color: #929395 !important;
}

.off:active {
color: #FFFFFF !important;
background: #eb1e1e !important;
}

select.statussoft_1 {
			font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #048619;
			background-image: -webkit-linear-gradient(top, #048619, #00782a);
			background-image: -moz-linear-gradient(top, #048619, #00782a);
			background-image: -ms-linear-gradient(top, #048619, #00782a);
			background-image: -o-linear-gradient(top, #048619, #00782a);
			background-image: linear-gradient(to bottom, #048619, #00782a);
			color: #FFFFFF;
			width:150px;
   		 	height: 38px;
    		padding: 5px;
			background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==");
			background-position: right center;
			background-repeat: no-repeat;
    		}

select.statussoft_1 :hover {
			background: #045d95;
			background-image: -webkit-linear-gradient(top, #045d95, #0b72b5);
			background-image: -moz-linear-gradient(top, #045d95, #0b72b5);
			background-image: -ms-linear-gradient(top, #045d95, #0b72b5);
			background-image: -o-linear-gradient(top, #045d95, #0b72b5);
			background-image: linear-gradient(to bottom, #045d95, #0b72b5);
			color: #FFFFFF;
			}



input[type="button"]	{
			font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
			font-weight: norm;
			cursor: pointer;
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			background: #e3e4e5;
			background-image: -webkit-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: -moz-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: -ms-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: -o-linear-gradient(top, #e3e4e5, #c6c7c8);
			background-image: linear-gradient(to bottom, #e3e4e5, #c6c7c8);
			color: #000000;
			}

input[type="button"]:hover {
			background: #c6c7c8;
			background-image: -webkit-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -moz-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -ms-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: -o-linear-gradient(top, #c6c7c8, #e3e4e5);
			background-image: linear-gradient(to bottom, #c6c7c8, #e3e4e5);
			color: #000000;
			}

input[type="button"]:active {
			background: #3880be;
			background-image: -webkit-linear-gradient(top, #3880be, #0b72b5);
			background-image: -moz-linear-gradient(top, #3880be, #0b72b5);
			background-image: -ms-linear-gradient(top, #3880be, #0b72b5);
			background-image: -o-linear-gradient(top, #3880be, #0b72b5);
			background-image: linear-gradient(to bottom, #3880be, #0b72b5);
			color: #ffffff;
			}

.oldasseselect {
			position: relative; top: 0px; left: 0px;
			width: 99%;
			float: left;
}

.overviewselect {
			position: relative; top: 0px; left: 0px;
			width: 95%;
			float: left;
}

.oldasseshow {
			position: relative; top: 6px; left: 4px;
}

.staticwidhasse {
			min-width: 320px !important;
}

tr.group > td {
			background: #d9dadb;
			font: 10px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

table.tableroadmap {
			width: 99.9%;
			margin: 0;
			padding: 0;
			font: 10px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 5px !important;
}
.dataTables_wrapper {
			width: 100%;
}

.editor label, .user label, .filehandlerlight label		{
			width: 100px; 
			float: left;
			}

.editor select {
			width: 150px;
}

.statussoft_0 {
			color: #ffffff;
			background: #0b72b5;
			background-image: -webkit-linear-gradient(top, #0b72b5, #045d95);
			background-image: -moz-linear-gradient(top, #0b72b5, #045d95);
			background-image: -ms-linear-gradient(top, #0b72b5, #045d95);
			background-image: -o-linear-gradient(top, #0b72b5, #045d95);
			background-image: linear-gradient(to bottom, #0b72b5, #045d95);
}

.statussoft_1 {
			color: #FFFFFF;
			background: #048619;
			background-image: -webkit-linear-gradient(top, #048619, #00782a);
			background-image: -moz-linear-gradient(top, #048619, #00782a);
			background-image: -ms-linear-gradient(top, #048619, #00782a);
			background-image: -o-linear-gradient(top, #048619, #00782a);
			background-image: linear-gradient(to bottom, #048619, #00782a);
}

.statussoft_2 {
			color: #FFFFFF;
			background: #eb1e1e;
			background-image: -webkit-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: -moz-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: -ms-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: -o-linear-gradient(top, #eb1e1e, #ca2420);
			background-image: linear-gradient(to bottom, #eb1e1e, #ca2420);
}

.statussoft_3 {
			color: #FFFFFF;
			background: #8a8888;
			background-image: -webkit-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -moz-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -ms-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: -o-linear-gradient(top, #8a8888, #a3a3a3);
			background-image: linear-gradient(to bottom, #8a8888, #a3a3a3);
}

.statussoftsoft_0 {
			color: #000000;
			background: #9bb1db;
			background-image: -webkit-linear-gradient(top, #9bb1db, #95aacd);
			background-image: -moz-linear-gradient(top, #9bb1db, #95aacd);
			background-image: -ms-linear-gradient(top, #9bb1db, #95aacd);
			background-image: -o-linear-gradient(top, #9bb1db, #95aacd);
			background-image: linear-gradient(to bottom, #9bb1db, #95aacd);
}

.statussoftsoft_1 {
			color: #000000;
			background: #7fc67f;
			background-image: -webkit-linear-gradient(top, #7fc67f, #7bb87b);
			background-image: -moz-linear-gradient(top, #7fc67f, #7bb87b);
			background-image: -ms-linear-gradient(top, #7fc67f, #7bb87b);
			background-image: -o-linear-gradient(top, #7fc67f, #7bb87b);
			background-image: linear-gradient(to bottom, #7fc67f, #7bb87b);
}

.statussoftsoft_2 {
			color: #000000;
			background: #ef7f8f;
			background-image: -webkit-linear-gradient(top, #ef7f8f, #e47f8f);
			background-image: -moz-linear-gradient(top, #ef7f8f, #e47f8f);
			background-image: -ms-linear-gradient(top, #ef7f8f, #e47f8f);
			background-image: -o-linear-gradient(top, #ef7f8f, #e47f8f);
			background-image: linear-gradient(to bottom, #ef7f8f, #e47f8f);
}

.statussoftsoft_3 {
			color: #000000;
			background: #c6c5c5;
			background-image: -webkit-linear-gradient(top, #c6c5c5, #cfcfcf);
			background-image: -moz-linear-gradient(top, #c6c5c5, #cfcfcf);
			background-image: -ms-linear-gradient(top, #c6c5c5, #cfcfcf);
			background-image: -o-linear-gradient(top, #c6c5c5, #cfcfcf);
			background-image: linear-gradient(to bottom, #c6c5c5, #cfcfcf);
}


.button_100 {
			display: block;
			width: 90%;
}

form button.bfront {
    background: #e3e4e5 linear-gradient(to bottom, #e3e4e5, #c6c7c8) repeat scroll 0 0;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
   	border: 1px solid #b9babd;
    color: #000000;
    display: block;
    min-height: 20px;
    min-width: 20px;
    padding: 2px 5px;
    }

form button.bfront:hover {
    background: #c6c7c8 linear-gradient(to bottom, #c6c7c8, #e3e4e5) repeat scroll 0 0;
    }


.fl {
	float: left;
}

.mr10 {
	margin-right: 10px;
}

.mr50 {
	margin-right: 50px;
}

.mr100 {
	margin-right: 100px;
}

.ml10 {
	margin-left: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.pt10 			{
			padding-top: 10px
			}
.pt5 			{
			padding-top: 5px
			}

.pb10 			{
			padding-bottom: 10px
			}

select.slct_user {
			width: 200px;
}

.tp5		{
			position: relative; top: 5px; left: 0px;
			}

table.tableroadmap td {
    		border: 1px solid #e3e4e5;
			}

td.tdroadmap {
			background: #eceded;
			color: #000000;
}

td.tdroadmapohne {
			background: #ffffff;
			color: #ffffff;
}

table.tbroadmaptext td {
    		border: 0px solid #ffffff;
			}
			
td.tdhgstrm0		{
   		 	background: #0b72b5;
    		text-align: left;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgstrm1		{
   		 	background: #048619;
    		text-align: left;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgstrm2		{
   		 	background: #eb1e1e;
    		text-align: left;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgstrm3		{
   		 	background: #8a8888;
    		text-align: left;
			vertical-align: middle;
			color: #FFFFFF;
			}

td.tdhgstrmrv		{
   		 	background: #ff5907;
    		text-align: left;
			vertical-align: middle;
			color: #FFFFFF;
			}

.asslevel1 {
			width: 100%;
			}

.asslevel2 {
			width: 90% !important;
			}
			
tr.trlv1 > td
{
  			border-bottom: solid #8a8888 2px;
			padding-bottom: 10px;
}

tr.trlv1 + tr > td
{
			padding-top: 10px;
}

fieldset .noborder
{
  			border: solid #ffffff 0px;
}

div.dataTables_wrapper {
		width: 1380px;
		}

td .tdan, th .tdan {
		overflow: hidden;
		max-width: 0;
		text-overflow: ellipsis; 
		white-space: nowrap;
		}

td.center 	{
			text-align: center;
			}

span.center 	{
			text-align: center;
			}


td .ellipsis {
		width: 150px;
		}

div.shorten
{
    white-space:nowrap; 
    max-width:150px;
    overflow:hidden;
}


button.ui-multiselect , ul.ui-multiselect-checkboxes li label
{
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}


/* ---------- Test für Tabs ---------- */
 
.hidden {
		position: absolute; top: 26px; left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 20px;
		z-index: 99;
		height: 0px;
		overflow: hidden;
	    border: 0px #b9babd solid;
 }

.visible {
	background-color: #fff;
	display:block; 
	height: 250px;
    border: 1px #b9babd solid;
	width: 92%;
 }

.visiblemittel {
	background-color: #fff;
	display:block; 
	height: 170px;
    border: 1px #b9babd solid;
	width: 92%;
	margin-top: 17px;
 }

.visibleklein {
	background-color: #fff;
	display:block; 
	height: 120px;
    border: 1px #b9babd solid;
	width: 92%;
	margin-top: 17px;
 }

.border {
    border: 1px #b9babd solid;
 }

.btnf {
    padding: 10px 3px 10px 0px;
    margin-right: 3px;
    margin-top: 3px;
    float: left;
}

.nowrap {
    white-space: nowrap; 
    overflow: hidden;
}

.btnfixxx 		{
			padding: 3px 5px 3px 0px;
			}

.soft 	{
	color: #123456;
}

strong {
font-weight: bold;
}


.dataTables_wrapper {
	position: relative;		
}
.dataTables_wrapper .loading {
    width:100%;
    height:100%;
    background:rgba(255,255,255,.7);
    position:absolute;
    top:0;
    left:0;
    text-align: center;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}


.sk-circle {
  margin: 150px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3880be;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

table.noscript		{
			position: relative; top: 0px; left: 0px;
			width: 100%; height: 800px;
			z-index: 999;
			}

td.tdnoscript {
	background: #cc0000;
    text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

/* ---------- Test für table bg ---------- */

/* td.tdhgtime {
	background-color: #e9e9ea !important;
	background: #e9e9ea none repeat scroll 0 0 !important;
	}

td.tdhgtime > table.tablestati, 
td.tdhgtime > table.staticwidhasse, 
td.tdhgtime > table {
	background-color: #e9e9ea !important;
	background: #e9e9ea none repeat scroll 0 0 !important;
	}

td.tdhgtime > table.tablestati > tr, 
td.tdhgtime > table.staticwidhasse > tr, 
td.tdhgtime > table > tr {
	background-color: #e9e9ea !important;
	background: #e9e9ea none repeat scroll 0 0 !important;
	}

td.tdhgtime > table.tablestati > tr > td, 
td.tdhgtime > table.staticwidhasse > tr > td, 
td.tdhgtime > table > tr > td {
	background-color: #e9e9ea !important;
	background: #e9e9ea none repeat scroll 0 0 !important;
	}

td.tdhgtime > table.tablestati > tr > td > *, 
td.tdhgtime > table.staticwidhasse > tr > td > *, 
td.tdhgtime > table > tr > td > * {
	background-color: #e9e9ea !important;
	background: #e9e9ea none repeat scroll 0 0 !important;
	}
*/

td.tdbrd {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
}

td.tdbrdtop {
	border-top: 1px dashed #000;
}

td.tdbrdbottom {
	border-bottom: 1px dashed #000;
}

#loadingeditor {
position: absolute; top: 0px; left: 0px;
width: 99.9%;
height: 99.9%;
z-index: 9999;
background:rgba(255,255,255,.7);
}

select.selectshortfilter {
  width:150px;
}

#refreshlinks > p.hggray > a {
	line-height: 1.4;
}

#filterbutton > form > button.buttonbig {
	min-height: 40px;
}

select.selectlongfilter {
  width: 100%;
  min-width: 30px;
  max-width: 100%;
  border: 1px solid #bbb;
  padding:.25em .5em .25em .5em;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
  font-size: 0.8em !important;
}

#prefilterselect .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.9em;
}

select.selectadm {
  width: 95%;
  min-width: 30px;
  max-width: 95%;
  border: 1px solid #bbb;
  padding:.25em .5em .25em .5em;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVERjJERkRBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVERjJERkVBQkVCMTFFNEFDN0Q5QjI0MDk3OTlBRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRURGMkRGQkFCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRURGMkRGQ0FCRUIxMUU0QUM3RDlCMjQwOTc5OUFGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuR/G+4AAAENSURBVHjatJG9agJREIVnTeIbBPIMVnmCIAhqmUpiYTp3i5Q+ihC5lUVEiYW1BGy0SJsq4AMEAoFACKSw2XwDpxB/UNh14ONw587cOcyN4jgumtkTPIcQJnZkJElyizShRd/KMkQBRtBwEzx8d6QBrxurb2gZw008wh+cw4AB9wcM+P0ALtTXy2yCVc7QOvzCGfQZ1N5jwPN91Xl9Xf2ZN2E8tEBq8KNcYODDhgE/B917XU19losJGXlFKvANEXQZ3JEB167yfl9RfS4RpWm6ufJr5AUulZrquzy+oIqBN8sxtkzISAnxv75aS39qA++WcxR2JTWoDB9KuZZPYWCvCRlZIjcwd9X5JPEvwABY010Pev8kyQAAAABJRU5ErkJggg==);
  background-position: right;
  background-repeat: no-repeat;
  font-size: 0.8em !important;
}

.adm 		{
  			height: auto;
			}

select.preselect {
	width: 82%;
	max-width: 82%;
	float: left;
}

select.selectoverview {
	width: 95%;
	max-width: 95%;
	float: left;
}

input.loos {
    border: 1px solid #b9babd;
    color: #000000;
    display: block;
    min-height: 20px;
    min-width: 20px;
    padding: 2px 5px;
}

.btnclose	{
  padding: 0px 0px 0px 0px !important;

}

p.fk
{
			margin: 0;
			padding: 0;
			font: 5px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

p.closelink
{
  			text-align: right;
  			float: right;
}

.weiss 
{
	background: #ffffff;
}

table.lexfulltext
{
			margin-top: -20px;
			margin-left: 30px;
			float: left;
}

table.lexrefresh
{
			margin-top: -20px;
			margin-left: 30px;
			float: left;
}


input[type="submit"].dfbtn0 {
    background: #0b72b5 linear-gradient(to bottom, #0b72b5, #0665a2) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn0:hover {
    background: #0665a2 linear-gradient(to bottom, #0665a2, #0b72b5) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn1 {
    background: #048619 linear-gradient(to bottom, #048619, #00782a) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn1:hover {
    background: #00782a linear-gradient(to bottom, #00782a, #048619) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn2 {
    background: #eb1e1e linear-gradient(to bottom, #eb1e1e, #ca2420) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn2:hover {
    background: #ca2420 linear-gradient(to bottom, #ca2420, #eb1e1e) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn3 {
    background: #8a8888 linear-gradient(to bottom, #8a8888, #7b7979) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

input[type="submit"].dfbtn3:hover {
    background: #7b7979 linear-gradient(to bottom, #7b7979, #8a8888) repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 12px "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

.gray 		{
			color: #8a8888;
			}

a.resetstat, a.toggle-vis {
    cursor: pointer;
	} 


/* ---------- für demo batzl ---------- */


table.tabledisplaydemo {
	        width:100%;
	        border:0px solid;
	        overflow:hidden;
			}

table.tabledisplaydemo td {
  			text-align: center;
			}

table.tabledisplaydemo td.head {
			font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif !important;
			font-weight: norm;
			}

table.tabledisplaydemo td.left {
  			text-align: left;
			}

.nonul { text-decoration: none; }

.hrsoft 	{ border: solid #cfd1d2 1px; }
.hrsoftsoft	{ border: solid #e8e7e7 1px; }

td.dontshowtd	{ display:none;}