﻿/*----------------------------------------------------------------------------------------
						Menu
-----------------------------------------------------------------------------------------*/
.menu
{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 11px Verdena;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #696969;
    border-width: 1px 0;
    background: black url(../../App_Images/menu.gif) center center repeat-x;
}
.menu li
{
    display: inline;
}
.menu li a
{
	font: bold 11px Verdena;
    float: left;
    color: white;
    padding: 6px 8px;
    text-decoration: none;
    border-right: 1px solid #525252;
}
.menu li a:visited
{
    color: white;
}
.menu li a:hover
{
    text-decoration: none;
    color: white;
    background: transparent url(../../App_Images/menuRed.jpg) center center repeat-x;
}
.menu_services
{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 11px Verdena;
    width: 100%;
    overflow: hidden;
    border: 1px solid #696969;
    border-width: 1px 1px;
    background: black url(../../App_Images/menu.gif) center center repeat-x;
}
.menu_services li
{
    display:inline;
    width: 100%;
}
.menu_services li a
{
	font: bold 11px Verdena;

    float: left;
    color: white;
    width: 100%;
    padding: 6px 0px;
    text-decoration: none;
    border-right: 0px solid #525252;
}
.menu_services li a:visited
{
    color: white;
}
.menu_services li a:hover
{
    width: 100%;
    text-decoration: none;
    color: white;
    background: transparent url(../../App_Images/menuRed.jpg) center center repeat-x;
}
.szybki_link
{
   font: bold 11px Verdena;
   width: 100%;
   overflow: visible;
   color: #333333;
   list-style-type: disc;
   list-style-position: outside;
}
.szybki_link li a
{
	font: bold 11px Verdena;
   color:Black;
   text-decoration: none;
   color: #333333;
}
.szybki_link li a:visited
{
   font: bold 11px Verdena;
   width: 100%;
   color: #333333;
}
.szybki_link li a:hover
{
   font: bold 11px Verdena;
   width: 100%;
   color: #FF9900;
}
.NewsPageNumber
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bolder;
   color: #990033;
}
.NewsPageNumberActive
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bolder;
   color: #990033;
}
.ListViewPager
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #666666;
   background-color: #FFEDE1;
   text-align: center;
   vertical-align: top;
   font-weight: bolder;
}
.listImageHover
{
   background-image: url( '../../App_Images/border.gif' );
}
.listImage
{
   background-image: none;
}
.progress
{
   display: block;
   position: absolute;
   padding: 2px 3px;
}
.container
{
   border: solid 1px #808080;
   border-width: 1px 0px;
}
.header
{
   background: url( '../../App_Images/sprite.png') repeat-x 0px 0px;
   border-color: #808080 #808080 #ccc;
   border-style: solid;
   border-width: 0px 1px 1px;
   padding: 0px 10px;
   color: #000000;
   font-size: 9pt;
   font-weight: bold;
   line-height: 1.9;
   font-family: arial,helvetica,clean,sans-serif;
}
.progressbody
{
   background-color: #f2f2f2;
   border-color: #808080;
   border-style: solid;
   border-width: 0px 1px;
   padding: 10px;
   text-align:center;
}
.autocomplete_completionListElement 
{ 
   visibility : visible;
   margin : 0px!important;
   background-color : inherit;
   color : windowtext;
   border : buttonshadow;
   border-width : 1px;
   border-style : solid;
   cursor : 'default';
   overflow : auto;
   height : 150px;
   text-align : left; 
   list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
   background-color: #FFCC99;
   color: black;
   padding: 1px;
   font-family: Verdana;
   font-size: 10px;
}

/* AutoComplete item */

