/*********************************************/
/****** IT-Logic kaskadowy arkusz styli ******/
/*********************************************/

html {
    background: url("../obrazki/it_logic_back.jpg") repeat top center;    
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: url("../obrazki/it_logic_background.jpg") repeat-x top left;
    font-family: Georgia, Times New Roman Times, Serif;
    font-size: 11px;
}

#header_back {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    height: 310px;
    background: url("../obrazki/it_logic_napis.jpg") no-repeat top center;
}

#header {
    margin: 0 auto;
    width: 800px;
    height: 50px;
    background: url("../obrazki/it_logic_header.jpg") no-repeat top left;
    padding: 0px;
}

/******* Menu górne ********/

#header ul {
    height: 50px;
    line-height: 50px;
    list-style: none;
    float: left;
    margin: 0px;
    padding-left: 10px;
}

#header ul li {  
    display: inline;
    background-repeat: no-repeat;
    background-image: url("../obrazki/navy.gif");
    background-position: 0 0px;
    padding-left: 20px;
    height: 50px;
    margin-right: 10px;
    font-family: Arial, Helvetica, Sans-serif;
}

#header a, #header img {
    margin: 0px;
    border: none;
    margin-right: 15px; 
    line-height: 50px;
}

#header a:link {
    color: #fff;
    text-decoration: none;
}

#header a:visited {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    color: #333333;
    text-decoration: none;
}

#header a:active {
    color: #fff;
    text-decoration: none;
}

#animacja {
    margin: 0 auto;
    width: 800px;
    height: 200px;
    background: url("../obrazki/it_logic_animacja.jpg") no-repeat top left;
}

#menu_horizont {
    margin: 0 auto;
    width: 800px;
    height: 60px;
    text-align: center;
    background: url("../obrazki/it_logic_menu_background.jpg") no-repeat top center;
}

#zawartosc {
    width: 800px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    height: auto !important;
	height: 300px; /* IE */
    min-height: 300px;
    padding-top: 5px;
}

#stopka {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.kolumna_lewa {
    width: 250px;
    padding: 5px;
    float: left;
}

.kolumna_prawa {
    width: 530px;
    float: right;
}

.kolumna_mala {
    width: 360px;
    float: left;
    padding: 10px;
    border: 1px solid #808080;
    margin: 5px;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#mapa {
    padding: 10px;
    background-color: #C0C0C0;
    width: 330px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #808080;
}

.center {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

ul.lista_strona  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lista_strona li {
	padding: 4px;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    width: 50%;
}

.lista_strona li a {
	text-decoration: none;
	padding-left: 10px;
    color: #fff;
}

.lista_strona a:hover {
	color: #808080;
}

/***************************************************/
/***** Drop Down Menu CSS (menu główne strony) *****/
/***************************************************/

#nav {
	margin: 0;
	padding: 7px 85px 0;
	line-height: 100%;
	background: #a90329; /* starsze przeglądarki */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    font-size: 11px;
    line-height: 140%;
    text-align: center;
}

#nav li {
	margin: 0 2px;
	padding: 0 0 6px;
	float: left;
	position: relative;
	list-style: none;
    z-index:6000 !important;
}

/* główny poziom menu */

#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:  12px 10px;
	margin: 0;
}

/* główny poziom link hover */

#nav .current a, #nav li:hover > a {
	background: #b9032e; /* starsze przeglądarki */
    background: -moz-linear-gradient(top, #b9032e 0%, #a20227 44%, #82001e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9032e), color-stop(44%,#a20227), color-stop(100%,#82001e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b9032e 0%,#a20227 44%,#82001e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b9032e 0%,#a20227 44%,#82001e 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #b9032e 0%,#a20227 44%,#82001e 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9032e', endColorstr='#82001e',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #b9032e 0%,#a20227 44%,#82001e 100%); /* W3C */
	color: #fff;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

/* podmenu link hover */

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
}

