html, body {
	margin: 0px; 
	padding: 0px; 
}

table, td, div, p, h1, h2, h3, h4, h5, h5, h6, hr, img, form, input, textarea {
	margin: 0px; 
	padding: 0px; 
	border-style: none; 
	border-collapse:	collapse;
}

/* {
	background-repeat: no-repeat; 
} */

body {
	background: #000000;
	overflow-y: scroll; 
	padding-top: 5px;

	scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #3D3D3D;
  scrollbar-base-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #3D3D3D;
  scrollbar-shadow-color: #3D3D3D; 
}

body, td {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	color: #959595; 
}

input, select {
	margin: 0px; 
	padding: 1px; 
	border: 1px solid #666666;
	color: #ffffff;
	background: #161616;
	font-size: 12px;	 
}

textarea {
	margin: 0px; 
	padding: 1px; 
	border: 1px solid #666666;
	color: #ffffff;
	font-size: 12px;
  overflow-x: auto; 
  overflow-y: auto;
	background: #161616;	 
}

.simplu {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	color: #666666;
	font-size: 12px; 
}

li {
	list-style: dot;
}

img {
	border: 0px;
	margin: 0px;
}

a {
	text-decoration: none; 
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.titlu {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.font11 {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.celula {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.linie_content {
	background: #ffffff;
	width: 1px;
}

.content {
	background-image: url('img/bkg_content.jpg');
	width: 987px;
	height: 96px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 40px;
}


.wsite {
	width: 989px;
}

.all {
	width: 100%;
	height: 100%;
}

.wcontent {
	width: 675px;
}

.content_full {
	background-color: #ffffff;
	width: 968px;
	padding: 15px;
}

.footer {
	font-size: 10px;
}



.hidden{
	visibility: hidden;
	display: none;
}

.shown{
	visibility: visible;
	display: block;
}

#overlayer{
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#big_plan{
	position: absolute;
	z-index: 20;
}