﻿/* Global Properties --------------------------------*/

html, body, * {
	padding:0; 
	margin:0;
}

html, body {
	width:100%;
	overflow-x:hidden;
}

	body {
		background:#000;
		text-align:center;
		color:#a49b8c;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
	}
	
		.left {
			float:left;
		}
		
		.right {
			float:right;
		}

		.clear {clear:both}
		
		.clearfix {clear:both; height:1px;}
		
		hr.hr {display:none;}
	
		a {text-decoration:none; color:#ede0cc}
		
			a:hover {color:#FFF;}
		
			a:focus {outline:none;}
			
			a img {border:none;}
		hr.ranking_hr{
	background-image:url(../images/tr.png);
	height:1px;
	margin:5px auto;
	border:0px;
}
#tooltip {
	background:#000;
	font-family:"Times New Roman", Times, serif;
	line-height:8px;
	opacity:0.8;
	position:absolute;
	z-index: 3000;
	padding:10px;
	font-size:13px;
	color:#cecece;
	font-variant:small-caps;
	text-shadow: 0 0 0.2em #4a4a4a, 0 0 0.2em #4a4a4a;
	border:1px solid #cecece;

} 
/*---------------------------------------------------*/
/* Main Elements ------------------------------------*/

#header {
	margin:0 auto;
	height:200px;
	background:url("../images/ui/bg_top.jpg") no-repeat top center;
	overflow:hidden;
}

.wrap960 {
	width:960px;
	margin:0 auto;
}

.wrap600 {
	width:600px;
	margin:0 auto;
}

#slider {
	margin:0 auto;
	height:220px;
	background:url("../images/ui/bg_slider.jpg") no-repeat top center;
	overflow:hidden;
}

#wrapper {
	margin:0 auto;
	background:url("../images/ui/bg_con.jpg") no-repeat top center;
	text-align:left;
}

	#bbg {
		min-height:570px;
		margin:0 auto;
		background:url("../images/ui/bg_bottom.jpg") no-repeat bottom center;
	}
	
	  .sidebar, #content {
		  float:left;
	  }
	  
		  .sidebar {
			  width:170px;
			  position:relative;
			  bottom:7px;
		  }

/*---------------------------------------------------*/
/* Frames All 'Round --------------------------------*/

.frame {
	position:fixed;
	z-index:42;
}

	#frame-top, #frame-bottom {
		height:19px;
		background-repeat:repeat-x;
		width:100%;
	}
	
		#frame-top {
			top:0;
			background:url("../images/ui/frame_top.png");
		}

		#frame-bottom {
			bottom:0;
			background:url("../images/ui/frame_bottom.png");
		}
		
	#frame-left, #frame-right {
		width:19px;
		background-repeat:repeat-y;
		height:100%;
	}
	
		#frame-left {
			left:0;
			background:url("../images/ui/frame_left.png");
		}

		#frame-right{
			right:0;
			background:url("../images/ui/frame_right.png");
		}
		
/*---------------------------------------------------*/

.corner {
	position:fixed;
	z-index:43;
	height:81px;
	width:108px;
	background-repeat:no-repeat;
}		
		
	#frame-c-tl {
		top:0;
		left:0;
		background:url("../images/ui/frame_ctl.png");
	}	
	 
	#frame-c-tr  {
		top:0;
		right:0;
		background:url("../images/ui/frame_ctr.png");
	}		
	
	#frame-c-bl {
		bottom:0;
		left:0;
		background:url("../images/ui/frame_cbl.png");
	}	
	 
	#frame-c-br  {
		bottom:0;
		right:0;
		background:url("../images/ui/frame_cbr.png");
	}		

