/* CSS für MeTAGenerator 4.0 */
/* Thomas Eicker 2011-08-11  */

#choose {
 float:left;
 width:15%;
 color: #fff;
}

#choose ol {
 display:inline;
 list-style-type:none;
 margin:0;
 padding:0;
}

#choose li {
 background-color:dodgerblue;
 padding:5px;
 margin:1px 5px;
 font-size:10pt;
 cursor:pointer;
 text-shadow: 1px 1px 0 hsla(0, 0%, 0%, 0.5);
 border-radius:2px;
 border-top-left-radius:9px;
 background: linear-gradient(top, skyblue, dodgerblue, royalblue);
}

#choose li:hover {
 background-color: deepskyblue;
 background: linear-gradient(top, royalblue, dodgerblue, skyblue);
 text-shadow: -1px -1px 0 hsla(0, 0%, 0%, 0.5);
}

#choose a {
 color:#ffffff;
 text-decoration:none;
 background:transparent;
}

section h3 {
 display:none;
}

section label {
 color: #fff;
}
section > div {
 border:1px solid #ccc;
 border-right:8px solid #ccc;
 border-radius:9px;
 margin:3px 3px;
 padding:2px 5px;
}

section p {
 text-align:justify;
}

section input, select, textarea {
 color:#888;
 background:#ffffff;
 border:1px solid #ccc;
 width:99%;
 margin-bottom:16px;
 margin-top:8px;
 border-radius:3px;
 transition:all 0.5s ease-in-out;
}

section input:focus:not([type="button"]):not([type="checkbox"]), select:focus, textarea:focus {
 transform:scale(1.01);
 box-shadow:0 0 25px #ccc;
 color:#000;
}

textarea {
 font-family:"Segoe UI", Verdana, Arial, Helvetica, sans-serif;
 font-size:1em;
}

#s10 input[type="button"] {
 width: 25%;
 margin: 0 15px;
 border: 1px outset darkgray;
 color: white;
 background-color: deepskyblue;
 cursor: pointer;
}

#s10 input[type="button"]:hover {
 border: 1px inset darkgray;
}

.hide {
 display: none;
}

.content {
 font-size:90%;
 text-align:jusify;
 position:relative;
 margin:0 0 0 120px;
 padding:0 5px;
}

.lx {
 color: #ff8000;
 text-decoration: none;
}

.rs {
 float:right;
 display:block;
 font-size:80%;
 color:dodgerblue;
 margin-right:5px;
}

.rs span {
 text-decoration:none;
 font-weight:bold;
 background:#0066ff;
 color:#ffffff;
 padding:0 7px;
 border-radius:9px;
 outline-radius:9px;
}

.rs a {
 text-decoration:none;
}

.rs a:hover {
 text-decoration:underline;
}

.highprio {border-right-color:#00ee00;border-bottom-color:#00ee00;}
.midprio  {border-right-color:#008888;border-bottom-color:#008000;}
.docprio  {border-right-color:#0020ff;border-bottom-color:#0020ff;}
.lowprio  {border-right-color:#ff8000;border-bottom-color:#ff8000;}
.nogo     {border-right-color:#ff80ff;border-bottom-color:#ff80ff;}
.propr    {border-right-color:#808000;border-bottom-color:#808000;}

#version, #version > h5, #version > p {
 text-align:center;
}

#version {
 color: #ffffff;
 background-color:dodgerblue;
}

.info {
 text-align:justify;
 font-size:80%;
}

.error {
 text-align:justify;
 font-size:90%;
 color:#f00;
}

.check {
 width:1em;
 margin:0;
}

#ergebnis {
 font-size: 8pt;
}

#b a {
 display: block;
}