

/*	
.ui-btn.my-tooltip-btn,
.ui-btn.my-tooltip-btn:hover,
.ui-btn.my-tooltip-btn:active {
    background: none;
    border: 0;
}  */

hr.newX {
  border: 3px solid #AACC66;
  background: transparent;
  

}


hr.new0 {
  border: 5px solid #FFCC66;
  background: transparent;
}

hr.new1 {
  border: 1px solid #ccc;
  background: transparent;
}

hr.new2 {
  border: 1px solid #FFCC66;
  background: transparent;
}






.ui-page .ui-header {
    background: #F4F9EB !important;   /*  F4F9EB  AACC66*/
}


.ui-page .ui-footer {
    background: #F4F9EB !important;   /*  F4F9EB  AACC66*/
}



.bereichfuss {
    background: #F4F9EB !important;
}

hr.style-one {
    border: 0;
    height: 6px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #555, #ccc);
}

hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.foot { display: inline-block; line-height: 70px; vertical-align: top }

.img { display: inline-block;  }

.bildiminhalt {
    width: 50%;
    height: auto;
}

.fussbereich_mittig {
    text-align:center;
}


table { width: 100%; border: 0; margin-bottom: 1em;  }

table.ver2 thead th
 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 10px;

    background-color: #263849 !important;

    color: #FFF;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
} 




table.thead {
    color: #FFFFFF;
}


table.ver3 td { vertical-align: top; 

				

				}

table.ver3 th { 
				/*font:  small-caps bold 1.5em/1.0em ; /**/
				background-color: #F4F9EB !important; /* F4F9EB eef2f6 dde6ee afD8E6  263849 */
				font-size:11px;
    			padding: 5px;
				/*
				border-top: 1px solid #b4d775;  */
	 			border:1px solid #9fcb4d; 
  /*  border-bottom: 1px solid black;  /* */
			  }

table.ver3 tbody tr td 
   { /* background: #f4f4f4;  */
   /*
     border-bottom: 1px solid #D5D5D5;
     border-top: 1px solid white; */
	 
	border-top: 1px solid white;
	border:1px solid #b4d775;
    border-bottom: 1px solid #b4d775;
   
    background-color: #f2f2f2 !important;   /* f2f2f2 F4F9EB eef2f6 3d5a76 456787 344d65 456787    ffe0b3   263849  3399ff  d1e0e0 ffe6cc*/
	
	font-size:1px;
    padding: 5px;
   
   }
   
   

   
/*
table th { padding: 10px 0; }
table tbody td { padding: 10px; }

table.ver2 tr.even td { background: #red; }

table.ver2 tr:nth-child(odd) { background-color:#F9F9F9; }
table.ver2 tr:nth-child(even) { background-color:#black; }
      
*/

table, th, td {
border: 1px solid #040;
border-collapse: collapse;
font-family: sans-serif;
font-size: 1em;
text-align: left;
padding: 5px;

} 


th {
    border-bottom: 2px solid #333;
    background-color: black;
    color: black;
}

tr:nth-child(even) {
    background-color: hsla(0, 90%, 0%, .8);
    border-bottom: 1px solid #333;
	color: white;
}
tr:nth-child(odd) {
    background-color: hsla(0, 50%, 0%, .4);
    border-bottom: 1px solid #333;
	color: white;
}

#loginformular input {
	border: #999 solid 1px;
}



div.container {
        width: 80%;
    	}


table.ver4 td { vertical-align: top; }

table.ver4 th { 
				font: italic small-caps bold 1.0em/1.1em Lato, Helvetica, Roboto, sans-serif; /**/
				background-color: #ADD8E6 !important; /*   ADD8E6         */
				
			  }

table.ver4 tbody tr td 
   { /* background: #f4f4f4;  */
   /*
     border-bottom: 1px solid #D5D5D5;
     border-top: 1px solid white; */
	 
	border-top: 1px solid #ccc;
	border:1px solid white;
    border-bottom: 1px solid #ccc;  /**/
   
	font-size: 15px;
/*    padding: 10px;   */
    
	background-color: #263849 !important;   /*   #263849  */
   }  
   
   
   










/* Container */
.container{
    width:40%;
    margin:0 auto;
}

/* Login */
#div_login{
    border: 1px solid gray;
    border-radius: 3px;
    width: 470px;
    height: 270px;
    box-shadow: 0px 2px 2px 0px  gray;
    margin: 0 auto;
}

#div_login h1{
    margin-top: 0px;
    font-weight: normal;
    padding: 10px;
    background-color: cornflowerblue;
    color: white;
    font-family: sans-serif;
}

#div_login div{
    clear: both;
    margin-top: 10px;
    padding: 5px;
}

#div_login .textbox{
    width: 96%;
    padding: 7px;
}

#div_login input[type=submit]{
    padding: 7px;
    width: 100px;
    background-color: lightseagreen;
    border: 0px;
    color: white;
}

#message{
    width:100%;
    text-align:center;
    color:red;
}
/* media */
@media screen and (max-width:720px){
    .container{
        width: 100%;
    }
    #div_login{
        width: 99%;
    }
}