/*---------------------------------------------------*/
/* Header -------------------------------------------*/

	#header #logo {
		float:left;
		margin-top:40px;
	}

	#navbar {
		float:right;
		width:646px;
		height:38px;
		margin:74px 28px 0 0;
	}
	
		#navbar ul {
			margin:0;
			padding:0;
			list-style:none;
		}
		
			#navbar ul li {
				margin:0;
				padding:0;
			}
			
				#navbar ul li a {
					display:block;
					width:88px;
					height:100%;
					float:left;
					margin:0 5px 0 0;
					text-align:center;
					font-size:14px;
					line-height:2.5;
					color:#9aabab;
					text-shadow:0px 1px 4px #000;
				}
				
				#navbar ul li a.noborder {
					background:none;
					margin:0 !important;
				}
				
					#navbar ul li a:hover {
						color:#dedcbf;
						text-shadow:
						0px 0px 20px #0095b5,
						0px 0px 14px #004554,
						0px 0px 38px #004554,						
						0px 0px 22px #004554,
						0px 0px 46px #0095b5					
						;
					}
					
					#navbar ul li a:active {
						color:#dedcbf;
						text-shadow:
						0px 0px 20px #000,
						0px 0px 30px #000,
						0px 0px 40px #000,						
						0px 0px 50px #000,
						0px 0px 60px #000					
						;
					}					
					
					#home a.nav-home,
					#register a.nav-reg,
					#download a.nav-dl,
					#forums a.nav-fm,
					#ranking a.nav-rank,
					#usercp a.nav-ucp,
					#shop a.nav-shop,
					#navbar ul li a.current
					{
						color:#FFF !important;
						text-shadow:
							0 0px 2px #000,
							5px 0 35px #4dadcd,
							-5px 0 35px #4dadcd,
							10px 0 25px #4dadcd,
							-10px 0 25px #4dadcd,
							10px 0 25px #4dadcd,
							-10px 0 25px #4dadcd							
							!important
					}
					
/*---------------------------------------------------*/
/* Slider -------------------------------------------*/

#slider {
	margin:0;
}

	#sliderContainer {
		width:574px;
		height:112px;
		margin:60px auto 0;
	}
	
		#nSlider, #nSlider ul, #nSlider ul li, #overlap {
			display:block;
			height:112px;
			width:574px;
			margin:0 auto;
			overflow:hidden;
		}
		
			.olap {
				width:574px;
				margin:0 auto;
				position:relative;
				top:61px;
				height:1px;
			}
		
			#overlap {
				background:url("../images/ui/slider_overlap.png");
				z-index:5;
				position:absolute;
			}
			
				/* Slider Images */
				
				.ns1 {
					background:url("../images/news/slide_01.jpg");
				}
				
				.ns2 {
					background:url("../images/news/slide_02.jpg");
				}				
				
				.ns3 {
					background:url("../images/news/slide_03.jpg");
				}				
				
				.ns4 {
					background:url("../images/news/slide_04.jpg");
				}	
				
				.ns5 {
					background:url("../images/news/slide_05.jpg");
				}	
				.ns6 {
					background:url("../images/news/ox_event.jpg");
				}
				.ns7 {
					background:url("../images/news/tanaka_event.jpg");
				}
				.ns8 {
					background:url("../images/news/search_event.jpg");
				}
				.ns9 {
					background:url("../images/news/1decembrie_event.jpg");
				}
				.ns44 {
					background:url("../images/news/slide_44.jpg");
				}				
				
				/* - - - - - - - */
				
					#nSlider ul li span.nslayer {
						z-index:6;
						position:relative;
						width:100%;
						height:100%;
						display:block;
					}
					
						#nSlider ul li span.nslayer a {
							display:block;
							height:70px;
							padding:10px;
							margin:10px 30px;
							text-align:left;
						}
					
							span.n-title {
								font-size:16px;
								color:#FFF;
								display:block;
								margin:10px 0 5px;
							}
							
							span.n-text {
								color:#d5d9b9;
								letter-spacing:1px;
							}
					
					/* Controls */
					
					#prevBtn a, 
					#nextBtn a { 
						display:block;
						width:62px;
						height:62px;
						background:url("../images/ui/slider_controls.png");
						z-index:24;
						overflow:hidden;
						line-height:20;
						position:relative;
						bottom:85px;
					}	
				
					#nextBtn a {
						float:right;
						background-position:top right;
						left:30px;
					}
					
						#nextBtn a:hover {
							background-position:center right;
						}
						
						#nextBtn a:active {
							background-position:bottom right;
						}						
						
					#prevBtn a {
						float:left;
						right:30px;
					}
					
						#prevBtn a:hover {
							background-position:center left;
						}					
					
						#prevBtn a:active {
							background-position:bottom left;
						}
						
