/*
Design by Jakub Dirska
http://www.bellartis.com
All rights reserved,BELLARTIS Jakub Dirska 2010
*/
@import url(style_form.css) screen;
/* Basic */
* {
	margin:0;
	padding:0;
	}
body {
	font-family:"Trebuchet MD",Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;
	background: #F7E6CC;
	color:#333;
	padding: 0;
	margin: 0;
	}
a {
	color:#8a5734;
	text-decoration:underline;
	}
h1,h2,h3,h4,h5,h6 {
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#54412f;
	}
.clear {
	clear:both;
	}
a:hover {
	color:Black;
	}
/* page */
#page {
	margin:0;
	padding:0;
	background: transparent url(images_brown/page_tlo.png) center repeat-y;
	}
/* Header */
#header {
	padding:0;
	margin:0;
	background: #F1F1F1 url(images_brown/header.jpg) top repeat-x;
	height:148px;
	}
	#head {
		width: 980px;
		margin: 0 auto;
		padding: 0;
		height: 97px;
	}
/* Menu */
#menu {
	/* background:#000000 url('images_brown/header.jpg') bottom repeat-x; */
	height:51px;
	width: 980px;
	margin: 0 auto;
	}
/* Content */

#content {
	background-color: #FFFFFF;
	width: 980px;
	margin: 0 auto;
	padding: 1em 0 0 0;
	}
/* Primary Content */
#content-container{
	float: right;
	width: 700px;
	}
#master-content{
	margin: 0;
	padding: 1.5em;
	border-left: 1px solid Silver;
	}
/* Leftbar */
#leftbar {
	float:right;
	width: 255px;
	margin:0;
	padding: 20px 10px;
	}
/* Footer */
#footer{
	height:40px;
	padding-top:15px;
	background: #8a5734 url('images_brown/footer.jpg') top repeat-x;
	text-align:center;
	color: White;
	}
	#footer-in {
		width: 980px;
		margin: 0 auto;
		}
#head h1{
	font-size:2.2em;
	float: left;
	padding: 0 50px 0 10px;
	margin: 0;
	font-weight: normal;
	}
#head h1 a img {
	border: 0;
	}
#head h2 {
	font-size: 1em;
	color: #8a5734;
	padding: 60px 10px 0 0;
	text-align: right;
	}
#head h2 a {
	text-decoration: none;
}	
#menu ul{
	list-style: none;
	text-align: center;
	position: relative;
	margin: 6px 0 0 6px;
	}
#menu li {
	padding: 0 5px 0 0;
	display: inline;
	float: left;
	}
#content p{
	margin-bottom:1em;
	line-height:1.4em;
	text-align: justify;
	}
#content h2{
	font-size:1.7em;
	margin-top: 0;
	}
#content h3{
	font-size:1.3em;
	}
#content ul,
#content ol {
	margin-bottom:1em;
	padding-left:1.5em;
	}
#content li {
	padding: 0 0 0.4em 0.5em;
	margin: 0 0 1px 0;
	text-align: justify;
	line-height: 1.4em;
}
#content li ul,
#content li ol,
#content li p {
	padding-top: 1em;
	} 
#content blockquote{
	margin-bottom:2em;
	}
#content table{
	margin-bottom:2em;
	}
#head h1 a{
	color:#54412F;
	text-decoration:none;
	}
#menu li a{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.1em;
	display: block;
	padding: 13px;
	background: url(images_brown/menu_a.png);
	border-top: 1px solid #8a5734;
	border-left: 1px solid #8a5734;
	border-right: 1px solid #8a5734;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
	border-radius-topleft: 5px;  
	border-radius-topright: 5px;
	}
#menu li a:hover {
	background: #efcf9d url(images_brown/menu_current.png);
	color: #54412f;
	}
#menu li.current a:link,
#menu li.current a:visited {
	color: #54412f;
	background: White url(images_brown/menu_current.png);
	}
#menu li.current a:hover {
	color: #54412f;
	background-color: #efcf9d;
	}
#content blockquote p{
	border-left:solid 8px #CCCCCC;
	padding-left:1em;
	margin-bottom:0em;
	}
#content table th{
	text-align:left;
	font-weight:bold;
	padding:0.5em;
	}
#content table td{
	padding:0.5em;
	}
#content H2,h3,h4,h5,h6{
	position:relative;
	margin-bottom:1em;
	padding-bottom:0.5em;
	}
#content h2 {
	border-bottom:solid 1px #efcf9d;
	}
#head h1 a:hover{
	color: Black;
	}
#kolory {
	float: right;
	padding: 10px;
	}
#kolory a img {
	background-image: url(images/kolory.jpg);
	background-repeat: no-repeat;
	border: 0;
	}
a.a_niebieski img {
	background-position: -2px -2px;
	}
a:hover.a_niebieski img {
	background-position: -2px -32px;
	}
a.a_braz img {
	background-position: -32px -2px;
	}
a:hover.a_braz img {
	background-position: -32px -32px;
	}
a.a_bordo img {
	background-position: -63px -2px;
	}
a:hover.a_bordo img {
	background-position: -63px -32px;
	}
a.a_maroon img {
	background-position: -92px -2px;
	}
a:hover.a_maroon img {
	background-position: -92px -32px;
	}