#nav ul a:hover {
	background: #cacaca !important; /* starsze przeglądarki */
    background: -moz-linear-gradient(top, rgba(202,202,202,1) 0%, rgba(173,173,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,202,202,1)), color-stop(100%,rgba(173,173,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(173,173,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(173,173,173,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(173,173,173,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(202,202,202,1) 0%,rgba(173,173,173,1) 100%); /* W3C */
	color: #fff !important;
}

/* drugi poziom listy */

#nav ul {
	background: #eeeeee !important; /* starsze przeglądarki */
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 58px;
	left: 0;
}

/* elementy dropdown */

#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* poziom 3+ listy */

#nav ul ul {
	left: 175px;
	top: -5px;
    z-index: 7000 !important;
}

/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

/*****************************/
/********* Mini Tabs *********/
/*****************************/

ul#minitabs { 
    list-style: none;
    margin: 0;
    padding: 7px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    color: #999;
}

ul#minitabs li {
    display: inline;
    margin: 0 3px;
}

ul#minitabs a {
    text-decoration: none;
    padding: 0 0 3px;
    border-bottom: 1px solid transparent;
    color: #999;
}

ul#minitabs a:hover{
    border-color: #F60;
    color: #666
}

/********* Partnerzy ***********/

#partnerzy {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    border-top: dotted 1px #cfcfcf;
    border-bottom: dotted 1px #cfcfcf;
    color: #969696;
    margin-bottom: 5px;
}

#partnerzy p {
    border-bottom: dotted 1px #cfcfcf;
    line-height: 140%;
}

/***********************/
/*** ACCORDION MENU ****/
/***********************/

.accordion { 
    border-top: 1px solid #cfcfcf; 
    border-right: 1px solid #cfcfcf; 
    border-left: 1px solid #cfcfcf;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}

.accordion * a {
    outline: none;
}

ul .accordion, .accordion li {
    list-style: none;
}

.accordion, .accordion li {
    margin: 0; 
    padding: 0; 
    border: none;
}

.accordion a {
    padding: 10px 15px; 
    font-weight: bold; 
    text-transform: uppercase; 
    text-decoration:none; 
    display: block; 
    color: #333; 
    border-bottom: 1px solid #cfcfcf;
}

.accordion ul a {
    padding: 10px 10px 10px 25px; 
    font-weight: normal; 
    text-transform: capitalize;
}

.accordion a.dcjq-parent {
    padding: 10px 15px; 
    font-weight: bold; 
    text-transform: uppercase;
    color: #333;
}

.accordion a.dcjq-parent:hover {
    background-color: #fff;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.accordion a.dcjq-parent.active, .accordion li a {
    color: #333;
    outline: none;
}

.accordion a:hover {
    background-color: #ececec; 
    color: #990000;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

/*******************/
/***** LINKBOX *****/
/*******************/

#linkbox {
	clear: both;
	width: 800px;
	color: #969696;
    margin: 0 auto;
    text-align: center;
    border-top: solid 1px #CCC;
    padding-top: 10px;
}

#linkbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#linkbox li {
	display: block;
	float: left;
	width: 155px;
	padding: 2px;
    font-size: 10px;
}

#linkbox li ul {
	line-height: 1.5em;
    text-align: left;
}

#linkbox li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#linkbox h2 {
	margin: 0 0 10px 0;
    letter-spacing: 0px;
    padding-left: 5px;
    font-size: 11px;
    color: #fff;
}

#linkbox a {
	text-decoration: none;
	padding-left: 10px;
	color: #808080;
}

#linkbox a:hover {
	color: #fff;
}

/***** WIZYTÓWKA *******/

#wizytowka {
    clear: both;
	width: 800px;
	color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;    
}

.kolumna_wizytowka {
    width: 140px;
    height: 100px;
    float: left;
    padding: 5px;
    margin: 4px;
    border-left: 1px dotted #F3F3F3;
    border-right: 1px dotted #F3F3F3;
}

.kolumna_wizytowka p {
    font-size: 11px;
}

/*********************************************/
/********* ELEMENTY NA STRONIE ***************/
/*********************************************/

h1 {
    text-align: left;
    padding: 5px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 140%;
    background: url("../obrazki/it_logic_h_back.gif") repeat top left;
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 0px;
}

h2.opis_green, h2.opis_blue, h2.opis_red, h2.opis_grey {
    text-align: left;
    padding: 5px;
    padding-left: 30px;
    background-image: none;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-box-shadow: 2px 2px 2px 2px #616161;
    -moz-box-shadow: 2px 2px 2px 2px #616161;
    box-shadow: 2px 2px 2px 2px #616161;
}

