html, body {
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 100%; 
	overflow: auto;
}

body {
	background: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	margin: 0px;
	padding: 0px;
}

a {	
	color: #FFFFFF;
}

img, img a {
	border: 0px;
}

h1 {
	font: bold 18px Arial;
	margin: 0px 0px 10px 0px; 
	line-height: 30px;
	}
	
h2 {
	font: normal 18px arial;
	margin: 0px 0px 10px 0px; 
	line-height: 30px;
}

input, select, textarea {
	border: solid 1px #333333;
	background: #111111;
	padding: 3px;
	margin: 4px;
	font: normal 1em Arial;
	color:  #DDDDDD;
}

hr {
	height: 2px;
	border: 1px;
	background: #151515;
	margin: 10px 0px 10px 0px;	
}

ul {
	line-height: 16px;
}

li {
	line-height: 16px;
}

.galtextarea {
	width: 190px;
	height: 140px;
	overflow: auto;
}

.textarea0 {
	width: 300px;
	height: 150px;
}

.textarea1 {
	width: 500px;
	height: 150px;
}

.textarea2 {
	width: 500px;
	height: 500px;
}

.textarea3 {
	width:180px;
	height: 200px;
}

.textarea4 {
	width: 500px;
	height: 300px;
}

#pcechy {
	width: 100%;
}

#pcechy td {
	border-bottom: solid 2px #222222;
	border-right: solid 2px #222222;
	padding: 2px 3px 2px 3px;
	height: 22px;	
}

tr.trback:hover {
	background: #565656;	
	cursor: pointer;
	cursor: hand;
}

.input50 {	width: 50px; }
.input70 {	width: 70px; }
.input100 {	width: 100px; }
.input160 {	width: 160px; }
.input180 {	width: 180px; }
.input200 { width: 200px; }
.input300 { width: 300px; }
.input400 {	width: 400px; }
.input450 {	width: 450px; }
.input500 { width: 500px; }

#spacer10 {	height: 10px; width: 10px; margin: 0 auto; }
#spacer20 {	height: 20px; width: 20px; margin: 0 auto; }
#spacer30 { height: 30px; width: 30px; margin: 0 auto; }
#spacer40 { height: 40px; width: 40px;	margin: 0 auto; }
#spacer50 {	height: 50px; width: 50px;	margin: 0 auto; }
#spacer100 { height: 100px; width: 100px;	margin: 0 auto}

#background {
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 100%;	
}

#scroll_bg {	
	position: absolute; 
	background: #000000;
	width: 100%; 	
	height: 100%;
	top: 0%; 
	left: 0%; 
	overflow: auto;
	z-index: 2;
	filter: alpha(opacity=01); 
	-moz-opacity: 0.01;
	opacity: 0.01;	
}

#scroller {	
	position: absolute; 	
	width: 100%; 	
	height: 100%;
	top: 0%; 
	left: 0%; 
	overflow: auto; 
	z-index: 2;
	filter: alpha(opacity=96);
	-moz-opacity: 0.96; 
	opacity: 0.96;	
}

#top {	
	width: 920px;
	height: 90px;
	margin: 0 auto;
}

.button {
	cursor: pointer;
	cursor: hand;
	color: #EEEEEE;
	font: bold 13px Arial, Helvetica, sans-serif;
	border: solid 1px #111111;
	background: #333333 url(../images/wdol.gif) repeat-x center center;
	margin: 10px 10px 20px 0px;
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-top-radius: 5px;
}

.button:hover {
	border: solid 1px #111111;
	background: #444444 url(../images/wgore.gif) repeat-x center center;
	color: #FFFFFF;
}

#top .logo1 {
	position:relative; 
	left: 20px;
}

#top .logo2 {
	position:relative; 
	left: 613px;
}

#menu {	
	height: 40px;
	margin: 0 auto;	
	padding: 10px;
}

#topmenu {
	width: 922px;
	margin: 0 auto;
}

#topmenulist {
	background: url(../images/topmenubg_1.png) no-repeat center center;
	float: left;
	font: bold 15px arial;
	letter-spacing: -0.5px;
 	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	margin:  0px 6px 0px 0px;	
}	

#topmenulist a {
	text-decoration: none;
}

#topmenulist a:hover {
	background: url(../images/topmenubg_2.png) no-repeat center center;
	float: left;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	margin:  0px 6px 0px 0px;	
	text-decoration: underline;
}	

