/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; 
       margin-top: -5px;}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #fff url(img/bg.jpg) repeat-x;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

img {outline: 0;
   border:0;}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/top.jpg) no-repeat 100% 5px; 
	width: 762px; 
	height: 350px;
	margin: 0 auto;	
	margin-top: -50px;	
	padding: 0;
	}
#header div { 
	text-align: left;
	padding: 45px 0 97px 20px;	
	}	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header #menu {   position: static;
}
#menu{
  overflow: hidden;
  margin-left: -50px;
}
#pozycja{
position:absolute;
top: 227px;}
ul#menu li{
  list-style-type: none;
  float: left;
}
.glowne{width:110px;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
margin-left: 3px;
}
ul#menu li a:hover {background: transparent;
color: #11A0CF;}

ul#menu li li a:hover{
  background: #444;
}

ul#menu li a{
  display: block;
  color: #FFF;
  text-decoration: none;
}

ul#menu li li a{
  width: 300px;
  padding: 6px 12px;
}


ul#menu li ul{
  overflow: hidden;
  display:none;
}

ul#menu li:hover ul{
  position: absolute;
  background: #333;
  padding:0;
  border:1px solid #999;
  display: block;
  width: 300px;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(img/tlo.jpg) repeat-y;
	border-bottom: 2px solid #333;
	margin-bottom: 70px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	font-weight: normal;
	font-size: 1.8em;	
	}	

#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content p {
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet1.gif) no-repeat 0px 8px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }
#content h2 span{font-size:12px; float:right; font-style: italic; margin: -20px 10px 0px 0px}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 50px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 240px;
	text-align: left;
	margin-left: 20px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 480px;	
	text-align: left;
	padding-right: 5px;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: 36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }
