/*
// autor: DragonXT           //
// strona: www.dragonxt.pl   //
// email: dawid@dragonxt.pl  //
// gg: 3358574               //
*/


/* GŁÓWNE FUNKCJONOWANIE STRONY */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	background: #ededed;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/website/shadows.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: underline;
}

img {
	border: 0px;
}

select {
	padding: 5px;
	border: 1px solid #333;
	background-color: #CCC;
}

/* TRESC STRONY */

#maindiv {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 850px;
	height: 110px;
}

#stopka {
	text-shadow: #000000 1px 1px;
	clear: both;
	width: 850px;
	height: 119px;
	background-image: url(../images/website/stopka.jpg);
}

#stopka ul {
	float: right;
	width: auto;
	list-style: none;
	margin: 0px;
	padding-top: 18px;
	padding-right: 10px;
	color: #ffffff;
}

#stopka ul li {
	display: inline;
	margin-left: 20px;
}

#stopka ul li a {
	color: #ffffff;
}

#stopka ul li a:hover {
	color: #ffea00;
}

#stopkapadding {
	clear: both;
	padding-top: 24px;
	padding-bottom: 50px;
}

.mainnews1 {
	float: left;
	width: 415px;
}

.mainnews2 {
	float: right;
	width: 415px;
}

.mainnews {
	padding-top: 10px;
	width: 850px;
}

.news-left {
	float: left;
	padding-right: 10px;
}

.news-right {
	float: left;
}

.newstop {
	width: 850px;
	height: 9px;
	background-image: url(../images/website/newstop.jpg);
}

.newsinside {
	width: 818px;
	background-image: url(../images/website/newsinside.jpg);
	overflow: hidden;
	padding-left: 32px;
}

.newsdown {
	width: 850px;
	height: 9px;
	background-image: url(../images/website/newsdown.jpg);
}

.news-title {
	font-weight: bold;
	text-shadow: #ffffff 1px 1px;
	color: #6e6c6c;
	width: 710px;
	height: 28px;
	padding-left: 13px;
	line-height: 28px;
	background-image: url(../images/website/news-title.jpg);
}

.news-title span {
	color: #c5c5c5;
}

.news-text {
	color: #bdbdbd;
	width: 723px;
	padding-top: 5px;
	color: #7b7b7b;
	text-align: justify;
	font-size: 11px;
}

.news-icon {
	width: 53px;
	height: 53px;
	background-image: url(../images/website/news-icon.jpg);
}


.ikona {
	float: left;
	width: auto;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #cecece;
	margin-right: 13px;
}

.newscat {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #000000 1px 1px;
	color: #ffffff;
	width: 415px;
	height: 53px;
	background-image: url(../images/website/smallcat.jpg);
}

.newscat h1 {
	font-size: 14px;
	padding-left: 43px;
	line-height: 50px;
	color: #ffffff;
	display: inline;
}

.newstresc {
	padding-top: 10px;
	text-align: justify;
	width: 415px;
}

.newstresc h1 {
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 2px;
}

.wszystkie {
	clear: both;
}

.pagetresc {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	width: 850px;
}

.small-komunikat1 {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-left: 65px;
 	margin-top: 10px;
 	background-color: #bbebb0;
 	border: 1px solid #177501;
	text-shadow: #ffffff 1px 1px;
	background-image: url(../images/website/small-correct.jpg);
	background-position: 10px 4px;
	background-repeat: no-repeat;
}

.small-komunikat2 {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-left: 65px;
 	margin-top: 10px;
 	background-color: #ffc4c4;
 	border: 1px solid #ff0000;
	text-shadow: #ffffff 1px 1px;
	background-image: url(../images/website/small-error.jpg);
	background-position: 10px 7px;
	background-repeat: no-repeat;
}

.redkomunikat {
 	width: 818px;
 	padding: 15px;
 	margin: 0px;
 	background-color: #ffc4c4;
 	border: 1px solid #ff0000;
 	list-style: none;
	text-shadow: #ffffff 1px 1px;
}

.redkomunikat span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.redkomunikat li {
 	height: 86px;
 	line-height: 20px;
 	padding-left: 145px;
 	padding-top: 42px;
 	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 	font-size: 18px;
 	font-weight: bold;
 	text-shadow: #ffffff 1px 1px;
 	background-image: url(../images/website/error.png);
 	background-repeat: no-repeat;
}

/* GÓRNE MENU */

#mainmenu {
	height: 63px;
}

#mainmenutopbg {
	overflow: hidden;
	width: 850px;
	height: 63px;
	background-image: url(../images/menu/topbg.jpg);
}

#menustyle {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menustyle li {
	width: 166px;
	float: left;
	height: 63px;
}