#topmenulist_r {
	background: url(../images/topmenubg_1.png) no-repeat center center;
	float: left;
	font: bold 15px arial;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	}

#topmenulist_r a {
	text-decoration: none;
}	

#topmenulist_r a:hover {
	background: url(../images/topmenubg_2.png) no-repeat center center;
	float: left;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	text-decoration: underline;
}

#activemenu {
  overflow: hidden;   
  margin: 0px;  
  padding: 0px; 
  height: 20px;    
}

ul#activemenu li {
  list-style-type: none;
  float: left;  
  padding: 0px 12px 0px 12px;  
}

ul#activemenu li a {
  display: block;
  text-decoration: none;    
  }

ul#activemenu li li a {
  width: 310px;
  font: bold 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px 0px 5px 0px; 
}

ul#activemenu li li:hover {
  background: #555555;
  text-decoration: none;   
}

ul#activemenu li ul{
  overflow: hidden;
  display: none;
  border: solid 1px #111111;
  margin: 0px 0px 0px 0px; 
}

ul#activemenu li:hover ul {
  position: absolute;
  background: #333333;
  padding: 0px; 
  display: block;
  width: 310px; 
  color: #00AAEE;
}

.srodek {
	background: #151515;	
	width: 922px;	
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
	
#srodek2 {	
	width: 922px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
}

#srodek_l {	
	float: left;
	width: 200px;
	padding: 0px 10px 10px 10px;	
}

#srodek_r {	
	float: left;
	width: 670px;		
}

#srodek_r_2 {	
	float: left;
	width: 880px;	
	margin: 0px 0px 0px 10px;
}

#banner1, #banner2, #banner3 {
	width: 100%;
}

#banner1 img, #banner2 img, #banner3 img {
	margin: 0px 0px 10px 0px;	
}

.rcontent, .rcontent1 {	
	border: solid 1px #111111;	
	background: #222222;
	width: 100%;
	height: 100%;
	padding: 10px;	
	margin: 0px 0px 10px 0px;	
	overflow: hidden;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#footer {	
	width: 920px;
	height: 120px;
	margin: 0 auto;	
	margin-top: 40px;
	clear: both;
	padding: 0px 10px 0px 10px;
	text-align:center;
	line-height: 18px;
}

#footer H1 {
	font: normal 1em Arial;
	display: inline;
	line-height: 18px;
}

#menu {
	margin: 0 auto;
	text-align: left;
	width: 920px;	
}

#cats {
	margin: 0 auto;
	text-align: left;
	width: 920px;	
}

.mod {		
	position: absolute;
	display: block;
	left:0px;
	top: 130px;
	background: #222222;
	border: solid 1px #111111;	
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.admingallist {
	background: #151515;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.admingallist td {
	padding: 10px 0px 10px 10px
}

#adminatrlist {
 	float:left; 
	width: 650px;
	background: #111111;
	padding: 10px;
	margin: 0px 10px 5px 0px;
 }

#adminatrlist1 {
 	float:left; 
 }

#adminatrlist2 {
 	float:right; 
 }

.login {
	background: #222222;
	position: fixed;
	left: 50%;
	top: 30%;
	width: 350px;
	overflow: hidden;
	margin-left: -150px;
	margin-top: -15px;	
	text-align: center; 
	border: solid 1px #111111;	 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#catbardown  {	
	font: bold 13px arial;
	clear: both;
	width: 920px;
	background: #151515 url(../images/topmenubottombg_1.png) repeat-x bottom center;
	border: solid 1px #111111;
	padding: 5px 0px 0px 0px;
	border-top: 0px;
	border-bottom: 0px;
}

#catbardown a {	
		text-decoration: none;		
}

#catbardown a:hover {	
	text-decoration: underline;
	color: #00AAEE;
}

.afot {
	background: #151515;		
	text-align: center;
	width: 211px;
	padding: 10px 3px 3px 3px;
	margin: 3px;
	float: left;
	overflow: hidden;
}

.afotspace
{
	height: 110px;
}

#news {
	
}

#news p {
	margin: 0px;
}

#news img {
	float: left;
	margin: 5px 10px 0px 0px;
}

#frontnews {
	margin: 0px 0px 10px 0px;
	clear: both;
}

#frontnews img {
	float: left;
	margin: 5px 10px 16px 0px;
}

#aboutus {
	margin: 0px 0px 10px 0px;
}

