/* "auto" makes the left and right margins center the wrapper */
body {
	padding-top:20px;
}

html {
    overflow-y: scroll;
	overflow-x: scroll;
}

a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

td.highlight {
    background-color: whitesmoke !important;
}



#wrap { 
	width: 100%-30px; 
	min-height: 900px;
	margin: 0 15px; 
	/*border: 5px solid #0291fa;
    border-radius: 4px;*/
}

#header {
	position: fixed;
	top: 60px;
	left: 10px;
	background: #0291FC;
	height: 4px;
	width:99%;
	z-index: 2;
}

#header_title {
	position: relative;
	top: -18px;
	left: 20px;
	height: 40px;
	width: 300px;
	padding-left: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 25px;
	background: #FFFFFF;
	z-index: 2;
}

#header_logo {
	position: relative;
	top: -70px;
	height: 100px;
	width: 240px;
	padding-left: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 25px;
	background: #FFFFFF;
	z-index: 2;
	float: right;
    margin: 0px 25px 0px 0px;
}

#menu {
	position: fixed;
	top: 110px;
	left: 10px;
	z-index: 3;
	background: #FFFFFF;
}

#content {
	position: relative;
	top: 160px;
	left: 10px;
	/* height: 720px; */
	width: 100%;
	overflow: auto;
}

li a:hover {
	color: #000;
	text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 13px;
}

li {
    float: left; 
	border: #FFFFFF;
	border-style: solid;
	border-width: 0px 1px;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #0291FC;
}

.rotate {

/* Safari */
-webkit-transform: rotate(-45deg);

/* Firefox */
-moz-transform: rotate(-45deg);

/* IE */
-ms-transform: rotate(-45deg);

/* Opera */
-o-transform: rotate(-45deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

}

.active {
    background-color: #0291FC;
}

.fixedTable .table2 {
  background-color: white;
  width: auto;
}
.fixedTable .table2 th {
	height: 100px;	
}
.fixedTable .table2 tr td,
.fixedTable .table2 tr th {
  width: 80px;
  height: 75px;
  padding: 5px;
	font-size: 10px;
	line-height: 11px;
	vertical-align: top;
}
.fixedTable-header {
  /* width: 100%-200px; */
  height: 40px;
  margin-left: 181px;
  overflow: hidden;
 /* border-bottom: 1px solid #CCC; */
  position: fixed;
	top: 200px;
	z-index: 5;
}
.fixedTable-sidebar {
  width: 181px;
  /*height: 660px;*/
  float: left;
  overflow: hidden;
  /*border-right: 1px solid #CCC;*/
}

.white_block {
	position: fixed;
	top: 0px;
	background: #FFFFFF;
	width: 100%;
	height: 240px;
	z-index: 1;
}

.select-style {
    border: 0px solid #ccc;
    font-size: 9px;
    border-radius: 3px;
    
}

.select-style select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.white_block2 {
	position: fixed;
	top: 0px;
	background: #FFFFFF;
	width: 100%;
	height: 170px;
	z-index: 1;
}

.sortblock {
	position: fixed;
	top: 200px;
	background: #FFFFFF;
	width: 100%;
	z-index: 1;
}

.top {
	z-index: 999;
}

.fixedTable-body {
  overflow: auto;
  width: 100%-200px;

  
}

.green {
	background-color: #228600;
	color: #FFFFFF;
}

.blue {
	background-color: #3101F7;
	color: #FFFFFF;
}

.lightgreen {
	background-color: #32CD32;
	color: #FFFFFF;
}

.red {
	background-color: #FF0004;
	color: #FFFFFF;
}

.yellow {
	background-color: #FFFF00;
}

.grey {
	background-color: rgba(0, 0, 0, 0.05);
}

.tooltipp {
    position: relative;
}

.tooltipp .tooltipptext {
    visibility: hidden;
    width: 250px;
    background-color: #0291FC;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipp:hover .tooltipptext {
    visibility: visible;
}

.submitLink {
  background-color: transparent;
  border: none;  
  cursor: pointer;
}
submitLink:focus {
  outline: none;
	text-decoration: underline;
}


.Titel {
	font-weight: bold;
	font-size: 18px;
}