
body{
     background-color:#FFFFFF;
     padding:0;
     margin:0;
     font-family: tahoma, helvetica, sans-serif;
     font-size: 14px; 
/*     color: #000000;*/
    color: #303030;
}

p{clear: both;}               
p.page-title{
    font-size: 12px;
    font-weight: bold;
}
H1{
    color: #406080;
    font-family: Georgia,serif;
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 15px;
    margin-top: 0px;
}
H2{
    color: #406080;
    font-family: Georgia,serif;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 15px;
    margin-top: 0px;
}
H3{
    color: #406080;
    font-family: Georgia,serif;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 0px;
}
#wrapper{
    width: 1000px;
    margin: 0 auto;
    text-align:center;
    position: relative;
    z-index: 1;
}

a img {
    border: none;
}

#logo {
    float: left;
    width: 248px;
    height: 82px;
    margin-top: 30px;
}

#top {  
    width: 1000px;
    height: 123px;
}

#menu {
    width: 1000px;
    height: 30px;
    float: left;
    text-align: left;
    background: url(/skin/blue/images/tlo_menu_poziom.png);
}

#menu ul {
    margin-top: 6px;
}

#menu li {
    list-style-type: none;
    display: inline;
    text-transform: uppercase;
    font-size: 14px; 
    padding-right: 7px;
    text-shadow: 1px 1px #315073;
}

#menu li a {
    text-decoration: none;
    color:  #FFFDFD;
    padding: 6px;
}

#menu li a:hover {
    background-color: #315070;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}


/*STOPKA*/


#stopka {
    width: 1000px;
    min-height: 170px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background-color: #55799E;
    clear: both;
    float: left;
    color: #BAC9D8;
    text-shadow: 1px 1px #315071;
    text-transform: uppercase;
    text-align: left;
}

#stopka_top {
    clear: both;
    height: 10px;
    background-color: #92A9C1;
}

#stopka_left {
    float: left;
    padding-bottom: 15px;
}

#stopka_right {
    float: right;
}

div.stopka_row {
    padding-top: 15px;
    clear: both;
} 

.stopka_ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.stopka_ul li{
    width: 150px;
    display:inline-block;
    color: #BAC9D8;
    text-shadow: #315071;
    list-style-type: none;
    text-decoration: none;
}

.stopka_ul li a{
    color: #BAC9D8;
    text-shadow: #315071 1px 1px;
    text-decoration: none;
}

.stopka_ul li a:hover{
    text-decoration: underline;
}

.stopka_first li a{
    color: #FEFEFE;
    
}

.StopkaNawigKolumny {
	clear: both;
}
.StopkaNawigKolumna {
	float: left;
	width: 285px;
	margin-left: 35px;
	margin-right: 5px;
	vertical-align:top;
}
.StopkaNawig2 {
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 5px;
	padding-bottom: 5px;
	/* background-color: #F8F8FF; */
}
.StopkaNawig2 UL {
	padding: 5px;
	margin: 0px;
}
.StopkaNawig2 ul li a{
	list-style-type: none;
	color: #BAC9D8;
	text-shadow: #315071;
	list-style-type: none;
	display: inline-block;
	/* width: 150px; */
	text-decoration: none;
	text-transform: none;
}
.StopkaNawig2 ul li a:hover{
	text-decoration: underline;
}
.StopkaNawigStopCol {
	clear: both;
}



.clickable{
    cursor: pointer;
}

.btn{
/*    clear: both;*/
    display:inline-block;
    background-color:#4D657E;
    color: white;
    font-weight: bold;
    border: 1px solid #D2D4CD;
    margin:3px;
    width:auto;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    -moz-border-radius:15px;
    border-radius:15px 15px;
    -khtml-border-radius:15px;
    -icab-border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    text-decoration: none;
    font-size: 12px;
}
.btn:hover{
	background-color: #284259;
	text-decoration: none;
}
.btn:visited{
	color: white;
}

