body {
	background-color:#000000;
	background-image: url(/bin_images/background1.jpg);
	background-repeat:repeat;
	color:#cacaca;
}

#SubNavi, #MainArea{
	background-color:#191919;
	color:#cacaca;
	border:1px solid black;
}

#StartArticle {
	padding-top:30px;
}

.reg_form {
    color: #cacaca;
}

#HomeDate, #HomeDateTime{color:#cacaca;border:1px solid black;box-shadow:none;}
#HomeDateTime{border:none;}

#HomeDate{width:300px;}

#LangSelection{border:none;box-shadow:none;}

#BreadcrumbsArea, #PlayerMenuArea{color:#cacaca;padding:2px;}

a, a:link, a:hover, a:visited{color:#C0973C;}

input,input[type="hidden"]{color:#cacaca;}

#Login .textinput, .textinput{color:#cacaca !important;border:1px solid black;box-shadow:none;}

#Login {color:#cacaca;}

#Login .login_info{color:#cacaca;border:1px solid black;box-shadow:none;}



#Login .login_info .login_info_text, #Login .login_info .login_info_logout{color:#cacaca !important;}

#MainArea input{color:black !important;}


li.MsoNormal, p.MsoNormal{background-color:transparent !important;}

.SubMenu .SubMenu .SubMenuItem a, .SubMenu .SubMenu .SubMenuItem a:visited{color:#cacaca;}

td.seperator{background-color:transparent !important;}


#TopMenuSkew{
	background: #3d3d3c; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3c 0%, #393938 1%, #2d2d2c 52%, #262625 53%, #242323 99%, #2b2a2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3c), color-stop(1%,#393938), color-stop(52%,#2d2d2c), color-stop(53%,#262625), color-stop(99%,#242323), color-stop(100%,#2b2a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3c', endColorstr='#2b2a2a',GradientType=0 ); /* IE6-9 */
}

.MainMenuItem a{
	background: #3d3d3c; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3c 0%, #393938 1%, #2d2d2c 52%, #262625 53%, #242323 99%, #2b2a2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3c), color-stop(1%,#393938), color-stop(52%,#2d2d2c), color-stop(53%,#262625), color-stop(99%,#242323), color-stop(100%,#2b2a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3c', endColorstr='#2b2a2a',GradientType=0 ); /* IE6-9 */
	color:white;
	border:1px solid black;
	border-left:none;
	font-weight:bold;
}

#Login .button_main_l {
  background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
	border:1px solid black;	
}

#Login .button_main_l:hover {
  background: #d6993c;
				background: -moz-linear-gradient(top, #d6993c 0%, #dc9e28 23%, #f4f5e1 61%, #eabb6f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6993c), color-stop(23%,#dc9e28), color-stop(61%,#f4f5e1), color-stop(100%,#eabb6f));
				background: -webkit-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -o-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -ms-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: linear-gradient(to bottom, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6993c', endColorstr='#eabb6f',GradientType=0 ); 
				color: black;
				border:1px solid black;	
}

.top-tab {
  background-image: none;
  background: #3d3d3c; /* Old browsers */
  background: -moz-linear-gradient(top, #3d3d3c 0%, #393938 1%, #2d2d2c 52%, #262625 53%, #242323 99%, #2b2a2a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3c), color-stop(1%,#393938), color-stop(52%,#2d2d2c), color-stop(53%,#262625), color-stop(99%,#242323), color-stop(100%,#2b2a2a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3c', endColorstr='#2b2a2a',GradientType=0 ); /* IE6-9 */
  color:white !important;
}

.top-tab a, .top-tab a:hover, .top-tab a:visited {color:white !important;}
.top-tab.on a, .top-tab.on a:hover, .top-tab.on a:visited {color:black !important;}

.top-tab:hover {
  background-image: none;
  background: #5c5c5a; /* Old browsers */
  background: -moz-linear-gradient(top, #5c5c5a 0%, #575756 1%, #444442 52%, #3b3b39 53%, #363535 99%, #413f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5a), color-stop(1%,#575756), color-stop(52%,#444442), color-stop(53%,#3b3b39), color-stop(99%,#363535), color-stop(100%,#413f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5a', endColorstr='#413f3f',GradientType=0 ); /* IE6-9 */
  color:white !important;
}

.top-tab.on {
  background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black !important;
	font-weight:bold;
	border:1px solid black;	
}

.top-tab.on:hover {
 	background: #d6993c;
				background: -moz-linear-gradient(top, #d6993c 0%, #dc9e28 23%, #f4f5e1 61%, #eabb6f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6993c), color-stop(23%,#dc9e28), color-stop(61%,#f4f5e1), color-stop(100%,#eabb6f));
				background: -webkit-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -o-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -ms-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: linear-gradient(to bottom, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6993c', endColorstr='#eabb6f',GradientType=0 ); 
				color: black !important;
				border:1px solid black;	
}

.MainMenuItem a:hover {
	background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
}
.MainMenuItemActive a {
  background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
}
.MainMenuItemActive a:hover {
 	background-image: none;
  background: #d6993c;
				background: -moz-linear-gradient(top, #d6993c 0%, #dc9e28 23%, #f4f5e1 61%, #eabb6f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6993c), color-stop(23%,#dc9e28), color-stop(61%,#f4f5e1), color-stop(100%,#eabb6f));
				background: -webkit-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -o-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -ms-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: linear-gradient(to bottom, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6993c', endColorstr='#eabb6f',GradientType=0 ); 
				color: black;
}

.button_right1, .button_right2, .button_right3, .button_right4, .button_right5, .button_right6 {
  border: 1px solid #444444;
  border-left: none;
  background-image: none;
  background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
	border:1px solid black;	
}

.button_1:hover .button_right1, .button_2:hover .button_right2, .button_3:hover .button_right3, .button_4:hover .button_right4, .button_5:hover .button_right5, .button_6:hover .button_right6 {
  border: 1px solid #444444;
  border-left: none;
  background: #d6993c;
				background: -moz-linear-gradient(top, #d6993c 0%, #dc9e28 23%, #f4f5e1 61%, #eabb6f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6993c), color-stop(23%,#dc9e28), color-stop(61%,#f4f5e1), color-stop(100%,#eabb6f));
				background: -webkit-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -o-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -ms-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: linear-gradient(to bottom, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6993c', endColorstr='#eabb6f',GradientType=0 ); 
				color: black;
				border:1px solid black;	
}

.button_main1, .button_main1_submit, .button_main2, .button_main3, .button_main4, .button_main5, .button_main6 {
  border: 1px solid #444444;
  border-right: none;
  border-left: none;
  background-image: none;
 background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
	border:1px solid black;	
}

.button_1:hover .button_main1, .button_1:hover .button_main1_submit, .button_2:hover .button_main2, .button_3:hover .button_main3, .button_4:hover .button_main4, .button_5:hover .button_main5, .button_6:hover .button_main6 {
  border: 1px solid #444444;
  border-right: none;
  border-left: none;
  background: #d6993c;
				background: -moz-linear-gradient(top, #d6993c 0%, #dc9e28 23%, #f4f5e1 61%, #eabb6f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6993c), color-stop(23%,#dc9e28), color-stop(61%,#f4f5e1), color-stop(100%,#eabb6f));
				background: -webkit-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -o-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -ms-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: linear-gradient(to bottom, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6993c', endColorstr='#eabb6f',GradientType=0 ); 
				color: black;
				border:1px solid black;	
}

.button_left1, .button_left2, .button_left3, .button_left4, .button_left5, .button_left6 {
  border: 1px solid #444444;
  border-right: none;
  background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
	border:1px solid black;	
}

.button_1:hover .button_left1, .button_2:hover .button_left2, .button_3:hover .button_left3, .button_4:hover .button_left4, .button_5:hover .button_left5, .button_6:hover .button_left6 {
  background: #d6993c;
				background: -moz-linear-gradient(top, #d6993c 0%, #dc9e28 23%, #f4f5e1 61%, #eabb6f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6993c), color-stop(23%,#dc9e28), color-stop(61%,#f4f5e1), color-stop(100%,#eabb6f));
				background: -webkit-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -o-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: -ms-linear-gradient(top, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				background: linear-gradient(to bottom, #d6993c 0%,#dc9e28 23%,#f4f5e1 61%,#eabb6f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6993c', endColorstr='#eabb6f',GradientType=0 ); 
				color: black;
				border:1px solid black;	
}

h1, .GeneralHeadline {
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #C0973C;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #C0973C;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #C0973C;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #C0973C;
}

.breadcrumbs_last, .breadcrumbs_last:hover, .breadcrumbs_last:link, .breadcrumbs_last:visited, .breadcrumbs_last:active {
	color: #C0973C;
}

.list_table_head {
	background-image: none;
	background: #b4812e;
	background: -moz-linear-gradient(top, #b4812e 0%, #b48120 23%, #f8fbc0 61%, #b4812e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4812e), color-stop(23%,#b48120), color-stop(61%,#f8fbc0), color-stop(100%,#b4812e));
	background: -webkit-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -o-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: -ms-linear-gradient(top, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	background: linear-gradient(to bottom, #b4812e 0%,#b48120 23%,#f8fbc0 61%,#b4812e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4812e', endColorstr='#b4812e',GradientType=0 );
	color: black;
	font-weight:bold;
	border:1px solid black;	
}

.list_table_head a, .list_table_head td{color:black !important;}

.pppp{color:#C0973C !important;}
.font1, .font2{color:black !important;}


li {
    list-style-image: url("");
}

#LangSelection {
	color: #cacaca;
	float: left;
   	width: 110px;
   	margin-top: 16px;
   	height: 25px;
   	line-height: 26px;
   	border: 1px solid black;
    	box-shadow: none;
    	background: transparent;

}
#LangSelection a {
	color: #000000;
	text-decoration: none;
}
#select-lang-box {
    margin: 0;
    padding: 0;
    width: 100%; 
}
#select-lang-box #lang-active {
	background-image: url(/bin_images/arrow_dropdown.png);
 	background-position: 90% 50%;
 	background-repeat: no-repeat;
}
#select-lang-box #lang-active:hover {
	background-image: url(/bin_images/arrow_dropdown_hovered.png);
}
#select-lang-box #lang-active.LanguageOpen, #select-lang-box #lang-active:hover.LanguageOpen {
	background-image: url(/bin_images/arrow_dropdown_opened.png);
}
#select-lang-box span {
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 0 10px;
}

#LangSelection li {
    list-style-image: url("");
}

#select-lang-box span img, #select-lang-box ul li img {
    padding-bottom: 0px;
    padding-right: 5px;
    height: 9px;
}
#select-lang-box ul {
    margin: 5px 0;
    padding: 0;
    display: none;
}
#select-lang-box ul li {
    float: none;
    list-style-type: none;
}
#select-lang-box ul li a {
    border: 1px solid black;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 29px;
    text-decoration: none;
	background-image: url();
	background-color: #222222;
    width: auto;
    padding-left: 10px;	
    color:#cacaca;

}
#select-lang-box ul li a:hover {
    background-color: #222222;
    
  	background-image: url();
 	background-repeat: repeat;
 	overflow: hidden
 	color:#cacaca;
}