/* start-style.css - compactere versie */

body {
    background-color: #f0f2f5;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

h6 {
    text-align: center;
    margin: 20px 0;
}
h6 a {
    display: block;
    padding: 8px 16px;
    background-color: #2c3e50;
    color: white;
    text-decoration: none;
    font-size: 0.85em;
}

h6 a:hover {
    background-color: #34495e;
}

h5 {
    margin-top: 20px;
    color: #555;
    font-size: 0.9em;
}

form {
    margin-top: 20px;
    text-align: center;
}

form input[type="text"] {
    width: 60%;
    padding: 8px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form input[type="submit"] {
    padding: 8px 12px;
    font-size: 0.95em;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #2980b9;
}

form input[type="radio"] {
    margin-left: 8px;
}

#BodyTable {
    width: 90%;
    max-width: 600px;
    margin: 3px auto;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    font-size: 0.9em;
    line-height: 1.2;
}

#BodyTable td {
    border: 1px solid #ccc;
    padding: 4px 6px;
    vertical-align: middle;
}

#BodyTable a {
    text-decoration: none;
    color: #2c3e50;
    white-space: nowrap;
}

#BodyTable a:hover {
    color: #3498db;
    text-decoration: underline;
}

.style2 {
    color: #888;
    font-style: italic;
    font-size: 0.85em;
}

