/* CSS Document */
body {
	padding: 1em;
}
.Rahmen{
	padding: 0px 10px 0px 10px;
}


#Navbar{
    padding: 5px 15px 10px 15px;
    text-align: right;
    background-color: #8A8181;
    color: #FFFFFF;
}

#Navbar a{
	text-decoration: none;
	color: #FFFFFF;
}

#Intern{
	padding: 10px;
}

#Intern button{
    border: 2px solid #000000;
    border-radius: 12px;
    background-color: #FD0105;
	color: #FFFFFF;
	width: 200px;
	cursor: pointer;
}

#Intern th{
	padding: 5px;
	background-color: #E4DFDF;
	text-align: center;
	min-width: 250px;
}
#Intern td{
	padding: 8px;
}
#grayout {
    background-color: #333;
    opacity: 0.8;
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 996;
    height: 100%;
    width: 100%;
    overflow: hidden;
	display: none;
	color: #F5060A;
	font-size: 2em;
    text-align: center;
	align-self: center;
}
#grayout #box{
  width: 100%;
  line-height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#GrayoutMuster {
    background-color: #333;
    opacity: 1;
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 990;
    height: 100%;
    width: 100%;
    overflow: hidden;
	display: none;
} 
#GrayoutMeldung {
    background-color: #333;
    opacity: 1;
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 991;
    height: 100%;
    width: 100%;
    overflow: hidden;
	display: none;
} 
.sanduhr{
	color: #F3DF7B;
	font-size: 4em;
}

input{
	background-color: #DBD2D2;
}
input:focus{
	background-color: #98F4B4;
}
input:hover{
	background-color: #F4F398;
}
input:required{
	border: 2px dotted #F90808;
}

textarea{
	background-color: #DBD2D2;
}
textarea:focus{
	background-color: #98F4B4;
}
textarea:hover{
	background-color: #F4F398;
}
textarea:required{
	border: 2px dotted #F90808;
}

select{
	background-color: #DBD2D2;
}
select:focus{
	background-color: #98F4B4;
}
select:hover{
	background-color: #F4F398;
}
select:required{
	border: 2px dotted #F90808;
}

option {
  background:#A4A4A4;
}

option:nth-child(odd) {
  background:#727277;
	color: #FFF
}

option:hover {
  background:#F4F398;
}

option:focus{
	background-color: #98F4B4;
}

input[type='checkbox'],
input[type='radio'] {
	background: #DBD2D2;
}
input[type='checkbox']:focus,
input[type='radio']:focus{
	background-color: #98F4B4;
}
input[type='checkbox']:hover,
input[type='radio']:hover{
	background-color: #F4F398;
}
radio:required{
	border: 2px dotted #F90808;
}

.U1{
	color: #FFF;
	text-align: center;
	background-color: #4d4d4d;
	width: 100%;
	padding: 0.5em;
}
.U2{
	color: #FFF;
	text-align: center;
	background-color: #4d4d4d;
	width: 100%;
	padding: 0.5em;
}
.U3{
	color: #FFF;
	text-align: center;
	background-color: #4d4d4d;
	width: 100%;
	padding: 0.5em;
}
.U4{
	color: #FFF;
	text-align: center;
	background-color: #4d4d4d;
	width: 100%;
	padding: 0.5em;
}
.U5{
	color: #FFF;
	text-align: center;
	background-color: #4d4d4d;
	width: 100%;
	padding: 0.5em;
}
.U6{
	color: #4d4d4d;
	text-align: center;
	width: 100%;
	padding: 0.5em;
}

td{
	padding: 0.3em;
}
.Ricoh{
	color: #e6004d;
	;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
}
.Ricoh2{
	color: #4d4d4d;
}
ul.icons {
  margin: 0;
  padding: 0;
}
ul.icons li {
  margin: 2px;
  position: relative;
  padding: 2px 0;
  cursor: pointer;
  float: left;
  list-style: none;
}
ul.icons span.ui-icon {
  float: left;
  margin: 0 4px;
}
.acc-content {
  position: relative;
}
.icon-group {
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 9999;
  cursor: pointer;
}
.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}