﻿@CHARSET "UTF-8";

body { 
/* fallback */ 

 background: url(images/linear_bg_2.png);
 background-repeat: repeat-x;
 /* Safari 4-5, Chrome 1-9 */
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151515), to(#B2D9D4));
 /* Safari 5.1, Chrome 10+ */
 background: -webkit-linear-gradient(top, #B2D9D4, #151515); 
 /* Firefox 3.6+ */
 background: -moz-linear-gradient(top, #B2D9D4, #151515);
 /* IE6 & IE7 */
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B2D9D4', endColorstr='#151515'); 
 /* IE 10 */
 background: -ms-linear-gradient(top, #B2D9D4, #151515);
 /* Opera 11.10+ */
 background: -o-linear-gradient(top, #B2D9D4, #151515); 
 line-height: 18px;
 font-family: Tahoma;
 font-size: 16px;
 color: #a99890;
 cursor: default;
 background-color: #B2D9D4;
 }

 iesux {
  text-shadow: 2px 2px 2px #999;
}
 
 #container
{
	margin: 0 auto;
	width: 740px;
	background: #00ff;
	
}



#mid
{
padding: 10px 10px 20px 10px;
margin: 15px;	
	width: 700px;
	 line-height: 18px;
 font-family: Tahoma;
 font-size: 16px;
 color: #a99890;
 cursor: default;
clear: both;
 }

#mapka
{
float: right;
margin-right: -3px;
margin-top: -150px;

}
#navigation
{
	float: right;
	width: 740px;
	text-shadow: 0.1em 0.1em 0.2em lime;
	color: #198C38;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: right;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0.2em 0.2em 0.2em #0080FF;
	
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #59b3df; 
	color: #000000;
	text-shadow: 0.6em 0.6em 0.8px blue; }

 
#content-container
{
	float: left;
	width: 740px;
	background: #fff;
	margin: 0 0 0 30px;
	  position: absolute;
  top: 155px;
}

#content
{
	clear: left;
	float: left;
	width: 730px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

 
div.ornament {
	margin: 0 0 0 -21px;
	width: 421px;
	height: 340px;	
	background-image: url('./logo01.png');
	background-position: top left;
	background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  z-index: 2;

}
div.logo {
	margin: 0 0 0 396px;
	width: 364px;
	height: 125px;	
	background-image: url('./logo02.png');
	background-position: top left;
	background-repeat: no-repeat;
  position: absolute;
  top: 25px;

}


#mid a {
	text-shadow: 0.1em 0.1em 0.2em lime;
	color: #198C38;
}

#mid a:hover {
	color: #1A751D;
	text-shadow: 0.4em 0.4em 0.6em lime;
}

a {
	color: #a99890;
	text-decoration: none;
	
}

a:hover {
	color: #a99890;
	text-decoration: underline;
}

#licznik {
	clear: both;
	font-size: 11px;
	text-decoration: none;
	background: #bbb;
	text-align: left;
	padding: 2px;
	height: 1%;
}

#footer {
	clear: both;
	font-size: 10px;
	text-decoration: none;
	background: #bbb;
	text-align: right;
	padding: 4px;
	height: 1%;
}