#UserApp-Startseite.css
body {
        margin: 0;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #555555;
        font-size: 14px;
}

header {
        border-bottom: 25px solid #185191;
        height: 60px;
        background-image: url('../images/Left_Background_neu_v2.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-position: right buton;
}

section {
        max-width: 1000px;
        margin-left: 100px;
        margin-right: 100px;
}

section > ul {
        margin: 10px 0;
}

section > ul > li {
    padding: 5px 0;
}

section > fieldset {
    border: 2px solid #185191;
        border-radius: 6px;
}

section > fieldset > legend {
        font-size: 16px;
        font-weight: bold;
}

section > fieldset > ul {
        padding: 2px;
        margin: 10px;
}

section > fieldset > ul > li {
        padding: 5px 0;
}

div.rule-notice {
        padding: 10px 0;
        font-weight: bold;
}

div.notice {
        padding: 10px 0;
}

.button-2 {                  /*gelten für alle buttons */
        /* border: none; */
        border-radius: 2px;
        color: white;
        padding: 6px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        background-color:#48D1CC;
        color: black;
        border: 2px solid #185191;
}
.button-2:disabled {
        opacity: 0.5; /* Buttons werden ausgegraut */
        cursor: not-allowed;
}
.button-2:hover {
        background-color:#B0E0E6;
        color: black;
}

.button {                  /*gelten für alle buttons */
        /* border: none; */
        border-radius: 6px;
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        background-color: #228B22;
        color: black;
        border: 2px solid #185191;
}
.button:disabled {
        opacity: 0.5; /* Buttons werden ausgegraut */
        cursor: not-allowed;
}
.button:hover {
        background-color:#32CD32;
        color: black;
}
div.top_language {
    max-width: 1em;
        padding: .3em;
        position: absolute;
}
#top_language a {
         /* text-decoration: none; */
         /*color: #333; */
         /*text-decoration: underline; */
         /* text-decoration: line-through; */
         /* text-decoration: underline wavy red;*/
         /*background-color: green; */
         /*box-shadow: 0 5px 0 darkred;* /
                                                                                     /*color: white;* /
         /*padding: 1em 1.5em;* /
         /*position: relative;* /
         /* text-transform: uppercase; * /
          /*------------------------------- */
  color: blue;
  font-family: helvetica;
  text-decoration: none;
  font-size: medium;
  font-weight: bold;
}

#top_language a:hover {
  text-decoration: underline;
}

#top_language a:active {
  color: green;
}

#top_language {
       /*border: medium dashed #555;*/
 /*  border: none; */
 /* padding: .3em; */
 /*  position: absolute; */
 /*  right: 20em; */
 /*  top: 2em; */
 /*  width: 20em; */
  padding-top: 2.2em;
  text-align: right;

}