.menu1 {
	margin-right: 5px;
}

.menu2 {
	margin-right: 5px;
}

.menu3 {
	margin-right: 5px;
}

.menu4 {
	margin-right: 5px;
}

.menu5 {
	margin-right: 0px;
}

#submenu {
	text-shadow: #000000 1px 1px;
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 850px;
	height: 75px;
	background-image: url(../images/menu/menubg.jpg);
}

#submenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 20px;
	padding-left: 52px;
}

#submenu ul li {
	display: inline;
	padding-right: 15px;
}

#submenu ul li a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#submenu ul li a:hover {
	text-decoration: underline;
}

/* SLIDESHOW */

#mainslide {
	width: 850px;
}

div#slideshowbg {
	width: 650px;
	height: 177px;
	padding: 0px; 
	margin: 0px;
	float: left; 
	position: relative;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	width: 650px;
	height: 177px;
	float: left;
	background-image: url(../images/slideshow/slideshowbg.jpg);
}

.stripViewer .panelContainer { 
	position: relative;
	padding-left: 0;
	padding-top: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

.stripViewer .panel {
	float: left;
	overflow: hidden;
	position: relative;
	width: 650px;
	height: 177px;
	padding: 0px;
}

.stripNavL, .stripNavR {
	text-indent: -9000em;
}

div.nawigacja {
	width: 100px;
	height: 177px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.csw {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
}

.csw .loading {
	margin: 100px 0 300px 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.frame {
	float: left;
	padding-top: 9px;
	padding-left: 9px;
	width: 273px;
	height: 159px;
	margin: 0 19px 0 22px;
	background: url(../images/slideshow/frame.png) no-repeat center;
}

/* Modyfikowane przez scorpion */
.frame img {
	width: 264px;
	height: 150px;
}

/* LISTA SZABLONÓW */

.mainpadding {
	clear: both;
	width: 850px;
	padding-top: 24px;
}

.listacat {
	position: relative;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 1px 1px;
	width: 850px;
	height: 53px;
	background-image: url(../images/website/catbg.jpg);
}

.listacat h1 {
	font-size: 14px;
	padding-left: 43px;
	line-height: 51px;
	color: #ffffff;
	display: inline;
}

.catdark {
	position: relative;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 1px 1px;
	width: 850px;
	height: 53px;
	background-image: url(../images/website/catbg-dark.jpg);
}

.catdark h1 {
	font-size: 14px;
	padding-left: 43px;
	line-height: 51px;
	color: #ffffff;
	display: inline;
}

.katikona {
	float: left;
	width: 150px;
}

.katikona img {
	width: 130px;
	height: 130px;
}

.listakategorii {
	float: right;
	width: 700px;
	overflow: hidden;
}

.kategoriapozycja {
	float: left;
	width: 340px;
	height: 53px;
	line-height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px;
}

.kategoriapozycja div {
	padding-top: 10px;
}

.kategoriapozycja a {
	font-size: 14px;
}

.kategoriapozycja img {
	float: left;
	margin-right: 10px;
	width: 53px;
	height: 53px;
}

.kategoriapozycja span {
	font-size: 11px;
	font-weight: normal;
	text-shadow: #ffffff 1px 1px;
}

.kategoriapozycjaon {
	float: left;
	width: 340px;
	height: 53px;
	line-height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px;
	background-image: url(../images/website/linkactive.jpg);
	background-position: 0px -53px;
}

.kategoriapozycjaon img {
	width: 53px;
	height: 53px;
}

.kategoriapozycjaon div {
	padding-top: 10px;
}

.kategoriapozycjaon a {
	font-size: 14px;
}

.kategoriapozycjaon img {
	float: left;
	margin-right: 10px;
}

.kategoriapozycjaon span {
	font-size: 11px;
	font-weight: normal;
	text-shadow: #ffffff 1px 1px;
}

.szablonmain1 {
	float: left;
	width: 280px;
	margin-right: 5px;
	margin-top: 5px;
}

.szablonmain2 {
	float: left;
	width: 280px;
	margin-right: 5px;
	margin-top: 5px;
}

.szablonmain3 {
	float: left;
	width: 280px;
	margin-top: 5px;
}

.szablonframe {
	width: 280px;
	height: 223px;
	background-image: url(../images/website/frame.jpg);
}

.szablon {
	padding-top: 11px;
	padding-left: 8px;
}

.szablon img {
	width: 264px;
	height: 150px;
}

.pszablon {
	padding-top: 11px;
	padding-left: 8px;
}

.szabloninfo {
	padding-top: 23px;
	color: #ffffff;
	text-shadow: #000000 1px 1px;
}

.szabloninfo a {
	color: #ffffff;
}

.szabloninfo a:hover {
	color: #ffffff;
}

.infoleft {
	float: left;
	padding-left: 10px;
}

.inforight {
	float: right;
	padding-right: 10px;
}

/* SZCZEGÓLY SZABLONU */

#maindetails {
	padding-top: 10px;
	overflow: hidden;
}

.bigframe {
	border: 1px solid #d2d2d2;
	padding: 5px;
	background-color: #f8f8f8;
}

.bigframe:hover {
	border: 1px solid #bababa;
	padding: 5px;
	background-color: #ffffff;
}

.info {
	padding: 5px;
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	margin-bottom: 5px;
}

.info:hover {
	border: 1px solid #bababa;
	padding: 5px;
	background-color: #ffffff;
}

#szablonimage {
	float: left;
	width: 450px;
}

/* modyfikowane */

#szablonimage img {
	width: 450px;	
}