.btnForm{
    clear: both;
    background-color:#4D657E;
    color: white;
    font-weight: bold;
    border: 1px solid #D2D4CD;
    margin:3px;
    width:auto;
    display:inline-block;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    -moz-border-radius:15px;
    border-radius:15px 15px;
    -khtml-border-radius:15px;
    -icab-border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    min-width: 225px;
    text-decoration: none;
}
.btnForm:hover{
	background-color: #284259;
	text-decoration: none;
}
.btnForm:visited{
    color: white;
}

.bigBtn{
    clear: both;
    background-color:#4D657E;
    color: white;
    font-weight: bold;
    border: 1px solid #D2D4CD;
    margin:3px;
    width:auto;
    display:inline-block;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px 15px 20px;
    -moz-border-radius:25px;
    border-radius:25px 25px;
    -khtml-border-radius:25px;
    -icab-border-radius:25px;
    -webkit-border-radius:25px;
    -khtml-border-radius:25px;
    font-size: 20px;
    font-weight: 400;
    /* width: 225px; */
    /* height: 40px; */
    text-decoration: none;
}
.bigBtn:hover{
	background-color: #284259;
	text-decoration: none;
}
.bigBtn:visited{
    color: white;
}


.btn a{
    text-decoration: none;
    color:white;
}
li{
    list-style: none;
}

.importantBtn {
    background-color: darkRed;
    color: yellow;
}
.importantBtn:visited {
    background-color: darkRed;
    color: yellow;
}
.importantBtn:hover {
    background-color: #284259;
}

.importantPositiveBtn {
    background-color: darkGreen;
    color: yellow;
}
.importantPositiveBtn:visited {
    background-color: darkGreen;
    color: yellow;
}
.importantPositiveBtn:hover {
    background-color: #284259;
}

.right{text-align: right;}
.center{text-align: center;}
.left{text-align: left;}
.top{vertical-align: top;}
.red{color:#A5432C;}
.darkred{color:#A02020;}
.green{color:#43A52C;}


.border-table{
    border: thin solid #D0D2CB; 
     border-collapse: collapse;
}
.border-table td{
    border: thin solid #D0D2CB; 
     border-collapse: collapse;
   padding: 2px;
}
.border-table tr{
    border: thin solid #D0D2CB; 
     border-collapse: collapse;
   
}

.border-table .container{
    border-bottom-style:none;
  border-color:initial;
  border-left-style:none;
  border-right-style:none;
  border-top-style:none;
  border-width:initial;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
}

.clear{clear: both;}
.tab-element {
    display: inline-block;
    width: 228px;
/*    clear: both;*/
    float: left;
    margin: 5px;
}
.tab-element input[type=checkbox]{float: left; margin-right: 5px;}
.tab-element label{
    float: initial;
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}
.group-label{float: none; text-align: left; padding-left: 5px;}
.bold{font-weight: bold;}
.form_row{clear: both;}
.noborder{border: none; background: none;}
.big{
    font-size: 16px; 
}
.huge{
    font-size: 20px; 
}
.block{display: block;}


#flash_message{
    position:fixed;
    display: block;
        top:0%;
        left:0%;
        z-index:100;
        width:100%;
        height:100%;}
#messages
{
    position: relative;
        border: 1px;
        border-style: solid;
        border-color: yellow;
        background-color:orange;
        margin:0px auto;
        width: 300px;
        z-index:101;
        padding: 20px;
        top: 180px;
        text-align: center;
        font-size: 12px;
        
background: #FFE5E5;
    border: 1px solid #FFB8B8;
    
}

.link{text-decoration: underline;cursor: pointer;}


a  {
	color: #102055;	/* #0000FF; */
	text-decoration: none;
} 
a:hover  {
	text-decoration: underline;
} 
a:visited  {
	color: #102055;
}

/* ---- lewa nawigacja layoutu --- */
#column1_panel {
    float: left;
    width: 200px;
    margin-right: 15px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: #FFFFFF;
}

div.menu_panel_lewe {
    width: 200px;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
    margin-bottom: 15px;
/*    background-color: #4D6580;*/
    box-shadow: #E0E0FF 0.5em 0.5em 0.3em;
}

div.menu_panel_lewe ul {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 0px;
    line-height: 170%;
}

div.menu_panel_lewe li {
    list-style-type: none;
 }
                
div.menu_panel_lewe li a {
    color: #FFFFFE;
    text-decoration: none;
    padding-left: 20px;
    display: block;
/*    text-shadow: 1px 1px #315072;*/
}

div.menu_panel_lewe li a:hover {
    background-color: #28425B;
}

div.panel_spacja {
    margin-top: -5px;
    margin-bottom: -5px;
}

#menu_lewe_nagl1 {
    background-color: #DD6903;
    padding-left: 18px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 10px;
}  
#menu_lewe_nagl2 {
/*    width: 185px;*/
    background-color: #DD6903;
