#root {
    position:center;
    width: 900px;
    background-color: #F0F4FD;
    background-image: url(../images/bg.png);
    margin:  auto;
}
#banner {
    background-color: #E8E8FF;
    width: 900px;
    min-height: 100px;
    background-image:url(../images/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#obj_left {
    float: left;
    margin-left:25px;
}
#links {
    position: relative;
    top: 15px;
    width: 300px;
    height: 100%;
    min-height: 100%;
    margin-left:25px;
    color: #336600;
    font-size:15px;
}
#hinweis {
        position: relative;
        top: 5px;
        left: 50px;
        width: 700px;
        min-height: 100%;
        margin-left:25px;
        color: #760111;
        font-size:15px;
}
#mitte {
    position: relative;
      top: 5px;
      left: 250px;
    width: 350px;
    height: 100%;
    min-height: 100%;
    margin-left:25px;
    color: #760111;
    font-size:15px;
}
#mtop {
    position: absolute;
      top: 115px;
    width: 550px;
    height: 100%;
    min-height: 100%;
    margin-left:25px;
    color: #760111;
    font-size:15px;
}
#rechts {
    position: relative;
      top: 120px;
      left: 700px;
    width: 300px;
    height: 100%;
    min-height: 100%;
    margin-left:25px;
    color: #000FFF;
    font-size:15px;
}
#alle {
    position:center;
    width: 600px;
    margin-left:25px;
    color: #000000;
    font-size:15px;
}
#footer {
    background-color: #E8E8FF;
    width: 900px;
    clear: both;
}
#haeder {
    position: relative;
    top: 0px;
    width: 850px;
    margin-left:0px;
    color: #336600;
    font-size:15px;
    background-color: #b0F4AD;
}
p.error {
    color: red;
}
#table {
    position:center;
}
input.links {
    float:left;
}
input.rechts {
    float:right;
    margin-right:30px;
}
span.bigred {
    color:#ff0000;
    font-size:30px;
}
span.Nred {
    color:#ff0000;
    font-size:20px;
    font-style:oblique;
    font-weight: bold;
}
span.darkgreen {
    color:#00ff00;
    font-size:30px;
}
span.bigblue {
    color:#0000ff;
    font-size:20px;
    font-style:oblique;
    font-weight: bold;
}
.field_set{
    border-color: #F00;
    border-style: hidden;
}
fieldset {
    margin: 0px 0;
    text-align:center;
    border: 2px solid #0099ff;
    border-radius: 6px;
    background: white;
    }
input[type="submit"] {
    font-size: 1.1em; padding: 5px 5px;
    font-family: Roboto, sans-serif;
    font-weight: 200;
    color: teal;
    border: 1px solid silver;
    background-image: linear-gradient(to top, gainsboro 0%, white 90%);
    border-radius: 20px;
}
input[type="button"] {
    font-size: 1.1em; padding: 5px 5px;
    font-family: Roboto, sans-serif;
    font-weight: 200;
    color: teal;
    border: 1px solid silver;
    background-image: linear-gradient(to top, gainsboro 0%, white 90%);
    border-radius: 20px;
}
input:invalid{
 color:red;
}
input:valid{
 color:green;
}
input[required]{
 background-color:#F08080;
}