body {
    background: #ffffff;
    font-family: Verdana,Tahoma,Liberation Sans,DejaVu Sans;
    font-size: 12px;
    line-height: 14.4px;
    margin: 0px;
    padding: 0px;
    width:100%;
}
#container {
    padding-top: 30px;
    width: 975px;
    margin: 0px auto;
    position: relative;
}
#content {
    float: left;
    width: 765px;
    margin-right: 80px;
}
img {
    border: none;
    padding:0px;
    margin:0px;
}
a, a:visited {
    text-decoration:none;
    color:black
}
a:hover {
    text-decoration:underline;
}
#logo {
    float: left;
    padding-top: 30px;
}
#sprache {
    float: right;
    margin-right: 7px;
}
.navigation {
    color: #808080;
    padding: 0px 10px;
}
.navigation a, #sprache a{
    text-decoration:none;
    color:#808080;
}
.navigation a:hover, #sprache a:hover{
    text-decoration: underline;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 16px 0px 10px 0px;
    background-position: -2px -2px;
}
td.squarebox {
    width: 150px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
td {
    border: 3px solid white;
}
td.squarebox > div {
    width: 135px;
    height: 130px;
    padding:0px;
    margin: 10px 5px 10px 10px;
}
td.bildbox > div {
    width: 150px !important;
    height: 150px !important;
    margin: 0px !important;
}
td.titelbox {
    background-color: #cc0000;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height:19.2px
}
td.textbox, td.listbox, td.freebox, td.freeborder {
    background-color: #cccccc;
}
td.textbox a:hover, td.listbox a:hover {
    color:#808080; text-decoration:none;
}
td.freebox {
    padding: 10px;
    width: 100%;
    line-height: 16px;
}
td.freebox li {
    padding-bottom: 10px;
}
td.freebox li.sitemap {
    padding-bottom: 2px;
}
td.bildbox {
    background-color: white;
}

td.listbox ul {
    list-style: none;
    padding-left: 1em;
    margin-left: 0px;
    text-indent: -1em;
}
td.bildbox div:hover a{
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}
#fusszeile {
    padding-bottom: 50px;
}
