@charset "utf-8";
@font-face {
	font-family: "OratorStd";
src: url(czcionka/OratorStd.otf);
}
html {
margin:0; /* remove margins */
border:0; /* remove borders */
background:#000000; /*color background - only works in IE */
font-size:100%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:auto; /*get rid of scroll bars in IE */
/* */
}


body {
	font:  Verdana, Arial, Helvetica, sans-serif,OratorStd;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration:none;
}
.oneColLiqCtrHdr #container {
	  /* this will create a container 80% of the browser width */
	background: #000000;
	margin:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration:none;
	width: auto;
	
	
}
.oneColLiqCtrHdr a, a:link, a:visited{
	
text-decoration:none;	
color:#509f95;
font-size:14px;
}

.oneColLiqCtrHdr a:hover { 
 color: #fff;
 text-decoration:none;
 }

.oneColLiqCtrHdr #header {
	background: #000000; 	 
	height:200px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr .banner
{margin-left:32%;
margin-top:50px;}

.oneColLiqCtrHdr #menu
{margin-left:44%;
font-family: "OratorStd";
src: url(czcionka/OratorStd.otf);
margin-top:12px;
}


.oneColLiqCtrHdr #menu a, #menu a:visited, #menu a:link { 
display:block; 
width:auto;
height:25px;
 background:#000000; 
 color:#b3abbc; 
 padding: 0 10px;
 font-family: "OratorStd";
src: url(czcionka/OratorStd.otf);
 text-decoration:none; 
  text-align:center; 
 line-height:25px;
 float:left; 
 border-bottom:1px solid #000000 ; }
 
 
.oneColLiqCtrHdr #menu a:hover { 
 color: #fff;text-decoration:none;
 }

.oneColLiqCtrHdr #mainContent {
	padding: 20px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #0b0b0b;
	width:auto;
	position:relative;
}
.oneColLiqCtrHdr .tabela {
width:auto;
border:1px; 
margin-left:32%;
	margin-top:5px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#CCC;
valign:top;
position:relative;

}

.oneColLiqCtrHdr .tabela1 {
	width:700px;
	position:relative;
	border:1px;
	margin-left:32%;
	font:"Trebuchet MS";
	font-size:12px;
	color:#509f95;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}


.oneColLiqCtrHdr .naglowek1 {
	color: #f81d84;
}
.oneColLiqCtrHdr .formularz
{
width:auto;
height:auto;
z-index:10;
margin-left:0px;
padding-right:10px;
text-decoration:none; 
font-family:Trebuchet MS; 
font-size:12px;  
color:#509f95; 
position:absolute;
line-height:15px;
z-index:99;
top:130px;
}
	

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

