img {border:none;}
a {text-decoration:none; color:#ffffff;}
a:hover {text-decoration:none; color:#FFFF66;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
a {outline:none;}
a img {border:none;}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background:#434343;
	background-image: url('../images/bg.jpg');
	background-attachment:fixed;
	font-family: Century Gothic Regular, Century Gothic, CenturyGothic, "Century Gothic", Tahoma;
	font-size:14px;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	width:100%;
	float:left;
	padding:10px 0px 10px 0px;
}
#logo {
	float:left;
}
.logo {
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	cursor: pointer;
}
.logo:hover {
	opacity:0.5;
}
#menu {
	float:right;
	height:66px;
	width:500px;
	padding-top:24px;
	background-image:url('../images/menu-linia.png');
	background-repeat:no-repeat;
	background-position:0px 40px;
}
.menu1,.menu2,.menu3,.menu4 {
	float:left;
	height:60px;
	background-position:0px 20px;
	background-repeat:no-repeat;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	cursor: pointer;
}
.menu1 {
	background-image:url('../images/menu1mirror.png');
	margin-left:50px;
}
.menu2 {
	background-image:url('../images/menu2mirror.png');
}
.menu3 {
	background-image:url('../images/menu3mirror.png');
}
.menu4 {
	background-image:url('../images/menu4mirror.png');
}
.menu1:hover,.menu2:hover,.menu3:hover,.menu4:hover {
	background-position:0px 25px;
	opacity:0.5;
}
#header2 {
	width:100%;
	height:327px;
	float:left;
	background-image:url('../images/header2bg.png');
	background-position:0px 2px;
}
#header2-inner {
	width:948px;
	height:323px;
	background-image:url('../images/header.jpg');
	margin:0 auto;
	border:1px solid #b6a361;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 21px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 21px 0px rgba(0, 0, 0, 0.7);
}
#content {
	padding-bottom:150px;
	text-align:justify;
}

.box {
	display:block;
	max-width:948px;
	margin: 0px auto;
	color: #cacaca;
}
.nag {
	height:20px;
	float:left;
	width:100%;
	padding-left:20px;
	display:block;
	font-weight:bold;
	background-image:url('../images/nag.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin-top:20px;
	margin-bottom:15px;
}
h2 {
	font-size:14px;
	margin-top:0px;
}
.nag.bottom {
	padding-top:1px;
}
.bottom,.bottom2 {
	width:450px;
	font-size:13px;
	color:#abaaaa;
	float:left;
	line-height:16px;
	text-align:justify;
	margin-right:21px;
}
.bottom2 {
/*	float:right;
	margin-right:1px;	*/
	margin-left:100px;

}
.bottom span a,.bottom2 span a {
	float:right;
	margin-top:20px;
	color:#b6a361;
	font-style:italic;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	cursor: pointer;
}

.bottom a:hover,.bottom2 a:hover {
	color:#ffffff;
}
.bottom2 img,.logon {
	border:1px solid #b6a361;
	margin-top:-4px;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	cursor: pointer;
	margin-bottom:8px;

}
.bottom2 img:hover,.logon:hover {
	opacity:0.5;
	border:1px solid #ffffff;
	margin-top:-1px;
	margin-bottom:2px;
}

#author {
  position:relative;
  height:32px;
  width:126px;
  margin:0 auto;
}

#author img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

#author img.top:hover {
  opacity:0;
}
#footer {
	background:#232323;
	width:100%;
	margin-top:40px;
	height:135px;
	bottom:0px;
	position:absolute;
	border-top:1px solid #b6a361;
}
.footer-inner {
	float:left;
	color:#949494;
}
.footer-inner.left {
	margin-top:32px;
}
.footer-inner.center {
	margin-left:90px;
	margin-top:15px;
}
.footer-inner.right {
	float:right;
	margin-top:12px;
	margin-right:5px;
}
.logon {
	float:left;
	background-image:url('../images/logbg.jpg');
	width:450px;
	height:125px;
}

.logowanie {
	margin:0 auto;
	margin-top:0px;
	text-align:center;
	width:450px;
	height:125px;
	background-image:url('../images/log-mirror.png');
	background-repeat:no-repeat;
	background-position:104px 46px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	cursor: pointer;
}

.logowanie:hover {
	opacity:1;
	background-position:104px 54px;
}