/*Tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*-----------------------------------------------------------*/
.contentclass { 
	min-width: 1600px; min-height: 900px; overflow-y: scroll; overflow-x: scroll; max-height: 800px;
}

/*slide show----------------------------------------------*/
.mySlides {display: none;}
.mySlidesBanner {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 750px;
  max-height: 79px;
  position: absolute;
}

/* Caption text */
.text {
  color: blue;
  font-size: 25px; 
  font-weight:bold;
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
}

.textwhite {
  color: white;
  font-size: 25px;  
  position: absolute;
  top: 8px;
  width: 100%;
  text-align: left;
  left:5px;
}

.textgrayunten {
  color: #808080;
  font-size: 25px;  
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: left;
  left:5px;
}

.textwhitemitte {
  color: white;
  font-size: 25px; 
  font-weight:bold;  
  position: absolute;
  bottom: 180px;
  width: 100%;
  text-align: center;
  left:2px;
}

.textred{
  color: red;
  font-size: 25px;  
  position: absolute;
  top: 8px;
  left:5px;
  width: 100%;
  text-align: left;
}

.navbar-navbg{
 background-color:#ffffff;
}


.textredunten{
  color: red;
  font-size: 25px;  
  position: fixed;  
  padding-left:750px;
  padding-top:150px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.textmenue {
	font-size: 24px;
	position: fixed;
	top: 100;	
	font-weight: bold;
	text-decoration: underline;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5.5s;
  animation-name: fade;
  animation-duration: 5.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens */
@media (min-width: 370px) {

}
/*---------------------------------------------------------*/

.footer 
{
    background: #fff url(images/menubg.gif) repeat-x; min-width: 100%;
    color: #000;
    font-size: .8em;    
}

body { 
	font: .85em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.6em;
	background: #fff;
	color: #444; 	
}
a:hover
{
	color: red; 
}

fieldset { padding-left: 5px; padding-right: 5px; padding-bottom: 5px;}

#logindisplay  
{
    position:absolute;
    padding-top:37px;
}

.logOffLink {}
a.logOffLink
{
    background: url("images/logout.png") no-repeat top left;
    display: block;
    width: 81px;
    height: 31px;
    text-indent: -9999px;
}

.loginLink {}
a.loginLink
{
    background: url("images/login.png") no-repeat top left;
    display: block;
    width: 81px;
    height: 31px;
    text-indent: -9999px;
}

.changepwd {}
a.changepwd
{
    background: url("images/pwdchange.png") no-repeat top left;
    display: block;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
}

#content
{    
    position:absolute;
    padding-top:10px;
    padding-left:30px;
    width:1238px;
    height:90%;
}

#contentpart
{    
    position:relative;
    padding-top:140px;
    padding-left:30px;
    width:1238px;
    height:90%;
}

#contentpart2
{    
    position:relative;
    padding-top:5px;
    padding-left:30px;
    width:1238px;
    height:90%;
}

#logo
{
    float: left;
    background: url(images/casm.png) no-repeat;
    display: block;
    width: 110px;
    height: 36px;
    text-indent: -9999px; 
}

a.logo
{
    float: left;
    background: url(images/casm.png) no-repeat;
    display: block;
    width: 110px;
    height: 36px;
    text-indent: -9999px; 
}

#menu  
{
    height: 40px;
    position:absolute;
    top:68px;
    left:0;
    background: #fff url(images/menubg.gif) repeat-x; min-width: 1238px;
}
#menu li { font-size: 1.3em; display: inline; text-transform: uppercase;}
#menu li a { margin-right:32px; color: #808080; }
#menu li a:hover { color: #444; }

#menua {}
a.menua
{
   font-size: 1.2em; 
   text-transform: uppercase;
   color: #808080;
}
a.menua:hover
{
  color: green; 
}

#tabs {}

#tabs-1 {  padding-left: 0px; min-width: 620px; min-height: 350px; }

#tabs-2 {  padding-left: 0px; }

/* Image Buttons
---------------------------------------- */
.classbuttonpdf, a.classbuttonpdf, button.classbuttonpdf
{
    background: url("../Images/acroread.png") no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px; 
}

.classbuttonedit, a.classbuttonedit, button.classbuttonedit
{
    background: url("../Images/edit-4.png") no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.classbuttondelete, a.classbuttondelete, button.classbuttondelete
{
    background: url("../Images/edit-delete-2.png") no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.classbuttondetails, a.classbuttondetails, button.classbuttondetails
{
    background: url("../Images/document-preview.png") no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.classbuttonadd, a.classbuttonadd, button.classbuttonadd
{
    background: url("../Images/edit-add.png") no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

/*
-----------------------------------------------------------*/

/* datepicker
---------------------------------------- */
.ui-datepicker-unselectable
{
    background-color: Gray;
}

table.ui-datepicker-calendar th
{
    background-color:Yellow;
}
table.ui-datepicker-calendar
{
    background-color:Orange;
    font-weight:bold;    
}
/*
-----------------------------------------------------------*/
.classrahmen
{
   border:1px;
}
.classblackborder
{
   border:1px;
   border-color:black;
}
.classbggblue
{
   background-color: blue;
   color:#fff;
}