/*---------------------------------------------------*/
/* Content ------------------------------------------*/

#content {
	width:602px;
}

	.c-top {
		height:40px;
		background:url("../images/ui/content_top.jpg");
	}

	.c-end {
		height:45px;
		background:url("../images/ui/content_end.png");
	}
	
	.c-con {
		background:url("../images/ui/content_repeat.jpg") repeat-y top center;
		min-height:600px;
	}	
	
		.post-mini {
			width:531px;
			height:46px;
			background:url("../images/ui/post_mini.jpg");
			margin:10px auto 25px;
			display:block;
		}

		.postui {
			background:url("../images/ui/post_ui.jpg");
			margin:0 auto;
			width:531px;
		}
		
			.post-title {
				height:57px;
				line-height:2.4;
			}
			
			.post-end {
				background-position:left bottom;
				height:19px;
				margin-bottom:26px;
			}
			
			.post-con {
				background:url("../images/ui/post_ui_bg.jpg") repeat-y top center;
				padding:10px 40px;
				width:511px;
				line-height:2;
				font-size:11px;
				color:#928c7c;
			}
			
				.post-title h2, .post-mini span.h3 {
					float:left;
					color:#ead7b6;
					font-size:18px;
					font-weight:normal;
				}
				
					.post-title h2 img, .post-mini img {
						float:left;
						display:block;
						margin:9px 15px 0 10px;
					}
					
					.post-title h2 a span{
						color:#eaddb6;
						position:relative;
						top:2px;
					}
					
					span.date {
						display:block;
						float:right;
						width:100px;
						text-align:center;
						position:relative;
						top:12px;
						right:10px;
						color:#698997;
						font-size:10.1px;
					}
					
						.post-mini span.date {
							top:18px;
						}
						
						.post-mini span.h3 {
							position:relative;
							top:15px;
						}
					
						.post-con .sb-link {
							margin-left:5px;
							text-transform:uppercase;
						}
						
							a.post-mini:hover span.h3, .post-title h2 a:hover span {
								color:#FFF;
							}
						
/*---------------------------------------------------*/
/* Sidebars -----------------------------------------*/

#sidebar-left {
	margin-right:9px;
}

#sidebar-right {
	margin-left:9px;
}

	.sb-ui {
		background:url("../images/ui/sidebar_ui.png");
	}

		.sb-title {
			height:60px;
			text-align:center;
		}
		
		.sb-end {
			height:33px;
			background-position:bottom center;
			margin-bottom:10px;
		}
		
		.sb-con {
			background:url("../images/ui/sidebar_bgrepeat.jpg") repeat-y;
			margin:0;
		}
		
			.sb-title h3 {
				color:#ede0bd;
				text-shadow:0 1px 3px #000;
				font-size:14px;
				line-height:59px;
				font-weight:normal;
			}

	/*-------------------------------- ValkyrieMt2 --*/
	/* Login ----------------------------------------*/
	
	form#login {
		margin:0px auto;
		width:137px;
	}
	
	form#login div {
		margin:10px auto;
	}
	
	.fui {
		border:none;
	}
	
		input.txt {
			width:127px;
			height:18px;
			padding:5px;
			color:#847d5b;
			margin:5px 0;
			text-indent:34px;
			background:url("../images/ui/text_input_sprite.jpg");
		}
		
			input.txt:hover {
				color:#c4bc96;
			}	
			
			input.txt:active,
			input.txt:focus {
				color:#fff9de;
			}				
			
				input.user:hover {
					background-position:top center;
				}
				
				input.user:active,
				input.user:focus {
					background-position:top right;
				}
				
				input.pass {
					background-position:bottom left;
				}

					input.pass:hover {
						background-position:bottom center;
					}
					
					input.pass:active,
					input.pass:focus {
						background-position:bottom right;
					}

		.btn {
			margin-top:8px;
			background:url("../images/ui/button_sprite.jpg");
			display:block;
			border: none;
			height:28px;
			width:64px;
			color:#c6e7ff;
			cursor:pointer;
			font-size:10px;
			padding-bottom:2px;
			text-transform:uppercase;
			text-shadow:0 0 2px #000;
		}
		
			input.log {
				float:left;
			}
			
			input.reg {
				float:right;
			}
			
				.btn:hover {
					color:#FFF;
					background-position:center center;
				}
				
				.btn:active {
					color:#d7e2ea;
					background-position:bottom center;
				}	

