body, div, span, table, td, tr, a, h1
{
 margin: 0;
 padding: 0;
 border: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    
}
#page {
    width: 1200px;
    min-height: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #30A2CE;
}
h1 {
    color: #30A2CE; 
    background-color: #0C4A02;
    text-align: center;
    font-size: 50px;
    padding: 15px;
}
table {
    margin: 2%;
    width: 96%;
    text-align: center;
    border-spacing: 0;
}
thead {
    font-size: large;
    height: 70px;
}

tr {
   height: 23px; 
}
.l1 {
    background-color: #30D1CE;
}
.l0 {
    
}
#menu table {
    border: 0;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}
#menu {
    background-color: #0C4A02;
    text-align: center;
    border: 0;
    color: #30A2CE; 
}
#menu td {
    width: auto;
}
#menu a {
    text-decoration:none;
    color: white;
    display: block;
    padding: 15px;
    width: auto;    
}
#menu a:hover {
    background-color: #675C5C;
}
#menu .aktive {
    background-color: #30A2CE;
}
#menu .nonaktive {
    background-color: #3B3636;
}

#content {
    width: 100%;
}
#left {
    width: 50%;
    float: left;
}
#right {
    width: 50%;
    margin-left: auto;
    height: 100%;
    
}
#leftup {
}
#leftdown {
}
#shoutbox {
    overflow: scroll;
    background-color: black;
    color: #30A2CE;
    border:  inset black  thick;
}
#shoutbox em {
    font-style: normal;
} 
#shoutbox .date {
    color: #FF050E;
}
#shoutbox .name {
    color: #FF7E05;
    margin: 5px 0;
}
#popup {
    display: none;
    position: absolute;
    top: 200px;
    left: 400px;
    height: 400px;
    width: 400px;
    background-color: #FF050E;
}
#popup table, h4{
    width: 80%;
    margin: 5% 10%;
}
#popup h4 {
    font-size: large;
    text-align: center;
}
.rechts {
    text-align: right;
    padding-right: 5px;
}
.links {
    text-align: left;
    padding-left: 5px;
}
.tex_geschenk {
    width: 100%;
    height: 23px;
    margin: 2%;
}
.tab_del {
    width: 30px;
}
.scollen {
    overflow: scroll;
    width: 100%;
    max-height: 500px;
    overflow-x:hidden;
    overflow-y:scroll;
}
#abrechnung table {
    border: black medium solid;
    height: 100%;
}
