
html {
	background: none;
}

body {
	/* For breathing room between content and viewport. */
	margin:0;
	background: #000000 url(../img/bg-bd.jpg) repeat-x;
	color: white;
}
a, a:visited, a:hover {
	text-decoration: none;
	color: #337FE5;
}
h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
	color: #c76910;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
	color: #c76910;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration: none;
	color: #c76910;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol {
	/* Giving blockquotes and lists room to breath. */
	margin: 2em;
	color: #C7CD9B;
}

blockquote {
	color: #aabe24;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/* HELPERS */
.alignright {
	float: right;
}
hr {background:#2F2A2A;color:#2F2A2A;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* LAYOUT */
#doc-sztuk {
	width: 794px;
}
#hd {
	position: relative;
	background: url("../img/bg-hd.png") no-repeat ;
	height: 239px;
	margin-bottom: 10px;
}
#ft {
	margin-top: 5px;
	color: #57280d;
	text-align: center;
	font-size: 10px;
}
#hd-box {
	background: url("../img/bg-box.png") no-repeat ;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 367px;
	height: 146px;
}
#bd {
	overflow: visible;
}
#bd-l {
	float: left;
	width: 210px
}
#bd-c {
	color: #cf9a68;
	float: right;
	width:570px;
}
#bd-path {
	border-bottom: 1px solid #522300;
	padding-bottom: 1px;
	color: #733D08;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 12px;
	width: 100%;
}
#bd-path a{
	color: #7D5537;
	font-weight: normal;
}
#bd-path a:hover, #bd-path a.active{
	color: #733D08;
}

.lang-switcher {
	padding: 7px 0;
	float: right;
}
.lang-switcher img {
	margin-right: 5px;
}
.top-menu {
	position: absolute;
	top: 181px;
	height: 28px;
	width: 100%;
}
.social {
	float: right;
	border-left: 1px solid #690707;
	height: 18px;
	padding-left: 9px;
	margin: 5px;
}
.social img{
	height: 18px;
	padding: 0;
}

.newsletter-block {
	padding: 5px 0;
	clear: both;
	overflow: auto;
	border-bottom: 1px dotted #57280d;
	border-top: 1px dotted #57280d;
}
.newsletter-block h3{
	display: bock;
	float: left;
	margin: 3px 0 0 0;
}
.newsletter-block-email {
	float: left;
	width: 200px;
	margin: 3px 0 0 10px;
}
.newsletter-block-submit {
	float: left;
	margin: 0 0 0 10px;
	height: 24px;
}

legend {
	color: white;
	margin-left: 10px;
	padding: 5px;
}

dt {
	padding-top: 5px;
}

fieldset {
	border: 1px solid #4CB034;
	padding-bottom: 10px;
}

/* 
*	MENU HORIZONTAL 
*/
.menu-hor {
	height: 28px;
	overflow: auto;
	float: left;
	margin: 0;
    padding: 6px;
}
 
.menu-hor li{
    display: inline;
}
.menu-hor li a{
    float: left; 
   	display: block;
    margin-left: 5px;
    padding-left: 5px;
	color: #ac7b54;
	font-weight: bold;
	border-left: 1px solid #690707;
	
}
.menu-hor li:first-child a{
	border-left: 0;
}

.menu-hor li a:hover, .menu-hor li.active a{
    color: #c76910;
}

/* MENU VERTICAL*/
.menu-ver {
	margin: 0;
	padding: 0;
}
.menu-ver li{
	list-style: none;
} 
.menu-ver li.active > a{
	font-weight: bold;
}
.menu-ver > li {
	list-style: none;
	background: url(../img/btn-t.png) no-repeat 0 0;
	padding-top: 5px;
}
.menu-ver > li > a{
	color: #cf9a68;
	font-weight: bold;
	background: url(../img/btn-b.png) no-repeat bottom left;
	padding: 5px 10px 10px 10px;
	margin-bottom: 3px;
	display: block;
}
.menu-ver > li.active > a{
	font-weight: bold;
	color: #c76910;
}

.menu-ver > li > ul {
	margin: 0 0 15px 10px;
	display: none;
}
.menu-ver > li.active > ul {
	display: block;
}
.menu-ver > li > ul > li.active > a {
	color: #AABE24;
}
.menu-ver > li > ul > li > ul{
	margin: 0 0 1em 2em;
	display: none;
}
.menu-ver > li > ul > li > ul > li > a{
	color: #118217;
}
.menu-ver > li > ul > li > ul > li.active > a{
	color: #AABE24;
}
.menu-ver > li.active > ul li.active > ul {
	display: block;
}

.menu-ver-header {
	list-style: none;
	background: url(../img/btn-h-t.png) no-repeat 0 0;
	padding-top: 5px;
}
.menu-ver-header > a{
	color: #ffffff;
	font-weight: bold;
	background: url(../img/btn-h-b.png) no-repeat bottom left;
	padding: 5px 5px 10px 5px;
	margin-bottom: 3px;
	display: block;
	text-align: center;
}


.article-box h1{
	margin-top: 0;
}

/* MESSAGES */
.msg-success, .msg-notice, .msg-error {
	text-align: center;
    width: 60%;
    color: black;
    margin: 0 auto 15px;
    padding: 5px 25px;
    background-color: #E4ECFF;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border-width: 0.1em;
    border-style: solid;
    -moz-border-radius: 0.4em;
}
.msg-success {
	background-image: url(../images/msg/success.gif);
    border-color: #00ba44;
}
.msg-notice {
	background-image: url(../images/msg/notice.gif);
    border-color: #ffa900;
}
.msg-error {
	background-image: url(../images/msg/error.gif);
    border-color: #ff2200;
}

/* IMAGES */

.image-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-alignleft {
	float: left;
}

.image-alignright {
	float: right;
}