﻿.contentBulletsAreaAnwesen {
    margin-top: 55px;
    position: fixed;
}

.BulletsTable {
    width: 1000px;
    margin-top: 20px;
}

.BulletTable {
    padding: 4px;
    border:none
}

.BulletTableSelected {
    border: thin solid #a2ea8b;
    border-radius: 4px;
}

.BulletsTableVerwaltung {
    width: 1200px;
    margin-top: 20px;
}

.BulletsTableVerwaltungCondense {
    width: 1200px;
    margin-top: 20px;
    white-space: nowrap;
}

.BulletsTableVerwaltungCondense .BulletTable {
    margin-right: 50px;
}

.BulletsTableVerwaltungCondense td:last-child {
    width: 100%;
}

.BulletsTableSupport {
    width: 900px;
    margin-top: 20px;
}

.BulletsTablePapierkorb {
    width: 900px;
}

.BulletTextCell a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
.BulletTextCell a:hover {
    text-decoration: underline;
}
.BulletTextCell {
    text-align: left;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 3px;
}
.BulletImageCell {
    width: 35px;
}

.AnwesenBulletsTable {
    width: 975px;
    margin-top: 5px;
}
.DatenraumBulletsTable, .WartungBulletsTable {
    width: 975px;
    margin-top: 25px;
}
.AnwesenBulletsCell, .DatenraumBulletsCell, .WartungBulletsCell {
    width: 245px;
}
.AnwesenBulletsCell1, .DatenraumBulletsCell1 {
    width: 240px;
}
.AnwesenBulletsCell2, .DatenraumBulletsCell2 {
    width: 250px;
}

.AnwesenBulletTextCell a, .DatenraumBulletTextCell a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
.AnwesenBulletTextCell a:hover, .DatenraumBulletTextCell a:hover  {
    text-decoration: underline;
}
.AnwesenBulletTextCell, .DatenraumBulletTextCell {
    text-align: left;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 3px;
}
.AnwesenBulletImageCell .DatenraumBulletImageCell {
    width: 35px;
}


