body {
 background-attachment: fixed;
 background-position: center center;
 background-repeat:repeat-y;
 background-color: #000000;
 font-family:Georgia, "Times New Roman", Times, serif; color:#FFF;

 font-size: 12px;


 scrollbar-arrow-color:#530A15;
 scrollbar-base-color:#530A15;
 scrollbar-face-color#530A15;
 scrollbar-track-color:#79111D;
 scrollbar-highlight-color:#530A15;
 scrollbar-3dlight-color:#530A15;
 scrollbar-shadow-color:#530A15;
 scrollbar-darkshadow-color:#530A15;
}
html, body, #tbbg {
 height:100%;
 margin: 0;
 padding: 0;
 border: none;
 text-align: center;
 }
html { 
 overflow: -moz-scrollbars-vertical;
 overflow: scroll;
}
.tbc {
 height: 100%;
}
.titel {
	font-size:18px;
	color:#e7bb20;
}
.txt {
	font-size:12px;
	color:#FFF;
	line-height:140%;
}
.stxt {
	font-size:9px;
	color:#6f6265;
		opacity: .6;
	filter: alpha(opacity=60);
}
table {
  border-collapse: collapse;
} 

td {

}

img {
border: none;
}

.cursor {
cursor: pointer;
}

a:link {
 color:#e7ba20;
 font-weight: bold;
} 

a:visited {
 color:#e7ba20;
 font-weight: bold;
} 

a:hover {
 color:#ffffff;
}
 
a {
 color:#e7ba20;
 text-decoration:none;
}

a.foo    {color: #6f6265; font-weight: normal; text-decoration: none; font-size:9px;}
a.foo:link    {color: #6f6265; font-weight: normal; text-decoration: none;}
a.foo:visited {color: #6f6265; font-weight: normal; text-decoration: none;}
a.foo:hover  { color: #e7ba20;  font-weight: normal; text-decoration: none;}

