#default        {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        background-color: #202226;
        border: none;
        padding: 0;
        margin: 0;
        }
#menu   {
        background-image: url(./gfx/menu_bg.jpg);
        font-size: 8pt;
        background-repeat: repeat-x;
        background-position: top left;
        }
#header {
        background-image: url(./gfx/dots.gif);
        font-size: 9pt;
        background-repeat: no-repeat;
        background-position: bottom left;
        background-color: #1B1B1B;
        font-weight : normal;
        }
#footer{
        background-image: url(./gfx/dots.gif);
        font-size: 9pt;
        background-repeat: no-repeat;
        background-position: top right;
        }
#bodymessages {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #E0E0E0;
        text-align: left;
        border: none;
        background-color: #000000;
        background-image: url(./gfx/mainbg.png);
	background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: bottom right;
        }
#smallfont {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 7pt;
        color: #686868;
        }
#chatfont {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 9pt;
        }
#bodydefault {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #fed993;
        text-align: left;
        border: none;
        background-color: #000000;
		background:url(./gfx/hintergrund.gif)
        }
#table_list_td_top {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #fed993;
        text-align: left;
        border: none;
        background-color: #000000;
        }
#table_list_td {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #AFAFAF;
        text-align: left;
        border: none;
        background-color: #0F0F0F;
        }
#popitmenu {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 9pt;
	right: 10;
        position: absolute;
        background-color: #fed993;
        border:1px solid black;
        line-height: 18px;
        z-index: 100;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
        visibility: hidden;
        }
#popitmenu a {
        text-decoration: none;
        padding-left: 6px;
        color: black;
        display: block;
        }
#popitmenu a:hover {
        background-color: #C4CCD7;
        }
#tooltip {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 9pt;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	right:161px;
	bottom:75px;
        position: absolute;
	display:inline;
        visibility: hidden;
        }
#tooltipshadow {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #414141;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	right:165px;
	bottom:71px;
        position: absolute;
	display:inline;
        visibility: hidden;
        }
#tabforeground {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #ff0000;
        text-align: center;
        border: none;
        background-color: #443737;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #ffffff;
	border-left-color: #666666;
	padding: 2;
        }
#tabbackground {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #C7C7C7;
        text-align: center;
        border: none;
        background-color: #726262;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 2;
        }
#tabbackgroundunread {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #990000;
        text-align: center;
        border: none;
        background-color: #2E392B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AA0000;
	border-right-color: #AA0000;
	border-bottom-color: #666666;
	border-left-color: #AA0000;
	padding: 2;
        }
#tabbg {
	border: 0;
        font-size: 8pt;
        background-image: url(./gfx/tab_bg.gif);
        background-repeat: repeat-x;
        background-position: bottom center;
	margin: 0;
        }
#listline {
	border: 0;
        background-color: #302727;
        font-size: 8pt;
        text-align: center;
	width: 100%;
        }
td.messages_list {
        margin:0;
        padding:0px 0px 0px 5px;
        border:0px solid #fed993;
        border-left:3px solid #fed993;
        text-align:left;
        }
td.gfx_list {
        margin:0;
        color:#fed993;
        padding:1px 1px 1px 4px;
        text-decoration:none;
        background-color:#443737;
        border:1px solid #2F2F2F;
        border-left:4px solid #fed993;
        text-align:left;
        }
td.gfx_list_hover {
        margin:0;
        color:#ffffff;
        padding:1px 1px 1px 4px;
        text-decoration:none;
        background-color:#443737;
        border:1px solid #fed993;
        border-left:4px solid #fed993;
        text-align:left;
        }
html, body, td, input {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color: #888888;
        }
a:active{
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color : #C7C7C7;
        font-weight : normal;
        text-decoration : none;
        }
a:hover {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color : #fed993;
        font-weight: normal;
        text-decoration : none;
        }
a.noHover:hover {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color : #ff0000;
        font-weight: normal;
        text-decoration : none;
        }
a       {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color : #C7C7C7;
        text-decoration : none;
        }
		
.extras {
        font-family : Verdana, Georgia, Arial, Sans-Serif;
        font-size: 8pt;
        color : #626262;
        font-weight: normal;
        text-decoration : none;
        }