@charset "utf-8";
/* CSS Document */

@import url('fancybox.css');
@import url('fancybox.ie6.css');

body{
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #44342c;
	background: #93918e;
}
img{ border: 0; }
h1{
	background: url('../img/logo.png') no-repeat;
	text-indent: -1000em;
	width: 199px;
	height: 58px;
	margin: 20px 0 0 20px;
	float: left; 
}
h1 a{
	width: 100%;
	height: 100%;
	display: block;
}
a{ color: #93918e; text-decoration: underline; outline: none;}
a:hover{color: #93918e;text-decoration: none;}
ul,li{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{
	color: #e6c48f;
}

/** warstwy szablonu **/
div#header-cont{
	width: 100%;
	height: 102px;
	background: url('../img/header-bkg1.jpg') repeat-x;
}
div#header{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background: url('../img/header-bkg2.jpg') repeat-x;
}
div#content-cont{
	width: 100%;
	height: auto;
	background: #aaa5a0 url('../img/site-bkg1.jpg') repeat-x;
}
div#content{
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #e4e1dc url('../img/left-bkg.jpg') no-repeat bottom left;	
}
div#bottom-cont{
	width: 100%;
	height: 40px;
	background: url('../img/footer-bkg1.jpg') repeat-x;
	float: none;
	clear: both;
}
div#bottom{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background: url('../img/footer-bkg2.jpg') repeat-x;
}
div.clear{ clear: both;}

/** menu **/
ul.menu{
	list-style: none;
	text-transform: uppercase;
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e2f0f;
	line-height: 12px;
	margin: 30px 15px 0 0;
}
ul.menu li{
	display: block;
	float: left;
	height: 33px;
}
ul.menu li#active{
	background: url('../img/kropka.png') no-repeat bottom center;	
}
ul.menu li a{
	border-left: 1px solid #998e83;
	text-decoration: none;
	padding: 0 10px 0 10px;
	display: block;
	color: #4e2f0f;	
}
ul.menu li:first-child a{
	border: 0;
}
ul.menu li a:hover, #active a {
	color: #be7a04;
}
/** akapity **/
div#header p{
	float: right;
	padding:0;
	margin: 20px 20px 3px 0;
	font-size: 15px;
	font-family: 'Myriad Pro', Verdana, Arial, Helvetica, sans-serif;
	color: #706253;
}
.jasny{
	color: #998e83;
	font-weight: bold;
}

#sub-right p a {
	color: #998e83;
	text-decoration: underline;
}
