input[type="checkbox"], 
input[type="radio"] 
{
    margin: 3px 3px 0px 5px;
}

.button {
  background: #fb5004;
}

input.button[type="submit"] {
  background: #fb5004;
  border-color: #fb5004;
  margin-bottom: 10px;
} 

input.selected[type="submit"]{
  background: #33C3F0;
  border-color: #33C3F0;
  margin-bottom: 10px;
}   

.blue {
  color: #009ee0;
}


.blue input[type="text"],
.blue input[type="email"],
.blue select,
.blue textarea
{
  color: black;
}

.blau {
  color: #4875D1;
}

.Datum {
  font-weight: bold; 
  padding: 10px 0px 10px 5px; 
  background: #A5F986; 
  border-bottom: 1px solid #FFFFFF; 
  border-top: 1px solid #FFFFFF;
  color: #4875D1;
}

select:hover,
label:hover
{
  cursor: pointer;
}

h2
{
  /* font-size : 140%; */
  /* font-weight : bold; */
  margin-top: 10px;
}

h3 {
  color: #4875D1; 
}

h4
{
  font-size : 140%;
  margin-top : 0;
  margin-bottom : 0;
}

h5
{
  font-size : 120%;
  font-weight : bold;
  margin-top : 0;
  margin-bottom : 0;
}

a
{
  color: inherit;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 99%;
  text-align: center;
}

.centerleft {
  margin-left: auto;
  margin-right: auto;
  width: 99%;
  text-align: left;
}

.centertext {
  text-align: center;
}

.Ueberschrift {
    margin: 1px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 4px;
    font-size: 125%;
    font-weight: bold;
}

div.formularabschnitt
{
  margin: 5px;
  padding-left:   5px;
  padding-right:  5px;
  padding-top:    4px;
  padding-bottom: 4px;
  /*border: 1px solid #FFFFFF;*/
}

div.formularabschnitt p
{
  margin-top:    5px;
  margin-bottom: 5px;
  padding:       0px;
}

div.clear
{
  clear: both;
  font-size: 0pt;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
}

.mnublau_alt
{
  color:            #4875D1;
  background-color: #E6E6FA;
  border:           #B2B2B2 solid 1px;
}


.mnuhellblau
{
  background-color: #E6E6FA;
  color:            #4875D1;
}

.mnuhellerblau
{
  background-color: #F3F0FA;
  color:            #4875D1;
}

.mnudunkelblau
{
  background-color: #4875D1;
  color: #E6E6FA;
}

.gebucht {
  background-color: #ECF796;
  color:            #4875D1;  
}

table,
tbody,
tr,
td
{
  font-size: inherit;
  color: inherit;
}


.Hinweis
{
  font-size: 80%;
}

.TopInfo
{
  color: #FF0000;
  font-size: 110%;
  font-weight: bold;
}

.gruen
{
    color: #008000;
}

.fettgruen 
{
    color: #008000;
    font-weight:bold;
}

.rot
{
    color: #FF0000;
    background-color: white;
}

.red {
  color: red;
}

.tdcenterborder {
  text-align: center; 
  padding: 5px; 
  border-right: 1px solid #FFFFFF;
}

.tdleftborder {
  text-align: left;   
  padding: 5px; 
  border-right: 1px solid #FFFFFF;
}

.tdcenter {
  text-align: center; 
  padding: 5px;
}

.bordertop {
  border-top: 1px solid #FFFFFF
}

.fettrot,
.fettrot a:link,
.fettrot a:visited,
.fettrot a:hover,
.fettrot a:focus,
.fettrot a:active
{
    color: #FF0000;
    font-weight:bold;
}

td.hint:hover::after {
  content: attr(data-hint);
  position: absolute;
  background: #333;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
}



/* Korrekturen an der jquery-ui.min.css */

.ui-widget-header {
  background: #ffffff url("images/ui-bg_gloss-wave_35_f6a828_500x100.pngu")
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.ui-widget-content {
  border: 0;
}

.ui-widget-content a {
  color: inherit;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: #E6E6FA;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #ffffff;
}



 