h2.opis_green {
    background-color: #8B947F;
    border-left: 8px solid #FFC000; 
}

h2.opis_blue {
    background-color: #B1D9FB;
    border-left: 8px solid #00CCFF;
}

h2.opis_red {
    background-color: #C88A98;
    border-left: 8px solid #F05735;
}

h2.opis_grey {
    background-color: #747474;
    border-left: 8px solid #363636;
}

h2 span {
    color: #C0C0C0;
}

h2 {
    text-align: left;
    padding: 4px;
    padding-left: 20px;
    line-height: 140%;
    font-size: 16px;
    background: url("../obrazki/it_logic_h_back.gif") repeat top left;
    color: #c0c0c0;
    letter-spacing: 3px;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:.60;
}

h3 {
    text-align: left;
    font-size: 14px;
    line-height: 130%;
    padding: 3px;
    padding-left: 15px;
}

h4 {
    text-align: left;
    font-size: 12px;
    padding: 3px;
    padding-left: 15px;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
}

p {
    font-size: 12px;
    text-align: justify;
    line-height: 140%;
}

ul, ol {
    text-align: left;
    font-size: 12px;
    line-height: 140%;
}

a, a:hover, a:active, a:focus {
    outline: none;
}


a:link {
    color: #930223;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #930223;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

a:active {
    color: #930223;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

.lewa {
    float: left;
    text-align: left;
}

.prawa {
    float: right;
    text-align: right;
}

.box_lewa {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #969696;
    margin: 0 auto;
    text-align: center;
    width: 420px;
}

.box_prawa {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #969696;
    margin: 0 auto;
    text-align: left;
    width: 340px;
    height: 248px;
}

.box_prawa a {
    color: #fff;
}

a#start {
    display: block; 
    float: right; 
    width: 160px; 
    text-align: right; 
    margin: 0px;
    padding: 0px;
}

hr {
    width: 100%;
    height: 2px;
    background: url("../obrazki/it_logic_hr.jpg") repeat-x top center;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote {
	margin: 15px; 	
	padding: 5px 15px 5px 40px;  	
	background: #fafafa url(../obrazki/quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px; 
}

.zdjecie_lewa, .zdjecie_prawa, .galeria {
    border: 1px solid #969696;
    padding: 6px;
    background-color: #C0C0C0;
    margin: 10px;
    -webkit-box-shadow: 3px 3px 3px 0px #808080;
    -moz-box-shadow: 3px 3px 3px 0px #808080;
    box-shadow: 3px 3px 3px 0px #808080;
}

.zdjecie_lewa {
    float: left;
}

.zdjecie_prawa {
    float: right;
}

.podpis, .podpis a {
    font-size: 10px;
    font-style: italic;
    text-align: right;
    padding: 3px;
    background-color: #E1E0E0;
    text-transform: uppercase;
}

.podpis a {
    text-transform: none;
}

.powiadomienie {
    width: 90%;
    background-color: #FFCC99;
    border: 1px solid #FF6600;
    padding: 10px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;    
}

.powiadomienie p {
    text-align: center;
    letter-spacing: 4px;
    font-size: 14px;
    color: #993300;
}

ul.iconlist li#pdf {
	display: inline;
	white-space: nowrap;
    padding-left: 55px;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 18px;
    background-image: url("../obrazki/pdf.gif");
    background-repeat: no-repeat;
    background-position: 0 50%;
    line-height: 50px;
    margin-right: 20px;
}

.tabela_opis {
    border: 1px solid #808080;
    padding: 3px;
    margin-bottom: 15px;
    width: 100%;
}

.tabela_opis tr {
    padding: 3px;
    background-color: #F4F4F4;
    padding: 3px;
    border: 0px;
}

td {
    padding: 5px;
    border: 0px;
}

.tabela_opis tr.ciemny {
    background-color: #D0CFCF;
    padding: 3px;
}

.kolumna_prawa ul li, .archiwum ul li {
    list-style-image: url("../obrazki/navy_dark.gif");
    list-style-position: outside;
}

.archiwum {
    text-align: left;
    padding-left: 15px;
}

/********************************/
/************ BOXY **************/
/********************************/
 
.box_lewa_zolty, .box_lewa_zielony, .box_lewa_niebieski, .box_prawa_zolty, .box_prawa_zielony, .box_prawa_niebieski, .box_prawa_czerwony, .box_lewa_czerwony {
    position: relative;
    width: 380px;
    padding:5px;
    height: auto !important;
	height: 200px; /* IE */
    min-height: 200px;
    color: #FFFFFF;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    border-radius: 15px 0px 15px 0px;
    margin: 5px 0px 5px 0px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
 }
 
.box_lewa_zolty {
    float: left;
    background: url("../obrazki/zolty.gif") repeat top center;
    background: -moz-linear-gradient(top,  #ff920a 0%, #ffaf4b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff920a), color-stop(100%,#ffaf4b));
    background: -webkit-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    background: -o-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    background: -ms-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    background: linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b',GradientType=0 );
}

.box_lewa_niebieski {
    float: left;
    background: url("../obrazki/niebieski.gif") repeat top center;
    background: -moz-linear-gradient(top,  #095b84 0%, #70d5f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095b84), color-stop(100%,#70d5f4));
    background: -webkit-linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    background: -o-linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    background: -ms-linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    background: linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095b84', endColorstr='#70d5f4',GradientType=0 );
}

.box_lewa_zielony {
    float: left;
    background: url("../obrazki/zielony.gif") repeat top center;
}

.box_lewa_czerwony {
    float: left;
    background: url("../obrazki/czerwony.gif") repeat top center;
}
 
.box_prawa_zolty {
    float: right;
    background: url("../obrazki/zolty.gif") repeat top center;  
    background: -moz-linear-gradient(top,  #ff920a 0%, #ffaf4b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff920a), color-stop(100%,#ffaf4b));
    background: -webkit-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    background: -o-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    background: -ms-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    background: linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b',GradientType=0 );
}

.box_prawa_niebieski {
    float: right;
    background: url("../obrazki/niebieski.gif") repeat top center;
    background: -moz-linear-gradient(top,  #095b84 0%, #70d5f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095b84), color-stop(100%,#70d5f4));
    background: -webkit-linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    background: -o-linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    background: -ms-linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    background: linear-gradient(top,  #095b84 0%,#70d5f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095b84', endColorstr='#70d5f4',GradientType=0 );
}

.box_prawa_zielony {
    float: right;
    background: url("../obrazki/zielony.gif") repeat top center;
}

.box_prawa_czerwony {
    float: right;
    background: url("../obrazki/czerwony.gif") repeat top center;
}

.box_lewa_zolty p, .box_lewa_zielony p, .box_lewa_niebieski p, .box_prawa_zolty p, .box_prawa_zielony p, .box_prawa_niebieski p, .box_lewa_czerwony p, .box_prawa_czerwony p {
    margin-bottom: 45px;
}

.box_lewa_zolty h3, .box_lewa_zielony h3, .box_lewa_niebieski h3, .box_prawa_zolty h3, .box_prawa_zielony h3, .box_prawa_niebieski h3, .box_lewa_czerwony h3, .box_prawa_czerwony h3 {
    color: #fff;
    padding-left: 0px;
    margin: 5px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    letter-spacing: 3px;
}

a.przycisk_niebieski, a.przycisk_zolty, a.przycisk_zielony, a.przycisk_czerwony {
    color: #fff;
}

a.przycisk_szary {
    color: #808080;
}

a:link.przycisk_niebieski, a:link.przycisk_zolty, a:link.przycisk_zielony, a:link.przycisk_czerwony {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-position: 0 0;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

a:link.przycisk_szary {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-position: 0 0;
    float: right;
    margin-right: 30px;
    margin-bottom: 5px;
}

a:link.przycisk_niebieski {
    background: url("../obrazki/przycisk_niebieski.png") no-repeat;    
}

a:link.przycisk_zolty {
    background: url("../obrazki/przycisk_zolty.png") no-repeat;
}

a:link.przycisk_zielony {
    background: url("../obrazki/przycisk_zielony.png") no-repeat;
}

a:link.przycisk_czerwony {
    background: url("../obrazki/przycisk_czerwony.png") no-repeat;
}

a:link.przycisk_szary {
    background: url("../obrazki/przycisk_szary.png") no-repeat;
}

a:hover.przycisk_zolty, a:hover.przycisk_zielony, a:hover.przycisk_niebieski, a:hover.przycisk_czerwony, a:hover.przycisk_szary {
    background-position: 0px -30px;
}

.klik {
    cursor: pointer;
}

h2.klik span span, h2.klik span {
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
}

/*******************************/
/******** SLAJDY jQuery ********/
/*******************************/

ul#portfolio {
    display: block;
    width: 800px;
    margin: 0 auto;
    padding: 0px;
    height: 200px;
    z-index: 1;
}

ul#portfolio li img {
	border: none;
    list-style: none;
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 200px;
}

ul#portfolio li {
    list-style: none;
    position: relative;
    top: 0;
    left: 0;
}

/*************************/
/**** WYSZUKIWANIE *******/
/*************************/

#page{
	/* główny kontener wyszukiwania */
	width:800px;
	margin:0 auto;
}

#searchForm{
	background-color: #777777;
	padding: 30px 30px 30px;
	margin: 20px 0;
	position: relative;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

fieldset {
	border: none;
    width: 650px;
    margin: 0 auto;
}

#searchInputContainer {
	width: 220px;
	height: 36px;
	background: url("../obrazki/searchBox.png") no-repeat;
	float: left;
	margin-right:12px;
}

#s{	
	border: none;
	color: #888888;
	background:url("../obrazki/searchBox.png") no-repeat;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	margin-right: 12px;
	outline: medium none;
	padding: 0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:385px;
}

.icons{
	list-style: none;
	margin: 10px 0 0 335px;
	height: 19px;
	position:relative;
}

#searchForm .icons li{
	background: url("../obrazki/icons.png") no-repeat;
	float: left;
	height: 19px;
	text-indent: -9999px;
	cursor: pointer;
	margin-right: 5px;
}

