/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.12.2018, 14:01:15
    Author     : robert
*/

table.standard
{
    border-spacing:0px;
    border:1px solid #568d04;
}
table.standard th
{
    font-size:14px;
	border-bottom:3px solid #568d04;
	padding: 0.5em 0.5em 0.5ex 0.5em;
	background-color: #86bd24; /* #8899bb; */
	color: white;
	text-align: left;
	font-weight:normal;
}
table.standard td
{
    font-size:14px;
	/* border-bottom:1px solid #568d04; */
	padding: 0.5em 0.5em 0.5ex 0.5em;
	color: black;
}

.buttonA {
    display:inline-block;
    height:100%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
}
td.oben {
    height:44px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    background-color: #222222;
    font-size: 15px;
    color:white;
    white-space: nowrap;
    border-right:1px solid black;
    padding-left:1rem;padding-right:1rem;
    white-space: nowrap;
}
td.oben:not(.active):hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #009500), color-stop(1,  #00F500) );
    background:-moz-linear-gradient( center top,  #009500 5%,  #00F500 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500', endColorstr='#ff8500');
    background-color:#009500;   
    
}
td.oben.active {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #ffd500), color-stop(1,  #fff500) );
    background:-moz-linear-gradient( center top,  #ffd500 5%,  #fff500 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#fff500');
    background-color:#ffd500;                
    color:#333333;
}

td.unten {
    line-height: 100%;
    cursor: pointer;
    color:white;
    min-width: 120px;
    font-size: 14px;
    padding-left:1rem;padding-right:1rem;
    white-space: nowrap;
}
td.unten:not(.active):hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #df4500), color-stop(1,  #ff8500) );
    background:-moz-linear-gradient( center top,  #df4500 5%,  #ff8500 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500', endColorstr='#ff8500');
    background-color:#ff6500;
}
td.unten.active {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #ffd500), color-stop(1,  #fff500) );
    background:-moz-linear-gradient( center top,  #ffd500 5%,  #fff500 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#fff500');
    background-color:#ffd500;                
    color:#333333;
}

td.gelb {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #ffd500), color-stop(1,  #fff500) );
    background:-moz-linear-gradient( center top,  #ffd500 5%,  #fff500 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#fff500');
    background-color:#ffd500;                
    color:#333333;
    font-family:arial;
    font-size:14px;                

    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
}
h5.x {
    color:#666;
    font-weight: bold;
}



table.alt {
    border:1px solid #568d04;
}
table.alt th
{
    font-size:14px;
	border-bottom:3px solid #568d04;
	padding: 0.5em 0.5em 0.5ex 0.5em;
	background-color: #86bd24; /* #8899bb; */
	color: white;
	text-align: left;
	font-weight:normal;
}
table.alt td
{
    font-size:14px;
	
	padding: 0.5em 0.5em 0.5ex 0.5em;
	
}

.myButton2 {
	
	background-color:#222222;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:4px 37px;
	text-decoration:none;
	
}.myButton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #df4500), color-stop(1,  #ff8500) );
	background:-moz-linear-gradient( center top,  #df4500 5%,  #ff8500 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6500', endColorstr='#ff8500');
	background-color:#ff6500;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	cursor: pointer;
	text-shadow:1px 1px 0px #ffffff;
        white-space: nowrap;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
        color:#777777;
        text-decoration: none;
}