#szablondetails {
	float: right;
	width: 380px;
	padding-left: 5px;
}

.numeracja {
	overflow: hidden;
	clear: both;
	width: 850px;
	height: 45px;
	padding-top: 33px;
	text-align: center;
	text-shadow: #000000 1px 1px;
	background-image: url(../images/website/wybierz-strone.jpg);
}

.numeracja a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
}

.numeracja a.current {
	color: #ffea00;
	font-weight: bold;
}

.portfolio {
	width: 850px;
	margin-top: 5px;
}

.szablonframebig {
	width: 850px;
	height: 223px;
	background-image: url(../images/website/framebig.jpg);
}

.podstrona {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: justify;
	line-height: 25px;
}

.linkstyl {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 850px;
}

.linkstyl li {
	margin-bottom: 5px;
	padding-left: 95px;
	padding-top: 17px;
	height: 54px;
	background-image: url(../images/website/linkbg.jpg);
}

.linkstyl li a {
	display: block;
	width: 653px;
	height: 37px;
	padding-left: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px;
	line-height: 37px;
	background-image: url(../images/website/linkon.jpg);
}

.linkstyl li a:hover {
	background-image: url(../images/website/linkon.jpg);
	background-position: 0px -37px;
	text-decoration: none;
}

.szukajbg {
	color: #ffffff;
	clear: both;
	margin-bottom: 25px;
	width: 850px;
	height: 72px;
	background-image: url(../images/website/szukaj-bg.jpg);
	background-repeat: no-repeat;
}

.szukajbutton {
	width: 101px;
	height: 30px;
	background-image: url(../images/website/szukaj.jpg);
}

.szukajpadding {
	padding-top: 19px;
	padding-left: 20px;
}

.left {
	float: left;
}

.right {
	float: left;
	padding-top: 3px;
	padding-left: 7px;
}

.right2 {
	float: right;
	padding-right: 20px;
	padding-top: 8px;
}

.right2 a {
	color: #CCC;
	font-weight: normal;
}

.button-main {
	width: 380px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.button-category1 {
	width: 380px;
	height: 50px;
	cursor: pointer;
}

.button-content1 {
	display: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 370px;
	background-image: url(../images/website/button-bg.jpg);
}

.button-category2 {
	width: 380px;
	height: 50px;
	cursor: pointer;
}

.button-content2 {
	display: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 370px;
	background-image: url(../images/website/button-bg.jpg);
}

.button-end {
	width: 380px;
	height: 5px;
	background-image: url(../images/website/button-end.jpg);
}

.button-srodek {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* NEWSLETTER */

.newsletterforms {
	float: left;
	margin-top: 20px;
}

.newsletterikona {
	padding-top: 20px;
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 20px;
}

.mainform {
	margin-bottom: 5px;
	clear: left;
	overflow: hidden;

}

.formleft {
	float: left;
	width: 40px;
	text-align: left;
	margin-right: 20px;
	line-height: 27px;
}

.formright {
	float: left;
	width: 212px;
}

.formleft2 {
	float: left;
	width: 120px;
	text-align: left;
	margin-right: 20px;
	line-height: 27px;
}

.formright2 {
	float: left;
}

.textareastyl {
	width: 480px;
	height: 250px;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #c4c4c4;
}

.textareastyl:focus {
	background-color: #ffffff;
}

.newsinput {
	width: 200px;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #c4c4c4;
}

.newsinput:focus {
	background-color: #ffffff;
}


.input-error {
	width: 200px;
	padding: 5px;
	background-color: #ffd0d1;
	border: 1px solid #ef1f24;
}

.newsinput2 {
	width: 212px;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #c4c4c4;
	text-align: center;
}

.newsinput2:focus {
	width: 212px;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #c4c4c4;
	text-align: center;
}