body {
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 color: #fff;
 font-size: 12px;
 background-color: #800;
}

table tr td {
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 color: #fff;
 font-size: 12px;
 background-color: transparent;
}

a {
 text-decoration: underline;
 color: #fff;
}

a:hover {
 text-decoration: none;
 color: #a99;
}

h1 {
 font-size: 18px;
 font-weight: bold;
 color: #FFF;
}

h2 {
 font-size: 15px;
 color: #FFF;
 font-weight: bold;
}
h3 {
 font-size: 16px;
 color: #FFF;
 font-weight: bold;
}

img {
 border: none;
}


td.logo {
 border: 1px solid #AAA;
 border-top: 0px;
 border-bottom: 0px;
 font-size: 12px;
 color: #fff;
}

td.menu {
 font-size: 12px;
 color: #fff;
 padding: 5px;
 border: 0px;
 border-left: 1px solid #AAA;
}
td.menu ul {
 list-style: none;
 padding-left: 0px;
 margin: 0px;
}

td.menu li {
 padding: 5px;
 list-style: none;
 font-size: 15px;
 font-weight: bold;
}

td.menu li a {
 text-decoration: none;
 color: #AAA;
}

td.menu li a:hover {
 text-decoration: none;
 color: #FFF;
}

td.main {
padding: 5px;
 color: #fff;
 font-size: 12px;
 border: 0px;
 border-right: 1px #AAA solid;
 text-align: justify;
}

td.unten {
 background-color: #600;
 padding: 5px;
 font-size: 12px;
 color: #fff;
}

td.unten a {
 font-size: 12px;
 color: #AAA;
 text-decoration: underline;
}

td.unten a:hover {
 font-size: 12px;
 color: #FFF;
 text-decoration: none;
}

.galerie td {
 width: 260px;
 height: 260px;
 text-align: center;
 vertical-align: middle;
}