/***** stylizacja ikon *****/

#searchForm li.web {
    width: 15px;
}

#searchForm li.web.active, #searchForm li.web:hover { 
    background-position: left bottom;
}

#searchForm li.images { 
    width:22px; 
    background-position: -18px 0; 
}

#searchForm li.images.active, #searchForm li.images:hover { 
    background-position: -18px bottom; 
}

#searchForm li.news { 
    width:14px; 
    background-position: -44px 0;
}

#searchForm li.news.active, #searchForm li.news:hover { 
    background-position: -44px bottom; 
}

#searchForm li.videos { 
    width: 17px; 
    background-position: right 0; 
}

#searchForm li.videos.active, #searchForm li.videos:hover { background-position:right bottom; }

span.arrow {
	width: 11px;
	height: 6px;
	margin: 21px 0 0 5px;
	position: absolute;
	background: url('../obrazki/arrow.png') no-repeat;
	left: 0;
}

#submitButton {
	background: url('../obrazki/buttons_pl.png') no-repeat;
	width: 83px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

#submitButton:hover {
	background-position: left bottom;
}

#searchInContainer {
	float: left;
	margin-top: 12px;
	width: 330px;
}

label {
	color: #DDDDDD;
	cursor: pointer;
	font-size: 11px;
	position: relative;
	right: -2px;
	top: -2px;
	margin-right: 10px;
	white-space: nowrap;
	/*float:left;*/
}

