body {
    font-family: "Verdana", Arial, sans-serif;
    font-size: 12px;
    color: #232323;
    background-color: #F3F3F3;
    margin-top: 0;
}

table {
    width: 100%;
    border: 0;
    padding: 0;
}
.table-heading {
    color: #434244;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}
table#main-display {
    width: 100%;
    }

#header_left {
    width: 50%;
    float: left;
}

#header_right {
    width: 48%;
    float: left;
}

#header img {
    display: inline;
    float: left;
}
form {
    display: inline;
}

body a {
    color: #0066CC;
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

table, tr, td {
    padding: 0;
    margin: 0;
}

.beitragsliste2 {
    padding-bottom: 40px;
}

.beitragsliste span {
    color: #333;
    font-size: 11px;
}

.beitragsliste2 tr {
    margin: 0;
    border-bottom: 1px solid #C0C0C0;
}

.beitragsliste2 td {
    margin: 0;
	padding: 5px;
    border-bottom: 1px solid #C0C0C0;

}

.beitragsliste2 tr a {
    margin-left: 10px;
    font-size: 11px;
    color: #0066CC;
    text-decoration: none;
}

.beitragsliste2 tr a:hover {
    text-decoration: underline;
}

.beitragsliste2 tr span.bearbeitung {
    margin-left: 10px;
    color: #F20015;
    font-size: 11px;
}

.beitragsliste2 tr span.bearbeitung_person {
    color: #B6B6B6;
}

.beitragsliste2 tr span.aktualisiert {
    margin-left: 10px;
    color: #027F00;
    font-size: 11px;
}

.beitragsliste2 tr:hover {
    background: #E3F0FF;
}

.beitragsliste2 tr.nocolor {
    background: #F3F3F3;
}

.beitragsliste2 tr.nocolor:hover {
    background: #F3F3F3;
}

.beitragsliste2 .listebearbeitung:hover {
    background: #fff;
}

.beitragsliste2 .liste:active {
    background: #F3F3F3;
}

/* in bearbeitung */

.beitragsliste2 .listeib {
    margin: 0;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #C0C0C0;
}

.beitragsliste2 .listeib a {
    margin-left: 10px;
    font-size: 12px;
    color: #0066CC;
    text-decoration: none;
}

.beitragsliste2 .listeib a:hover {
    text-decoration: underline;
}

.beitragsliste2 .listeib span.bearbeitung {
    margin-left: 10px;
    color: #F20015;
    font-size: 11px;
}

.beitragsliste2 .listeib span.bearbeitung_person {
    color: #B6B6B6;
}


.beitragsliste2 .listeib:hover {
    background: #fff;
}


.beitragsliste2 .listeib:active {
    background: #fff;
}


/* in bearbeitung ende */

#erstespalte {
    width: 200px;
    float: left;
}

.beitragsliste {
    padding-bottom: 40px;
}

.beitragsliste p {
    margin: 0;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #C0C0C0;
}

.beitragsliste p a {
    margin-left: 10px;
    font-size: 12px;
    color: #0066CC;
    text-decoration: none;
}

.beitragsliste p a:hover {
    text-decoration: underline;
}

.beitragsliste p span.bearbeitung {
    margin-left: 10px;
    color: #F20015;
    font-size: 11px;
}

.beitragsliste p span.bearbeitung_person {
    color: #B6B6B6;
}

.beitragsliste p span.aktualisiert {
    margin-left: 10px;
    color: #027F00;
    font-size: 11px;
}

.beitragsliste p:hover {
    background: #C2E5FF;
}

.beitragsliste p.bearbeitung_person2:hover {
    background: #fff;
}

.beitragsliste p:active {
    background: #F3F3F3;
}

.topinside {
    margin: 10px;
    padding-bottom: 20px;
}

.topinside .form {
    display: inline;
    float: left;
}

.topinside a {
    color: #0066CC;
}

.menu {
    margin: 10px;
    width: 200px;
    overflow: hidden;
}

.menu a {
    color: #0066CC;
    line-height: 20px;
    text-decoration: none;
}

.bad {
    width: 85%;
    height: 20px;
    background-color: #FFDDDD;
    border: 1px solid #990000;
    padding: 5px;
    margin: 20px auto;
    font-size: 11px;
}

.good {
    width: 85%;
    height: 20px;
    background-color: #DBE6DE;
    border: 1px solid #326F08;
    padding: 5px;
    margin: 20px auto;
    font-size: 11px;
}

.leightbox {
    color: #333;
    display: none;
    position: absolute;
    top: 25%;
    left: 37%;
    width: 280px;
    height: 130px;
    padding: 1em;
    border: 5px solid #232323;
    background-color: white;
    text-align: left;
    z-index: 1001;
    overflow: auto;
}


#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #333;
    -moz-opacity: 0.8;
    opacity: .50;
    filter: alpha(opacity=50);
}

.lightbox[id] { /* IE6 and below Can't See This */
    position: fixed;
}

#overlay[id] { /* IE6 and below Can't See This */
    position: fixed;
}