.autocomplete_listItem
{
   background-color: window;
   color: windowtext;
   padding: 1px;
   font-family: Verdana;
   font-size: 10px;
}
.OrangeButton
{
   background-color: #E5E5E5;
   border: 1px solid #ff6600;
   font-family: Verdana;
   font-size: 10px;
 }
 .OrangeTextBox
{
   background-color: #FFFFFF;
   border: 2px solid #ff6600;
   font-family: Verdana;
   font-size: 10px;
}
.GirdViewRow
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #808080;
   background-color: #FFF3E8;
   text-align: justify;
   vertical-align: top;
}
.GirdViewRowEdit
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #FFFFFF;
   background-color: #EAEAEA;
   text-align: justify;
   vertical-align: top;
   font-weight: bold;
   table-layout: fixed;
   border-collapse: separate;
}
.GirdViewRowAlternating
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #808080;
   background-color: #FFFFFF;
   text-align: justify;
   vertical-align: top;
}
.GirdViewPager
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #666666;
   background-color: #ff6600;
   text-align: center;
   vertical-align: top;
   font-weight: bolder;
}
.GirdViewHeader
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   background-color: #ff6600;
   text-align: center;
   vertical-align: top;
   font-weight: bold;
   font-variant: small-caps;
   font-style: italic;
}
.GirdViewSelectedRow
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #333333;
   background-color: #D1DDF1;
   text-align: justify;
   vertical-align: top;
}
.GirdViewFooter
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   background-color: #FFFFFF;
   text-align: justify;
   vertical-align: top;
}

/*----------------------------------------------------------------------------------------
						Menu
-----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
						Footer
-----------------------------------------------------------------------------------------*/
.footerText
{
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
   top: -5px;
   position: relative;
}
a:link.footerText
{
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
   top: -4px;
   position: relative;
}
a:visited.footerText
{
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
   top: -4px;
   position: relative;
}
a:hover.footerText
{
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
   text-decoration: underline;
   top: -4px;
   position: relative;
}
a:active.footerText
{
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
   top: -4px;
   position: relative;
}
/*----------------------------------------------------------------------------------------
						Footer
-----------------------------------------------------------------------------------------*/
.baodyTabLeft
{
	background-image: url(../../App_Images/mt_left.jpg);
}
.baodyTabRight
{
	background-image: url(../../App_Images/mt_right.jpg);
}
.footerBcGround
{
	background-image: url(../../App_Images/footer808.jpg);
}

.mouseOver
{
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: white;
	background-color: #cc0000;
	text-align: center;
}
.mouseOut
{	
	font-family: Verdana, Sans-Serif;
	color: #000099;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	background-color: #ff9933;
	vertical-align : middle;
}
.menuLokalizacja
{
	vertical-align: middle;
	color: #000099;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}
.mouseLokalizacjaOver
{
	vertical-align: middle;
	color: white;
	background-color: #6699cc;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
}
.opiskosz
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-style: italic;
	font-family: Arial, Sans-Serif;
	font-variant: normal;
}
.cenykosz
{
	font-weight: bold;
	font-size: 10pt;
	color: #990099;
	font-family: Verdana, Fantasy;
}