.buton {
			margin-top:8px;
			background:url("../images/ui/button_sprite.jpg");
			display:block;
			height:26px;
			width:64px;
			color:#c6e7ff;
			cursor:pointer;
			font-size:10px;
			padding-bottom:2px;
			
			text-transform:uppercase;
			text-shadow:0 0 2px #000;
		}
		
			.log {
				float:left;
			}
			
			.reg {
				float:right;
			}
			
				.buton:hover {
					color:#FFF;
					background-position:center center;
				}
				
				.buton:active {
					color:#d7e2ea;
					background-position:bottom center;
				}					

	/*-----------------------------------------------*/
	/* Ranking --------------------------------------*/
				
	/*-----------------------------------------------*/
	/* Status ---------------------------------------*/
	
	.status-box {
		height:160px;
		width:170px;
		background:url("../images/ui/sidebar_bg_status.jpg");
	}
	
		.status-box .time {
			text-align:center;
			font-size:10px;
			color:#8591a0;
			padding:8px 0 17px;
		}
		
		.status-box .stats {
			height:100px;
		}
		
			.status-box .stats p {
				background:url("../images/ui/status_indicators.png") no-repeat;
				text-indent:14px;
				margin:0 0 4px 20px;
				font-size:12px;
				position:relative;
				z-index:5;
			}
		
				.status-box .stats .on {
					color:#7b965e;
					background-position:0 4px;
				}
				
				.status-box .stats .off {
					color:#96675e;
					background-position:0 -14px;
				}		
				
				.status-box .stats .info {
					color:#456d9f;
					background-position:0 -31px;
				}
				
					.abso {
						position:absolute;
					}
				
					.status-box .stats .char-cont {
						position:relative;
						bottom:85px;
						left:130px;
					}
		
		.status-box .players {
			text-align:center;
		}
		
			.status-box .players .p-now {
				font-size:11px;
				color:#8591a0;
			}
			
			.status-box .players .p-record {
				font-size:9px;
				color:#4e5762;
			}
			
				.status-box .players .p-now span {
					color:#FFF;
				}

				.status-box .players .p-record span {
					color:#82868c;
				}




.status-box1 {
		height:360px;
		width:170px;
		background:url("../images/ui/sidebar_bg_status.jpg");
	}
	
		.status-box .time {
			text-align:center;
			font-size:10px;
			color:#8591a0;
			padding:8px 0 17px;
		}
		
		.status-box .stats {
			height:100px;
		}
		
			.status-box .stats p {
				background:url("../images/ui/status_indicators.png") no-repeat;
				text-indent:14px;
				margin:0 0 4px 20px;
				font-size:12px;
				position:relative;
				z-index:5;
			}
		
				.status-box .stats .on {
					color:#7b965e;
					background-position:0 4px;
				}
				
				.status-box .stats .off {
					color:#96675e;
					background-position:0 -14px;
				}		
				
				.status-box .stats .info {
					color:#456d9f;
					background-position:0 -31px;
				}
				
					.abso {
						position:absolute;
					}
				
					.status-box .stats .char-cont {
						position:relative;
						bottom:85px;
						left:130px;
					}
				
					.status-box .stats .character {
						background:url("../images/misc/status_character.png") no-repeat;
						height:91px;
						width:75px;
						z-index:41;
						position:absolute;
					}
		
		.status-box .players {
			text-align:center;
		}
		
			.status-box .players .p-now {
				font-size:11px;
				color:#8591a0;
			}
			
			.status-box .players .p-record {
				font-size:9px;
				color:#4e5762;
			}
			
				.status-box .players .p-now span {
					color:#FFF;
				}

				.status-box .players .p-record span {
					color:#82868c;
				}


	/*-----------------------------------------------*/
	/* Special Buttons ------------------------------*/
	
	a.special {
		background:url("../images/ui/sb_special_buttons.gif");
		display:block;
		height:80px;
		margin:20px auto;
	}
	
		a.special span {
			visibility:hidden;
		}
	
	a.sb-download {
		width:170px;
	}
	
		a.sb-download:hover {
			background-position:center left;
		}
		a.sb-download:active {
			background-position:bottom left;
		}	
	
	a.sb-community {
		width:186px;
		background-position:top right;
	}
	
		a.sb-community:hover {
			background-position:center right;
		}
		a.sb-community:active {
			background-position:bottom right;
		}	
		

