 


.right { text-align: right; }

.center { text-align: center; }

.left { text-align: left; }

.f_left 
{
    float: left;
    margin-left: 0;
}

.f_right 
{
    float: right;
    margin-right: 0;
}

.clearfix 
{
    clear: both;
}

.top 
{
    vertical-align: top;
}

.middle 
{
    vertical-align: middle;
}

.bottom 
{
    vertical-align: bottom;
}

.dolny-odstep 
{
    margin-bottom: 10px;
}

html, body 
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Times New Roman', 'Times CE', 'Times', sans-serif, Georgia;
    background: white url(/media/img/tlo-black-white.png) repeat-y center top;
}

.col-full
{
    width: 980px;
    margin: 0 auto;
    clear:both;
}

.col-lewa 
{
    background-color: black;
    padding: 0;
    width: 290px;
    float: left;
    overfloat: auto;
}

.col-prawa
{
    width: 670px; 
    float: right;
    overfloat: auto;
}

.wrapper 
{
    background-color: black;
}

/* --- menu-top --- */

#div-menu-top
{
    color: #aaa;
    font-size: 10pt;
    text-align: left;
}

#div-menu-top-lewa
{
    color: white;
    padding: 5px;
}

#div-menu-top-prawa
{
    color: black;
    padding: 5px;
}

#div-menu-top .menu-top-item 
{
    font-size: 10pt;
    padding: 5px 4px;
    text-decoration: none;
}

.menu-top-item:hover
{
    background-color: #ddd;
}

#div-menu-top-lewa .menu-top-item 
{
    color: white;
}

#div-menu-top-prawa .menu-top-item 
{
    color: black;
}

/* --- naglowek --- */

#wrapper-naglowek
{
    background: black url("/media/img/naglowek_2000x164.png") no-repeat center;
}
#div-naglowek 
{
    height: 164px;
}

#div-naglowek .col-lewa 
{
    background-color: transparent;
    height: 164px;
    padding: 0;
    width: 300px;
}

#div-naglowek .col-prawa
{
    height: 164px;
    padding: 0;
    width: 680px;
}

.a-map 
{
    height: 164px;
    width: 300px;
    display: inline-block;
    float: left;
}

/* --- menu --- */

#div-menu, 
{
    position: relative;
    z-index: 20;
}

.menu 
{
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    z-index: 20;
    position: relative;
}

.menu li 
{
    display: inline-block;
    height: 35px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    z-index: 20;
    position: relative;
}

.menu-item
{
    color: white;
    display: inline-block;
    font-family: times, georgia;
    font-size: 11pt;
    font-weight: bold;
    font-weight: 500;
    padding-top: 8px;
    text-decoration: none;
    z-index: 20;
    background-image: url(/media/img/przycisk154a.png);
    width: 154px;
    height: 27px;
    position: relative;	
}

.menu-item:hover 
{
    background-image: url(/media/img/przycisk154b.png);
    color: red;
    text-shadow: 0 0 10px white;
}

.wk
{
    width: 200px;
    background-image: url(/media/img/przycisk200a.png);
    position: relative;
}

.wk:hover
{
    background-image: url(/media/img/przycisk200b.png);
}

.submenu 
{
    display: none;
    margin: 0;
    padding: 0;
    z-index: 20;
    position: relative;
}

.submenu li 
{
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 20;
    height: 35px;
    position: relative;
}

.submenu-item 
{
    color: #fff;
    display: block;
    font-size: 11pt;
    padding-top: 8px;
    text-decoration: none;
    z-index: 20;
    background-image: url(/media/img/przycisk154a.png);
    width: 154px;
    height: 27px;
    position: relative;
}

li:hover .submenu 
{
    display: block;
}

.submenu-item:hover 
{
    background-image: url(/media/img/przycisk154b.png);
    color: red;
    text-shadow: 0 0 10px white;
}

/*--- przyciski na stronie ---*/

.buttons {
	margin-bottom: 10px;
}

.button
{
    color: white;
    display: inline-block;
    font-family: times, georgia;
    font-size: 11pt;
    font-weight: bold;
    font-weight: 500;
    padding-top: 8px;
    text-decoration: none;
    background-image: url(/media/img/przycisk154a.png);
    width: 154px;
    height: 27px;
    position: relative;	
}

.button:hover 
{
    background-image: url(/media/img/przycisk154b.png);
	background-position: -1px 0;
    color: red;
    text-shadow: 0 0 10px white;
}


/* -- centralna czesc --- */

#div-zawartosc 
{
    background: #f4f4f4 url(/media/img/tlo-black-gray.png) repeat-y top center;
    overflow: hidden;
}

