/* Formatierung auf den Delphi-Seiten */

body {
    background-color: green;
}

a {
    color: red;
}

u {
    color: green;
    font-weight: bold;
    text-align: left;
}

figcaption {
    text-align: center;
}

figure {
  margin: 0;
  padding: 5px;
  width: 360px;
}

table {
    width: 750px;
}

th, td {
    border: 1px solid;
    text-align: center;
}

# colling {
    border-collapse: collapse;
} 

#container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    background-color: black;
}

#header {
    width: 950px;
    height: 100px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 45pt;
    font-weight: bold;
}

#content {
    width: 750px;
    min-height: 800px;
    margin-left: 250px;
    background-color: white;
    color: black;
    text-align: justify;
    font-family: cursive;
    
}

#footer {
    width: 950px;
    height: 50px;
    background-color: black;
    color: red;
    text-align: right;
}

#navigation {
    width: 250px;
    float: left;
    background-color: black;
    color: white;
}

#picleft {
    float: left;
}

#picright {
    float: right;
}

#tabkopf {
    color: red;
    font-size: 13pt;
    font-weight: blod;
    text-decoration: underline;
}