input[type=radio] {
	cursor: pointer;
	/*float:left;*/
}

.pageContainer {
	border-bottom: 1px solid #5e7481;
	margin-bottom: 50px;
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}

p.notFound {
	text-align: center;
	padding: 0 0 40px;
}

.webResult { 
    margin-bottom: 50px;
    }
    
.webResult h2 { 
	background-color: #5D6F7B;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.webResult h2 b {
    color: #fff;
}
    
.webResult h2 a {
    color: #eee;
    border: none;
}

.webResult p {
    line-height: 1.5;
    padding: 15px 20px; 
    color: #656565;
}

.webResult p b {
    color: #656565;
}

.webResult > a {
    margin-left:20px;
}

.imageResult {
	float: left;
	height: 180px;
	margin: 0 0 20px 40px;
	text-align: center;
	width: 152px;
	overflow: hidden;
}

.imageResult img {
    display: block;
    border: none;
    }
    
.imageResult a.pic {
	border: 1px solid #fff;
	outline: 1px solid #777;
	display: block;
	margin: 0 auto 15px;
}

#more {
	width: 83px;
	height: 24px;
	background: url('../obrazki/more_pl.png') no-repeat;
	cursor: pointer;
	margin: 40px auto;
}

#more:hover {
	background-position: left bottom;
}

