body, table {
    font-family: verdana,sans-serif;
}

body {
    font-family: verdana,sans-serif;
    color: #bbeeff;
    background: #000000;
  scrollbar-base-color:#000000;
  scrollbar-3d-light-color:#ff99dd;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ff99dd;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#000000;
}
* { margin: 0em }
td { empty-cells:show }

.minimal {
    font-size: 70%;
}

table.outer_table {
    background-color: #000000;
    background-image:url(bat_pink_dark9p.gif);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top;
    height: 100%;
    width: 100%;
}

a {
    color: #ff0080;
    text-decoration: none;
}
ul.navig {
    list-style-type: none;
}
ul.navig li {
}
div.main_breadcrumb {
    color: #777777;
    font-size:      97%;
    margin-left:    10px;
    margin-top:     3px;
    margin-bottom:  3px;
}
div.main_breadcrumb a {
    color: #777777;
    text-decoration: none;
}
div.main_breadcrumb a.last {
    color: #aaaaaa;
}

div.header {
    background-color: black;
    min-height: 60px;
    margin-top:     0px;
    margin-left:    0px;
    margin-right:   0px;
    width: 100%;
    border-bottom:  1px solid #ff00aa;
    background-image:   url(../../img/bat_pink.gif);
    background-repeat:  no-repeat;
    background-position: 10px 5px;
}

div.navi_horizontal_container_top {
    margin-top:     30px;
    margin-left:    140px;
}
div.navi_horizontal_container {
    background-image:url(verlauf_small.png);
    background-repeat: repeat-x;
    margin-right:   10px;
    border-left: 1px solid #ccccff;
    border-right: 1px solid #ccccff;
}

ul.navi_horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 1.0em;
    margin-right: 0.5em;
    min-height: 1em;
    max-height: 3em;
}
ul.navi_horizontal a {
    color: black;
}
ul.navi_vertical {
    margin-left: 0em;
    border-right: 1px solid #666666;
    margin: 0em;
    padding: 0em;
    background-color: #111111;
}
ul.navig li a {
    text-decoration: none;
    font-weight: bold;
}
ul.navi_vertical li a {
    font-weight: normal;
}
ul.navi_vertical li {
    padding-left: 0.3em;
    margin: 0em;
    padding-top:    0.3em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #666666;
}

