/* Stylesheet für Stahlplastik */

body {
    overflow: auto;
}

a {
    text-decoration: none;
    color: #848484;
}

table {
    width: 100%;
    table-layout: fixed;
}

td {
    height: 200px;
    width: 100%;
    
}

.container {
    position: absolute;
    margin: 0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    width: 1280px;
    height: auto;
    color: #848484;
    background-color: #ffffff;
}

.main {
    position: relative;
    font-size: 0.9em;
}

.pageC {
    position: relative;
    font-size: 0.9em;
    margin-left: 10%;
    float: left;
    padding: 2.5%;
}

.content {
    position: relative;
    float: left;
    margin-left: 25%;
}