#div-lewy, 
#div-prawy 
{
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

#div-lewy 
{
    padding: 10px 5px 0 5px;
    margin-bottom: -12000px;
    padding-bottom: 12000px;
    background: black url('/media/img/tlo_lewe.png') no-repeat center 30px;
}

.modul-lewy,
.modul-prawy
{
    background-color: #404040;
    background-color: rgba(80,80,80,0.8);
    color: white;
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    
	min-height: 60px;
	
    -webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

    behavior: url(/media/behavior/PIE.htc);    
}

.modul-lewy h1,
.modul-prawy h1
{
    background-color: #2d2d2d;
    color: #fff;
    font-size: 12pt;
    padding: 5px 10px;
    font-weight: bold;
	margin: 0;
	
    -webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;

    behavior: url(/media/behavior/PIE.htc);	
}

.modul-tekst 
{
    background-color: #404040;
    background-color: rgba(80,80,80,0.8);
    color: white;
    
    padding: 10px;
    text-align: left;    
	
    -webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;

    behavior: url(/media/behavior/PIE.htc);		
}

.modul-tekst a
{
    color: white;
}

.modul-tekst a:hover
{
    color: red;
}

/* --- wyszukiwarka --- */

#form-szukanie,
#szukanie-numer
{
    background-color: #404040;
    background-color: rgba(80,80,80,0.8);
    color: white;
    padding: 10px 5px;
}

#form-szukanie div,
#szukanie-numer div
{
    clear: both;
    text-align: right;
    padding: 0 5px 0 0;
}

#form-szukanie {
    border-top: 1px solid #c0c0c0;
    padding-top: 0;

    -webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;

    behavior: url(/media/behavior/PIE.htc);	
}

#wyszukiwarka select
{
    line-height: 16pt;
}

#wyszukiwarka label 
{
    display: inline-block;
    padding: 2px 5px 5px 0;
    clear: right;
    line-height: 16pt;
}

#wyszukiwarka .label1 
{
    width: 93px;
    text-align: right;
    float: left;
}

#wyszukiwarka .label2 
{
    width: 85px;
    text-align: right;
    float: left;
}

#wyszukiwarka .label2a 
{
    padding-left: 5px;
}

#wyszukiwarka .label2b 
{
    padding-right: 0;
}

#wyszukiwarka .label3 
{
    float: left;
    width: 80px;
    text-align: right;
}

#wyszukiwarka .input2 
{
    width: 183px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ddd;
}

#wyszukiwarka .input2a 
{
    width: 63px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ddd;
}

#wyszukiwarka .input3 
{
    width: 108px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ddd;
}

#wyszukiwarka .select1 
{
    width: 170px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#wyszukiwarka .select2
{
    width: 185px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#wyszukiwarka .div-submit 
{
    text-align: right;
    padding: 5px 5px 0 0;
}

#wyszukiwarka .submit
{
    padding: 2px 10px;
}

#wyszukiwarka .form-naglowek 
{
    border-bottom: 1px dashed #222;
    margin: 10px 0 5px;
    padding: 0 5px;
    text-align: left;
}

/* --- facebook --- */

#widget_facebook iframe 
{
    background-color: #ddd;
}

/* --- stopka --- */

#div-stopka 
{
    color: white;
    background-color: #1a1a1a;
}

#div-stopka .col-lewa
{
    background-color: transparent;	
    font-weight: bold;
    line-height: 25px;
    padding: 27px 5px 0; 
}

#div-stopka .col-prawa
{
    background-color: black;
    padding: 15px 5px;

}

#div-stopka img
{
    display: inline-block; 
    margin-right: 20px;
    width: 40px; 
    vertical-align: middle; 
}

/* --- prawa strona --- */

#div-prawy 
{
    background: #f4f4f4 url(/media/img/tlo_prawe.jpg) no-repeat top right;
    width: 670px;
	min-height: 685px;
    padding: 10px 5px;
}

#div-prawy > h1
{
	background-color: #fff;
    border-bottom: dotted 1px #666;
    color: #333;	
    font-family: Georgia;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: left;
}

#div-prawy > h1 span 
{
    font-family: Georgia;
    font-size: 10pt;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: orangered;
    text-align: left;
    margin-left: 5px;
    float: right;
}

@media print {
	.noprint {display: none !important;}
	
	* {background: none !important; color: black !important;}
	
	#o-firmie #logo { display: block !important; width:270; height: 130px; overflow: hidden;}
	#o-firmie #logo img { margin: -25px 0 0 -525px; }

	#div-lewy, #div-prawy { margin-bottom: 0; padding-bottom: 0; min-height: 0;}
	.modul-lewy h1, .modul-prawy h1 {border: 0; border-radius:0; border-bottom: solid 1px black; }
	
	#widok_szczegoly #container { padding:0 }
	#widok_szczegoly #szczegoly .right,
	#widok_szczegoly #szczegoly .left,
	#widok_szczegoly #szczegoly .left1,
	#widok_szczegoly #szczegoly .left2,
	#widok_szczegoly #szczegoly .left3
	{ border-bottom: solid 1px #717171 }

	#slider ul {left: 0 !important}
	li.current {border-color: white !important}
	#pagination {margin:5px;}
	#pagination li { margin: 0; padding:5px}
	#pagination li, #pagination img { width:150px !important; height: 150px !important; opacity: 1 !important }
}

#___plus_0
{
	margin-top: 10px !important;
	
	/* usuniecie niepotrzebnych marginesow w google+ */
	height: 116px !important;
	width: 270px !important;
	overflow: hidden;
}
