/* Stylesheet für Aktuelles */

body {
    overflow: auto;
}

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

ul {
    list-style: none;
    list-style-type: none;
}

li {
    margin-left: 0;
}

table {
    width: 100%;
    color: #848484;
    table-layout: fixed;
    text-align: left;
}

img {
    width: 100%;
}

h4 {
    text-align: left;
	font-size: 16pt;
}

.td1 {
    width: 15%;
}

.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;
    float: left;
}

.submain {
    position: relative;
    font-size: 0.9em;
    margin-top: 30px;
}

.content {
    position: relative;
    text-align: left;
    float: left;
    padding: 5%;
    margin-left: 22.5%;
    font-size: 12pt;
    width: 60%;
}

.navigation {
    position: relative;
    text-align: center;
    margin-bottom: 15%;
    width: 90%;
}

#link {
	text-decoration: underline;
    color: #848484;
}