/*---------------------------------------------------*//* Download Buttons Buttons ------------------------------*/		a.download {		background:url("../images/ui/download-btn.gif");		display:block;		height:80px;		margin:20px auto;	}			a.download span {			visibility:hidden;		}		a.sb-download_patcher {		width:170px;	}			a.sb-download_patcher:hover {			background-position:center left;		}		a.sb-download_patcher:active {			background-position:bottom left;		}			a.sb-download_full{		width:186px;		background-position:top right;	}			a.sb-download_full:hover {			background-position:center right;		}		a.sb-download_full:active {			background-position:bottom right;		}		/*---------------------------------------------------*/
/* Misc ---------------------------------------------*/
/* Rechts - Quickmenu */
.button_green {
	margin:2px auto;
	font-size:12px;
	font-variant:small-caps;
	text-align:center;
	display:block;
}
.button_green a{
	width:250px;
	height:17px;
	display:block;
	color:#cecece;
	text-decoration:none;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
	text-align:center;
	background-image:url(../images/button_green.png);
	padding:23px 0px 23px 0px;
	margin-bottom:16px;
}

.button_green a:hover{
	background-image:url(../images/button_green_hover.png);
	color:#d7dfcf;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
}
.button_green a:active{
	background-image:url(../images/button_green_click.png);
	color:#5b7147;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
}
.cp {
	display:none;
	/*key: db828fb6b6dcb8af089480cb5ca9c416;*/
}

.sb-links {
	margin:5px 0 5px 15px;
}

	a.sb-link {
		color:#768088;
		background:url("../images/ui/link_bullet_sprite.png") no-repeat 0 0;
		font-size:10px;
		margin:8px 0;
		padding-left:10px;
	}
	
		a.sb-link:hover {
			color:#FFF;
			background-position:0 -16px;
		}
	
		a.sb-link:active {
			color:#81adcd;
			background-position:0 -32px;
		}
	
/*---------------------------------------------------*/
/* Footer -------------------------------------------*/

#footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b1bcc9;
	padding:5px 0 40px 0;
}

	#footer .left {
		margin-left:30px;
	}
	
	#footer .right {
		margin-right:30px;
	}

		#footer a {
			color:#FFF;
		}		
		
			#footer a:hover {
				text-decoration:underline;
			}
			
			#footer a:active {
				color:#FFF;
			}

.tmarkiert {
  background:#212121;
  color:#FFF;
}

.splitLeft {
  float:left;
  width:49%;
}

.splitRight {
  float:right;
  width:49%;
}

.thtabel {
  background:#1B444A;
 color:#000000;
}

.tdtabel {
  background:#B9B9B9;
 color:#000000;
}