.tipsy
{
	font-weight: bold;
	font-size: 10px;
	color: #336699;
	font-family: Verdana;
	background-color: #eef2f4;
	text-align: center;
}
.kategorie
{
	line-height: 20px;
	background-color: #eef2f4;
}
.autor
{
	font-size: 8pt;
	color:Blue;
	text-align: center;
}
A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-family: Verdana,geneva, Sans-Serif;
	text-decoration: none;
}
A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	font-family: Verdana, geneva,Sans-Serif;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #0033ff;
	font-family: Verdana, geneva, Sans-Serif;
	text-decoration: underline;
}
.podkategoria
{
	font-weight: bold;
	font-size: 10px;
	color: #0066ff;
	font-family: Verdana, geneva,Sans-Serif;
}
.projektNums
{
	font-weight: bold;
	font-size: 14px;
	color: #6a6969;
	background-color: #eef2f4;
	font-family: Garamond, Monospace;
	text-align: left;
}
.aktualPageNums
{
	font-weight: bold;
	font-size: 11px;
	color: Red;
	font-family: Verdana, geneva,Sans-Serif;
	text-align: center;
}
.countery
{
	background-color: #eef2f4;
	text-align: center;
}
.kodProduktuMiniatury
{
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	font-style: normal;
	font-family: 'Comic Sans MS';
	background-color: #ffffff;
	text-align: center;
}
.wynSzuk1
{
	font-weight: bold;
	font-size: 12px;
	color: gray;
	font-style: normal;
	font-family: 'Comic Sans MS';
	background-color: #eef2f4;
	text-align: left;
}
.wynSzuk2
{
	font-weight: bold;
	font-size: 11px;
	color: #990033;
	font-style: normal;
	font-family: Century, Sans-Serif;
	background-color: #eef2f4;
	text-align: center;
}
.uslugiNaglowek
{
	font-weight: bolder;
	font-size: 22px;
	color: #660000;
	font-family: Verdana;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 3;
	font-variant: small-caps;
	
}
h1.uslugi1
{
	font-weight: normal;
	font-size: 12px;
	color: #330099;
	font-family: Verdana;
	text-align: justify;
}
.uslugi1
{
	font-weight: normal;
	font-size: 12px;
	color: #330099;
	font-family: Verdana;
	text-align: justify;
}
.uslugi2
{
	font-weight: normal;
	font-size: 12px;
	color: #333300;
	font-family: Verdana;
	text-align: justify;
}
.uslugi3
{
	font-weight: normal;
	font-size: 12px;
	color: #669999;
	font-family: Verdana;
	text-align: justify;
}
.uslugi4
{
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	font-family: Century;
	text-align: center;
}

.uslugi5
{
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	font-family: Century;
}
.linkiDoLaserov
{
	font-weight: bold;
	font-size: 12px;
	color: #cc00ff;
	font-family: Arial;
	background-color: white;
	text-align: center;
	cursor: hand;
}


.nazwaProduktu
{
	font-weight: bold;
	font-size: 16px;
	color: #990000;
	font-family: 'Franklin Gothic Medium';
}
.naglowkiOpisu
{
	font-weight: bold;
	font-size: 12px;
	color: #006666;
	font-family: Verdana;
	text-decoration: underline;
}
.opisyWlasciwosci
{
	font-weight: bold;
	font-size: 11px;
	color: purple;
	font-family: Verdana;
	text-decoration: none;
}
.cenaStara
{
	font-size: 14px;
	color: #330033;
	font-family: Arial;
	text-align: center;
	text-decoration: line-through;
}
.cenaNowa
{
	font-weight: normal;
	font-size: 15px;
	color: #ff3333;
	font-family: 'Arial Black';
	text-align: center;
	text-decoration: none;
}
.wyn
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	background-color: #c4cee3;
	text-align: center;
	text-decoration: none;
}	
.wyn1
{
	font-weight: normal;
	font-size: 11px;
	color: #000099;
	font-family: Verdana;
	background-color: #ebf1ff;
}
.wyn2
{
	font-weight: normal;
	font-size: 11px;
	color: #000099;
	font-family: Verdana;
	background-color: #ffffff;
}
.suma
{
	font-weight: bold;
	font-size: 15px;
	color: #cc0000;
	font-style: italic;
	font-family: 'Times New Roman';
	background-color: #ffff99;
	text-decoration: none;
}
.sumaKwota
{
	font-weight: bold;
	font-size: 15px;
	color: #cc0000;
	font-family: Verdana;
	background-color: #ffff99;
	text-align: right;
	text-decoration: none;
}
.daneDoWys
{
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	font-family: Century;
	text-align: center;
}
.zamowienieEnd
{
	font-weight: bold;
	font-size: 11px;
	color: #3399cc;
	font-style: italic;
	font-family: Arial;
	text-align: center;
}
.mapa
{
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: #6699cc;
	font-style: normal;
	font-family: Verdana;
	margin-left: 20;
}	
.kontakt
{
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	color: #313132;
	font-style: normal;
	font-family: Verdana;
}	
.glowna
{
	font-weight: normal;
	font-size: 12px;
	color: #330099;
	line-height: 16px;
	font-family: Verdana;
	background-color: #ffffff;
	text-align: justify;
}
.wlasciciel
{
	font-weight: normal;
	font-size: 13px;
	color: #333399;
	line-height: 16px;
	font-style: italic;
	font-family: Verdana;
	background-color: #ffffff;
	text-align: center;
}
.actualnastrona
{
	font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	font-family: Verdana,geneva, Sans-Serif;
	text-decoration: none;
}

