/*inne*/
.kontener {
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
	display: none;
	font-size: 14px;
}

.footer {
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center; 
	color: #e3e3e3; 
	position:absolute; 
	bottom:0; 
	font-family: Arial;
	font-size: 95%;
	font-weight: bold;
}


#title {
	clear:both;
	padding-top: 40px;
}

.opisy {
	color: #e3e3e3;
    font-family: "Lucida Grande", Arial, Arial;
    padding: 4px 25px;
}
/* info */
.info {
	font-size: 160%;
}

.kontakt {
  padding: 0.2em 0.5em;
  border: none;
  font-weight: bold;
  font-size:120%;
  text-align:right;
  color: #e3e3e3;
}


/* formularz kontaktowy */
fieldset { border-style: none;}

legend {
  padding: 0.2em 0.5em;
  border: none;
  font-weight: bold;
  font-size:120%;
  text-align:right;
  }
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

input {
	margin-bottom: 2px;
	width: 60%;
}

.submit input {
	width: 180px;
	margin-left: auto;
	margin-right: 40px;
}

textarea {
	width: 60%;
	margin-bottom: 2px;
}

/*menu boczne*/
body
{
	margin: 0;
	padding: 0;
	background: #1d1d1d;
	font-family: "Lucida Grande", Arial, Arial;
	font-size: 100%;
}

h2 	
{ 
	color: #999;
	margin-bottom: 0; 
	margin-left:13px;
	background:url(navigation.jpg) no-repeat;
	height:40px;
}

h2 span
{
	display: none;
}

p	
{ 
	color: #ffff33; 
	margin-top: .5em;
	font-size: 1.75em;
	padding-left:15px;	
}

#navigation-block {
	position:relative;
	top:0px;
	width: 220px;
}

#hide {
	position:absolute;
	top: -20px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: 14px;
	margin: 30px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#333 url(heading_bg.jpg) repeat-y;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#222 url(tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #ffff66; }

.aselect {color: #ffff66 !important;}

/* gorne menu*/
#container {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    
}

#container ul, #container li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #0b2b61;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav, .sub {
    position: relative;
    background: #292929;
    float: left;
}

#nav .aaa {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
    position: relative;
    height: 40px;
    text-align: center;
}

#nav .aaa a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 0.85em;
    font-family: Arial;
    font-variant: small-caps;
    text-decoration: none;
    width: 156px;
	height: 30px;
}
        /* submenu, it's hidden by default */
        #nav .sub {
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -1px;
            padding:0;
            list-style:none;
            top: 35px;
            z-index: 200;
        }
           
        #nav .sub .bbb {   
            width:240px;    
            float:left;    
            border-top:1px solid; 
        }   
           
        /* display block will make the link fill the whole area of LI */   
        #nav .sub a {   
        	color: #999;
            display:block;     
            height:15px;   
            padding: 8px 5px;
            width: 100%;
        }
           
        #nav .sub a:hover {   
            text-decoration:underline;    
   			background: #0b2b61; 
   			background: -moz-linear-gradient(top, #0b2b61, #1153c0);
  			background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
  			    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
        } 
