
/*----------------------------------------------
CSS Settings For HTML
------------------------------------------------*/
#main {
    width: 960px;
    margin: 50px auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

span {
    color: red
}

h2 {
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin: -10px -40px;
    padding: 15px
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 10px -40px;
    margin-bottom: 30px
}

#login {
    margin-left: 250px;
    margin-right: auto;
    width: 300px;
    float: left;
    border-radius: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
    border: 2px solid #ccc;
    padding: 10px 40px 25px;
    margin-top: 220px
}

input[type=text], input[type=password] {
    width: 99.5%;
    padding: 10px;
    background-color:#FAFEC0;
    margin-top: 8px;
    border: 1px solid #ccc;
    padding-left: 5px;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input[type=submit] {
    padding:5px 15px;
    background-color: #809630;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px
}

textarea {
    width: 70%;
    height: 100px;
    padding: 12px 12px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #FAFEC0;
    font-size: 16px;
    resize: vertical;

}

#profile {
    padding: 50px;
    border: 1px dashed grey;
    font-size: 20px;
    background-color: #DCE6F7
}

#logout {
    float: right;
    padding: 5px;
    border: dashed 1px gray
}

a {
    text-decoration: none;
    color: #6495ed
}

i {
    color: #6495ed
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 95%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 3px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #809630;
    color: white;
}

#Titelgrafik {
    height: 170px;
    background: url(../images/Hochschule-Heilbronn_Logo.png) no-repeat top right;
}
#ueberschrift {
    font-size: 24px;
    line-height: 130%;
    color: #809630;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 50px;
}

#ueberschrift2 {
    font-size: 24px;
    line-height: 130%;
    color: #809630;
    font-weight: bold;
    position: absolute;
    top: 85px;
    left: 50px;
}

#anmeldung {
    font-size: 18px;
    line-height: 130%;
    color: #809630;
    font-weight: bold;
}


#untertitel {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 53px;
}

#untertitel2 {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: bold;
    position: absolute;
    top: 120px;
    left: 53px;
}
#untertitel3 {
    font-size: 14px;
    color: #9c9c9c;

}

.keinwert {
    font-size: 10px;
    color: #7e7e7e;
    font-weight: bold;
    background-color: #dddddd;
}

#database1 {
    font-size: 16px;
    color: #809630;
    font-weight: bold;
}

body {
    color: black;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    margin: 0px;
    padding: 20px;
    background: transparent;
}

.navigation {
    display: block;
    color: #809630;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

#bodyIframe {
    color: black;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background: white;
}