.picture{
	float: right;
	margin-left: 20px;
}

.form{
	margin-left: 50px;
	margin-right: 30px;
	font-family: Verdana;
	font-weight: normal;
	color: #333399;
	text-align:justify;
	background-color: #EFF9FA;
	padding: 20;
	border-style: solid;
	border-color: #33CCCC;
	border-width: 1px;

}

.form_inside1{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #A02040;
}


.form_outside1{
	font-family: Verdena;
	font-variant: small-caps;
	font-size: 25px;
	font-weight: bold;
	color: #A02040;
	letter-spacing: 5px;
	margin-top: 20px;
	margin-left: 50;
	margin-right: 30px;
	text-align: center;
}

.form_outside2{
	font-family: Verdena;
	font-size: 13px;
	font-weight: bold;
	color: #A02040;
	margin-top: 20px;
	margin-left: 50;
	margin-right: 30px;
	text-align: justify;
}

.form_inside2{
	margin-left:50;
}

.banner1{
	background-color: #eef2f4;
	font-weight:bold;
	text-align: center;
	color: #ff9933;
	font-size: 12pt;
	font-family: Verdana;
	Font-variant: small-caps;
}
.banner2{
	font-size: 13pt;
	color: red;
}

.table1{
	font-family: Verdana;
	font-weight: normal;
	color: #ff9933;
	font-size: 12pt;
	background-color: #EFF9FA;
	margin-top: 1220;
	border: groove;
	border-width: 6;
	border-color: green;
}

.rysunek1{
	margin-left: 40;
}

.grawertonTop{
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3;
	color: #A02040;
	font-size: 20pt;
	padding-top: 80;
}

.powrot{
	margin-left: 550;
}

.urlON
{
	background-image: url(App_Images/in.gif)
}

.urlOUT
{
	 background-image: url(App_Images/out.gif) 
}
A.menuG:link
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	font-family: Verdana,geneva, Sans-Serif;
	text-decoration: none;
}
A.menuG:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	font-family: Verdana, geneva,Sans-Serif;
	text-decoration: none;
}
A.menuG:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, geneva, Sans-Serif;
}

.uslugi_in
{
	background-image: url(App_Images/uslugi_in.gif)
}
.uslugi_in2
{
	background-image: url(App_Images/uslugi_in2.gif)
}

.uslugi_out
{
	 background-image: url(App_Images/uslugi_out.gif) 
}
.uslugi_out2
{
	 background-image: url(App_Images/uslugi_out2.gif) 
}

.indexlink_in2
{
	background-image: url(App_Images/indexlink_in2.gif)
}


.indexlink_out2
{
	background-image: url(App_Images/indexlink_out2.gif)
}

.indexlink_in
{
	background-image: url(App_Images/indexlink_in.gif)
}


.indexlink_out
{
	background-image: url(App_Images/indexlink_out.gif)
}



 .cennik{
	padding-left: 30;
	padding-top: 40;
	font-family: Verdana, geneva,Sans-Serif;
	font-size: 10pt;
	color: #800000;
 }

.index_naglowek{
	font-size: 13pt;
	font-weight: bold;
	color: #B85712;
	text-align: center;
}

.table_index{
	margin: 5;
	border-style: dotted;
	border-color: #A0A0A0;
}

.index_podtytul{
	font-size: 11pt;
	font: Arial;
	color: #000099;
	text-align: justify;
}

.index_lista1{
	font-size: 10pt;
	font: Arial,
	color: red;
	text-align: justify;
}

.index_lista2{
	font-size: 9pt;
	font: Arial,
	color: maroon;
	text-align: justify;
}

