/* Basic Elements */
body
  {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #232323;
  background-image: url(images/bg.gif);
  background-repeat: repeat;
  color:#CCCCCC;
}
table     { font-size: 9px; font-family: verdana, sans-serif; line-height: 15px; }
td        { vertical-align: top; }
div       { 
font-size: 9px; font-family: verdana, sans-serif;
}
a         { font-size: 9px; text-decoration: underline; font-family: verdana, sans-serif;  border:0px; color:#FFFFFF; }
a:hover   { text-decoration: underline; color:#FFFFFF; }
/* DIV-Containers */
.header_logo
{
	position:relative;
	left: -327px;
	width: 426px; 
	height: 65px; 
	background-color: #141414; 
	z-index: 1;
	top:0px;
}

.header_logo_long
{
	position:relative;
	width: 426px; 
	height: 65px; 
	background-color: #141414; 
	z-index: 1;
	top:0px;
}



/* Fonts */
font                  { font-size: 11px; font-family: verdana, sans-serif; }

/* Images */
img                   { border-width: 0px; }
.menu_icon
{
	width: 142px;
	height: 117px;
	z-index: 1000;
}

/* Transparecy */
.opaque {
	opacity: .6;
}

.opaque-ie {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}