p.credit {
	margin: 20px 0;
	text-align: center;
}

p.credit a {
	background-color: #777777;
	border: 1px solid;
	border-color: #3D4D57 #788E9B #788E9B #3D4D57;
	color: #fff;
	font-size: 10px;
	padding: 4px 8px;
	text-shadow:1px 1px 0 #38464F;
}

p.credit a:hover {
	background-color: #38464f;
	border-color: #38464f #788E9B #788E9B #38464f;
}

#searchForm a, #searchForm a:visited {
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #97cae6;
	color: #97cae6;
}

#searchForm a:hover {
	border-bottom: 1px dashed transparent;
}

.clear {
	clear: both;
}

/***********************************/
/**** jQuery Scroll ****************/
/***********************************/

/* content block 4 */

#mcs4_container {
    margin: 0; 
    width: 778px; 
    height: 200px; 
    padding: 0 10px; 
    border: 1px dotted #808080; 
    margin-bottom: 15px; 
    color: #808080;
}

#mcs4_container .customScrollBox { 
    position: relative; 
    height: 100%; 
    overflow: hidden;
}

#mcs4_container .customScrollBox .container { 
    position: relative; 
    width: 750px; 
    top: 0; 
    float: left;
}

#mcs4_container .customScrollBox .content { 
    clear: both;
}

#mcs4_container .customScrollBox .content p { 
    padding: 10px 5px; 
    margin: 10px 0; 
    color: #808080; 
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 13px; 
    line-height: 20px;
}

#mcs4_container .dragger_container {
    position: relative; 
    width: 0px; 
    height: 180px; 
    float: left; 
    margin: 10px 0 0 10px; 
    border-left: 1px dotted #555; 
    cursor: pointer;
}

#mcs4_container .dragger {
    position: absolute; 
    width: 9px; 
    height: 9px; 
    background: #555; 
    margin-left: -5px; 
    text-align: center; 
    overflow: hidden; 
    cursor: pointer; 
    -moz-border-radius:18px; 
    -khtml-border-radius:18px; 
    -webkit-border-radius:18px; 
    border-radius:18px;
}

#mcs4_container .dragger_pressed {
    position: absolute; 
    width: 9px; 
    height: 9px; 
    background: #fff; 
    margin-left: -5px; 
    overflow: hidden; 
    cursor: s-resize;
}

/* ELEMENTY FORMULARZA */

form#formularz {
	text-align: left; 
	padding: 10px;
	border: 1px solid #808080; 
	background-color: #C5C4C4;
    width: 320px;
    margin: 0 auto;
   	-moz-border-radius: 10px;
    border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
    margin-bottom: 20px;
}

label.formularz {
	display: block;
	font-weight: bold;
	margin: 5px 0;
    font-style: italic;
    text-align: left;
}

input.formularz {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em 'trebuchet ms', verdana, sans-serif;
	color: #333;
    text-align: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

textarea.formularz {
	width: 300px;
	padding: 2px;
	font: normal 1.2em 'trebuchet ms', verdana, sans-serif;
	border: 1px solid #eee;
	height: 150px;
	display: block;
	color: #777;
    text-align: left;
}

input.button { 
	margin: 0; 
	font: normal 1.2em arial, sans-serif; 
	border: 1px solid #ccc;
	background: #fff; 
	padding: 3px 4px; 
	color: #333;
    text-align: left;	
}

h5.alert {
    color: #C9034F;
}

h5.potwierdzenie {
    color: #333333;
    letter-spacing: 4px;
}

.powiadomienie {
    border: 1px solid #808080;
    padding: 10px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    border-radius: 15px 0px 15px 0px;
    font-size: 16px;
    color: #FFFFFF;
    background: none;
    width: 780px;
}

.powiadomienie p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

/****************************/
/******* FACEBOOK ***********/
/****************************/

.facebook{
    float: right;
    width: 320px;
    height: 600px;
    background: url("../obrazki/fb.gif");
    display: block;
    right: -295px;
    padding: 0;
    position: fixed;
    top: 70px;
    z-index: 1002;
    font-family: verdana;
    font-size: 10px;
}