/*    border-bottom: 1px solid #75889B;*/
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
}  

#menu_lewe_nagl2 a {
    color: #FFFFFF;
    text-decoration: none; 
    display: block;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
}
#menu_lewe_nagl2 a:hover {
    background-color: #28425E; 
}

.box_kategorie {
    background-color: #4D6580; /* #4D6580; - #80A081 */
}
.box_regiony {
    background-color: #4D6581; /* #4D6581; - #C08041 */
}
.box_usermenu {
    background-color: #4D6582;
}

.box_kategorie a:hover {
    background-color: #28425B;
    color: #FFFFFF;
}
.box_regiony a:hover {
    background-color: #28425C;
    color: #FFFFFF;
}
.box_usermenu a:hover {
    background-color: #28425D;
    color: #FFFFFF;
}

.selectedBackground {
    background-color: #E8E8FF;
}

#column2 {
    float: left;
    width: 770px;
    margin-right: 0px;
    border: none;
    text-align: left;
    height: auto;
    margin-top: 15px;
    margin-bottom: 30px;
} 

.banner{
    margin-bottom: 15px;
    text-align: center;
    color: #808080;
}

.redborder {
    border-color: #A5432C;
    border-style: solid;
    border-width: 2px;
}

.yellow_box {
    background-color: #FFFFC0;
    padding: 15px;
    border: 2px solid #F0D000;
}

.lajki {
    background: #C6CEDD;
    padding-top: 20px;
    margin-bottom: 15px;
    border: 1px solid #AAA;
    border-top-color: #315C99;
    width: 195px;
    margin-left: 2px;
}
.lajk {
    height: 22px;
    margin-bottom: 10px;
    width: 195px;
/*    min-width: 90px;
    max-width: 200px;       // z uwagi na facebooka, ktory czasem rozpycha (w detalach)*/
}

/* --- schowek-common start --- */
div.clip_button {
    position: relative;
    right: 10px;
    float: right;
    height: 31px;
    width: 35px;
    margin-top: -6px;
    cursor: pointer;
}
div.clip_button_off:hover {
    right: 5px;
    top: -5px;
}
div.clip_button_off {
    background: url(/images/pin_off.gif);
    background-size: 35px;
    background-position: 2px;
}
div.clip_button_on {
    background: url(/images/pin_on.gif);
    background-size: 42px;
    background-position: -1px;
    border: 1px solid orange;
    -moz-border-radius: 20px;
    border-radius: 20px 20px;
    -khtml-border-radius: 20px;
    -icab-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 5px;
    box-shadow: orange 0.3em 0.3em 0.3em;
}
.right_window_button {
    padding: 10px;
    background-color: #FFF0B0; /* #F0F0FF;*/
    border: 1px solid orange;
    -moz-border-radius: 10px;
    border-radius: 10px 10px;
    -khtml-border-radius: 10px;
    -icab-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 5px;
    box-shadow: #E2E5DF 0.5em 0.5em 0.3em;
/*    display: none;*/
    width: 200px;
    z-index: 1;
    height: 25px;
}
.right_window_button1 {
    position: fixed;
    top: 50px;
    right: -230px;
    cursor: pointer;
}
.right_window_button2 {
    position: fixed;
    top: 100px;
    right: -180px;
    background-color: #F0F0FF; /* #F0F0FF;*/
    border: 1px solid #4040A0;
}
/* --- schowek-common stop --- */
