#flashnotice {
    color: #15870d;
    background: #cae8c7;
    border: 2px dashed #15870d;
    padding: 10px;
    font-size: 1.5em;
}

#content {
    padding: 0px;
    position: absolute;
    top: 130px;
    left: 210px;
    right: 20px;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

#topic {
    width: 160px;
    padding: 0px;
    position: absolute;
    top: 110px;
    left: 20px;
}

#logo {
    width: 100%;
    height: 70px;
    background: #070707 url(../images/plogo.gif) no-repeat;
}

#maintopic {
    width: 100%;
    margin: 0px;
    padding: 1px 0px 2px 0px;
    background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
    height: 32px;
}

#maintopic a {
    display: block;
    float: left;
    margin: 0px;
    padding: 8px 16px 0px 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    border-right: 1px solid #dedede;
    border-left: 1px solid #fdfdfd;
    text-transform: uppercase;
    height: 21px;
}

#maintopic a:hover {
    background-color: #FCF8D5;
}

#maintopic a.sel {
    background-color: #E6E6E6;
    color: #070707;
}

textarea {
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 50%;
    height: 100px;
}

input, select {
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#topic h3 {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background-color: #FAFAFA;
    color: #070707;
    padding: 4px 10px 4px 10px;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
}

#topic p {
    padding: 4px 10px 4px 10px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0px;
}

#topic p a {
    text-decoration: none;
    color: #444444;
}

#topic p a:hover {
    text-decoration: underline;
    color: #070707;
}

html body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

body {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    background-color: #ffffff;
}

#content p {
    margin: 0px;
    padding: 2px 0px 10px 0px;
    line-height: 170%;
}

#content a, #admin a {
    text-decoration: none;
    font-weight: bold;
    color: #070707;
}

#content a:hover, #admin a:hover {
    text-decoration: underline;
}

.Stil1 {
    font-size: xx-large
}
/* hier umschreiben für content blaaa*/
div.cell {
    background-color: #FAFAFA;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

#admin {
    margin: 10px;
    padding: 10px;
    border: 1px dashed black;
    background: #eee;
}

h1 {
    text-align: center;
}

