/* 
    Created on : 31.05.2018, 19:27:38
    Author     : T.Smit
*/
.hauptAuswahl{
    background-color: #efefef;
    padding: 20px;
    color: #000;
    margin-top:15px;
    margin-bottom:15px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow:    0px 0px 3px 2px #aaa;
    -webkit-box-shadow: 0px 0px 3px 2px #aaa;
    box-shadow:         0px 0px 3px 2px #aaa;
}

.auswahlSchwerpunkt{
    background-color: #ffffff;
    padding: 15px;
    color: #000;
    font-size:11pt;
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow:    0px 0px 2px 1px #dedede;
    -webkit-box-shadow: 0px 0px 2px 1px #dedede;
    box-shadow:         0px 0px 2px 1px #dedede;
}
.auswahlSchwerpunkt .info{
    font-size:9pt;
    background-color: #fff;
}
.auswahlSchwerpunkt table{
    margin-top:5px;
    margin-left:15px;
    width:95%;
}
.auswahlSchwerpunkt td{
    padding:2px;
    padding-left:2px;
    background-color: #ddd;
    margin:3px;
    text-align: left;
}
.auswahlSchwerpunkt th{
    padding:1px;
    background-color: #888;
    color:#eee;
    margin:3px;
    font-weight:normal;
    font-size:11pt;
    padding-left:15px;
    text-align:left;
}
.auswahlSchwerpunkt input[type="text"]{
    width:18px;
    height:18px;
    margin-right:5px;
    text-align: center;
    font-weight: bold;
    color:red;
    border:1px solid #888;
}
.auswahlSchwerpunkt input[type="number"]{
    font-weight: normal;
    color:#000;
}
.auswahlSchwerpunkt input[type="submit"]{
    padding:15px;
    font-weight:bold;
}
.auswahlSchwerpunkt span{
    font-size:7pt;
}


.auswahlPersonendaten{
    background-color: #ffffff;
    padding: 15px;
    color: #000;
    font-size:11pt;
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow:    0px 0px 2px 1px #dedede;
    -webkit-box-shadow: 0px 0px 2px 1px #dedede;
    box-shadow:         0px 0px 2px 1px #dedede;
}
.auswahlPersonendaten input[type="text"]{
    width:90%;
    height:18px;
}
 
.auswahlInklusion{
    background-color: #ffffff;
    padding: 15px;
    color: #000;
    font-size:11pt;
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow:    0px 0px 2px 1px #dedede;
    -webkit-box-shadow: 0px 0px 2px 1px #dedede;
    box-shadow:         0px 0px 2px 1px #dedede;
}
.auswahlInklusion input[type="text"]{
    width:100%;
    height:18px;
}
.auswahlInklusion SELECT{
    display:inline-block;
    max-width:220px;
}

.auswahlErziehungsberechtigte{
    background-color: #ffffff;
    padding: 15px;
    color: #000;
    font-size:11pt;
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow:    0px 0px 2px 1px #dedede;
    -webkit-box-shadow: 0px 0px 2px 1px #dedede;
    box-shadow:         0px 0px 2px 1px #dedede;
}
.auswahlErziehungsberechtigte input[type="text"]{
    width:100%;
    height:18px;
}

.auswahlUnterlagen{
    background-color: #ffffff;
    padding: 15px;
    color: #000;
    font-size:11pt;
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow:    0px 0px 2px 1px #dedede;
    -webkit-box-shadow: 0px 0px 2px 1px #dedede;
    box-shadow:         0px 0px 2px 1px #dedede;
}
.auswahlUnterlagen .unterlagenBlock{
    background-color: #ddd;
    border:2px solid #aa0000;
    margin:8px 0px 8px 0px;
    padding:5px;
}
.auswahlUnterlagen .unterlagenBlock td{
    margin:1px;
    background-color: #fefefe;
    border:1px solid #888;
    text-align: left;
}
 









SELECT{
    padding:5px;
    margin-left:10px;
}
td{
    padding:4px;
}