#aboutus img {
	float: left;
	margin: 5px 10px 0px 0px;
}

#blog {
	margin: 0px 0px 10px 0px;
}

#blog img {
	float: left;
	margin: 16px 10px 0px 0px;
}

.greeninfo {
	border: solid 1px #00CC00;	
	background: #222222;	
	font: bold 14px arial;
	color: #00CC00;
	width: 100%;	
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.greeninfo a {
	color: #00CC00;
}

.redinfo {
	border: solid 1px #FF0000;	
	background: #222222;	
	font: bold 14px arial;
	color: red;
	width: 100%;	
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.redinfo a {
	color: red;
}

.more a{
	font-size: small;
	color: #FF0000;
}

.pfoto {
	padding:  0px 10px 10px 0px;
}

.newsletter {	
	font: normal 11px Arial;
	background: url(../images/newsletter.jpg) no-repeat center center;
	width: 100%;
	height: 195px;
	text-align: center;	
}

.newsletter2 {
	text-align: center;
	padding: 40px 0px 0px 0px;
}

.newsletter3 {
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.newsletterbutton {
	background: url(../images/news.png) no-repeat center center;
	font: bold 14px Arial;
	color: #fd0311;
	border: 0px;	
	width: 46px;
	height: 26px;	
}

#gallery img {
	padding: 4px 5px 5px 4px;
}

.nieaktywny {
	font: normal 11px arial;
	color: #FF0000;
}

#cenniklink, #cenniklink a {
	text-align: right;		
	height: 30px;
	color: #00AAEE;
	font-weight: bold;
	margin: -26px 0px 15px 0px;
}

.listphoto {
	margin: 0px;
	padding: 0px;
}

.listedit a {
	font: bold 11px arial;
	color: #FF0000;	
	line-height: 24px;
}

.list a{
	font: bold 14px arial;	
	margin: 0px;
}

.promoinfo {
	font: bold 11px verdana;
	color: #DE182F;	
}

.stron {	
	background: #333333;
	font: bold 12px arial;
	border: solid 1px #151515;
	padding: 5px 10px 6px 10px;	
	color: #00AAEE;	
}

.stron:hover {
	background: #444444;
	text-decoration: none;
}

.stron a {	
	text-decoration: underlinee;
}

.clearfix {
	clear: both	
}

.akcesoria {
	padding: 0px 10px 10px 0px;
	width: 120px;
}

.akcesorialink {
	background: #333333;
	border: solid 1px #111111;	
	padding: 15px 15px 15px 15px;
	margin: 10px 0px 0px 10px;
	width: 210px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.akcesorialink a {
	text-decoration: none;
	font: bold 12px arial;
	color: #00AAEE;
}

.akcesorialink a:hover {
	text-decoration: underline;
}

.tabhead {
	font: bold 16px arial;	
	color: #00AAEE;
	line-height: 26px;
}

.tabcena {
	font: bold 10px arial;
	color: #00AAEE;
}

.readmore {
	font: normal 10px arial;
	width: 100px;
	margin: 15px 10px 10px 10px;
}

.cenalist {
	font-weight: bold;
	color: #00AAEE;
}

.h2head {	
	color: #00AAEE;	
}

.h2headgal {	
padding: 0px;
margin: 0px;
	color: #00AAEE;	
}

.public {
	font: normal 11px arial, verdana;
	color: #999999;
	position: absolute;
	margin: -8px 0px 12px 0px;	
}

.podfoto {
	width: 270px;	
}

.podcechy {	
	width: 100%;	
}

.pcechyleft {
	text-align: right;
	width: 170px;
	font-weight: bold;
}

.pcechyright {
	text-align: left;
}

.move a {
	font: bold 10px arial;
	color: #00AAEE;
	text-decoration: none;
}

.nextprev a {
	font: bold 12px arial;
	color: #00AAEE;
	text-decoration: none;	
}

.nextprev a:hover {
	text-decoration: underline;
}

#navi{	
	padding: 8px 0px 0px 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	float: left;
	width: 688px;
}

#smallsearch {	
	margin: 0px 0px 5px 0px;	
	padding: 0px 0px 0px 0px;	
	float: left;	
}	

#smallsearch input {	
	
}

#smallsearch input:hover {	
	border: solid 1px #555555;
}

.ingalery {
	font: bold 12px Arial;	
	line-height: 0px;
	margin: 12px 0px 12px 0px;
}