ul.navi_horizontal li {
    padding-top: 0.3em;
    border-right: 1px solid #444444;
    float: left;
    padding-left:  1.0em;
    padding-right: 1.0em;
    padding-bottom: 0.3em;
}
ul.navig li.navigation_active {
    border-top:    2px solid #ffffff;
    border-left:   2px solid #ffffff;
    border-right:  2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
ul.navig ul a {
    font-size: 85%;
    font-weight: normal;
}
ul.navig ul {
    list-style-type: none;
    margin: 0em;
    padding: 0em;
}
ul.navig ul li {
    border: none;
    margin: 0em;
    padding: 0em;
}
ul.navig li small a {
    font-weight: normal;
}

ul.navig a:hover {
    background-color: #000000;
    color: #ffffff;
}
ul.navig input[type='text'] {
    border: 0px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
}

ul.navig table.chatterbox {
    font-size: 85%;
}

.navi a {
}
a.unread, a.unread:hover {
    font-weight: bold;
}
a:hover {
    color: #ff55aa;
    text-decoration: underline;
}
a:visited {
    color: #dd77aa;
}

table.debug_inner, td.debug_inner, th.debug_inner {
    background: #111122;
    color: #eeeeee;
    font-family: Courier;
}

input, select {
    color: #99ccff;
    background: #111111;
    font-size: 85%;
}
option {
    background: #660033;
}
optgroup {
    background: #503060;
}

div.breadcrumb {
    background: #222222;
}

hr {
    border-top:0px solid #77aadd;
    border-bottom:1px dotted #99ccff;
    margin: 0.5em;
}


a img{
		border: 0px;
		border-style:outset;
		border-width:0px;
}

.button {
    background: transparent; background-image: url(button.gif);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #000000;
    color: #bbeeff;
}
input.submit {
    font-weight: bold;
}

.error {
    color: #ff0000;
}

.hint {
    color: #dd6000;
}

div.cell_error {
    background-color: #ffbbbb;
}

div.cell_okay {
    background-color: #bbffbb;
    color: #000000;
}

/* calendar */

td.calendar_current {
    font-weight: bold;
    color: #000000;
    border-top:   1px solid #2233aa;
    border-right: 1px solid #2233aa;
    border-bottom:1px solid #2233aa;
}
td.calendar_closed {
		background-color: #bbbbbb;
}
td.calendar {
    border-top:1px solid #99ccff;
    border-right:1px solid #99ccff;
    border-bottom:1px solid #99ccff;
}
tr.calendar:hover {
		background-color: #ffddee;
}
td.calendar:hover {
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top:1px solid #000000;
}

a.action, input.action_button {
    background-color: #660033;
    color: #bbeeff;
    border-top: 1px solid #666666;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #555555;
    border-left: 1px solid #555555;
    text-decoration: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
a.action:hover {
    background-color: #bbeeff;
    color: #660033;
    text-decoration: none;
}
span.inactive_action {
    background-color: #222222;
    color: #444444;
}
table.border_table {
    border-left:   1px solid #772244;
    border-right:  1px solid #772244;
    border-bottom: 1px solid #772244;
    border-top: 1px solid #772244;
}
table.searchresults {
    background-color: #000000;
}
table.searchresults th {
    background-color: #222222;
    color: #cc55aa;
    font-size: 110%;
    vertical-align: top;
    font-weight: normal;
    padding-bottom: 0.3em;
}
table.searchresults td {
    background-color: #222222;
    padding: 4px;
}
table.searchresults td.small {
    font-size: 92%;
}
table.searchresults td.excerpt {
    font-size: 87%;
    color: #aaaaaa;
}
table.searchresults td.thread {
    width: 30%;
}
table.searchresults td.delimiter {
    background-color: #444444;
    padding: 0px;
    height: 5px;
}
table.searchresults a {
    text-decoration: none;
}
table.searchresults td strong {
    color: #55ff22;
}

table.overview {
    background-color: #666666;
    padding: 0px;
    border-spacing: 1px;
}
table.overview td {
    padding: 4px;
    margin: 0px;
    vertical-align: top;
    background-color: #222222;
}
table.overview td.light {
    background-color: #222222;
}
table.overview td.dark {
    background-color: #111111;
}
table.overview a {
    text-decoration: none;
}
table.overview th {
    background-color: #222222;
    color: #cc55aa;
    font-size: 110%;
    vertical-align: top;
    font-weight: normal;
    padding-bottom: 0.3em;
}



table.chatterbox td{
    border-left:   none;
    border-right:  none;
    border-bottom: none;
}

table.chatterbox tr.odd, div.chatterbox span{
    background-color: #320000;
    font-size: 90%;
}
table.chatterbox tr.odd, div.chatterbox a {
    font-size: 90%;
}
table.chatterbox tr.odd, div.chatterbox span.chat_action{
    font-weight: bold;
}
div.chatterbox_div {
    overflow: auto;
}


table.pager td {
    border-left:   1px solid #994444;
    border-right:  1px solid #994444;
    padding: 0.2em;
}
table.pager td.pager_inactive,span.pager_inactive {
    color: #777777;
}
table.pager {
    border-collapse: collapse;
    border-top:      1px solid #994444;
    border-bottom:   1px solid #994444;
    font-size: 115%;
    font-weight: bold;
}
table.pager a:hover {
    text-decoration: none;
    color: #000000;
    background: #ff55aa;
}

div.login_field {
    z-index: 666;
    display: none;
    position: absolute;
}

td.transparent {
    background: #bb0060;
    filter:alpha(opacity=80);
    opacity:0.8;
    -moz-opacity:0.8;
}

td.transparent_content {
    background: #000000;
    -moz-opacity: 1;
    opacity: 1;
    border-top:   3px solid #000000;
    border-left:  3px solid #000000;
    border-right:  2px solid #000000;
    border-bottom:2px solid #000000;
}

ul.star {
    list-style-image:url(star.gif);
}

#breadcrumb ul {
    margin: 1em;
    padding: 0em;
}

#breadcrumb li {
    list-style-image:url(star.gif);
    display: inline;
    margin-right: 2em;
    margin-left: 2em;
    margin-top: 0;
    border-bottom: 1px dotted;
    font-weight: bold;
}

div.navi_links_div {
    margin-top: 0em;
    float: left;

    margin: 0em;
    margin-bottom: 0.5em;
    padding: 0em;
    width: 100%;
    border-bottom: 1px solid #444444;
    background-color: #111111;
    margin-right: 0.0em;
}
div.navi_links_div > ul {
    margin: 0em;
    padding: 0em;
    background-color: #999999;
}

div.navi_links_div li {
    list-style-type: none;
    font-weight: bold;
    float: left;
    margin-left: 0.2em;
    margin-top: 0.2em;
    padding-right: 0.8em;
    padding-left: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-right: 1px solid #666666;
}
div.navi_links_div ul li a {
    text-decoration: none;
    font-weight: normal;
}
div.navi_links_div ul li a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #ff99aa;
}

table.powered_by {
    font-size: 85%;
    color: #dddddd;
    background-color: #222222;
    border: 1px dotted #ff99dd;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
}
table.powered_by img {
    vertical-align: middle;
}
table.powered_by a, table.powered_by a:hover, table.powered_by a:visited {
    color: #ffffff;
}

div.functions {
    background-color: #000000;
    border: 1px dotted #ff0000;
    width: 65%;
    padding: 0.5em;
    margin-bottom: 0.3em;
}
div.functions_small {
    width: 30%;
}
div.functions a.action, div.functions div.action {
    float: left;
    margin: 0.2em;
}

div.page_options {
    background-color: #003300;
    border: 1px dotted #00ca00;
    width: 15em;
    font-size: 70%;
    padding: 0.5em;
    float: right;
}

div.description {
    background-color: #e8e8e8;
    border: 1px dotted #b0b0b0;
    padding: 0.3em;
	min-width: 200px;
	max-width: 80%;
}

div.motd {
    border: 1px dotted #777777;
    font-size: 95%;
    color: #444444;
}
div.motd a {
    text-decoration: none;
}

div.message_div del {
    color: red;
}
div.message_div ins {
    color: green;
    text-decoration: none;
}

span.javascript, div.javascript, td.javascript {
    visibility: hidden;
}

a.icon_link {
    text-decoration: none;
}
a.icon_link > img {
    padding-right: 0.25em;
}

