/* CSS Document */

/* body */
body {
 margin: 0px;
 background-color: #000000;
 background-image: url(bg_pattern2.jpg);
 background-attachment: fixed;
 background-repeat: repeat;
}

table {
 width: 533px;
 padding: 0px;
 border: 0px;
 border-collapse: collapse;
 border-style: none;
 font-family: Arial;
 font-size: 8pt;
 text-align: left;
 color: #999999;
}
iframe {
 height: 15px;
 width: 533px;
 padding: 0px;
 border: 0px;
 border-collapse: collapse;
 margin: 0px;
 overflow: hidden;
}
.tb_head {
 background-color: #141414;
 font-family: Arial;
 font-size: 9pt;
 color: #999999;
 vertical-align: top; 
}
.tb_titel {
 background-color: #141414;
 font-family: Arial;
 font-size: 8pt;
 color: #E98900; /* E6A116 */
 vertical-align: top; 
}
.tb_titel_right {
 background-color: #141414;
 font-family: Arial;
 font-size: 8pt;
 text-align: right;
 color: #E98900; /* E6A116 */
 vertical-align: top; 
}
.tb_index {
 width: auto;
 margin: 10px 0px 0px 0px;
 background-color: #141414;
 font-family: Arial;
 font-size: 8pt;
 color: #999999;
 vertical-align: top; 
}
.tb_work {
 background-color: #141414;
 font-family: Arial;
 font-size: 8pt;
 color: #E98900; /* E6A116 */
 vertical-align: top; 
}
.tb_work:hover {
 background-color: #E6A116;
 color: #141414; /* E6A116 */
 cursor: pointer;
}
.tb_lootliste {
 background-position: center;
 background-repeat: no-repeat;
 width: 25px;
}

/* images */
img {
 border: 0px;
}


/* fonts */
/*font {
 font-family: Arial;
 font-size: 8pt;
 color: #999999;
}*/

.mark {
 font-family: Arial;
 font-size: 8pt;
 color: #E6A116;
  text-decoration: underline;
}
.menu_title {
 font-family: Arial;
 font-size: 8pt;
 color: #464646;
}
.right {
 text-align: right;
}


/* links */
a, a:link, a:visited {						/* standart */
 text-decoration: none;
 color: #E6A116;
 font-weight: normal;
}

a:hover {
 text-decoration: none;
 color: #999999;
 font-weight: normal;
}

a.menu, a.menu:link, a.menu:visited {		/* menu */
 text-decoration: none;
 color: #E55016;
 font-weight: normal;
}

a.menu:hover {
 text-decoration: none;
 background-color: #E55016;
 color: #161616;
 font-weight: normal;
}

a.title_link, a.title_link:link, a.title_link:visited {		/* menu */
 text-decoration: none;
 color: #E98900;
 font-weight: normal;
}

a.title_link:hover {
 text-decoration: none;
 color: #464646;
 font-weight: normal;
}