select.form-control {
            width:100px;
            padding:5px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            select.bar:hover {
                color:#CCC;
            }
            
            select.bar:active,
            select.bar:focus {
                color:#FFF;
            }
			select.barm {
            width:130px;
            padding:5px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            select.bar:hover {
                color:#CCC;
            }
            
            select.bar:active,
            select.bar:focus {
                color:#FFF;
            }

select.bare {
            width:170px;
            padding:5px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            select.bare:hover {
                color:#CCC;
            }
            
            select.bare:active,
            select.bare:focus {
                color:#FFF;
            }

select.barmic {
            width:60px;
            padding:5px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            select.barmic:hover {
                color:#CCC;
            }
            
            select.barmic:active,
            select.barmic:focus {
                color:#FFF;
            }
			
select.barmare {
            width:250px;
            padding:5px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            select.barmare:hover {
                color:#CCC;
            }
            
            select.baramre:active,
            select.barmare:focus {
                color:#FFF;
            }	
textarea.form-control {
        width: 600px;
        height: 120px;
        padding:5px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
}	
textarea.bar:hover {
                color:#CCC;	
}				
textarea.bar:active,
           textarea.bar:focus {
                color:#FFF;
            }	
#download a#requirements {
    background:url("/img/ico-plus.gif") no-repeat scroll 0 0 transparent;
    color:#8D0404;
    cursor:pointer;
    display:block;
    font-size:15px;
    font-weight:bold;
    height:13px;
    line-height:12px;
    margin:15px 30px;
    text-decoration:none;
    text-shadow:1px 1px #ECD4BA;
}



input.form-control {
            width:141px;
            padding:2px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            input.bar:hover {
                color:#CCC;
            }
            
            input.bar:active,
            input.bar:focus {
                color:#FFF;
            }
        .fui1 {
        border:none;
        background:url("images/ui/download.jpg");
    }   

input.barmare {
            width:301px;
            padding:2px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            input.barmare:hover {
                color:#CCC;
            }
            
            input.barmare:active,
            input.barmare:focus {
                color:#FFF;
            }

input.barmic {
            width:51px;
            padding:2px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            input.barmic:hover {
                color:#CCC;
            }
            
            input.barmic:active,
            input.barmic:focus {
                color:#FFF;
            }

#download a#requirements:hover { text-decoration:underline;}




#required {
	width:300px; 
	margin:0 auto;
	display:none;
}
#required caption {
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
}



textarea.form-control {
            width:351px;
            padding:2px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            input.barmare:hover {
                color:#CCC;
            }
            
            input.barmare:active,
            input.barmare:focus {
                color:#FFF;
            }

        .fui1 {
        border:none;
        background:url("images/ui/download.jpg");
    }       

.lager {
  width:auto;
}

.lager td {
  width:25px;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  text-align:center;
}

input.bare {
            width:50px;
            padding:2px;
            color:#666;
            margin:5px 0;
            border:1px solid #333;
            background:#000;
        }
        
            input.bare:hover {
                color:#CCC;
            }
            
            input.bare:active,
            input.bare:focus {
                color:#FFF;
            }
        .fui1 {
        border:none;
        background:url("images/ui/download.jpg");
    }     

  input.reg {
                float:right;
                background-position:bottom left;
            }
            
                input.reg:hover {
                    background-position:bottom center;
                }           
            
                input.reg:active {
                    background-position:bottom right;
                }        
      
   .lb-button
{
    color:#328390;
    font-size:0.9em;
    display:block;
    height:27px;
    line-height:27px;
    width:130px;
    margin:2px;
    padding:0 5px;
    background: url('../images/ui/lb_button.jpg') top center;
}

.lbd-button
{
    color:#00FFFF;
    font-size:0.9em;
    display:block;
    height:27px;
    line-height:27px;
    width:130px;
    margin:2px;
    padding:0 5px;
    background: url('../images/ui/lb_button.jpg') top center;
}
               
  div.hr {
  
 color: #094750;
background-color: #328390;
height: 1px;
}
div.hr hr {
  display: none;
}                  

.toptable {
  background:#252525;
  color:#D6D6D6;
  margin-bottom:5px;
  vertical-align:middle;
}

.toptable a {
  color:#FFF;

}

table {
    border:0;
    margin:0 auto;
    margin-bottom: 10px;
    font-size:11px;
    width:100%;
	border-collapse: collapse;
}

.thellL { 
background: #2D2D2D; 
color:#C1C1C1; padding:5px; 
border-bottom: 1px 
dashed #565656; 
}
.tdunkelL { 
background: #1D1D1D; 
color:#C1C1C1; 
padding:5px; 
border-bottom: 1px 
dashed #565656; 
}
.tredL { 
background: #900; 
color:#C1C1C1; 
padding:5px; 
border-bottom: 1px 
dashed #565656; 
}
.topLineL { 
background: #101010; 
color:#FFF; 
padding:5px; 
border-bottom: 1px 
dashed #565656; 
}
.page-hd {
	display: none!important;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}


/*---------------------------------------------------*/
/* W3C Valid CSS 3.0
/* azizgfx@gmail.com
/* db828fb6b6dcb8af089480cb5ca9c416
/*---------------------------------------------------*/