.index_zapalki1{
	font: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #000099;
	text-align: center;
}

.index_zapalki2{
	font: Verdana, Arial;
	font-size: 10pt;
	text-align: justify;
	color: black;
}

.index_link{
	float: right;
}

.pracah1{
	text-align: center;
	color: #B85712;
	font-variant: small-caps;
	margin-top: 10;

}

.pracaWstep{
	text-align: justify;
	color: #669999;
	font: Arial;
	margin-left: 20;
}

.pracaTyp{
	font: Arial;
	font-size: 12pt;
	color: #CC0033;
	font-variant: small-caps;
	margin-left: 30;
}

.pracaZadania{
	font: Arial;
	font-size: 10pt;
	color: olive;
	margin-left: 40;
	font-weight: bold;
}

.pracaWyliczenia{
	font: Arial;
	font-size: 8pt;
	margin-left: 50;
	font-weight: normal;
	color: #669999;
}

.pracaKoniec{
	font: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 20;
	text-align: justify;
	color: olive;
}

.kontaktLinki{
	font: Arial;
	font-size: 5pt;
}
/*----------------------------------------------------------------------------------------
						Custom control
-----------------------------------------------------------------------------------------*/
.box_bckground_1
{
   background: url(../../App_Images/news_2.jpg);
}
.box_bckground_2
{
   background: url(../../App_Images/news_4.jpg);
}
.box_bckground_3
{
   background: url(../../App_Images/news_6.jpg);
}
.NewsTitel
{ 
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
   color: #FF6600;
   font-style: italic;
   font-variant: normal;
   text-transform: none;
}

.contact
{
   font-family: Verdana;
   font-size: 11px;
   font-style: normal;
   color: #666666;
   margin-left:5px; 
   margin-top:5px; 
   margin-bottom:5px;
   text-align:left;
}
.contact_1
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align: left;
}
a:link.contact_1
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a:visited.contact_1
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a:hover.contact_1
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
a:active.contact_1
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}/*----------------------------------------------------------------------------------------
						Custom control
-----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
						Html - Ania
-----------------------------------------------------------------------------------------*/
.title_h1{
	font-size: 13pt;
	font-weight: bold;
	margin-left: 20;
	text-align: center;
	color: #ff6600;
	font-family: Verdana;
}

.title_h3{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 20;
	text-align: center;
	color: #ff6600;
	font-family: Verdana;
}

.title_h4{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #ff6600;
	font-family: Verdana;
}

.enumeration{
	font-size:8pt;
	text-align: justify;
	color: black;
	font-weight: bold;
	font-family: Verdana;
}

.enumeration1{
	font-size: 8pt;
	text-align: justify;
	color: black;
	font-family: Verdana;
}

.enumeration2{
	font-size: 8pt;
	text-align: justify;
	color: black;
	font-family: Verdana;
	font-weight: bold;
}

.frame{
   margin: 2mm
}

.frame1{
   margin: 2mm
   float: center;
}

.highlight{
	font-size: 8pt;
	text-align: justify;
	color: #ff6600;
	font-weight: bold;
	font-family: Verdana;
}

.normal_text{
	font-size: 8pt;
	text-align: justify;
	color: black;
	font-family: Verdana;
}

.owner{
	font-size: 8pt;
	text-align: right;
	color: black;
	font-family: Verdana;
	font-style: italic;
}

.fotos_service{
	float: right;
	margin-left: 20px;
}

.fotos_service1{
	float: left;
	margin-right: 20px;
}
.fotos_service_m0{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:"0";
}

.fotos_service_m01{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:"0";
}


.rysunek1{
   margin-left: 40;
}

.table1{
	font-family: Verdana;
	font-weight: normal;
	color: #ff9933;
	font-size: 12pt;
	background-color: #EFF9FA;
	margin-top: 1220;
	border: groove;
	border-width: 6;
	border-color: green;
}

.grawertonTop{
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3;
	color: #A02040;
	font-size: 20pt;
	padding-top: 80;
}





