﻿/* zapobieganie wyswietlaniu ramek wokol linków*/
a:active
{
outline: none; 
}

a:focus
{
-moz-outline-style: none;
}



body
{
background-color:#f1f1f1;
font-family:"Verdana";
font-size:11px;
color:#4c4d4f;
margin-top:0px;
margin-bottom:0px;
}

div
{
float:left;
}

a
{
font-family:"Tahoma";
font-size:11px;
font-weight:bold;
color:#7f7f7f;
text-decoration:none;
}

.color1
{
color:#e06b26;
}

.color2
{
color:#4c4d4f;
}

.color3
{
color:#7f7f7f;
}

a:hover
{
color:#e06b26;
}

div#flash
{
width:980px;
height:255px;
background-image:url('../grafika/flashBkg.jpg');
/*margin:0px 0px 4px 0px;*/
}

div#content
{
width:724px;
padding:20px 20px 20px 40px;
height:auto;
background-image:url('../grafika/leftBrdr.jpg');
background-repeat: repeat-y;
background-color:#ebebeb;
}

* html * div#content
{
width:784px;
}

div#linia
{
width:1px;
margin:0px 0px 0px 0px;
background-color:#a2b4c5;
background-image:url('../grafika/lineBttm.jpg');
background-position:bottom;
background-repeat:no-repeat;
height:auto;
padding:0px 0px 00px 0px;
}

div#linia img
{
border:0;
padding:0;
margin:0;
width:1px;
}

div#menu
{
width:155px;
height:auto;
background-color:#ebebeb;
padding:20px 20px 20px 20px;
background-image:url('../grafika/rightBrdr.jpg');
background-repeat:repeat-y;
background-position:right;
font-family:"Verdana";
font-size:10px;
}

* html * div#menu
{
width:195px;
}

div#menu div#buttons
{
width:145px;
margin:0px 0px 20px 0px;
}

div#menu div#buttons div.button
{
height:18px;
width:120px;
padding:3px 0px 0px 12px;
margin:0px 0px 5px 0px;
background-image:url('../grafika/button.jpg');
}

* html * div#menu div#buttons div.button
{
width:132px;
height:21px;
}

div#menu div#buttons div.button a
{
font-family:"Verdana";
color:white;
font-size:11px;
text-decoration:none;
font-weight:bold;
}


div#menu div#buttons div.button a:hover
{
color:#e06b26;
}

div#footer
{
width:884px;
height:60px;
background-image:url('../grafika/footerBkg.jpg');
padding:18px 53px 0px 43px;
}

* html * div#footer
{
width:980px;
}

div#content div.opis_galerii
{
    font-size:11px;        
    font-family:"Tahoma";
    border-bottom:1px solid #8D8D8F;
    margin-bottom:10px;
	width:100%;
}

div#content div.opis_galerii span
{
    margin-bottom:5px;
    display:block;
}
div#content div.opis_galerii h1
{
    font-size:13px;        
    font-family:"Tahoma";
    color:#e06b26;
}

div#content div.galeria
{
float:left;    
}

div#content div.galeria div.ramka
{
    float:left;
    margin-left:10px;
    margin-bottom:10px;
}

div#content div.galeria div.ramka a
{
    display:inline;
    border:0;
}
div#content div.galeria div.ramka a img
{
    border:0;
    display:inline;
}

div#content div#error
{
	color:#e06b26;
	text-align: center;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	width:100%;
}

div#content div.opis_kontaktu
{
    font-size:11px;        
    font-family:"Tahoma";
    margin-bottom:10px;
	width:100%;
}

div#content div.opis_kontaktu span
{
    margin-bottom:5px;
    display:block;
}

div#content div#error
{
	color:#e06b26;
	text-align: center;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	width:100%;
}

div#content dl.zend_form dt,dd
{
	margin-right: -30px;
	padding-bottom:1px;
}
dt
{
	margin-top:5px;
	margin-bottom:-15px;
}

dd
{
	margin-left:110px;
}


img#fancyZoomImg {border: 1px solid #6D6A1E}
